Recent Changes

Updates since 2026-01-25 23:52 UTC up to 2026-02-24 23:52 UTC

1 | 3 | 7 | 30 | 90 days
List all changes Include rollbacks Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2026-02-21

  • 17:07 UTC (new) (history) 2026-02-21 Org links’ targets . . . . mbork When I write blog posts containing several links (usually to Emacs documentation, sometimes to my other posts and sometimes to other websites), one of the things I do is to check if all the links are correct. Usually I just middle-click on every one of them in the browser and see if they lead to the right place. I thought, however, that it would be useful to be able to see where an Org link points to without actually going there.

2026-02-16

2026-02-09

2026-02-02

  • 06:00 UTC (new) (history) 2026-02-02 git-link . . . . mbork I have recently discovered a great little package called git-link. It is a wonderful addition to Emacs’ Git-related capabilities. Its purpose is to create links to various Git repositories (it supports GitHub, BitBucket, GitLab and several others) based on where the point is.

2026-01-26

  • 20:17 UTC (new) (history) 2026-01-26 A simple but nice PostgreSQL trick with timestamps and nulls . . . . mbork I had a pretty busy week, so today I only have a short PostgreSQL tip I learned recently. Assume that you have a table of users, and it has two columns containing timestamps: created_at and deleted_at. The former is non-nullable, but the latter can contain nulls (for users who were never deleted). Let’s assume that you want to select all users who existed at some point in time, say today at midnight.

More...

Filters