Ian Barwick
banner
ianbarwick.bsky.social
Ian Barwick
@ianbarwick.bsky.social
60 followers 75 following 45 posts
Biped, oxygen breather. Lives on seventh largest island in the world. Owner of two now largely useless snow shovels.
Posts Media Videos Starter Packs
Funnily enough earlier today I wrote "pg_dump ... -v" in a ticket, then went back and revised it to "pg_dump ... --verbose" for clarity.
Let's hope they allow abbreviations to speed things up, so rather than say:

"make directory foo and copy file.jpg to foo and convert file.jpg to file.png".

lazy people could type:

"mkdir foo && cp file.jpg foo/ && convert file.jpg file.png".
Hmm, this "typing out file management tasks" thing sounds like a nifty new innovation. Surprised it's never been tried before.
There was actually a CTE involved, as well as a lateral join.
Had to cheat a little and add a column and a trigger to keep it updated to keep the query practical, as the data structure wasn't quite suited for extracting what I wanted, but it saves updating the application and it's my own personal playground.
Quite, it was the visualizing of how the data would need to be queried which is the interesting part. Syntax is just typing.
(I mean this in a serious way, as most of my working days seem to be taken up with scripting DDL in the hope of triggering obscure corner-case bugs).
Damn, I had almost forgotten how much fun it is writing actual SQL queries...
Similarly, FTP rsync access is also no longer available.
In case anyone's wondering what's up with the PostgreSQL Git repository and "fatal: Could not read from remote repository" messages in the past couple of days, apparently the git:// protocol support has been deactivated (and might be withdrawn entirely), so you'll likely need to switch to https.
www.postgresql.org
"Eisenbahn-Romantik".
LinkedIn users not keen on it harvesting their data and content for the hallucination machine might want to disable the below setting...
www.linkedin.com/mypreference...
So that's how wireless LAN packets are delivered.
What's the best livery worn by the Boeing 767?
"We deleted the WAL."
them: write a sad story using only 4 words

me: sudo rm -rf /*
Never even occurred to me to check if "which" takes any options.
TIL that the `which` command has a flag, `-a`, which shows all possible places from which a command might be found, e.g.,

$ which -a python
/opt/homebrew/opt/python3/libexec/bin/python
/usr/local/bin/python
/Users/willf/.local/bin/python
https://jvns.ca/blog/2025/02/13/how-to-add-a-directory-to-your-path/"
I think I had that one, or one very like it.
Good to see more PostgreSQL channels moving away from the social media site formerly known as Twitter.
www.postgresql.eu/news/social-...
Social Media Channels - PostgreSQL Europe
www.postgresql.eu
<Databases have entered the chat>
Reposted by Ian Barwick
Programming languages: "We are just a way to operate computers in a way that makes sense to humans."

Programming languages [takes a big joint hit]: "What if there were 5 kinds of nothingness?"