Viewing profile — monus
monus
HN member- Joined
- Mon, Nov 07, 2016, 11:04 PM UTC
- HN karma
- 186
- Public activity
- 65 items
- HN profile
- View on Hacker News ↗
About monus
Recent public activity
-
comment
Comment #47476579
> You may wonder whether I tried asking an LLM for help or not. Well, I did. In fact it was very helpful in some tasks like summarizing kernel logs [^13] and extracting the gist of…
-
comment
Comment #46951340
> Along the way I have developed a programming philosophy I now apply to everything: the best software for an agent is whatever is best for a programmer. Not a plug but really that…
-
comment
Comment #46661605
Agreed. I don’t know if it will create or eliminate jobs but this is certainly another level from what we’ve seen before. Since last 2 months, calling LLMs even internet-level inve…
-
story
Ask HN: Did Firecracker Win Completely?
I’m seeing sandbox projects and companies almost everyday now with similar feature set and when I peek under the hood, it’s all Firecracker. Is it really the best VM tech for 3rd p…
-
comment
Comment #46373305
Well, we are serving latency sensitive remote control to via WebRTC which uses TLS over TURN so you get 443 HTTPS for the whole traffic. No NAT, no UDP, just pure TURN traffic over…
-
comment
Comment #46345373
We’ve recently had a disk failure in the primary and CloudNativePG promoted another to be primary but it wasn’t zero downtime. During transition, several queries failed. So somethi…
-
comment
Comment #46273634
We’re building the Browserbase for mobile - Android & iOS at agentic scale with no concurrency limits. We run them on bare metal without VM brittleness, fully GPU-accelerated with …
-
comment
Comment #46189303
The problem with old computers isn’t that they’re slow but fail randomly so they don’t need “smaller” Linux, they need more resiliency that can work with random RAM erros, corrupt …
-
comment
Comment #45863833
Agreed. Use LLM all you want to do the discovery and proof but do not use it to replace your voice. I literally can’t read, my brain just shuts off when I see LLM text.
-
comment
Comment #43844892
The hard part is the content of isMalicious() function. The bots can crash but they’d be quick to restart anyway.
-
comment
Comment #43199188
> bringing HTTP/2 all the way to the Ruby app server is significantly complexifying your infrastructure for little benefit. I think the author wrote it with encryption-is-a-must in…
-
comment
Comment #41477243
Well, yeah, “magic link” is a thing and one of the easiest form of authentication supported by many providers, like Supabase, Vercel and libraries like Next Auth. Another great sid…
-
comment
Comment #41288549
> If I would knew some killer feature, I'd go ahead and write it here. But that's the thing, I can't think of any. Speed to open and general snappiness. Nothing comes close to Zed …
-
comment
Comment #40759812
TCP connections are identified with source IP:port and target IP:port tuples. When a new pod is created, it gets a new IP so there is not much way to restore the TCP connections. S…
-
comment
Comment #40754009
I built crik[1] to orchestrate CRIU operations inside a container running in Kubernetes so that you can migrate containers when spot node gets a shutdown signal. Presented it at Ku…
- story
- story
-
comment
Comment #31619201
They're conducting a Phase II trial now with 85 participants, the completion date is set to November 2022. https://clinicaltrials.gov/ct2/show/NCT04375657
-
comment
Comment #30082627
We have implemented Terrajet ( https://github.com/crossplane/terrajet ) that generates CRDs that's completely compliant with Kubernetes Resource Model; references, label selectors,…
- story
-
comment
Comment #28442072
That’s not an architecture diagram though, so it doesn’t represent the complexity at all. I’m sure a troubleshooting map for bare linux server wouldn’t be less complicated than th…
- comment
-
comment
Comment #26249130
I wonder if this will end up SSO providers selling this privilege to ad companies by allowing access.
-
comment
Comment #26128223
Wouldn’t you need more than 12 patients to conduct such experiments?
-
comment
Comment #25424802
In Crossplane, we have a similar notion for your apps deployed to Kubernetes. Platform builders would define the schema definitions for their API and then they would create several…