SkepticalWhale | 6 months ago | on: Evidence that AI is destroying jobs for young people
SkepticalWhale's comments
SkepticalWhale | 7 months ago | on: Go is still not good
SkepticalWhale | 7 months ago | on: Go is still not good
Regarding Typescript, I actually am a big fan of it, and I almost never write vanilla JS anymore. I feel my team uses it well and work out the kinks with code review. My primary complaint, though, is that I cannot trust any other team to do the same, and TS supports escape hatches to bypass or lie about typing.
I work on a project with a codebase shared by several other teams. Just this week I have been frustrated numerous times by explicit type assertions of variables to something they are not (`foo as Bar`). In those cases it’s worse than vanilla JS because it misleads.
SkepticalWhale | 7 months ago | on: Go is still not good
SkepticalWhale | 7 months ago | on: Go is still not good
It’s faster than Node or Python, with a better type system than either. It’s got a much easier learning curve than Rust. It has a good stdlib and tooling. Simple syntax with usually only one way to do things. Error handling has its problems but I still prefer it over Node, where a catch clause might receive just about anything as an “error”.
Am I missing a language that does this too or more? I’m not a Go fanatic at all, mostly written Node for backends in my career, but I’ve been exploring Go lately.
SkepticalWhale | 7 months ago | on: Left to Right Programming
SkepticalWhale | 7 months ago | on: Show HN: Omnara – Run Claude Code from anywhere
SkepticalWhale | 7 months ago | on: Study: Social media probably can't be fixed
There are apps like Meetup, but a lot of people just find it too awkward. Introverts especially do not want to meet just for the sake of meeting people, so they fallback on social media.
Maybe this situation is fundamentally not helped by software. All of my best friendships organically formed in real-world settings like school, work, neighborhood, etc.
SkepticalWhale | 8 months ago | on: Claude Code now supports hooks
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 eliminating manufacturing jobs?
SkepticalWhale | 9 months ago | on: Containerization is a Swift package for running Linux containers on macOS
I'm not sure this is the same, though. This feels more like docker for desktop running on a lightweight vm like Colima. Am I wrong?
SkepticalWhale | 9 months ago | on: (On | No) Syntactic Support for Error Handling
SkepticalWhale | 10 months ago | on: We fell out of love with Next.js and back in love with Ruby on Rails
There are times the user experience is just objectively better with more state, and you have to weigh the costs.
If I am filling out a very long form (or even multi-page form) I don’t really want all that state lost if I accidentally refresh the page.
SkepticalWhale | 1 year ago | on: Taskwarrior – CLI Task Management
I spend all day editing in VSCode -- it's nice to use the same tool (and vim keys)