As somebody who just watched a team implement MySQL for an app that only supported Postgres, I’d go with Postgres.
I never want to use MySQL again. Postgres or SQLite for relational databases.
As somebody who just watched a team implement MySQL for an app that only supported Postgres, I’d go with Postgres.
I never want to use MySQL again. Postgres or SQLite for relational databases.
I have the same type of thing. An alias that creates a tempdir that is based on the date, then cd’s into it. Then a cron job that finds dirs that are older then N days old and deletes them. I use these for most of my scratch work. Having several days to look back at what you did and know when you did it is so nice.
Is “ricing” not originally related to customised cars from street racing or something?
It is not, as I learned 18d ago https://lemmy.blahaj.zone/comment/12165688
Riced out is an adjective denigrating a badly customized sports car, “usually with oversized or ill-matched exterior appointments”. … Examples of “rice burner” used literally, meaning one who burns rice or rice fields, as in stubble burning, date to 1917. In 1935 it appeared in a US newspaper caption with a racial connotation, disparaging East Asian people. … In some cases, users of the term assert that it is not offensive or racist, or else treat the term as a humorous, mild insult rather than a racial slur.
Not powerful, but often useful, column -t
aligns columns in all lines. EG
$ echo {a,bb,ccc}{5,10,9999,888} | xargs -n3
a5 a10 a9999
a888 bb5 bb10
bb9999 bb888 ccc5
ccc10 ccc9999 ccc888
$ echo {a,bb,ccc}{5,10,9999,888} | xargs -n3 | column -t
a5 a10 a9999
a888 bb5 bb10
bb9999 bb888 ccc5
ccc10 ccc9999 ccc888
Tangent to this, “Apprise lets you send notifications to a large number of support notification services.”
https://github.com/caronc/apprise