jonne

joined 2 years ago
[–] [email protected] 10 points 4 days ago* (last edited 4 days ago)

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.

[–] [email protected] 3 points 5 days ago

The point of the firings was to break government. Now you see a giant failure, and you'll see a push to privatise the responsibility of weather forecasting and emergency warnings because 'government just isn't good at these things'.

SpaceX could get paid to put up weather satellites and sell forecasts to the government, shit like that.

[–] [email protected] 27 points 5 days ago* (last edited 5 days ago)

Trump promised he wouldn't cut Medicaid. The thing you should fault her with is that she still didn't get that Trump lies about everything after demonstrating that for his entire public life and an entire presidential administration.

[–] [email protected] 10 points 5 days ago (1 children)

I'm assuming most producers stopped using them voluntarily when there was a spate of negative publicity, maybe there's still some stragglers that are still selling it.

[–] [email protected] 9 points 5 days ago* (last edited 5 days ago)

For one, ask for the release of everything instead of just the stuff that mentions Trump. It would be great if there was consequences for all of them.

[–] [email protected] 31 points 5 days ago (1 children)

Gaza was already that.

[–] [email protected] 7 points 5 days ago

Is he even trying to escape them? He's been pretty clear about his opinions on Jews and the like.

[–] [email protected] 110 points 6 days ago (1 children)

I didn't see any of that energy for stopping Trump from the democrats. They'd rather have fascism over free buses.

[–] [email protected] 3 points 1 week ago

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

[–] [email protected] 5 points 1 week ago (2 children)

I use it, it's fine for stuff you'd use notepad for. For coding I use a full IDE tho.

[–] [email protected] 16 points 1 week ago

Or a bunch more randomly dying of old age because they refuse to retire. There's 3 open seats on the Dem side because of this.

[–] [email protected] 12 points 1 week ago* (last edited 1 week ago)

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).

view more: ‹ prev next ›