

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.
They locked me out of GTA online when they added battleeye and didn’t make it work on Linux. GTA O was shit anyway, everyone was hacking or griefing.
It was free if you already owned the game. Honestly not sure why people are complaining.
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).