• 0 Posts
  • 13 Comments
Joined 1Y ago
cake
Cake day: Jun 27, 2023

help-circle
rss

it can barely get single functions correct but we’re supposed to believe it can write entire systems from a single prompt? Either way our job at the moment is writing instructions for another piece of software (compiler) to turn into the code. This just adds another level of abstraction. High level programming languages already let us do more with fewer staff. It didn’t make coders redundant, it let to even more software.

edit: forgot to add, agree with your edit, that or just trying to inflate their stock prices.


I was always told landlords deserve to extract profit from the economy for nothing because of the risk they take on. Yet time after time it seems like they can’t possibly tolerate any risk at all.


I’ve been using silverbullet.md

Its more notes than wiki I guess so depends what you’re after.



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.


A client paid us for a bespoke platform for managing invoice payments. Probably 20 man years sunk into it, they wanted to sell it to their customers but no one wanted it. They’ve just given up trying and axed it.


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.


Same for me, I’ll notice my computer is a bit loud, realise I forgot to close postman and it’s just sitting there, doing nothing, minimised, and my 12 core CPU is sat at 20%.

I close postman, within seconds the fans spin down.

I’ve tried a few alternatives but the rest of the team use postman and we’ve got shared collections and pretty extensive pre-request scripts and nothing else I’ve tried really fits the bill.


That’s a cool idea for an automated offline backup. My equivalent is an external hard drive connected to a mechanical timer plug. Every day it turns on for 30 minutes, that triggers a script that mounts the drive, syncs my files, then unmounts the drive. Then the plug turns off the drive until tomorrow.

I like this better though. I’ve got an old pi1 somewhere, might have to try it.