Hacker News
- Why is this site built with C https://marcelofern.com/posts/c/why-is-this-site-built-with-c/index.html 132 comments
Lobsters
- Why Is This Site Built With C https://marcelofern.com/posts/c/why-is-this-site-built-with-c/index.html 51 comments c
- Profiling a Django Migration In Postgres https://marcelofern.com/posts/postgres/profiling_a_django_migration_in_postgres/index.html 2 comments django
- ATT vs Intel Syntax https://marcelofern.com/posts/asm/att-vs-intel-syntax/index.html 5 comments asm
- ATT vs Intel Syntax https://marcelofern.com/posts/asm/att-vs-intel-syntax/index.html 3 comments assembly_language
- Why Is This Site Built With C https://marcelofern.com/posts/c/why-is-this-site-built-with-c/index.html 20 comments c_programming
- Should you not use Postgres varchar(n) by default? https://marcelofern.com/posts/postgres/should_you_not_use_varchar_n/index.html 13 comments postgresql
- Code reviews in vim https://marcelofern.com/posts/git/code_reviews_in_vim/index.html 13 comments vim
- Code reviews in neovim https://marcelofern.com/posts/git/code_reviews_in_vim/index.html 11 comments neovim
- AT&T Syntax vs Intel Syntax https://marcelofern.com/posts/asm/att-vs-intel-syntax/index.html 28 comments asm
- Sneaky `mov edi, edi` as first instruction in C function call https://marcelofern.com/notes/programming_languages/c/mov_edi_edi.html 13 comments c_programming