(1232 Posts In Total)

2019

2019-07-22 20:09

The new status bar in iTerm is astonishing!

2019-07-22 15:54

Here are two interesting static site generator that look like good alternatives to Hugo: Nikola and Middleman.

2019-07-22 15:49

Scientific computing: a Rust adventure. #rust

2019-07-22 15:48

Scientific computing with Rust. #rust

2019-07-22 10:40

  ECM: Keith Jarrett.

2019-07-22 07:36

A Tour of the Data Ecosystem in Julia. #julia

2019-07-22 07:34

Embeddable lisp interpreter written in C. #lisp

2019-07-21 18:42

Here is a nice introduction to computer science and (X)HTML processing using Racket. #racket

2019-07-21 18:41

Yesterday wa watched The Transporter. Two more to go.

2019-07-21 18:40

Topological Data Analysis (PDF, 42 pp.), by Larry Wasserman.

2019-07-21 18:38

SICP Logic Programming: A Clojure implementation of the logic programming language described in Structure and Interpretation of Computer Programs. #clojure

2019-07-21 18:37

py4cl: Call python from Common Lisp. #python #lisp

2019-07-21 08:43

A Retrospective on Paradigms of AI Programming, by Peter Norvig. See the review on Eli Bendersky’s website. #lisp

2019-07-20 13:07

While I believe I’m still recoevring from the last episode of hyperkaliemia, my blood pressure seems ok, even if I feel a lot tired, at least more than usual. But as we have to be positive, let’s face it: it’s not too hot yet, I’m having a glass of white wine and enjoying a pleasant breeze, as I did yesterday.

2019-07-20 13:02

  Micah P. Hinson, And the Pioneer Saboteurs.

2019-07-20 11:48

History of Lisp, by John McCarthy (1979). #lisp

2019-07-20 11:46

TIL about m-expr, which were supplanted by s-expr in Lisp languages. Still, they are a core part of Mathematica noawadays.

2019-07-20 11:44

A Deeper Understanding of Clojure CLI Tools. I often fire up clj to play with small Clojure snippets, so this definitely is something to keep in my bookmarks even if it is still project-based. #clojure

2019-07-20 11:40

Personally, I stand by From Python to Numpy, but go check NumPy resources if you’re looking for additional resources. #python

2019-07-20 11:36

History and effective use of Vim. #vim

2019-07-20 09:31

After some Euler problems in Lisp, Rosalind exercises in Python, and several tracks on Exercism, I should probably give a try to: H-99: Ninety-Nine Haskell Problems. #haskell

2019-07-20 09:28

PostgreSQL Exercises: Clean and instructive web site to test your knowledge of Postgres. #database

2019-07-19 20:57

I’m tired, unable to complete anything, and and always looking the other way. It’s probably time to put this computer on standby. Let’s go watch Morden i Sandhamn, Season 2.

2019-07-19 18:49

Finally, maybe GitHub Actions is a viable alternative to Travis CI.

2019-07-19 18:47

deta: Functional Database Mapping. #racket

2019-07-19 18:28

I know dark mode isn’t for coders or writers, but let that not stop looking at the following Emacs instance when they run in GUI or Terminal:

Brighter UI, better contrast for comments, and less buggy major mode (LSP, Racket, SLY, especially–but don’t what could potentially be the issue when running in Terminal). #emacs

2019-07-19 18:26

  Arno, Human Incognito.

2019-07-19 18:23

Dropbox silently installs new file manager app on users’ systems. That’s a shame as I always thought of Dropbox as a reliable and solid alternative to iCloud or other backup/sync toolchains. I removed all my folder long ago, and I no longer make any use of my 15+ Go free space, but the recent issues with Dropbox are appalling. Let’s hope they will find a good compromise like when decided to update their TOS and then bring a step backward.

2019-07-19 18:15

Here’s a funny problem that you may probably know if you read Douglas Hofstadter’s wonderful book, Gödel, Escher, Bach. You are given a small alphabet, which consists in the letters M, U and I, and a set of four rules, where x and y denote any string:

  • xI to xIU: append U at the end of a string that ends with I;
  • Mx to Mxx: append the string after M a second time;
  • xIIIy to xUy: replace III with U;
  • xUUy to xy: remove UU.

Let’s start with the string MI. The goal is to convert this string to MU using those rules, that you can reuse at will. I can’t remember where I saw this problem mentioned on the internet. There is no solution to this problem, but I keep thinking of this gorgeous book each time I see some mention of Hofstadter’s puzzles.

2019-07-19 18:10

If you like pv and wants a tool that can be launched afterwards, then try progress, the Coreutils Progress Viewer. BTW, it’s available via Homebrew.

2019-07-19 13:03

Mathematica/Mathics tutorial for the First Course in Applied Differential Equations.

2019-07-19 13:00

Herbie: Find and fix floating-point problems. #racket

2019-07-19 11:33

Hot off the kitchen:

2019-07-18 20:32

  Bill Fay, Who is the Sender?.

2019-07-18 14:24

What a wonderful work on SICP on Eli Bendersky’s website. #lisp #clojure

2019-07-18 14:21

What’s coming in Python 3.8. #python

2019-07-18 14:18

If Racket shares the beauty of Lisp and Python, it may even get ride of parenthesis in the near future. #racket

2019-07-17 21:21

  Beirut, The Flying Club Cup.

2019-07-17 21:17

My life has just become a poem where I unroll rhymes of side effects, one after the other. Today it is hyperkalemia that won the day.

2019-07-17 20:25

Human Genome Assembly in 100 Minutes. #bioinformatics

2019-07-17 20:23

The Rust compiler is just some kind of magic!

2019-07-17 17:52

Lisp and Haskell. #lisp

2019-07-17 10:04

OCaml Scientific Computing. #ocaml

2019-07-17 09:57

Racket is a great Lisp, but it’s also an acceptable Python. Sometimes you really can have it all.

Racket is an acceptable Python.

2019-07-16 17:10

Writing a Ph.D. thesis with Org Mode. See also the associated blog post. #emacs

2019-07-16 17:09

ebib: A BibTeX database manager for Emacs. It bears some resemblance with what org-ref and ivy-bibyex offer actually, but it may something to try in the future, if only to simply remove unnecessary dependencies with Helm. #emacs