I think another key difference is everyone can use whatever tool they like and still work on the same codebase. They don’t have proprietary file formats that lock in you and your entire team forever.
I think another key difference is everyone can use whatever tool they like and still work on the same codebase. They don’t have proprietary file formats that lock in you and your entire team forever.
I’ve worked on SCADA systems. The most the keyboard was used for was logging in then then putting something heavy on it stop the computer going to sleep. System was entirely controlled by the mouse and head office didn’t consider that 1 person might be monitoring 4-6 computers on their own for an 8 hour shift and enforced a 5 minute idle lockout on all of them.
I’ve been using silverbullet.md
Its more notes than wiki I guess so depends what you’re after.
I use restic but I switched from Borg because of the cloud features. Outside of that, there’s not a lot of differences really. If you’re happy with Borg keep with it.
deleted by creator
I use audible, then download with audible-cli and decrypt with ffmpeg.
Your tap water is expensive! Is that a typical rate? Its $551 for me for the 5l/hr for 5 years. $0.0075 per gallon. This is in UK. Its billed at £1.98/1000l.
Yeah, I think they were too niche, my point was that I was able to find answers for everything else before I had to resort to posting a question. One example was I had found a JS bug in Safari and was seeking a workaround. All I got was a couple of comments agreeing and then one a year later saying it was now fixed in the latest version.
I fell for it once, high school friend, seemed like a reasonable idea, I was early in my career and looking for experience. I did learn a lot but ultimately the business failed before it started and I got paid a few 100 for nearly as many hours work.
Totally agree, it’s not just toxic either. I don’t find it useful anymore. My account is from the first 6 months of the site’s existence, opened in early 2009. I still get upvotes on questions I asked back then.
For the past several years though it’s been a last resort for me to post something there, and nothing I’ve posted in the past 5 years even has a single answer on it. They’ve not been closed as duplicates or anything, just no answers.
I go chatgpt now, it’s often wrong with those kinds of questions but usually gets me close enough to fix my issue.
I’m running Jellyfin on 6th gen i3 and quicksync works fine.
I exclusively use CLI, it’s not ego at all, I simply find typing what I want to be quicker than clicking buttons. I’ve written a bunch of aliases to automate my common workflows.
When I need to help a colleague who’s made a mess of something, I can easily give them the command to fix it rather than finding the right options in their GUI of choice and it’s often because of some broken abstraction in the GUI they got into the mess in the first place.
You’ve never worked in finance then. All our systems at work do nothing but move large amounts of txt files around.
That said, many of our clients still don’t support utf-8 so its all ascii and non-latin alphabets are screwed. They can’t even handle characters 128-255 so even stuff like £ is unsupported.
And remember not all currencies are 2dp so get a list and use the appropriate exponent.
I had to update our currency database this week because there’s new currencies. It’s almost as bad as timezones.
I thought colo was your hardware in someone else’s data center.
For me though a VPS is still self hosting because you own your applications data and have control over it.
You’re less beholden to the whims of a company to change the software or cut you off. With appropriate backups you should be able to move to a new cloud provider fairly easily.
Yeah I’ve been dropping not very subtle hints. We’re only a small company, about 25 people. We don’t have any dedicated database admins at all.
It’s on the list I think but we don’t have the people to spare to get it done.
We use SQL Server at work and I really don’t get why. It’s so expensive. We’re hosting it on AWS as well. I can’t remember the numbers but it’s several times more than a similarly specced postgres and we’re only using Standard edition.
I don’t think we’re really using any features that would stop us moving over, it’s really just inertia and in-house knowledge.
Years ago now I was asked to be on call for a week, 24/7 outside working hours. I was told it would be paid. Being naive I thought I’d be paid at my normal rate.
Turns out the on call rate was based on the likelihood of being called and this project was deemed to be low, after tax I got less than £10 extra for the whole week. It was something like 14 pence an hour.
They had a whole load of restrictions on my life as well, couldn’t be more than an hour from the office, couldn’t be drunk, had to answer the phone within a minute at all times and be able to get on my laptop within 5 minutes.
Refused to do it again after that first week and they ended up having to pay a contractor £400/week instead.
“How many Transporter accidents have there been in the last tens years, Reg? Two… three? What about the millions of people who transport every day without a problem” - Geordi - TNG Realm of Fear S6E2
100%. Took me a good year to learn it well enough to be confident with what I was doing but I’ve now got it on everything with a single flake for all my hosts. I love that my user profile is configured the same everywhere. I can add a new tool or config or alias or whatever and it’s the same on every computer.
I’ve now written a module to define all the services I self host and from that it generates both nginx config and DNS config on different hosts.
The main advantage for me though is I only have to solve problems once. Once it’s there in the config I’m confident it’s solved and I won’t need to worry about it again. My previous server was 10 years old and there was stuff configured I’d long forgotten about how it worked or even why I did it.