Skip to content

Commit

Permalink
Dump links
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Dec 28, 2024
1 parent 88c7873 commit 1cff540
Show file tree
Hide file tree
Showing 10 changed files with 21 additions and 12 deletions.
3 changes: 2 additions & 1 deletion src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,9 @@
- [Local-First](./local-first.md)
- [Self-Hosting](./self-hosting.md)
- [Security](./security.md)
- [Networking, Web & Browsers](./networks.md)
- [HTML, CSS & JS](./fe.md)
- [Networking, Web & Browsers](./networks.md)
- [Social Networks](./social.md)
- [UNIX/Linux](./unix.md)
- [System Programming](./system-programming.md)
- [Terminal](./term.md)
Expand Down
9 changes: 5 additions & 4 deletions src/algs.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## Algorithms & Data Structures

- [Asymptotic notation](https://www.khanacademy.org/computing/computer-science/algorithms/asymptotic-notation/a/asymptotic-notation)
- Sedgewick & Wayne, Algorithms (https://algs4.cs.princeton.edu/home)
- [Sedgewick & Wayne, Algorithms](https://algs4.cs.princeton.edu/home)
- [Open Data Structures](http://opendatastructures.org/ods-java/)
- [Data Structures & Algorithms I Used Working at Tech Companies](https://blog.pragmaticengineer.com/data-structures-and-algorithms-i-actually-used-day-to-day/)
- [Visualizing Algorithms](https://bost.ocks.org/mike/algorithms/)
Expand All @@ -11,11 +11,12 @@
- [HackerRank](https://www.hackerrank.com/)
- [exercism](https://exercism.org/)
- [Advent of Code](https://adventofcode.com/)
- Data Structures:
- Data Structures & Algs of Interest:
- [Bloom Filters](https://samwho.dev/bloom-filters/)
- [HyperLogLog](https://djhworld.github.io/hyperloglog/)
- [Log-structured merge-tree](https://en.m.wikipedia.org/wiki/Log-structured_merge-tree)
- Algorithms:
- [Log-Structured Merge-Tree](https://en.m.wikipedia.org/wiki/Log-structured_merge-tree)
- [B-Tree](https://planetscale.com/blog/btrees-and-database-indexes)
- [Rope](https://en.wikipedia.org/wiki/Rope_(data_structure))
- [Hashing](https://samwho.dev/hashing)
- Patterns:
- [Algorithmic Patterns](https://cs.lmu.edu/~ray/notes/algpatterns/)
Expand Down
1 change: 1 addition & 0 deletions src/blogs.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,6 @@
- [P99 CONF](https://www.p99conf.io/)
- [PoC||GTFO](https://www.alchemistowl.org/pocorgtfo/)
- [Phrack](http://phrack.org/)
- [goto;](https://gotopia.tech/)

> You can subscribe to blog feeds via an RSS/Atom reader, as explained [here](https://aboutfeeds.com/).
2 changes: 1 addition & 1 deletion src/fe.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@
- [Web design inspiration catalog](https://www.curated.design/)
- [Learn CSS Layout](http://book.mixu.net/css/single-page.html)
- [JSON Canvas](https://jsoncanvas.org/)
- [CSS for printing to paper](https://voussoir.net/writing/css_for_printing)
- [CSS for Printing to Paper](https://voussoir.net/writing/css_for_printing)
6 changes: 3 additions & 3 deletions src/from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,12 @@ Tutorials:
- [Compiling to Assembly from Scratch](https://keleshev.com/compiling-to-assembly-from-scratch)
- [200 and change](https://github.com/pdubroy/200andchange?utm_source=substack&utm_medium=email)
- [whorl - A single file, std only, async Rust executor](https://github.com/mgattozzi/whorl)
<<<<<<< HEAD
- [Implement DNS in a weekend](https://implement-dns.wizardzines.com/)
=======
- [Write a Shell in C](https://brennan.io/2015/01/16/write-a-shell-in-c/)
- [Write your Own Virtual Machine](https://www.jmeiners.com/lc3-vm/)
>>>>>>> dfc7c000a6c80f2913d073a3e75690f418858c7d
- [(How to Write a (Lisp) Interpreter (in Python))](https://www.norvig.com/lispy.html)
- [CHIP-8 in Common Lisp: The CPU](https://stevelosh.com/blog/2016/12/chip8-cpu/)
- [Start Your Own ISP](https://startyourownisp.com/)

Other lists:
- [Build your own X](https://github.com/codecrafters-io/build-your-own-x)
Expand Down
1 change: 1 addition & 0 deletions src/games.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@

- [Game Programming Patterns](https://gameprogrammingpatterns.com/)
- [Game Programming Gems](https://www.satori.org/game-programming-gems/)
- [The Book of Shaders](https://thebookofshaders.com/)
1 change: 1 addition & 0 deletions src/observability.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@
- [All my favorite tracing tools: eBPF, QEMU, Perfetto, new ones I built and more](https://thume.ca/2023/12/02/tracing-methods/)
- [OpenTelemetry Tracing in 200 lines of code](https://jeremymorrell.dev/blog/minimal-js-tracing/)
- [Richard L. Sites, Understanding Software Dynamics](https://www.oreilly.com/library/view/understanding-software-dynamics/9780137589692)
- [Linux Crisis Tools](https://www.brendangregg.com/blog/2024-03-24/linux-crisis-tools.html)
3 changes: 3 additions & 0 deletions src/social.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
## Social Networks

- [Understanding ActivityPub](https://seb.jambor.dev/posts/understanding-activitypub/)
2 changes: 1 addition & 1 deletion src/software-design.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@
- Hermans, The Programmer's Brain: What every programmer needs to know about cognition
- [Worse is better](https://en.m.wikipedia.org/wiki/Worse_is_better)
- [My 10 Years of Programming Experience](https://iximiuz.com/en/posts/my-10-years-of-programming-experience/)

- [Catalog of Dark Patterns](https://hallofshame.design/collection/)
5 changes: 3 additions & 2 deletions src/unix.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@
- [Linux Hardening Guide](https://madaidans-insecurities.github.io/guides/linux-hardening.html)
- [Linux Survival](https://linuxsurvival.com/linux-tutorial-introduction/)
- [Linux Journey](https://linuxjourney.com/)
- [Learn Git Branching](https://learngitbranching.js.org/)
- [Vim Adventures](https://vim-adventures.com/)
- [Learn git Branching](https://learngitbranching.js.org/)
- [git from the Bottom Up](https://jwiegley.github.io/git-from-the-bottom-up/)
- [vim Adventures](https://vim-adventures.com/)
- [Unix for Poets](https://www.cs.upc.edu/~padro/Unixforpoets.pdf)
- [The Unix Game](https://www.unixgame.io/unix50)
- [Awesome UNIX®](https://github.com/sirredbeard/Awesome-UNIX)
Expand Down

0 comments on commit 1cff540

Please sign in to comment.