Robert Wright

41 Followers
158 Following
51 Posts
FOSS, Data, Other Stuff.
locationAmsterdam, NL
codehttps://codeberg.org/rwright

Top subtitle of the year so far: "Postgres has been YOLOing query cancellation for 30 years"

https://neon.com/blog/ctrl-c-in-psql-gives-me-the-heebie-jeebies

Ctrl-C in psql gives me the heebie-jeebies - Neon

There are a few different reasons to hit the brakes on a Postgres query. Maybe it’s taking too long to finish. Maybe you realised you forgot to create an index that will make it orders of magnitude quicker. Maybe there’s some reason the results are no longer needed. Or maybe you, or your LLM buddy, […]

Neon
what I've learned from the macbook neo announcement is:

programmers apparently spend most of their time plugging their laptops into walls and then doing wind sprints back and forth over the power cable, so magsafe is the most important possible feature for any computer

Maintainers matter.

Thanks to all of those who joined us for #ILoveFS in Rotterdam and in Amsterdam 💕

https://fsfe.org/activities/ilovefs/report/report_2026.html

"I Love Free Software Day" 2026: Maintainers matter - FSFE

In the week around 14 February we celebrated the "I Love Free Software Day 2026: Maintainers matter" ❤️. During our 2026 celebrations we highlighted the wo...

FSFE - Free Software Foundation Europe
productive morning at ibm, feeling good about 2026.

wrapped some of my data tools to update microsoft dynamics 365 in postgres. plpython3u lets me basically bring in the data in directly to the db without outside cron or tooling. now I can do some heavy data cleanup which is much faster using sql than it is by hand or in the ui (or maybe im faster with sql??)

#postgres #data

note to self: making postgres functions for things that shouldn’t be postgres functions is a great way to make work fun
@Gina it's a work outside day! that's what i'm doing. laptop + outside cafe = success.
How to Apply Even Foundation

spent last night messing around with fedora message bus data in postgres. finally got to use the replica @mwinters set up and do some digging. sometimes it's just nice to get back to basics like writing SQL.

#postgresql #sql #fedora