Viewing profile — SkepticalWhale
SkepticalWhale
HN member- Joined
- Fri, Sep 17, 2021, 4:55 PM UTC
- HN karma
- 76
- Public activity
- 18 items
- HN profile
- View on Hacker News ↗
About SkepticalWhale
No profile information was provided.
Recent public activity
-
comment
Comment #49115447
Yes but I’ve seen some devs waste a lot of time using AI to build something that was a bad idea to begin with. Without AI they might have first spent more time validating the idea …
-
comment
Comment #48621575
Yes and the worst part of that is that I really enjoy working out my own strategies. My best RTS memories are on StarCraft 1, playing with friends in the early 2000s, and we all ju…
-
comment
Comment #47875961
Very cool! Consider adding a wikipedia link to each card after the game is over.
-
comment
Comment #45122675
Betting on AI could mean a pause on hiring junior developers while we wait to see how AI plays out, though.
-
comment
Comment #44987377
Ok can you elaborate?
-
comment
Comment #44986674
My intent was just to emphasize that I’m comparing Go against writing JavaScript for the Node runtime and not in the browser, that is all, but you are correct. Regarding Typescript…
-
comment
Comment #44986282
I mostly agree with you except the simple syntax with one way of doing things. If my memory serves me, Java supports at least 2 different paradigms for concurrency, for example, ma…
-
comment
Comment #44985889
Go has its fair share of flaws but I still think it hits a sweet spot that no other server side language provides. It’s faster than Node or Python, with a better type system than e…
- comment
-
comment
Comment #44943539
Maybe even painful for one dev once you need dependencies (virtualenv...)
-
comment
Comment #44890143
I do really like the idea of going for more walks throughout my work day, and just checking in on Claude with my phone.
-
comment
Comment #44890073
I'd like to see more software that amplifies local social interactions. There are apps like Meetup, but a lot of people just find it too awkward. Introverts especially do not want …
-
comment
Comment #44448490
Great analogy. Although I still wonder how long we're in this phase and how ubiquitous it will be, because didn't power tools coincide with improved automation in factories elimina…
-
comment
Comment #44230086
Whenever I have to develop on Windows, I clone my repos and run neovim / docker inside of WSL, for the improved performance (versus copying / mounting files from windows host) and …
-
comment
Comment #44182380
I agree with item #1, but it can be mitigated somewhat with dev tools like errcheck: https://github.com/kisielk/errcheck?tab=readme-ov-file
-
comment
Comment #43883417
Minimizing state simplifies the codebase but it’s a trade off. There are times the user experience is just objectively better with more state, and you have to weigh the costs. If I…
- comment
-
comment
Comment #41380413
Yes, every time I start using some GUI software, I eventually find myself returning to markdown. I spend all day editing in VSCode -- it's nice to use the same tool (and vim keys)