

Over 18, but still young enough to not be predestined to become like the other billionaires I guess.


Over 18, but still young enough to not be predestined to become like the other billionaires I guess.
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.


Oh yeah, of course, but it feels like it’s never part of the conversation, even among people whose opinions I respect and are, for example, super critical of AI and talking about enshittification and other issues in the online sphere, they never seem to take the step to check out Linux, or get off Twitter or whatever.


Yeah, very disappointed by RMS’ creepiness (the Epstein stuff isn’t the only thing), but he was 100% right about software freedom.


I can see Microsoft moving to the same sort of thinking as well. Apple already made Mac OS users jump through hoops when you want to install something from the internet or even through a third party package manager like homebrew.


And the open source movement is such a blind spot to the ‘left’ as well, even though technology freedom is critical if you want to be able to organise any type of resistance in the digital space.
Lemmy users largely get it, obviously, but centre left people will happily let themselves get locked into the Apple/Google walled gardens even though you’re just giving that company a ridiculous amount of power over you.


I mean, you could probably use them that way, but there’s no indication that they were planning on doing that. One of those devices is only ~$3000, so if you want to spam all of New York and the upside is a bunch of people sending you their life savings it’s not exactly an investment that’s out of reach for your average crime syndicate.
State actors would probably hack into the Telco systems themselves instead, which you can do without needing to be on the ground. Or they’d keep their DDoS device in their embassy and do it from there.


This looks like the gear normally used by gangs that do text spam scams, what makes this exactly out of the range for a run of the mill criminal syndicate? Unless they have some other information that they’re not sharing?
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 some 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.


Presumably the other ones are still working themselves through the courts.


I mean, I don’t really love that he uses AI to begin with, but getting an opinion on top of what you get from your advisors that you hired could be good in theory. Except that most AIs are programmed to be equally sycophantic and they’re just plain wrong most of the time.
To me the most irresponsible part is sending your thoughts as the leader of a country straight to a US run company, you just know those prompts are being digested by the NSA directly, and possibly other intelligence agencies.


Except those prompts are retained by OpenAI, and you don’t know who’s got access to that. They’ve had chats leak before.


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


Is he even trying to escape them? He’s been pretty clear about his opinions on Jews and the like.
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).


I mean, on a Linux system that’s not riddled with flatpak / snap / … You’d basically only need to update libpng and you’d be good.
Yeah, I haven’t either. I don’t even know how I installed it (package manager or raw). Will need to look into that.