Viewing profile — submain
submain
HN member- Joined
- Sat, Sep 05, 2020, 8:42 AM UTC
- HN karma
- 165
- Public activity
- 41 items
- HN profile
- View on Hacker News ↗
About submain
No profile information was provided.
Recent public activity
-
comment
Comment #48929547
NVidia seems to want them. They have a lot of lobbying power.
-
comment
Comment #48640307
Not op, but I use it for seeing the joystick + throttle and the "real" instruments in flight simulator.
-
comment
Comment #48480503
The investors will get their money back on the IPO. They'll dump all their stocks in the market and run away, leaving retail with the bill.
-
comment
Comment #48420970
I think that's a fair take. We could also frame it as society in the past has carried a lot of the burden of raising kids. Tribes and communities helped raise kids. That's no longe…
-
comment
Comment #48417181
Is that enough though? Women change their entire bodies, sacrifice years of their lives, and go through considerable stress to have a baby. And at the end, the benefits of that ord…
-
comment
Comment #48417161
I agree. It comes down to the opportunity cost for women to have babies. On pre-industrialized societies, women have barely a choice. On industrialized ones they do. And it turns o…
-
comment
Comment #48261075
It seems to me China is chasing widespread adoption, while the US is chasing the AGI dream.
-
comment
Comment #47713068
I have been doing this and the results have been fairly good. I use claude to build requirements.md -> implementation.md -> todo.md. Then I tell opencode + openrouter to read those…
-
comment
Comment #47665746
Great work :). Go doesn't have TCO. That means functional languages (no for loops) could blow up the stack. How did you solve that?
-
comment
Comment #47076320
> And don't even let me get started on how bad Claude client has become The latest versions of claude code have been freezing and then crashing while waiting on long running comman…
-
comment
Comment #47065768
bots perhaps? Anyways, mods should remove this post.
-
comment
Comment #46572738
> If you search for problems on linux, you will get much higher quality answers. Not only that, but in the past I've cooked hacky bash scripts to work around issues while waiting f…
-
comment
Comment #46412253
I usually define functional programming as "how far away a language is from untyped lambda calculus". By that definition, different languages would fall in different parts of that …
-
comment
Comment #46258842
> The real secret to agent productivity is letting go of your understanding of the code and trusting the AI to generate the proper thing The few times I've done that, the agent eve…
-
comment
Comment #46208761
"Magic Leap raises $827M in Series C". Aged like wine.
-
comment
Comment #46191049
This is great! Coincidentally, I just started replacing my collection of bespoke security bash scripts with an app like yours. WIP here: https://github.com/leolimasa/age-vault We a…
-
comment
Comment #46081273
Yeah, I run macos for the same reason. However, I went back to linux on my personal laptop (nixos on my case) and I am pleasantly surprised how many things now just work. The only …
-
comment
Comment #43782039
This echoes my sentiment that LLMs are higher level programming languages. And, as every layer of abstraction, they add assumptions that may or may not fit the use case. The same w…
-
comment
Comment #43096067
Type checking is indeed an advantage of ORMs. You pay for it with object relational impedance mismatch. That impedance grows as your schema grows. In my experience, the way to get …
-
comment
Comment #43090068
ORMs are one of those things that make sense for really tiny projects but fail to scale once complexity settles in.
-
comment
Comment #43041286
I love doing research. I published a minor unimportant paper in undergrad and had a blast doing it. Then at graduation I was offered a well paid job in the industry. Decided to pur…
-
comment
Comment #42871790
>What does windows 7 do that windows 10 doesn't? Why does the same web page need 60MBs to load when it only need 1-3MB 10 years ago. Ads. And tracking code to serve you ads. And AI…
-
comment
Comment #40653839
This is great! How does it compare to silverbullet ( https://silverbullet.md/ )?
-
comment
Comment #40001551
As a manager, if upstream changes priorities on me but what we’re working on is almost done, I just go ahead and finish it anyways. When they eventually switch back to the original…
-
comment
Comment #39917964
I am not familiar with LiveView, so I'm curious. Looks like it processes UI actions server side. So, are all client interactions sent through the websocket? I remember years/decade…