Yeah, I haven’t either. I don’t even know how I installed it (package manager or raw). Will need to look into that.
- 0 posts
- 60 comments
- 8 months
- jonne@infosec.pubto
Linux@programming.dev•I ditched Linux for Windows 11 for one week - and found 9 big problems
8 monthsThat’s how I read it first time, I don’t see how it’s misleading. I think everyone knows that Windows isn’t ready for the desktop.
- 9 months
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.
- jonne@infosec.pubto
Programming@programming.dev•Geany 2.1 Lightweight IDE Brings Smoother UI, New Filetypes, and Theming Support
1 yearIf you ever used notepad++ on windows, it’s sort of like that. Uses the same engine, but has different features.
- jonne@infosec.pubto
Programming@programming.dev•Geany 2.1 Lightweight IDE Brings Smoother UI, New Filetypes, and Theming Support
1 yearI use it, it’s fine for stuff you’d use notepad for. For coding I use a full IDE tho.
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).
- 1 year
Marketing probably asked everyone to write a review on their internal Slack or something.
- jonne@infosec.pubto
Linux@programming.dev•Bytedance Proposes Faster Linux Inter-Process Communication With "Run Process As Library"
1 yearTheir use case is to run their own application(s) on their own servers in their own datacenter, so they’re probably ok with that tradeoff. But yeah, I can imagine this opening up a whole bunch of security issues if this starts getting used widely.
- jonne@infosec.pubto
Selfhosted@lemmy.world•[Solved] Looking for ... inventory management, I guess?English
1 yearHonestly, 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.
I 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
1 yearYeah, 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.
Finally someone’s doing something about the cost of living crisis.
I haven’t had a need to use it yet, but it’s good to see it finally has adjustment layers. It’s crazy how long they’ve been working on that. I think Photoshop 6 had this like 20 years ago?
- jonne@infosec.pubto
Reddit@lemmy.world•Reddit's block function now lets strangers control your account
1 yearI’ll log in and just block /u/spez on all his posts.
- 1 year
That’s been how ICE had been doing things for decades. Only they’re now doing it to white people too, and they always take it a bit further during Republican administrations.
- jonne@infosec.pubto
Selfhosted@lemmy.world•When building a home server, could a used/cheap PC do the job?English
1 yearMy 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
Linux@programming.dev•Linux or Landfill? End of Windows 10 Leaves PC Charities with Tough Choice
1 yearI think it’s just that they don’t care about performance. It’s been the case for a while that typically games run faster on Linux through WINE/Proton despite using a translation layer.
And there’s a bunch of background services taking up memory and CPU on Windows that are hard to turn off.
- jonne@infosec.pubto
Linux@programming.dev•Linux or Landfill? End of Windows 10 Leaves PC Charities with Tough Choice
1 yearYeah, I’ve always wanted to do something like that. I’ve always got a bunch of computers running virtually idle and it would be nice if they could just help out with whatever your main PC is doing.
- jonne@infosec.pubto
Linux@programming.dev•Linux or Landfill? End of Windows 10 Leaves PC Charities with Tough Choice
1 yearYeah, both my Linux PC’s probably wouldn’t even run Win 10, let alone Win 11. As long as they work, pretty much any PC from the last decade can still run any distro and be sufficient to do any kind of productivity workload.





Some people are still used to 100% windows at work and take that home, I guess.