HN user

kosolam

276 karma
Posts23
Comments347
View on HN
news.ycombinator.com 2mo ago

Ask HN: Where AI Researchers Congregate?

kosolam
2pts0
news.ycombinator.com 4mo ago

Ask HN: Did you change the site on mobile?

kosolam
2pts4
news.ycombinator.com 8mo ago

Ask HN: CRM/ERP – Free Open Source

kosolam
2pts6
news.ycombinator.com 2y ago

Ask HN: Least Boilerplate Admin?

kosolam
1pts0
news.ycombinator.com 2y ago

Ask HN: Open-Source Newsletter Tool

kosolam
1pts6
news.ycombinator.com 2y ago

Ask HN: Cryptsetup Luks Security

kosolam
2pts3
news.ycombinator.com 2y ago

Ask HN: Automatic clevis/tang unlocking on Debian

kosolam
3pts3
news.ycombinator.com 2y ago

Ask HN: HashiCorp Stack – Yes or No?

kosolam
8pts5
news.ycombinator.com 2y ago

Ask HN: Firefox issues – is it only me?

kosolam
2pts2
news.ycombinator.com 2y ago

Ask HN: Any Encrypted Notes Backup?

kosolam
4pts9
news.ycombinator.com 3y ago

Ask HN: Modern C Libraries

kosolam
13pts9
news.ycombinator.com 3y ago

Ask HN: Archive Logs from Loki

kosolam
1pts0
news.ycombinator.com 3y ago

Ask HN: Good Zig Code to Read?

kosolam
12pts2
news.ycombinator.com 3y ago

Ask HN: Are You in Love with Bash?

kosolam
3pts5
news.ycombinator.com 3y ago

Ask HN: Is IPv6 Reliable?

kosolam
2pts1
news.ycombinator.com 3y ago

Ask HN: Why disable SSH root login with key only?

kosolam
4pts11
news.ycombinator.com 4y ago

Ask HN: Which VM orchestrator do you use?

kosolam
47pts56
news.ycombinator.com 4y ago

Ask HN: Where did the Web3 post disappear?

kosolam
1pts3
news.ycombinator.com 4y ago

Ask HN: A Place for Programmers

kosolam
3pts3
news.ycombinator.com 4y ago

Ask HN: Nomad Alternatives for Medium Business?

kosolam
2pts3
news.ycombinator.com 4y ago

Ask HN: Please recommend a serious book on Microservices

kosolam
40pts13
news.ycombinator.com 4y ago

Ask HN: Next.js Disable Prefetch for SEO?

kosolam
1pts4
play.google.com 5y ago

Show HN: Legend of Pipimon – Soon Multiplayer

kosolam
2pts3

Ha I’m doing the same. 2 months in or so, lost track of time a bit. Started with running all the usual suspects pi, claude code, codex, goose, but mostly migrated to own agent (ha!) for greater level of control. Also doing it in python for C lang as first target (ha!). Anyhow post a link if you’d release yours I’d be interested to take a look at adjacent work.

MAI-Code-1-Flash 2 months ago

Hey Dave, I’d love to add your new model in the harness I’m going to opensource very soonish. Going to publish benchmarks on real world tasks.

Yeah, pretty much aligns with my own observations… I think the rage attacks began when Opus 4.7 was released more or less kah kha

Hey, this is most probably related to the chat template or the reasoning parser or the tool call parser or also things like kv cache quantization and possibly other params that affect results like the regular top k top p and all of that, the backend often sets its own defaults or the lack of them. It’s best to have all these under control if possible. I wonder regarding this project have you been testing it on real world projects? I’m working on an agentic loop as well also using a local model.

Nice. Vanilla js with a pretty clean code. From a quick look there is some components architecture and they are decoupled via an events bus. I used to implement evented architectures in winform apps in the past. On the one hand it may seem insane but in practice it was a really good choice.

Sounds like regular C programming, lol. On a serious note, give Opus 4.5 a try, maybe it would feel better. I’ve experimented with C the other week and it was quite fun. Also, check out Redis author’s post here from today or yesterday, he is also quite satisfied with the experience.

On Cloudflare 6 months ago

I was having strange slow-loading issues today again, checking in the developer tools I was surprised that Cloudflare injected JavaScript code into our website even though I disabled these features.

Pretty sure you are breaking many laws by doing this.

And, after disabling Cloudflare proxy the strange slow-loading issue were gone. I never saw the website loading so fast before.

I’m also vibing from the iphone. Termius connects via ssh to remote server where I run claude code. Ssh connects also over a wireguard connection. So ports are not an issue because they are all available via wg in a secure way. Additionally I have code server running there automatically port forwards and giving me ssl. So when I run “pnpm dev” in tmux in ssh then I access it via https://3000.dev.mydomain.com which works great for development.