

And that ocean is preferably on a planet other than Earth.
And that ocean is preferably on a planet other than Earth.
People like this are the reason AI is so unreliable at exploring code issues.
Like, I just want Copilot to look at my dependencies to explain a vague error I’m seeing and it’s telling me to downgrade Ruby, upgrade Rails, and install Python. Bro, it’s a node package.
I had the same problem and eventually abandoned it. Even though I had good results with it finding content, the book metadata is usually terrible and I end up having to manually fix it in Calibre and then force download metadata and cover art.
If I’m already having to do that anyway, might as well just acquire the book manually and import it myself.
I think this is just a picky optimization.
The first one runs the constructor to instantiate a new string, then gets its class (which is presumably a static property anyway). The second doesn’t have to run any constructor and just grabs the static class name from the type.
Maybe there’s more implementation nuance here but it seems like an opinionated rule that has zero effect on performance unless that code is being called thousands of times every second. And even then the compiler probably optimizes them to the same code anyway.
Wasn’t it Visual SourceSafe or something like that?
God, what a revolution it was when subversion came along and we didn’t have to take turns checking out a file to have exclusive write access.
This happened to me once and I completely overthought it.
In my case, I removed the PCB from the drive and took a close look and saw a single scorched IC that I figured was the problem. I think it was a voltage regulator or something like that.
So I bought a scrap drive and tried to transplant the PCB onto my dead drive, but of course that wouldn’t be able to read my old data.
So took it into a local electronics repair shop and asked if he’d be able to make it work.
He took one look at the damaged PCB, pushed the scrap one back at me and said “yeah I’ll just replace this part.”
40 bucks later I had a working drive again and was able to rescue the data.
Sony Pictures is rebooting one of their IPs?!
Half an hour is “we just broke our SLA” level bad. I guess if your org has been stripped of all its talent that’s the new standard.
Oh my god. What if Skynet was never an accident of AI evolving outside its intended parameters? What if it was a hilariously obvious and preventable apocalypse caused by a tech bro tweeting in the middle of the night while on ketamine?
Either it was an accident and wasn’t at fault at all. Or it was a coordinated stunt and Justin owns 50% of it, if other production people weren’t also in on it.
But Janet got shit on because she’s a woman and black and Justin somehow walked away unscathed for decades. Fucked up.
It wasn’t that long ago that the world almost ground to a halt because some people saw Janet Jackson’s breast.
Now we have this, and there will be zero consequences.
You should be able to play a video that’s at 100% even if the torrent isn’t complete.
It could be a codec issue? If you’re using windows there’s a tool called MediaInfo you can install that’ll analyze a video file and tell you if it’s corrupt and what codecs it uses. You might just need to install a codec pack like K-Lite if your system doesn’t already have the codec you need. Or, like an other commenter said, try opening it in VLC which has killer codec support built in.
Elon’s shock and fury about the database key sounds like he got a report from an out-of-breath 20 year old DOGE kid who thinks they’re hot shit and discovered some massive flaw.
Elon also seems like the kind of person that believes a database schema is all that’s needed to govern a population.
Hanged them?
Found them important positions at NASA?
GoodReads is good for this. They have lots of curated lists and popular top 100 lists you can browse through, and you see the cover and a paragraph synopsis of each book.
Beside each book there’s a button to add it to your Want to Read list. Pick books that sound appealing until you’ve built up a decent list.
Then if you don’t feel like manually sourcing them all one at a time from LibGen or Anna’s, you can set up Readarr to automatically sync your Want to Read list and it’ll auto acquire them. If you’re already using automation apps like Sonarr and Radarr it’s exactly the same thing.
Warnings? We’ll come back and address those later. Maybe once we’re feature complete. Or maybe shortly after that.
A full stack developer is either a back end developer that has no business writing front end code but does it anyway, or they’re a front end developer that has no business writing back end code but does it anyway.
Or they’re perfectly capable of doing both because they’re at a startup that’s years away from running at scale or having to worry about performance and security.
Kobo works fantastic.
If you have the ability, set up calibre and calibre-web and you can configure your Kobo to use your ebook library as the “store”.
Kobo also has at least one plugin/mod that replaces the whole reading UI with one with more features. Check out KOReader for that.
Apart from that, though, it makes little difference what ebook you get. If it allows you to load your own ebook files on manually (afaik they all do), you can do whatever you want.
“We should have gotten more feedback before…” is one of Sony’s corporate values.
I feel sick saying it, but I think this is a project you could complete with AI. It sucks ass at understanding complex problems, but it’s good at cranking out small scripts to integrate tools together.
You basically just want a wrapper around ffmpeg with a light web interface to handle upload, script execution, and download.
LLMs are pretty good at spitting out a simple web interface that runs in a barebones server like Express or nginx.
If you don’t need to worry about security or accessibility or any “not on the critical path” concerns, this could probably work after a few iterations.
As for anything already out there - I’ve never come across anything. The closest app I can think of is TDARR which is intended to automatically transcode your media library to h265. That wraps up some of the ffmpeg stuff you want, but doesn’t address the upload/download half of the workflow.