Recent Changes

Updates since 2021-02-17 02:18 UTC up to 2021-03-19 02:18 UTC

1 | 3 | 7 | 30 | 90 days
List latest change per page only Include minor changes
List later changes RSS RSS with pages RSS with pages and diff

2021-03-15

  • 07:34 UTC (new) 2021-03-15 Indenting code in Emacs . . . . mbork A few days ago I needed to look up some indenting functions in Emacs, and I found something I either didn’t know or didn’t remember.

2021-03-07

  • 07:57 UTC (new) 2021-03-07 A directory name as a command-line parameter for Node.js . . . . mbork Some time ago I accidentally discovered a neat feature of Node.js, which seems undocumented (at least I could not find anything about it in the docs). If you have some npm project in a directory, say /tmp/some-npm-project, and it has the main property in package.json set to some Node.js script, say bin.js, then saying just node /tmp/some-npm-project runs /tmp/some-npm-project/bin.js. It turns out to be quite useful if you have a directory full of various Node.js CLI utilities, each occupying its own directory, with its own package.json, especially considering shell autocompletion. And that’s it for today!

2021-02-27

  • 09:44 UTC (new) 2021-02-27 Visible bell in Emacs . . . . mbork Emacs has this habit of beeping when something goes wrong (or when the user presses C-g). Frankly, this is quite useful, since it is an instant feedback, but there are times when I don’t want that behavior.

2021-02-23

2021-02-22

2021-02-20

More...

Filters