Viewing profile — cpburns2009
cpburns2009
HN member- Joined
- Tue, Apr 09, 2013, 7:43 PM UTC
- HN karma
- 1,298
- Public activity
- 745 items
- HN profile
- View on Hacker News ↗
About cpburns2009
No profile information was provided.
Recent public activity
-
comment
Comment #49259871
No one is forcing you or me to be on here.
-
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.
-
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.
-
comment
Comment #49252477
There's a 100% chance this very website you're arguing on is hosted in one if not more data centers.
-
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.
-
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…
-
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…
-
comment
Comment #49242992
That's precisely the point. Stop giving people unfair advantages.
-
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…
-
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.
-
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.
-
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.
-
comment
Comment #49203092
Does much agriculture use the sanitized municipal water supply?
-
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…
-
comment
Comment #49168723
I have a compromise: An AI hacker image using a picture of your own dog.
-
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…
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…
-
comment
Comment #49136022
I agree. I just pointed out npm because it's the most prominent javascript one.
-
comment
Comment #49134180
The supply chain attacks you need to worry about come from using npm.
-
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…