Skip to content

Commit

Permalink
Dump links
Browse files Browse the repository at this point in the history
  • Loading branch information
giulianopz committed Oct 2, 2023
1 parent 372c508 commit 329d94d
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/SUMMARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
- [Playgrounds](./playgrounds.md)
- [Embedded Systems & Electronics](./metal.md)
- [Open Source, DIY & Right to Repair](foss.md)
- [Reverse Engineering](./reverse.md)
- [Math](./math.md)
- [Machine Learning and Deep Learning](./mldl.md)
- [Best Practices, Common Pitfalls, Curious Stuff & Basic Things You Should Know](./best-practices.md)
Expand Down
1 change: 1 addition & 0 deletions src/from-scratch.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ Tutorials:
- [Writing a package manager](https://antonz.org/writing-package-manager/)
- [Bare Metal Space Invaders](https://blog.fponzi.me/2023-08-13-bare-metal-space-invaders.html)
- [Hypervisor From Scratch](https://rayanfam.com/topics/hypervisor-from-scratch-part-1/)
- [Writing a Debugger From Scratch](https://www.timdbg.com/posts/writing-a-debugger-from-scratch-part-1/)

Other lists:
- [Build your own X](https://github.com/codecrafters-io/build-your-own-x)
Expand Down
2 changes: 2 additions & 0 deletions src/history.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## CS/FOSS History and Hacking/Cyberpunk Culture

- [List of pioneers in computer science](https://en.wikipedia.org/wiki/List_of_pioneers_in_computer_science)
- [Computing History Hub](https://mollymielke.notion.site/Computing-History-Hub-be72f307fc2e4b05abe3dc67eb937521)
- [Emerson, Reading Writing Interfaces. From the Digital to the Bookbound](https://www.upress.umn.edu/book-division/books/reading-writing-interfaces)
- [The History of the Graphical User Interface - 1945 to 1980](https://lunduke.substack.com/p/the-history-of-the-graphical-user)
- [PAPERCRAFT MODELS](https://rockybergen.com/papercraft)
Expand All @@ -9,6 +10,7 @@
- Himanen, The Hacker Ethic and the Spirit of the Information Age
- [ESR, How To Become A Hacker](http://www.catb.org/~esr/faqs/hacker-howto.html#why_this)
- [The Glider: A Universal Hacker Emblem](http://www.catb.org/hacker-emblem/)
- [The Conscience of a Hacker](http://phrack.org/issues/7/3.html)
- [The Backbone](https://technicshistory.com/the-backbone/)
- ESR, The Cathedral & the Bazaar
- Kernighan, UNIX: A History and a Memoir
Expand Down
1 change: 1 addition & 0 deletions src/metal.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
- [Concise electronics for geeks](https://lcamtuf.coredump.cx/electronics/)
- [Lessons in Electric Circuits](https://www.allaboutcircuits.com/textbook/)
- Platt, Electronics: Learning by Discovery: A hands-on primer for the new electronics enthusiast
- [LibrePCB](https://librepcb.org/)
- [Practical Guide to Radio-Frequency Analysis and Design](https://www.allaboutcircuits.com/textbook/radio-frequency-analysis-design/)
- [SDR I/Q tools](https://triq.org/)
- [Intel HEX](https://en.wikipedia.org/wiki/Intel_HEX)
Expand Down
4 changes: 4 additions & 0 deletions src/reverse.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
## Reverse Engineering

- [An Introduction to Reverse Engineering](http://www.muppetlabs.com/~breadbox/txt/bure.html)
- [decomp.me](https://decomp.me/)

0 comments on commit 329d94d

Please sign in to comment.