Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cxa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
cxa
8mo ago
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 that c
2.
▲
by
cxa
1y ago
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 for "GNOME Flashb
3.
▲
by
cxa
7y ago
The original article on Artsy (which CNN links to) is better illustrated: https://www.artsy.net/article/artsy-editorial-reason-tennis-...
4.
▲
by
cxa
10y ago
There are some good introductory videos at https://www.cs.kent.ac.uk/ErlangMasterClasses/ .
5.
▲
by
cxa
10y ago
Erlang ( https://github.com/erlang/otp ) accepts PRs on GitHub, although they maintain their own JIRA instance for issue tracking.
6.
▲
by
cxa
10y ago
Yes, I can confirm this. Development on Elixir ( https://github.com/elixir-lang/elixir ) is done in the open and on GitHub.
7.
▲
by
cxa
11y ago
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 don't pers
8.
▲
by
cxa
11y ago
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.
9.
▲
by
cxa
11y ago
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 whic
10.
▲
by
cxa
11y ago
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: http://input.fontbureau.com/p
11.
▲
by
cxa
11y ago
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 is similar to Web