

I’m using shenanigans now, fits the best methinks.
I’m using shenanigans now, fits the best methinks.
SQLite doesn’t need a networked setup at all. What the poster above is asking is an option for linkwarden to just use embedded SQLite as its db engine. For apps I build I just embed SQLite into the binary, no db network needed, the binary just sets up a db file at startup in say ~/.config/app/db.file and off to the races. If you don’t need to access it from multiple contexts SQLite is hard to beat.
That’s the word for being stabbed by a horn? Unsure how it has any other meaning, bison have horns and when they use them it’s known as goring.
gore 3 of 4 verb (2) gored; goring transitive verb : to pierce or wound with something pointed (such as a horn or knife) gored by a bull
XCOM hit percentages are real fake news.
Make me should just refuse to do anything.
I thought it was irix running that silly 3D file system viewer. So it was a registered Unix compliant system.
The default for cargo is debug builds why that would surprise anyone as being slower is beyond me, —release isn’t that much extra to type or alias. Do people not learn how their tools work any longer? This isn’t that far off from c/c++ where you set cflags etc to fit the final binaries purpose.