Viewing profile — nevon
nevon
HN member- Joined
- Tue, Jan 27, 2015, 9:07 AM UTC
- HN karma
- 317
- Public activity
- 141 items
- HN profile
- View on Hacker News ↗
About nevon
No profile information was provided.
Recent public activity
-
comment
Comment #49041961
Yes! Few things piss me off more. It boggles the mind that this behavior is the norm, and it happens all the time! There are practically 0 situations in which I want something to a…
-
comment
Comment #48969363
That seems to be a new game. Backyard Baseball '97 is listed at around $10
-
comment
Comment #48837129
To my knowledge, there isn't a single definition of a union. In America, it seems to mean something wildly different than what I'm used to in my part of Europe. To me, it is simply…
-
comment
Comment #48722545
I did the same, except I'm paying for Mullvad through the Tailscale partnership, so I reached out to them and expressed my desire for them to partner with other privacy focused VPN…
-
comment
Comment #48457202
Firecracker launches small, but otherwise general purpose virtual machines. Containers, at least the standard implementations that most of us use, use kernel features like namespac…
-
comment
Comment #47647153
Anyone have ideas about what to do when using cgroup weights rather than max? I'm currently in the process of removing cpu.max from our clusters, to allow applications to better ut…
-
comment
Comment #47527552
Network policies controlling egress would be one thing. I haven't seen how you make secrets available to the agent, but I would imagine you would need to proxy calls through a mitm…
-
comment
Comment #47208318
The next release includes a way to use a command palette to search for and jump between surfaces (windows, panes), which sounds like it partially addresses your third point. I had …
-
comment
Comment #47124674
There's zero percent chance that I would proxy all my LLM calls with my API key through some third party service. However, if it was self-hostable, so that I can ensure it is only …
-
comment
Comment #47071998
How does it deal with partial failures like the upstream being unreachable from one datacenter but not the other, or from one region but not another? Or when the upstream uses anyc…
-
comment
Comment #46866954
You can find the forks by looking in the "network" part of the UI. I do agree that GitHub could do more to highlight forks and their relationship to one another. But I don't think …
-
comment
Comment #46762837
Cool! While in Kubernetes you have cilium that does basically the same thing, outside of Kubernetes I've been using explicit proxies to do this kind of thing, which requires applic…
-
comment
Comment #46708859
That is correct. The emulator is implemented in JavaScript using OOP, and the tests that the game runs to validate your progress has certain expectations on what you export and wha…
-
comment
Comment #46557741
Been a Kagi subscriber for a while, and am supportive of a more diverse browser ecosystem. However, I won't be using this browser as long as it is closed source. Honestly, the argu…
-
comment
Comment #46431351
I'm sure part of it is so that marketing can say that their TV has new putz-tech smooth vibes AI 2.0, but honestly I also see this same thing happen with products aimed at technica…
-
comment
Comment #46400884
I have almost the same experience. I'm not running my own ISP and I'm not in a country known for originating DDoS attacks (Sweden), yet just using Firefox on Linux seems to be enou…
-
comment
Comment #46287308
That's great! They should put that on the website.
-
comment
Comment #46285873
That link doesn't answer the question though. It states that the extension is reviewed before receiving the recommended status. It does not state that updates are reviewed.
-
comment
Comment #46231204
Not stated in the most diplomatic way, but I do agree. Having used CDK (not cdktf) and now being forced back to Terraform feels like going back to the stone age. It is absolutely o…
-
comment
Comment #46220415
I suppose that's true, but it makes it quite hard to communicate specific concepts if everyone gets to come up with their own definition of existing terms. I'm aware that language …
-
comment
Comment #46214855
Completely disagree. To me, and the OSI, none of those things other than redistribution and forking have anything to do with being open source or not. In fact, you could have a clo…
-
comment
Comment #46214773
Do we work in the same company? That said, I really don't understand why everyone hates on Bitbucket. I really thought it was _fine_ from a user perspective. Now we're on GHE and I…
-
comment
Comment #46108680
Don't send the client information about players they should not be able to see based on their current position.
-
comment
Comment #45952794
I'm coming from a place of complete ignorance here, so take my question as genuine and not trying to imply that this _should_ be an easy problem. But what exactly is it that makes …
-
comment
Comment #45926619
There already exists many implementations of this idea. CDK, Pulumi and Winglang are the ones that come to mind as probably the most well known.