and anuses are vaginas, as long as you treat them as one.
the anus isnt self lubricating :(
It can be if you’re lactose intolerant.
https://my.clevelandclinic.org/health/body/24784-anus-function
Muscles, nerves and mucous membranes in your anus
It is though…
bussy
As a man of science I prefer to test every theory.
git repo is blockchain
@linuxmemes Wow, that worked!
If file systems are databases, then does that mean storing a sqlite db on a HDD is database inception?
But they are not DBMS
Filesystem-as-a-db is why MongoDB is webscale. You just turn it on and it scales right up.
Just fucking putting data into json files in a folder is so much easier than databases. Sure, databases are faster and give you access to powerful SQL queries. But if you’re just making something small and simple, you don’t need those things. Save yourself the hassle and just use the filesystem.
Or use minio/s3, which can either be the best or the worst of both worlds depending on your usecase.
The trouble is, filesystems don’t have ACID. The first time you have a power loss during a write, your data will get corrupted.