aliquote.org

Latest micro-posts

You can also also view the full archives of micro-posts. Longer blog posts are available in the Articles section.

2021-08-21 21:45 #

The “true” program does nothing; it merely exits with a zero exit status. This can be done with an empty file that’s marked executable, and that’s what it was in the earliest unix system libraries. Such an empty file will be interpreted as a shell script that does nothing, and since it does this successfully, the shell exits with a zero exit status. — The /bin/true Command and Copyright

2021-08-20 20:47 #

Here’s an interesting list of resources in addition to StatLib: Statistics, Statistical Computing, and Mathematics.

2021-08-20 20:45 #
2021-08-20 20:41 #

I am one of those people who came to Racket because it is a Lisp. I feel that I should be better at creating/using software and general problem solving than I am, and I guess you could say I am looking for the fabled Lisp enlightenment. Maybe saying Lisp is the language of the gods is overwrought, but nobody ever said that JavaScript made them smarter, or that they learned a lot using anything by Microsoft. — Thoughts On Lisp And Racket

See comments and interesting side discussions on Hacker News.

2021-08-20 20:37 #

Fun with regular expressions: part I. Actually, it’s quite an interesting read since this post is just a succession of C code, interesting to read by the way, based on DFA representations of regexes.

2021-08-19 19:36 #

img Fuschia on the balcony

2021-08-19 19:34 #

Programming Idioms. Interesting to quickly compare the syntax of different PLs to perform the same task.

2021-08-19 19:33 #

TIL that <C-R>. (mind the leading dot) allow to paste the last piece of inserted text. #vim