miccah | 4 years ago | on: Habits I've developed for fast and efficient programming
miccah's comments
miccah | 4 years ago | on: Show HN: Result monad for Elixir inspired by Rust Result type
miccah | 4 years ago | on: Ask HN: Have you learned / tried to learn Vim? How did you approach it?
For vim specifically, I think mode changes are the most important to learn first. Past that, it's building muscle memory for all the keybinds (and actually discovering the keybinds).
miccah | 4 years ago | on: Computer Engineering for Babies Book
miccah | 4 years ago | on: Ask HN: Who wants to be hired? (September 2021)
Location: Houston, TX
Remote: Yes
Willing to relocate: Possibly
Technologies: Rust, GoLang, Linux, etc.
Résumé/CV: Upon request
Email: hn at miccah.io
I'm most interested in security and embedded systems. I love learning and am happy to do so on the job.miccah | 4 years ago | on: Surveys show Americans want more walkable cities
Not Just Bikes is a great YouTube channel that explores city planning and often compares American cities to cities in the Netherlands. He has a video on Strong Towns as well.
miccah | 4 years ago | on: Ask HN: Who wants to be hired? (August 2021)
Location: Houston, TX (US)
Remote: Yes
Willing to relocate: No
Technologies: Rust, GoLang, C, Linux
Résumé/CV: Upon request
Email: hn [at] miccah.io
Hours: 15-25 hours/week
Looking for part time remote work, preferably in systems / backend / CLI environment. I very much enjoy working on open source projects, security, hardware, and tooling. I'm adaptible, learn pretty quickly, and I am easy going.miccah | 4 years ago | on: Lang Jam: create a programming language in a weekend
miccah | 4 years ago | on: Ask HN: Easiest way to make simple web animations?
miccah | 4 years ago | on: Ask HN: Would you introduce someone to programing
miccah | 4 years ago | on: Ask HN: Tech workers; what remarkably non-tech things do you enjoy doing?
That being said, the great thing about parkour is there are no rules. You can practice only at indoor gyms if you like, or do slower movements. Personally, all the jumps I attempt I'm 95% certain I can do them.
So, yes, it can be dangerous, but at the end of the day it's your choice in how you practice. Feel free to e-mail me if you want to chat more :)
miccah | 4 years ago | on: Ask HN: Tech workers; what remarkably non-tech things do you enjoy doing?
It's great physical exercise, I get to spend time outside, set challenges / gradually achieve them, and express my creativity through movement.
miccah | 4 years ago | on: How I made a profitable Vim course
miccah | 4 years ago | on: Increasing my contribution to Zig to $200/mo
> it was the unfriendly community I came across, the controversy surrounding it, and the secretive nature of the project that made me lose faith in its promise.
I know V has some controversy around it, but the community has always been open and kind in my experience.
miccah | 5 years ago | on: “username or password incorrect” is bullshit
Obviously this is less convenient and arguably not a critical vulnerability for GitHub. The good news is, the registration page doesn't disclose which account an email address is associated with.
miccah | 5 years ago | on: Ask HN: Resources for Learning Idiomatic Rust?
That being said, I have found the Rust track on exercism.io the best way for me to become more proficient with the language. It is great working through a challenge, getting mentor feedback, and also seeing how others solved the same problem.
miccah | 5 years ago | on: Organizations Using the D Language
Oh not to mention it has C interoperability and a native cross-platform GUI library.
miccah | 5 years ago | on: Soft Skills in Engineering Leadership
miccah | 5 years ago | on: Most of the time, you don’t really need another MOOC
For those who want an easy (and free!) mentor system for learning various programming languages, try Exercism [1]. I have been using it to learn Rust and Clojure.
miccah | 5 years ago | on: XTerm: It's Better Than You Thought
For comparison, rxvt-unicode has perl utils for mouse-less URL selection [1]. Since it's operating within the terminal, scrollback is also available for selection (not just the currently visible screen).
After invoking the selection mode, it's as easy as using j/k to choose the URL and Enter to open or y to yank to clipboard. Installed on Arch with the `urxvt-perls` package.