jonne

joined 2 years ago
[–] jonne 10 points 3 weeks ago* (last edited 3 weeks 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.

[–] jonne 3 points 3 weeks 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.

[–] jonne 27 points 3 weeks ago* (last edited 3 weeks 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.

[–] jonne 9 points 3 weeks 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.

[–] jonne 8 points 3 weeks ago* (last edited 3 weeks 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.

[–] jonne 30 points 3 weeks ago (1 children)

Gaza was already that.

[–] jonne 6 points 3 weeks ago

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

[–] jonne 106 points 3 weeks 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.

[–] jonne 3 points 3 weeks ago

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

[–] jonne 5 points 3 weeks ago (2 children)

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

[–] jonne 15 points 4 weeks 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.

[–] jonne 11 points 4 weeks ago* (last edited 4 weeks 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 ›