Viewing profile — jadenPete
jadenPete
HN member- Joined
- Fri, Dec 13, 2024, 11:23 PM UTC
- HN karma
- 115
- Public activity
- 30 items
- HN profile
- View on Hacker News ↗
About jadenPete
Socials: - github.com/jadenPete - linkedin.com/in/petersonjaden
---
Recent public activity
-
comment
Comment #48722076
> This is patently false. I think what they're trying to say is that housing being a good investment long-term is fundamentally incompatible with housing being affordable, and soci…
-
comment
Comment #48527275
Why does building a successful business necessitate generating economic externalities? Many do, and that should be prevented, but many also don’t. And to say that those externaliti…
-
comment
Comment #47294527
I couldn’t disagree more. Most of my company’s backend code is written in Scala, and most of our engineers dislike it because the language is difficult to understand, has way too m…
-
comment
Comment #47224272
Apple’s hardware teams are seriously running laps around their software teams. Which is odd, because historically, it’s been the opposite. Until iPad OS actually becomes capable fo…
-
comment
Comment #47213007
I'm curious, how much does this weigh? I've ridden e-bikes a few times, and it's always surprising how much heavier they are than ordinary bikes. I can't imagine how heavy this mus…
-
comment
Comment #47159519
It seems like this problem (differences in how humans and LLMs use probabilistic language) and hallucination are one in the same. LLMs don’t have access to information about how co…
-
comment
Comment #47147263
The article cites Amazon prohibiting sellers from selling their products for less on other platforms as anticompetitive behavior. I don’t doubt that this is happening, nor that it’…
-
comment
Comment #47081681
Then won’t foreign governments just ban freedom.gov? This problem has already been solved with networks like Tor and I2P. It seems like it would be more strategic to fund those pro…
-
comment
Comment #47026713
I think what bugs me about EU legislation like this is how micro-targeted it is. Why apparel specifically? If waste and a disregard for the finite-ness of natural resources is the …
-
comment
Comment #46714059
This question may be naive, but why is the agricultural industry so subsidized? I understand the moral argument, but why, economically, does subsidizing farms result in a more effi…
-
comment
Comment #46667546
I’m also looking forward to gpui ( https://www.gpui.rs/ ) from the Zed folks.
-
comment
Comment #46667515
Agreed. I don’t think easy package management is the problem, though. Rather, it’s just triggered a Cambrian explosion of packages, and now security needs to catch up.
-
comment
Comment #46659428
I think the point about tooling being the problem deserves more emphasis. I'm a firm believer that the right thing to do should be the easiest thing to do. Currently, the easiest p…
-
comment
Comment #46270905
Really interesting stuff. Am I correct in thinking that if productivity were to rapidly increase in the service sector (e.g. due to AI) the same way it did in the manufacturing sec…
-
comment
Comment #46170404
I work one of these teams! At my company (~300 engineers), we have tech debt teams for both frontend and backend. I’m on the backend team. We do the work that’s too large in scope …
-
comment
Comment #46071964
Happy Thanksgiving, HN!
-
comment
Comment #45652198
This article seems sensationalized and lacking evidence. Layoffs alone (especially when so much of the industry did them) doesn't seem sufficient to explain today's outage, especia…
-
comment
Comment #45612016
What benefit do skills over beyond writing good, human-centric documentation and either checking it into your codebase or making it accessible via an MCP server?
-
comment
Comment #45598150
Rust's choice of constructs also makes writing safe and performant code easy. Many other compiled languages lack proper sum and product types, and traits (type classes) offer polym…
-
comment
Comment #45510719
I’ve considered running an email server on my personal domain for some time, but the effort of changing my email hasn’t felt worth it to me, given how many services I’ve signed up …
-
comment
Comment #45420690
I think when the answer becomes more important than the journey, AI tools become more valuable. Want to figure out why a bug is occurring? Tools like Claude Code can be great for t…
-
comment
Comment #45340296
I really, really want an ARM laptop with great Linux support. It's very difficult to justify buying an non-M series laptop today, when the M series laptops outperform x86 laptops i…
-
comment
Comment #45282760
Support for garbage collection is really nice to see. Previously, it’s been very difficult to do garbage collection in WASM because you don’t have direct access to the stack, so tr…
-
comment
Comment #45083060
Git is great, but it doesn’t solve the problem of removing unused dotfiles. For that, I use a custom script that accepts a configuration file mapping each file/directory to a packa…
-
comment
Comment #44966959
IntelliJ has always been extremely slow for me, even on my beefed up mobile workstation for work. It’s refreshing to see an editor that’s built with performance as a priority.