

Marketing probably asked everyone to write a review on their internal Slack or something.
Marketing probably asked everyone to write a review on their internal Slack or something.
Honestly, 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.
Yeah, 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.
My 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.
Looks like a bug in the forum software. If it’s open source, look through their GitHub (or whatever) issues to see if it’s a known bug and see if anyone’s working on fixing it. Then wait for them to update their forum software and try again.
Edit: actually, this error indicates they’re not using parameter binding to build queries and aren’t even properly escaping input. Assume the database is already compromised and don’t sign up or post on this forum. Whomever is running it doesn’t know what they’re doing.
If you already signed up and you used a password that you use anywhere else, change it on any other websites that share the same password.
Or they could use a distro that’s already been created by a European vendor, maybe even create a competitive tender. There’s no point in creating a new distro, add a new repository if you must.
It was already a challenge back in those days. I ran the Nokia N9 for a while, and within a year it went from being amazing at messaging due to its messaging app mixing different XMPP providers in one interface (Google Talk, Facebook Messenger, SMS, etc in a single interface) to everyone in the industry suddenly giving up on that and only supporting in-app messaging.
There were valiant attempts to create open source versions of popular apps, but those efforts were always intentionally sabotaged by those providers.
Yeah, I’d rather the distro be as boring as possible while the exciting stuff happens upstream.
It’s a real shame that generally lefties don’t really care about or ‘get’ software freedom. You should be pushing for free software on all levels. In your personal life and in government. It’s crazy how much power a company like Apple, Microsoft or Google has over everyone.
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).