Viewing profile — goldfishparty
goldfishparty
HN member- Joined
- Fri, Oct 20, 2017, 2:28 PM UTC
- HN karma
- 10
- Public activity
- 7 items
- HN profile
- View on Hacker News ↗
About goldfishparty
No profile information was provided.
Recent public activity
-
comment
Comment #19996369
The author doesn't understand what blockquotes are for I think.
-
comment
Comment #17570944
Once you understand the documentation, other language's documentation becomes easier to understand.
-
comment
Comment #17566804
RSI isn't even the name of a real company. It's a fictional company in SC. Cloud Imperium Games, CIG, is the actual company. The article in general is missing a lot of detail.
-
comment
Comment #16964081
I am a self-taught programmer. I see what people in this thread are getting at, and I believe I stumbled my way into that realm of knowledge by accident. Learning multiple language…
-
comment
Comment #16775898
Write a short script to resolve Twitter's address. Run it on a cron to pop it into your hosts file. Now you can get to Twitter in the case of a resolver being down. Woo!
-
comment
Comment #15530192
I complete toy code problems on kata sites. It allows me to exercise producing code, learning techniques, and reviewing other's code to learn more. This helps for building a solid …
-
comment
Comment #15516050
RipGrep doesn't have some very useful PCRE features. https://github.com/BurntSushi/ripgrep#why-shouldnt-i-use-rip... If you use lookarounds (or often use grep -P), RipGrep may not …