״I am not sure this laptop has a fan anymore. Except me״ huh nice one
HN user
kosolam
Lol
But codex is opensource, no?
Looks like here lua vm is used as the basis for the project itself not as the language u write your builds with
Doing similar stuff. I curse a lot. The processes do transfer mostly between different models which a bit validates the approach.
I never looked back. Full control, and it’s really basic stuff you can have in an hour or so. And then you stop fighting with the external dependency and can move fast with your ideas.
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.
They dont give the exact size hmm
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
But wait, I’m a user of tmux or zellij which for me was basically another tmux and I went back to tmux eventually. I’m not looking to develop another tmux or something. Is this project more of a library to create tmux like apps?
Hey, I automate tmux all the time with send keys and capture.. how is your project improves vs tmux or zellij?
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. Very clean api.
For anyone that ever reads this, the issue was associated with the zoom level, up to a certain zoom level it behaves ok and wraps the text.
Worked fine for many years for me. Not great, but usable.
I mean in portrait. In landscape it’s fine.
May we still use the agent sdk for our own private use with the max account? I’m a bit confused.
How this compares with other libs and frameworks ?
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.
Hmm so how are the alternatives? Just in case I will get banned for nothing as well. I’m riding cc with opus all day long these days.
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.
I won’t get into the discussion about whether it’s this or that. I am myself busy crafting prompts all day long. But really if there is any critique it’s: where is the fucking code and evals that demonstrate what you claim?
Well yeah, so except being more complex and having hardware support, is there anything useful in ipsec? I meant a user in the general sense, not necessarily meaning a clueless non technical home user.
Thanks for your answers. I wonder though, from the perspective of a small user that doesn’t have requirements for such bandwidth, how does ipsec compare with wg on other metrics/features? Is it worth looking into?
How is IPSec performance better than wg? I never heard this before, it sounds intriguing.
And the HiDPi/retina issues with 32” Dell monitors for example especially when using rdp is super annoying.
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.
Sure, code-server is a web version of vscode, like the github spaces thing only selfhosted.
I have acme.sh creating the certs using let’s encrypt. I have a reverse proxy (haproxy) in front of code server. This handles ssl.
The port forwarding and mapping to a subdomain is automatic - it’s a feature of code server: https://coder.com/docs/code-server/guide
From the docs: code-server --proxy-domain <domain>
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.