HN user

justanotherdot

95 karma

justanotherdot.com

Posts20
Comments1
View on HN
molochinations.substack.com 3mo ago

No More Code Reviews: Lights-Out Codebases Ahead

justanotherdot
3pts1
panthalassa.com 2y ago

Panthalassa – Energy for Everyone

justanotherdot
3pts2
marcrandolph.substack.com 2y ago

Don't Fear Something Going Wrong

justanotherdot
1pts0
restofworld.org 2y ago

How different languages laugh online

justanotherdot
143pts61
www.crowdsupply.com 2y ago

The music player you wish you had in the early 2000s

justanotherdot
118pts93
www.justanotherdot.com 3y ago

Advertise work interests and ignore proficiencies

justanotherdot
1pts0
www.justanotherdot.com 3y ago

Default to Trust

justanotherdot
1pts0
joshldavis.com 3y ago

The Path to Dijkstra’s Handwriting

justanotherdot
2pts0
clig.dev 3y ago

Command Line Interface Guidelines

justanotherdot
2pts0
www.justanotherdot.com 3y ago

Put your own oxygen maks on first

justanotherdot
2pts0
www.justanotherdot.com 5y ago

Let the Caller Decide the Return Value

justanotherdot
1pts0
www.justanotherdot.com 5y ago

Profiling Doesn't Always Have to Be Fancy

justanotherdot
1pts0
www.justanotherdot.com 5y ago

Soft Skill Hygiene

justanotherdot
1pts0
www.justanotherdot.com 5y ago

An Architecture Agnostic Intro to Assembly

justanotherdot
2pts0
www.justanotherdot.com 5y ago

What Makes Up a CPU?

justanotherdot
2pts0
www.justanotherdot.com 5y ago

Making Friends with Caches

justanotherdot
2pts0
www.justanotherdot.com 5y ago

System's Thinking: A Primer

justanotherdot
5pts0
www.justanotherdot.com 6y ago

Magnifying Glasses for Rust Assembly

justanotherdot
1pts0
www.justanotherdot.com 6y ago

May You Be the Author of 2^N Programs

justanotherdot
2pts0
www.justanotherdot.com 6y ago

An Infinite Barrage of Mountains to Climb

justanotherdot
3pts0

https://justanotherdot.com

I write about language-agnostic mental models as well as Rust specific tips and lessons. I've written about:

* Processes for reading code: https://www.justanotherdot.com/posts/reading-code-is-decodin...

* Treating a codebase as a home (as opposed to a skyscraper): https://www.justanotherdot.com/posts/make-a-home.html

* Writing useful pull requests: https://www.justanotherdot.com/posts/what-makes-a-good-pr.ht...

* Habit formation: https://www.justanotherdot.com/posts/habit-a-tale-of-two-wat...

* Handling the stress of continually learning new skills: https://www.justanotherdot.com/posts/an-infinite-barrage-of-...

* Ways to approach refactoring: https://www.justanotherdot.com/posts/safely-shape-code-with-...

* Tips for using git: https://www.justanotherdot.com/posts/how-i-git.html

* The power of feedback loops, among other things such as principles and patterns: https://www.justanotherdot.com/posts/a-love-letter-to-feedba...

* Mental models for testing practices, such as involution, idempotence, and roundtripping: https://www.justanotherdot.com/posts/the-lowly-assert-roundt...

* A primer to fuzzing Rust programs: https://www.justanotherdot.com/posts/catching-panics-in-depe...

* Ways to pick, and win, a fight with the borrow checker in Rust: https://www.justanotherdot.com/posts/four-ways-to-avoid-the-...