https://github.com/richiepagard/bitfiddler
Learning low-level stuff the hard way — by fiddling, failing, and fixing.
https://github.com/richiepagard/bitfiddler
c funny-experiments low-level low-level-programming network programming
Last synced: about 7 hours ago
JSON representation
Learning low-level stuff the hard way — by fiddling, failing, and fixing.
- Host: GitHub
- URL: https://github.com/richiepagard/bitfiddler
- Owner: richiepagard
- License: other
- Created: 2025-05-01T20:01:10.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-12-11T21:54:44.000Z (about 1 month ago)
- Last Synced: 2025-12-12T23:38:21.439Z (about 1 month ago)
- Topics: c, funny-experiments, low-level, low-level-programming, network, programming
- Language: C
- Homepage:
- Size: 56.6 KB
- Stars: 8
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bitfiddler || Low-Level Playground
A personal collection of small experiments in low-level programming, mostly in C — sometimes other old-school stuff (e.g., Perl or Bash).
This is not a library, framework, or anything reusable. It's just code I write to understand how things work under the hood.
## Why This Repo Exists
I'm curious about how things really work at the lower levels of software — where there are no abstractions. This is my way of learning, taking notes, and keeping track of what I explore.
## How to Use
You probably don't need to — but if you're also curious about low-level stuff, feel free to browse, compile, and run things.
## Notes
- Mostly tested on Debian
- Code might be heavily commented to explain what I’m doing
- Some things may break or be incomplete — that’s part of the process
- I love low-level programming, old-school tools, and open-source. So I try to deeply understand what I implement here — because that love runs deep.
## License
This project uses multiple licenses to reflect the nature of its content:
- **Source Code** is licensed under the [MIT License](./LICENSE).
- **Documentation** is licensed under the [Creative Commons Attribution-NonCommercial-NoDerivatives 4.0 International License](https://creativecommons.org/licenses/by-nc-nd/4.0/)
See the [LICENSE](./LICENSE) file for complete details.
## Contact Me
Questions or comments? Reach me at [richiepagard@gmail.com](mailto:richiepagard@gmail.com)
---
> Nothing fancy. Just exploring.