Another one for immich but I’m also running immich-public-proxy. It proxies just the share links so the entire instance isn’t public.
Another one for immich but I’m also running immich-public-proxy. It proxies just the share links so the entire instance isn’t public.
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.
Definitely. What I didn’t mention is all that took over a month!
Been there many times. Had one case where support had to through the reseller who sold licenses in our country. Actual people who knew what they were talking about was tier 3.
We had a bug and were trying to report it and get a fix or workaround. Just told no, we’re doing it wrong. After a lot of back and forth we had to pay for an “expert” to fly over and show us what we were doing wrong. Turns out he wasn’t an expert, he was a salesmen. Made a demo for us on the flight and the first time he ran it was in our meeting room on projector.
Failed in exactly the way we had been saying. It was very satisfying.
Finally he phoned the dev team who confirmed the docs were wrong and we couldn’t do what we were trying.
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 been using silverbullet.md
Its more notes than wiki I guess so depends what you’re after.
I use audible, then download with audible-cli and decrypt with ffmpeg.
I’m running Jellyfin on 6th gen i3 and quicksync works fine.
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.
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.
It’s taken me a while to learn how to use it and where it works best but I’m coming around to where it fits.
Just today i was doing a new project, i wrote a couple lines about what i needed and asked for a database schema. It looked about 80% right. Then asked for all the models for the ORM i wanted and it did that. Probably saved an hour of tedious typing.