

That’s how I read it first time, I don’t see how it’s misleading. I think everyone knows that Windows isn’t ready for the desktop.


That’s how I read it first time, I don’t see how it’s misleading. I think everyone knows that Windows isn’t ready for the desktop.
I used to run it for a while (it might actually still be running, I’d need to check my VPS and delete it if it is), but I feel like RSS readers kind of got overtaken by Reddit (and Lemmy). I tried going back to it again a few times, but the lack of comments felt off after having experienced Reddit.
Distinction without a difference. If you’re wearing the space diaper you’re basically experiencing everything there is to experience about space.
Yeah, I personally noticed when there was this whole Thai cave saga, but I’m sure there were signs for decades before that.
He’s really done a great job at dispelling this image he had of being done kind of genius in the last couple of years.
Not to mention, the app is just the thing that calls the API to the server that runs the actual models, it’s not a reflection on how quickly you’re improving those models. In fact, there should be little reason to push a new app update once you’ve built it.

Oof, yeah, that’s definitely something that will need to be looked at when cryotech starts being a thing.


Maybe he’s Nicki Minaj’s cousin who got a bad side effect from the vaccine.


Sounds a lot like Stephen Miller’s origin story.

In guessing it’s an allusion on the former only.


It really should be a law that if a company does this, they should open source the code for both devices and servers and provide a way for people to reflash their devices.
Like, they’re retiring a light switch that’s 3 years old, I don’t think anyone buys a light switch thinking they’ll get a new one just 3 years later.


If you ever used notepad++ on windows, it’s sort of like that. Uses the same engine, but has different features.


I use it, it’s fine for stuff you’d use notepad for. For coding I use a full IDE tho.
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).


Let them have chatGPT credits.


Yeah, I still have the ICE car because when I bought it I wasn’t in a position to charge at home, and electric cars were expensive ( like $100k+ for a second hand Model S).
But yeah, now I have a garage and there’s a ton of affordable cars coming out of China.


Yeah, I currently still have a petrol car, but I feel like an electric car would work out better with my current usage. I basically never do long trips, so every month or so I have to go out of my way to fill it up. If I had an electric car I could just plug it in at home, and if I was feeling fancy I could even set the charger up to only charge with excess solar so it would be completely free.
And finding a charger on a long trip and stretching your legs for about 20 minutes definitely seems better than stopping at a stinky petrol station.


The existing range was already good enough for most. I feel like you could read this as they could build a car with the same range with only half the battery pack, which saves on cost and weight.


Most people charge at home anyway, you only really need high voltage chargers along major roads.
Yeah, I haven’t either. I don’t even know how I installed it (package manager or raw). Will need to look into that.