Live data from Hacker News

Viewing profile — monus

monus

HN member
Joined
Mon, Nov 07, 2016, 11:04 PM UTC
HN karma
186
Public activity
65 items

About monus

staff software eng @qa wolf, emeritus maintainer @crossplane

Recent public activity

  1. 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…

  2. 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…

  3. 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…

  4. 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…

  5. 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…

  6. 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…

  7. 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 …

  8. 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 …

  9. 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.

  10. comment
    Comment #43844892

    The hard part is the content of isMalicious() function. The bots can crash but they’d be quick to restart anyway.

  11. 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…

  12. 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…

  13. 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 …

  14. 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…

  15. 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…

  16. story
  17. story
  18. 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

  19. 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,…

  20. story
  21. 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…

  22. comment
  23. comment
    Comment #26249130

    I wonder if this will end up SSO providers selling this privilege to ad companies by allowing access.

  24. comment
    Comment #26128223

    Wouldn’t you need more than 12 patients to conduct such experiments?

  25. 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…