Recent Changes

Updates since 2024-08-15 02:58 UTC up to 2024-09-14 02:58 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

2024-09-09

2024-09-02

  • 19:02 UTC (new) (history) 2024-09-02 Rounding all timestamps in an srt file . . . . mbork Preview: This is another time I’m going to revisit subtitling in Emacs. This time I’m going to fix yet another minor annoyance. The srt files contain timestamps with millisecond resolution, which doesn’t make sense at all – when I edit subtitles for a video with 50fps, I don’t really need such precision. Instead, it makes sense for every timestamp to be rounded to the nearest 20 millisecond. I decided to write a simple piece of Elisp to do the rounding for me.

2024-08-26

  • 16:24 UTC (new) (history) 2024-08-26 Deleting table rows based on data from other tables . . . . mbork Today I have a short tip about PostgreSQL. Some time ago I needed to delete from a table all rows satisfying a certain condition involving another table. It turns out that it is not possible to use join in a delete statement – but there is a way around it (in fact, even two).

2024-08-19

More...

Filters