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.
- 0 Posts
- 209 Comments
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•Big balls got beat up by 15 yr old boy and girl and may get medalEnglish
2·10 months agoMaybe he’s Nicki Minaj’s cousin who got a bad side effect from the vaccine.
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•Inconsiderate fucks who litterEnglish
14·11 months agoSounds a lot like Stephen Miller’s origin story.
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•Belkin is killing off parts of the Wemo LineEnglish
10·11 months agoIt 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.
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).
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•Roommate refuses to use my body wash cause it's not "manly"English
32·1 year agoYeah, definitely not liking the dynamic in that conversation. How are you ‘too busy’ to go into the store?
jonne@infosec.pubto
Technology@beehaw.org•xAI’s Grok suddenly can’t stop bringing up “white genocide” in South Africa
5·1 year agoIt 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.
jonne@infosec.pubto
Selfhosted@lemmy.world•Plex staff leaving review on Play Store for PlexEnglish
171·1 year agoMarketing probably asked everyone to write a review on their internal Slack or something.
jonne@infosec.pubto
Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English
101·1 year agoI 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.
jonne@infosec.pubto
Selfhosted@lemmy.world•Organic Maps migrates to Forgejo due to GitHub account blocked by Microsoft.English
8·1 year agoYeah, 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.
jonne@infosec.pubto
Technology@beehaw.org•Self-Driving Tesla Crashes into Wile E Coyote Wall… Just Months Before Planned Robotaxi Launch - FuelArc News
3·1 year agoI’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.
jonne@infosec.pubto
Selfhosted@lemmy.world•When building a home server, could a used/cheap PC do the job?English
10·1 year agoMy 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 with Jellyfin).
Also I want to echo what others are saying about noise. A desktop or rack mounted server will make more noise than a laptop or MiniPC.
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•Is someone falling for this crap?English
91·1 year agoMight be just someone wanting to highlight an architecture issue that allows someone to spam everyone.
jonne@infosec.pubto
Technology@beehaw.org•Mozilla says its new Firefox terms don’t give it ownership of your data
7·1 year agoI am able to sync my stuff from Floorp to Mull and back without much trouble.
We really need better names for stuff
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•I worked hard on this meme and now I can't use it because the guy's a NaziEnglish
4·1 year agoYeah, I never really got why everyone jumped at Kanye for that in particular. The response to Katrina was ridiculous and there were plenty of instances where black people were left to fend for themselves, or worse, accused of ‘looting’ when they tried to go out and find food in stores that closed down after days of seeing nothing from the government.
Obviously, everything that happened after is indefensible.
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•The "ranch" my husband was going to is actually a brothelEnglish
3·1 year agoAre you the (ex-) husband?
jonne@infosec.pubto
Technology@beehaw.org•Bill proposed to outlaw downloading Chinese AI models.
9·1 year agoThey were only for the free market if they could force it on others.
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•The words "diversity", "equity" and "inclusion" seem to be blocked from NIH website's search functionEnglish
7·1 year agoThat’s what I meant, it’s the closest they can get to complying without actually complying (not to mention, it’s not really possible to go through every document and redact it within the timeframe demanded).
jonne@infosec.pubto
Mildly Infuriating@lemmy.world•The words "diversity", "equity" and "inclusion" seem to be blocked from NIH website's search functionEnglish
16·1 year agoI guess they were asked to remove any reference to DEI from the website, and instead of updating millions of documents, they just blocked it from search.
Yeah, I haven’t either. I don’t even know how I installed it (package manager or raw). Will need to look into that.