HackerLangs
トップ新着トレンドコメント過去質問紹介求人

submain

no profile record

コメント

submain
·18 日前·議論
Not op, but I use it for seeing the joystick + throttle and the "real" instruments in flight simulator.
submain
·先月·議論
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.
submain
·先月·議論
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 longer true in an individualistic and institutionalized society.
submain
·先月·議論
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 ordeal are not clear.

Society would need to offer something to offset all those costs.
submain
·先月·議論
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 out that, when given the choice, they choose not to have babies.
submain
·2 か月前·議論
It seems to me China is chasing widespread adoption, while the US is chasing the AGI dream.
submain
·3 か月前·議論
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 files and follow the todo using a cheap (many times free) model.

It works 90% of the time. The other 10% it will get stuck, in which case I revert to claude.

That has allowed me to stay on the $20/month claude subscription as opposed to the $100.
submain
·3 か月前·議論
Great work :). Go doesn't have TCO. That means functional languages (no for loops) could blow up the stack. How did you solve that?
submain
·5 か月前·議論
> 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 commands. It's pretty frustrating.
submain
·5 か月前·議論
bots perhaps? Anyways, mods should remove this post.
submain
·6 か月前·議論
> 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 for upstream fixes. I'd imagine that'd be harder with other OSs.
submain
·6 か月前·議論
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 spectrum.
submain
·7 か月前·議論
> 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 eventually faced a problem/bug it couldn't solve and I had to go and read the entire codebase myself.

Then, found several subtle bugs (like writing private keys to disk even when that was an explicit instruction not to). Eventually ended up refactoring most of it.

It does have value on coming up with boilerplate code that I then tweak.
submain
·7 か月前·議論
"Magic Leap raises $827M in Series C". Aged like wine.
submain
·7 か月前·議論
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 all keep reinventing the same thing :)
submain
·7 か月前·議論
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 thing that still annoys me is the laptop not sleeping properly and therefore using too much battery power when idle.

It has made great strides on the last two or so years.