2026-07
- My bookmarks page is back! -
antedeguemon.org has been migrated from hugo, and now this page is back from the cyber void :)
2020-12
- antedeguemon_checks -
my collection of Credo checks, an effort to automate my pull request checklist
2020-11
- System Design Primer
- Tibia gameservers architecture -
Tibia was one of the first massive multiplayer games on the internet, and its gameserver architecture is a pioneer on large scale systems
2020-10
- Contract Net Protocol implementation in Elixir -
simple demo on Multi Agent Systems
2020-08
- Simple Driving by Mads Rosendahl -
paper from Rosendahl about using supercompilation to optimize time-bound programs generated by automatic complexity analysis tools. It demonstrates how to obtain closed-forms complexity bounds from open time-bound programs.
- A supercompiler for Erlang -
supervisioned compilation is a form of metacompilation that evaluates programs in a limited runtime and uses results from this runtime to extract conclusions from the program behavior
2020-05
- Building beautiful systems with Phoenix contexts by Andrew Hao
- About LIKE injection -
beware of
%injected into LIKE clauses
2020-04
2020-03
- Papers we love channel
- LFE: Lisp Flavored Erlang
- Spoofing epmd
- Academic Papers about Erlang
- BEAM Mignon -
blog em português sobre a BEAM, com conteúdo fantástico.
- RacketCon 2013: James Swaine - Automatic Complexity Analysis
- Tail call Wikipedia page
2020-02
- Erlang The Movie II: The Sequel
- Pleroma project -
Mastodon but written in Elixir. - Design smells page on Wikipedia
- The "97 Things Every Programmer Should Know" book
- HTDP's co-author site, Felleisen
- F# for fun and profit
- Functional Design Patterns by Scott Wlaschin
- Cargo cult programming page on Wikipedia
- FizzBuzz in Haskell by Embedding a Domain-Specific Language -
a programming rollercoaster
2019-11
- Beautiful Concurrency by Simon Peyton Jones -
article from the Beautiful Code book about transactional memory
- Why threads are a bad idea (for most purposes) (1995) by John Ousterhout -
You must be this tall to use threads.