(1232 Posts In Total)

2019

2019-08-25 16:30

Nice song cover of Une Sorcière comme les autres, by Anne Sylvestre.

2019-08-25 16:23

JavaScript: The Modern Parts: Nice historical take! #javascript

2019-08-25 08:21

What is a 1x Engineer?

2019-08-24 08:28

Typed Lisp, A Primer. (Note that “Lisp refers to Common Lisp as supported by Emacs Lisp.”) #lisp

2019-08-23 13:55

Such a nice treatment of Prime numbers on the Haskell community wiki. #haskell

2019-08-23 12:06

  The Dead Weather, Horehound.

2019-08-23 07:23

Some obscure C features. (via HN)

2019-08-23 07:22

monolith: Save HTML pages with ease.

2019-08-22 21:09

A quick guide to Emacs Lisp programming. #emacs

2019-08-21 21:08

Metabase is the easy, open source way for everyone in your company to ask questions and learn from data.

2019-08-21 21:01

I haven’t update Doom Emacs during the week, except for env variables because I switched to Fish recently. I know there are probably plenty of updates on (M)ELPA, but the Python LSP layer works quite nicely, and the same applies to functional languages I use to use these days. So why uopdating again and again? I probably reached the point where you no longer want to live in a ‘beta’ world, and just start to be more productive with the tools you have right in your hands. BTW, I uninstalled VS Code yesterday: I still think this is the best multi-OS editor I’ve seen so far, but too much noise for me, and so few plugins for functional languages that it makes me feel like I could just use TextEdit instead, or maybe Vim. #emacs

2019-08-21 20:58

The other option is to just live with Emacs. — The Emacs Problem

2019-08-21 14:45

  Micah P. Hinson, Micah P. Hinson and the Gospel of Progress.

2019-08-21 14:44

Make each program do one thing well. To do a new job, build afresh rather than complicate old programs by adding new features; Expect the output of every program to become the input to another, as yet unknown, program. Don’t clutter output with extraneous information. Avoid stringently columnar or binary input formats. Don’t insist on interactive input. – Basics of the Unix Philosophy

2019-08-20 20:02

Time to watch the last episode of Chernobyl (my son didn’t like it!).

2019-08-20 19:57

Here is an Haskell library containing common graph search algorithms. #haskell

2019-08-20 19:56

Annotate the web, with anyone, anywhere. – hypothes.is

2019-08-20 19:53

Smith-Waterman algorithm in Python. #python #bioinformatics

2019-08-20 19:45

TIL about KeyCastr, an open-source keystroke visualizer for the Mac.

2019-08-20 19:44

Vim fugitive has been seriously updated: v2.5 -> v3.0. #vim

2019-08-20 11:12

Brushing and linking for big data by @uwdata. #dataviz

2019-08-20 10:44

Looks like Rust finally got async/await as well. #rust

2019-08-19 20:43

Yesterday and the day before: Not bad actually.

2019-08-19 20:39

I keep reading some nice posts written by Eli Barzilay on SO; that’s where I miss the SE network: You get so much information, cross-references, from passionate people who like to share their knowledge and experience. #scheme #racket

2019-08-19 20:35

  Jim Morrisson, An American Prayer.

2019-08-19 18:46

The Adventures of a Pythonista in Schemeland. #scheme #python

2019-08-19 16:12

SICP Support for DrRacket. No need for planet anymore, just use #lang sicp. #racket

2019-08-19 14:51

A very good discussion of CL vs. Scheme. #lisp #scheme

2019-08-19 14:38

A bunch of good git tutorials.

2019-08-19 08:02

Python vs Rust for Neural Networks. Such comparisons between general PLs (or worse, between a DSL and a mainstream PL) are often unfair, but it helps to appreciate the pros and cons of each language for a given domain (not a specific task).

2019-08-19 08:00

Algorithms, by Jeff Erickson.

2019-08-19 07:57

How to write a game in Haskell from scratch: Game programming is always lots of fun and it is often a nice first take with new PLs. #haskell

2019-08-18 08:58

tmux in practice: iTerm2 and tmux. I’m quite happy with iTerm only, since I don’t need to share my session across different computer for the moment. But if this were the case, sure I would come back to this nice post and the associated Github repo.

2019-08-18 07:49

The Nature of Lisp (via Irreal). #lisp

2019-08-17 20:48

  Jack White, Blunderbuss.

2019-08-17 20:42

If you are looking for nice color scheme, e.g., for your presentation or online demo, take a look at the following article: 100 brilliant color combinations and how to apply them to your designs. My preference goes to the “Subdued & Professional” palette (#90AFC5, #336B87, #2A3132, and #763626).

2019-08-17 17:44

Cosma Shalizi is about to teach a new (or revised) course on Data Mining (Fall 2019). Looking forward to reading the online material.

2019-08-17 17:37

sonic: Fast, lightweight & schema-less search backend. #rust

2019-08-17 09:37

Highlights from Git 2.23.

2019-08-17 09:35

Six useful Git tips (via Irreal) and 5 tips for numerical computing (by John Cook).

2019-08-16 16:50

See also Children of my Hometown.

2019-08-16 16:42

And now you can have config files for VS Code as well, thanks to Bodil Stokke: vscode-use-package and vscode-init-script.

2019-08-16 16:38

Ok, Fish shell is great: fewer config files–all in a centralized location, btw–, clean syntax. And it works right out of the box without any plugin! Once I figured out how to setup the $PATH variable, I knew I will probably not look back.

2019-08-15 20:30

Trying the Fish shell right now. Looks good so far.