Recent Changes

Updates since 2021-09-25 10:20 UTC up to 2021-10-25 10:20 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

2021-10-18

  • 09:12 UTC (new) (history) 2021-10-16 The funniest bug I've seen in a pretty long time . . . . mbork I might be in the minority, but I actually do like debugging. It’s often like that sort of puzzle game (or an escape room;-)) where you need to find some hidden clues. And often at first you know nothing or very little, but then you gradually pinpoint the problem and finally find it. And sometimes I am really amazed at what craziness lies hidden in the code. Today, I want to share a recent story which I find almost unbelievably hilarious.

2021-10-11

  • 16:35 UTC (new) (history) 2021-10-11 Highlighting word differences when diffing . . . . mbork I have a short tip for today. Sometimes it is useful to diff two files (in terminal), highlighting the differences on the level of words. Apparently, GNU diff cannot do that – but Git can. Did you know that you can say git diff –word-diff=color <file1> <file2> even outside any Git repo?

2021-10-04

  • 17:31 UTC (new) (history) 2021-10-04 Emacs Lisp book - status update and plans . . . . mbork This post is a status update about the book I started way back and revived this year. A few months ago I wrote that I expect it to be finished “around September”, and, well, it’s October now. Oops. Except that it’s not that bad! The book is almost done, and when I say “almost”, I don’t mean it will be finished this week, but October is definitely doable. Assuming that we define “around September” as “between August and October, inclusive”, I still have a chance! ;-) So, two questions. Why did it take so long and what is the current state of things?

2021-09-27

  • 20:18 UTC (new) (history) 2021-09-27 Ellipses in math - ldots versus cdots . . . . mbork It’s been a while since a TeX-related post here, but I still use TeX and friends once in a while, and this time I’d like to share something apparently not everyone knows about. LaTeX has a \dots macro, setting the ellipsis (three consecutive dots) which is just an alias for \ldots.

More...

Filters