fury
@fury@lemmy.world
- Comment on Google threatened tech influencers unless they ‘preferred’ the Pixel 2 months ago:
Give it a few more years. At this rate, by 2028, the entire back of the phone will be camera bump and you’ll be able to lay it down on a flat surface at last.
- Comment on Cars Are Now Rolling Computers Now. So What Happens When They Stop Getting Updates? 3 months ago:
Imagine something as outlandish as user serviceable infotainment systems. Like they used to have in the old days. I’m hanging on by a thread to my basic 2014 car which still has a double DIN slot I can put my own system into…some day
- Comment on Cars Are Now Rolling Computers Now. So What Happens When They Stop Getting Updates? 3 months ago:
The company that didn’t see the 3G sunset coming, I would think. I know auto moves slow, but damn…4G was out for what, 4-5 years before development likely started on the 2019 model year?
- Comment on Cars Are Now Rolling Computers Now. So What Happens When They Stop Getting Updates? 3 months ago:
How is the 3G sunset not solvable by just swapping out a modem module for an LTE or 5G one and maybe installing some new modem firmware? A lot of cars are running a Linux kernel under the hood, so I’d think it’s pretty well swap and go
- Comment on Somehow USB disks are still the easiest and most reliable way 3 months ago:
Open source. Works about as good as AirDrop when that isn’t available.
- Comment on Windows 3.1 saves the day during CrowdStrike outage — Southwest Airlines scrapes by with archaic OS 3 months ago:
Windows 3.1 did have a BSOD. It wasn’t always fatal, you could try to hit enter to go back to Windows, but most of the time it wasn’t really recoverable, Windows often wouldn’t work right afterwards.
I ran into them all the time in 3.11 on our 486 which had some faulty RAM (the BSOD would even be scrambled). If we could get back to Windows after that, it’d just be in a zombie state where moving the mouse around would paint stuff over whatever was left on screen, and wouldn’t respond to clicks or keypresses.
Fun times.
- Comment on What's the deal with Docker? 8 months ago:
A little slower by today’s standards, but if your needs are light, it’ll do the job. Keep in mind it only has a gigglebyte of RAM, so its capacity for running things may be limited, especially as docker applications go (since they bring a copy of each dependency). You won’t be able to run something as large as GitLab or Nextcloud, but a smattering of small apps should be within its capabilities
- Comment on What's the deal with Docker? 8 months ago:
The thing with using the “latest” tag is you might get lucky and nothing bad happens (the apps are pretty stable, fault tolerant, and/or backward compatible), but you also might get unlucky and a container update does break something (think a 1.x going to 2.x one day). Without pinning the container to a specific version, you might have an outage suddenly due to that container becoming incompatible with one of your other applications. I’ve seen this happen a number of times. One example is a frontend (UI) container that updates to no longer be compatible with older versions of the backend and crashes as a result.
If all your apps are pretty much standalone and you trust them to update properly every time a new version of the container is downloaded, then you may never run into the problems that make people say “never use latest”. But just keep an eye out for something like that to happen at some point. You’ll save yourself some time if you have records of what versions are running when everything’s working, and take regular backups of all their data.
- Comment on Hey, I'm new to GitHub! 8 months ago:
I’m not so sure. I seem to be able to find my way around a GitLab project in much fewer moves than a GitHub project. But maybe I’m biased because I use it all the time at work. I know they change the sidebar a lot, though.
- Comment on Do any of you have that one service that just breaks constantly? I'd love to love Nextcloud, but it sure makes that difficult at times 10 months ago:
The problem child for me right now is a game built in node.js that I’m trying to host/fix. It’s lagging at random with very little reason, crashing in new and interesting ways every day, and resisting almost all attempts at instrumentation & debugging. To the point most things in DevTools just lock it up full stop. And it’s not compatible with most APMs because most of the traffic occurs over websockets. (I had Datadog working, but all it was saying was most of the CPU time is being spent on garbage collection at the time things go wonky–couldn’t get it narrowed down, and I’ve tried many different GC settings that ultimately didn’t help)
I haven’t had any major problems with Nextcloud lately, despite the fragile way in which I’ve installed it at work (Nextcloud and MariaDB both in Kubernetes). It occasionally gets stuck in maintenance mode after an update, because I’m not giving it enough time to run the update and it restarts the container and I haven’t given enough thought to what it’d take to increase that time. That’s about it. Early on I did have a little trouble maintaining it because of some problems with the storage, or the database container deciding to start over and wipe the volume, but nothing my backups couldn’t handle.
I have a hell of a time getting the email to stay working, but that’s not necessarily a Nextcloud problem, that’s a Microsoft being weird about email problem (according to them it is time to let go of ancient apps that cannot handle oauth2–Nextcloud emailer doesn’t support this, same with several other applications we’re running, so we have to do some weird email proxy stuff)
I am not surprised to hear some of the stories in this thread, though. Nextcloud’s doing a lot of stuff. Lots of failure points.
- Comment on Improvise. Adapt. Overcome. 10 months ago:
I had an 8 digit, lost the password, had to sign up again and got a 9 digit number that time. Felt weird.
- Comment on Improvise. Adapt. Overcome. 10 months ago:
How many digits?
- Comment on ProtoTwitter 10 months ago:
I’m dying to know which letter it is.
- Comment on Just speak normally 11 months ago:
Ah, yes, good old metric time.
- Comment on Don't do the forbidden math 11 months ago:
This is what happens when you try to use third party ink cartridges in your calculator.
- Comment on I accidentally removed the WHERE clause from my SQL query in a personal tool. Every row is now the same. I lost everything, have no backup, and I'm stupid. 1 year ago:
Pressing F to pay respects. R.I.P. in pieces
Depending on how mission critical your data is…Set up delayed replicas and backups (and test that your backups can actually be restored from). Get a second pair of eyeballs on your query. Set up test environments and run it there before running it in production. The more automated testing you put into your pipeline, the better. Every edit should be committed and tested. (Kubernetes and GitLab Auto DevOps makes this kind of thing a cinch, every branch has a new test environment set up automatically)
Don’t beat yourself up too much though. It happens even to seasoned pros.
- Comment on Discount horga'hn near me 1 year ago:
I lol’d out loud irl
- Comment on When does the future begin? 1 year ago:
When you decide
- Comment on Apple says it will fix software problems blamed for making iPhone 15 models too hot to handle 1 year ago:
I’m really curious to know what it is that causes this. I can’t get mine to do it. Even with something like 3dmark, or heavy games at 120 FPS. It gets no warmer than any other iPhone I’ve had. Which is to say, it gets warm, yeah, but not to the point I can’t hold it.
- Comment on The 26-year-old Quake 2 just got the remaster of my dreams, plus a big expansion 1 year ago:
I’m sad it doesn’t work with Quake 2 RTX, I still find that to be prettier.
- Comment on xkcd #1597: Git 1 year ago:
Gittyup, a fork of GitAhead, is my favorite.