Skip to content

Commit

Permalink
Dump
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Mar 17, 2024
1 parent 80be75b commit 40699a7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/fe.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,5 @@
- [ngrok, lvh.me and nip.io: A Trilogy for Local Development and Testing](https://nickjanetakis.com/blog/ngrok-lvhme-nipio-a-trilogy-for-local-development-and-testing)
- [Weird HTML Hacks](https://tedium.co/2023/11/24/weird-html-hacks-history/)
- [Web design inspiration catalog](https://www.curated.design/)
- [Learn CSS Layout](http://book.mixu.net/css/single-page.html)
- [JSON Canvas](https://jsoncanvas.org/)
4 changes: 3 additions & 1 deletion src/misc.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
- [What Every Programmer Should Know About Memory](https://people.freebsd.org/~lstewart/articles/cpumemory.pdf)
- [What Should I Know About Garbage Collection as a Java Developer?](https://www.azul.com/blog/what-should-i-know-about-garbage-collection-as-a-java-developer/)
- Performance:
- [Latency Numbers Every Programmer Should Know](https://gist.github.com/jboner/2841832)
- [Latency Numbers Every Programmer Should Know](https://samwho.dev/numbers/)
- [Good performance is not just big O](https://jmmv.dev/2023/09/performance-is-not-big-o.html)
- [Linux Performance](https://www.brendangregg.com/linuxperf.html)
- [Zero-copy](https://en.wikipedia.org/wiki/Zero-copy)
Expand Down Expand Up @@ -124,6 +124,8 @@
- Hard Stuff:
- [Hard things in Computer Science](https://blog.frankel.ch/hard-things-computer-science/)
- [How to name things: the hardest problem in programming](https://www.slideshare.net/pirhilton/how-to-name-things-the-hardest-problem-in-programming)
- CS Theory:
- [Great Ideas in Theoretical Computer Science](https://www.cs251.com/)
- Miscellanea:
- [What is the difference between Terminal, Console, Shell, and Command Line?](https://askubuntu.com/questions/506510/what-is-the-difference-between-terminal-console-shell-and-command-line)
- [Quantum computing for the very curious](https://quantum.country/qcvc)
Expand Down
1 change: 1 addition & 0 deletions src/mldl.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@
- [Neural networks from scratch](https://aegeorge42.github.io/)
- [LLM Visualization](https://bbycroft.net/llm)
- [The Annotated Transformer](https://nlp.seas.harvard.edu/2018/04/03/attention.html)
- [Markov Chains are the Original Language Models](https://elijahpotter.dev/articles/markov_chains_are_the_original_language_models)

0 comments on commit 40699a7

Please sign in to comment.