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
- 52 Comments
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).
It was definitely fun in the olden days when you fucked up your xorg.conf and you had to use elinks to try to look up a solution. At least nowadays your smartphone can be that second working computer.
jonne@infosec.pubto
Selfhosted@lemmy.world•Plex staff leaving review on Play Store for PlexEnglish
181·8 months agoMarketing probably asked everyone to write a review on their internal Slack or something.
Or how about 3 naked people in a circle holding hands. And somehow this guy is like one of the least problematic white South African billionaires.
jonne@infosec.pubto
Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English
16·9 months agoHonestly, a spreadsheet would be fine for this? I’m not super familiar with what an inventory management system does tho, so maybe it does things beyond what a spreadsheet can do.
jonne@infosec.pubto
Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English
101·10 months 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·10 months 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
Selfhosted@lemmy.world•When building a home server, could a used/cheap PC do the job?English
11·10 months 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.
Linux was also the only way to make sure Valve was viable long term. Eventually Windows was going to have an Xbox store built in and would’ve basically been a monopoly on PC gaming, cutting out steam altogether. I think windows now sort of does have that, but it can’t compete with Steam quite yet.
Yeah, the flaw there is that money can flow into and out of the stock market basically instantly, so you always have to manage their expectations to make sure your price doesn’t crash.
I’ve got a whole bunch of free games on my epic account and I’ve never even bothered to try to figure out how to install them.
Pretty sure that was already something they announced that they’d do.
The only ‘transparency’ he’s shown is screenshots of basic spreadsheets that don’t actually clarify anything. His minions are just sending him spreadsheets extracted from systems they don’t understand, and he’s just making decisions based on whether the title of the program sounds woke or not.
It’s going to be fun when he fucks with some Wall Street Equity fund’s money.
Yep, the actual competence was basically in the army (inherited from a long military tradition), so it’s important that those generals don’t cave.
His first venture was a business directory on the internet (ie. The yellow pages, but online). No idea if he or this brother actually wrote any code for it, or if they hired someone. Wouldn’t surprise me if he didn’t do any actual work for that project either.
IIRC they kicked him out of PayPal because he wanted to run everything on windows instead of the Unix/Linux servers they were running on. And the reason for it was because he couldn’t figure out Linux.
They already stopped providing passports to trans people, even if they’re willing to use their old name and gender. And I’m sure that policy will end up hurting women that changed their name after marriage as well, it anyone that changed their name for whatever reason.


Yeah, I haven’t either. I don’t even know how I installed it (package manager or raw). Will need to look into that.