Live data from Hacker News

Viewing profile — cpburns2009

cpburns2009

HN member
Joined
Tue, Apr 09, 2013, 7:43 PM UTC
HN karma
1,298
Public activity
745 items

About cpburns2009

No profile information was provided.

Recent public activity

  1. comment
    Comment #49259871

    No one is forcing you or me to be on here.

  2. comment
    Comment #49259843

    Children cost relatively little themselves. What "costs" a lot is the opportunity cost of the mother not working, or paying a salary to someone else to watch your kids.

  3. comment
    Comment #49257611

    I don't doubt you could host this site on any old Raspberry PI, but I guarantee it's hosted in a data center.

  4. comment
    Comment #49252477

    There's a 100% chance this very website you're arguing on is hosted in one if not more data centers.

  5. comment
    Comment #49246179

    The nice thing about running a microVM like a container is the interface is relatively easy, especially if you've used containers before.

  6. comment
    Comment #49246116

    Do you have a strategy for secrets? Such as storing them, or using MitM to inject them (e.g., HTTP API requests)? I've used squid cache in the past, and currently use iron-proxy fo…

  7. comment
    Comment #49243396

    I know it's a losing battle. The way I see it is if you're not going to test performance under pressure, give everyone as much time as they want (within reason). If you want a fair…

  8. comment
    Comment #49242992

    That's precisely the point. Stop giving people unfair advantages.

  9. comment
    Comment #49242931

    Gondolin looks interesting. It sounds like a TypeScript wrapper that achieves the same thing as my setup: Docker & Kata Containers 4 (KVM/QEMU backend) for microVMs, iron-proxy for…

  10. comment
    Comment #49242801

    So Docker is finally adding native support for a microVM backend? I wonder how it well it will compare to using the Kata Containers 4 runtime with the KVM/QEMU backend.

  11. comment
    Comment #49226524

    What I don't get is why we disadvantage everyone who's honest. Just give everyone extra time to level the playing field.

  12. comment
    Comment #49225944

    Good luck working in the real world if you can't handle interpersonal interactions or being judged. The coddling has to stop. It's doing no one any good.

  13. comment
    Comment #49203092

    Does much agriculture use the sanitized municipal water supply?

  14. comment
    Comment #49168870

    You can use AI as part of your editing process. But it needs to be a process, back and forth with human input, and human editing at the end. What people primarily complain about it…

  15. comment
    Comment #49168723

    I have a compromise: An AI hacker image using a picture of your own dog.

  16. comment
    Comment #49168607

    This is more my problem with it. Obvious AI usage tends to be slop content, so any sign of it becomes a useful heuristic as to whether the subject is useless spam/slop. But I'm not…

  17. comment
    Comment #49168325

    It's more of just another red flag. If you're speaking a lot without saying anything useful, I'll drop out. This isn't exclusive to AI content but it exacerbates it. Not wanting to…

  18. comment
    Comment #49168138

    It's a useful heuristic. There's a good chance it's just nonsense rather than interesting information that was AI edited. Just give me your prompt. I'd rather read the raw prompt t…

  19. comment
    Comment #49158805

    By wiring up hooks I just mean binding a callback to a button that calls fetch() and processing the response (usually replacing HTML, but may modify content and classes on other el…

  20. comment
    Comment #49154923

    This largely describes me. I'm skeptical of AI in that it's capabilities, while very impressive, are vastly oversold and overblown. Being skeptical of AI is not being "Anti-AI". Th…

  21. comment
    Comment #49146954

    On the contrary, LLMs such as Claude Sonnet have been great for diagnosing complete system freezes that aren't logged, and handling iptables.

  22. comment
    Comment #49146827

    I want to handle a JSON response because I usually return data for multiple page elements. These aren't external APIs, they're requests to the backend server. A simple example is a…

  23. comment
    Comment #49136022

    I agree. I just pointed out npm because it's the most prominent javascript one.

  24. comment
    Comment #49134180

    The supply chain attacks you need to worry about come from using npm.

  25. comment
    Comment #49134161

    I really want to try htmx but it specifically prohibits my most common usecases: 1) I want to take a JSON response, create HTML from it, and replace the target element with the gen…