

Let them have chatGPT credits.
Let them have chatGPT credits.
Yeah, exactly this. I’m sure they did the math.
It does seem like this is a case of Musk changing the initialisation prompt in production to include some BS about South Africa without testing in a staging/dev environment, and as you said, there being a huge gulf between the training material and the prompt. I wonder if there’s a way to make Grok leak out the prompt.
Marketing probably asked everyone to write a review on their internal Slack or something.
Yeah, there’s not exactly a lot of role playing to be done, especially not in story mode.
Honestly, a spreadsheet would be fine for this? I’m not super familiar with what an inventory management system does tho, so maybe it does things beyond what a spreadsheet can do.
I personally run it on a MiniPC that runs proxmox. You could run other stuff on it through proxmox as well. I would definitely recommend running always on server stuff on something other than your main daily PC.
You could probably run all the other stuff on there as well, although transcoding might slow things down a bit. HA itself should be fine as once you’ve set up all your automations it’s not like you need to interact with it directly and you’ll just get a little bit of lag at worst.
I mean, it’s patching a security issue caused by trusting headers it shouldn’t, so I don’t think they should wait for a big number release.
Yeah, the code history is the easiest thing to migrate. The other stuff like issues relies on having a good exporting/importing tool on both sides.
They’re also compatible with Matter or Bluetooth, so you can use them without the hub if you want to (although I assume you’ll always need the app if you want to do stuff like managing the map for your robot vacuum).
I’m sure he knows Tesla gets the most engagement. And I also believe Tesla is the only company that doesn’t use lidar and Musk has been very vocal about lidar being unnecessary for self driving.
My answer would basically be yes, but. An old desktop (or even laptop) can definitely be used and will run fine. It should be very easy to get one for free or very cheap as companies will typically write them off after 3-5 years.
However, you might want to consider power consumption. Running a desktop 24/7 will use a lot more power than a new MiniPC or a NUC, so you may want to calculate how much it’ll cost to run a desktop 24/7 compared to a device that only uses 5W or whatever, and see whether the upfront savings make up for what you’ll pay in electricity over a certain period.
I think you might actually want to look into second hand MiniPCs unless you absolutely need to fit a bunch of hard drives in a case (like you probably would fit Jellyfin).
Yeah, I noticed it a couple of days ago with my OLED steam deck, where apparently that’s been a thing for longer already.
They could’ve started with anti cheat on the server side first. Characters were teleporting, money was appearing out of thin air, people were invulnerable, etc. Basic shit that doesn’t need any client side changes.
And yeah, being able to run your own servers would be preferable.
They locked me out of GTA online when they added battleeye and didn’t make it work on Linux. GTA O was shit anyway, everyone was hacking or griefing.
It was free if you already owned the game. Honestly not sure why people are complaining.
I am able to sync my stuff from Floorp to Mull and back without much trouble.
We really need better names for stuff
They were only for the free market if they could force it on others.
Yeah, who the fuck wants to deal with discs and shit like that? I moved to all digital before you could legally do it for basically all my media. It takes physical space and why the hell would you put up with switching discs and stuff? Just make sure you have enough storage for your shit and done.
Really depends on what data it is and whether you want to search it regularly or just as a one time thing.
You could load them into an rdbms (MySQL/Postgres) and have it handle the indexing, or use python tools to process the files. Something like elasticsearch could work too.
If it’s just a one time thing grep is probably fine tho.
Aleph could work as well but I have no experience with it.
I guess it depends on how much time you want to invest in setting something up versus how much time you’d lose waiting for grep to finish (if you only need to search a certain column, you can create an index with just that column using awk, search that index file, then extract the full line from the source file based on that result, but at that point you’re basically creating a new database engine).