https://christopheradams.io/ is my personal website of writing, projects, and photographs. A simple static site published with Emacs, Jekyll, and Bootstrap. I even host my own newsletter with listmonk. One early post…
I have Xmonad running well on Ubuntu 24 with Gnome Flashback The packages I install are: xmonad libghc-xmonad-extras-dev gnome-flashback gnome-panel (plus suckless-tools and xmobar) That should give you a login option…
The original article on Artsy (which CNN links to) is better illustrated: https://www.artsy.net/article/artsy-editorial-reason-tennis-...
There are some good introductory videos at https://www.cs.kent.ac.uk/ErlangMasterClasses/.
Erlang (https://github.com/erlang/otp) accepts PRs on GitHub, although they maintain their own JIRA instance for issue tracking.
Yes, I can confirm this. Development on Elixir (https://github.com/elixir-lang/elixir) is done in the open and on GitHub.
I've found an agreeable middle ground, which is to keep syntax highlighting on but to use a monochrome theme, where different types of tokens (like you mention) are distinguished by contrast instead of color. However, I…
Nice work. If you're into this sort of thing, you might also appreciate https://instagram.com/pxlpeeps/, though the style is more constrained, and the focus is on pop culture characters.
When I read the title of the post, I wrongly assumed it linked to the "RESTful Web Services Cookbook", which is another O'Reilly classic on this topic. The advice I've heard is to read one or the other, depending on…
I've been using Input as my default monospace font in both Mac and Linux for the past 5 months, and I have a very high opinion of it. To anyone curious, I recommend trying the preview tool:…
Kudos to the company for supporting Loïc Hoguin's work on Cowboy. One of my favorite features of Cowboy is its REST handling[1], which models a resource as a state machine with callbacks for various behaviors. The API…
https://christopheradams.io/ is my personal website of writing, projects, and photographs. A simple static site published with Emacs, Jekyll, and Bootstrap. I even host my own newsletter with listmonk. One early post…
I have Xmonad running well on Ubuntu 24 with Gnome Flashback The packages I install are: xmonad libghc-xmonad-extras-dev gnome-flashback gnome-panel (plus suckless-tools and xmobar) That should give you a login option…
The original article on Artsy (which CNN links to) is better illustrated: https://www.artsy.net/article/artsy-editorial-reason-tennis-...
There are some good introductory videos at https://www.cs.kent.ac.uk/ErlangMasterClasses/.
Erlang (https://github.com/erlang/otp) accepts PRs on GitHub, although they maintain their own JIRA instance for issue tracking.
Yes, I can confirm this. Development on Elixir (https://github.com/elixir-lang/elixir) is done in the open and on GitHub.
I've found an agreeable middle ground, which is to keep syntax highlighting on but to use a monochrome theme, where different types of tokens (like you mention) are distinguished by contrast instead of color. However, I…
Nice work. If you're into this sort of thing, you might also appreciate https://instagram.com/pxlpeeps/, though the style is more constrained, and the focus is on pop culture characters.
When I read the title of the post, I wrongly assumed it linked to the "RESTful Web Services Cookbook", which is another O'Reilly classic on this topic. The advice I've heard is to read one or the other, depending on…
I've been using Input as my default monospace font in both Mac and Linux for the past 5 months, and I have a very high opinion of it. To anyone curious, I recommend trying the preview tool:…
Kudos to the company for supporting Loïc Hoguin's work on Cowboy. One of my favorite features of Cowboy is its REST handling[1], which models a resource as a state machine with callbacks for various behaviors. The API…