HackerTrans
TopNewTrendsCommentsPastAskShowJobs

sibellavia

no profile record

Submissions

Fil-C Linux/x86_64 version 0.680 Latest

github.com
4 points·by sibellavia·18 dni temu·0 comments

Headroom – The context compression layer for AI agents

github.com
3 points·by sibellavia·19 dni temu·0 comments

Claude Code on desktop can now preview your running apps

twitter.com
3 points·by sibellavia·5 miesięcy temu·0 comments

Show HN: Dory, a knowledge store for coding agents that persists across sessions

github.com
2 points·by sibellavia·5 miesięcy temu·1 comments

Vault-conductor: SSH agent serving keys from Bitwarden Secrets

github.com
1 points·by sibellavia·5 miesięcy temu·0 comments

Ingress Nginx: Statement from Kubernetes Committees

kubernetes.io
7 points·by sibellavia·5 miesięcy temu·0 comments

LSFG-VK: Vulkan layer for frame generation via lossless scaling

github.com
2 points·by sibellavia·6 miesięcy temu·0 comments

TP-Link Tapo C200: Hardcoded Keys, Buffer Overflows and Privacy

evilsocket.net
347 points·by sibellavia·7 miesięcy temu·123 comments

Rust vs. Go: Memory Management

poltora.dev
2 points·by sibellavia·8 miesięcy temu·0 comments

Arti, a complete rewrite of the C Tor codebase in Rust

tpo.pages.torproject.net
4 points·by sibellavia·8 miesięcy temu·2 comments

Safe C++ proposal is not being continued

sibellavia.lol
5 points·by sibellavia·10 miesięcy temu·1 comments

Hermes 4

hermes4.nousresearch.com
202 points·by sibellavia·11 miesięcy temu·121 comments

Moments in Chromecast's history

blog.google
597 points·by sibellavia·2 lata temu·577 comments

comments

sibellavia
·16 dni temu·discuss
While I agree with the post in its entirety, I think it would have been worth mentioning DeepSeek V4 Flash as well, which, in my view, had already reached a sufficient, if not high-level of agentic coding before GLM 5.2 (see DwarfStar).
sibellavia
·25 dni temu·discuss
Related:

> For the past few months, SpaceXAI has been jointly training a model with Cursor, which will be released in Cursor and Grok Build soon.

https://x.com/SpaceX/status/2066873915717136548
sibellavia
·3 miesiące temu·discuss
A few hours after GPT5.5 is wild. Can’t wait to try it.
sibellavia
·3 miesiące temu·discuss
Clearly, Kubernetes wasn’t the right solution for your case, and I also agree that using it for smaller architectures is overkill. That said, it’s the standard for large-scale production platforms that need reproducibility and high availability. As of today I don’t see many *truly* viable alternatives and honestly I haven't even seen them.
sibellavia
·5 miesięcy temu·discuss
nice!
sibellavia
·5 miesięcy temu·discuss
I built something similar for my needs[1]. I really like your idea of having write-gated memories.

[1] https://github.com/sibellavia/dory
sibellavia
·5 miesięcy temu·discuss
> Discord is used by a bunch of closeted users having pseudos, who wouldn't do the same activities on it if everyone had their names.

Exactly. I am sure they won't share their face or ID and will move somewhere else. Big opportunity for other platforms to stand up and grow their user base.
sibellavia
·5 miesięcy temu·discuss
I just run a local microVM. I built a small CLI that wraps lima to make my life easier. With a few commands I have a VM running locally with all batteries included (CC/Codex, ssh, packages I need, ...). With this I'm not saying Deno or Docker sandboxes are useless.
sibellavia
·5 miesięcy temu·discuss
Seems like LLM-written to me. Like, entirely.
sibellavia
·5 miesięcy temu·discuss
Probably an ideal compromise solution for you would be to install the official Claude Code extension for VS Code, so you have an IDE for navigating large, complex codebases while still having CC integration.
sibellavia
·5 miesięcy temu·discuss
> That said, if vibe coding is the process of producing software without much understanding of what is going on [...], automatic programming is the process of producing software that attempts to be high quality and strictly following the producer's vision of the software [...], with the help of AI assistance.

He is absolutely right here, and I think in this article he has "shaped" the direction of future software engineering (which is already happening actually): we are moving closer and closer to a new way of writing code. But this time, for real. I mean that it will increasingly become the standard. Just as in the past an architect used to draw every detail by hand, while today much of the operational work is delegated to parametric software, CAD, BIM, and so on. The architect does not "draw less" because they know less, but because the value of their work has shifted. This is a concept we've repeated often in recent months, with the advent of Opus 4.5 and 5.2-Codex. But I think that here antirez has given it the right shape and also did well to distinguish it from mere vibecoding, which, as far as I'm concerned, are two radically different approaches.
sibellavia
·5 miesięcy temu·discuss
I had the same idea, forcing the agent to execute code inside a WASM instance, and I've developed a few proof of concepts over the past few weeks. The latest solution I adopted was to provide a WASM instance as a sandbox and use MCP to supply the tool calls to the agent. However, it hasn't seemed flexible enough for all use cases to me. On top of that, there's also the issue of supporting the various possible runtimes.
sibellavia
·7 miesięcy temu·discuss
In any case, what would be the problem? The page you mentioned simply illustrates how the product can be used in a specific domain; it doesn't seem forced to me.
sibellavia
·7 miesięcy temu·discuss
mic drop
sibellavia
·8 miesięcy temu·discuss
Exactly. Also, it is extremely rare.
sibellavia
·8 miesięcy temu·discuss
How slow? In some contexts, the trade-off might be acceptable. From what I've seen in pizlonator's tweets, in some cases the difference in speed didn't seem drastic to me.
sibellavia
·9 miesięcy temu·discuss
> When anyone can vibe code, it is the ones with "good taste" in the design of systems that will thrive. Anyone can use an agent and code fast; few will be able to do it fast and well and build systems that do not eventually collapse under the weight of their own tangled mess.

This.