Viewing profile — anarchyrucks
anarchyrucks
HN member- Joined
- Wed, Oct 04, 2017, 9:18 AM UTC
- HN karma
- 493
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About anarchyrucks
No profile information was provided.
Recent public activity
- comment
-
comment
Comment #32816569
Congratulations on the new release Yorick! Inko is pretty close to the ideal language I'd like to use in 2022. I'll give this new version a try soon.
-
comment
Comment #31768775
Today is officially the "Electron Alternative Day".
- story
-
comment
Comment #27333109
Reminds me of "the box" from Silicon Valley comedy series.
- story
- story
- story
-
comment
Comment #24342282
Solve some of the Advent of Code challenges and you should be good to go.
- story
-
comment
Comment #23600354
A native text editor with VS Code's capabilities.
-
comment
Comment #23514935
This surprisingly came out good! https://music-grid.surge.sh/#3344-64-0-3344-0-1089-0-3096-0-...
-
comment
Comment #23468365
GDB.
-
comment
Comment #23390193
For work.
-
comment
Comment #23382063
Do a bit of Rust and then C++ will make sense after you learn about ownership and lifetimes.
- story
-
comment
Comment #23346035
Parsing from first principles by Saša Jurić [0] is a good video on writing parser combinator in Elixir. [0] https://youtu.be/xNzoerDljjo
-
comment
Comment #23310760
alias rm=trash I have a habit of cleaning up the workspace in my machine. This alias saved me a 1000 times already.
-
comment
Comment #23310724
Title needs an edit to clarify what kind of framework this is.
-
comment
Comment #23289490
Thanks! Loved the presentation.
- story
-
comment
Comment #23230857
You can get vim shortcuts as well. zsh: bindkey -v bash: set -o vi
-
comment
Comment #23213723
Not browsing per se but I've been reading https://datadass.dev/ and reading source code of various storage engines and their documentation. SQLite and Postgres have a very good doc…
- story
-
comment
Comment #22958231
I finally "understood" C++ after writing a bit of Rust and studying the ownership principle.