Viewing profile — mikebelanger
mikebelanger
HN member- Joined
- Thu, Jun 12, 2014, 6:42 PM UTC
- HN karma
- 203
- Public activity
- 116 items
- HN profile
- View on Hacker News ↗
About mikebelanger
Recent public activity
-
comment
Comment #49146936
I've been using Linux on/off since the late 90s. And now, both my mini-PC and my laptop are running Fedora, and I swear by them. So as much as I want to believe that others share m…
-
comment
Comment #49096147
Yeah, that was my first reaction to that headline too. Given a second thought, he probably means the opposite of "replace", so in this context, " maintain people." maybe? I know ma…
-
comment
Comment #48969173
Cool stuff!
-
comment
Comment #48780738
If I may ask, what do you use to host now?
-
comment
Comment #48773870
podman-compose is "mostly" compatible. I "plain" podman at work, but there we just have a bunch of shell scripts that spin up/down/build containers. For regular dev work, it's fine…
-
comment
Comment #48773692
podman-compose has gotten much better. I used it for a work project a few months ago, and it ran fine. That said, I know there are some random little things podman-compose doesn't …
-
comment
Comment #48078601
Interesting that ports can be written so quickly with AI. But that aside, I have to ask...why? You want a super performant bundler/runtime/package manager written in rust with TS s…
-
comment
Comment #47410847
Amazing!
-
comment
Comment #47095613
Cool! Thanks for the response, I'll give it a shot again sometime
-
comment
Comment #47087335
I lean towards vanilla javascript and webcomponents myself, and eschew large frameworks in favor of lighter, or in some cases, no framework at all. That said, this and many other w…
-
comment
Comment #46958992
Neat, and neat to see the burn framework getting used. I tried this on latest Chromium, but my system froze until my OS killed Chromium. My VPN connection died right after download…
-
comment
Comment #45790439
Yeah that'd be really something. If you could just pay the cost up-front, rather than worry about how much every newer request cost, that really changes the game. There's still man…
-
comment
Comment #45196126
Artifactory works fairly well. Although admittedly, when a user grabs a new dependency, they're downloading from the npmjs registry like anyone else. Really, the killer combo would…
-
comment
Comment #43958105
Bringing it back to the site, the author does describe implementations of context providers and signals: https://plainvanillaweb.com/blog/articles/2024-10-07-needs-m... https://pla…
-
comment
Comment #43956953
I really wish web components weren't promoted as a "framework alternative" and more of a standardization of custom display components. Frameworks like enhance.dev and lit.dev are g…
-
comment
Comment #43956832
So this isn't even a question about web workers, it's a question about how to prop-drill non-string/number data through multiple layers of web-components. Tbh, I'm not sure there's…
-
comment
Comment #43956734
>just adding a method to a class. OOP 101. You're right, it is just a method call from a class. Nothing interesting or new. And that's exactly why I like it! I like me FE code as b…
-
comment
Comment #43956141
Great resource! I particularly like the fact that their web component section doesn't use the shadow DOM. It's really too bad custom elements got associated with shadow DOM, as the…
-
comment
Comment #43956051
You can invoke custom methods and pass in any kind of data into them. As in class SomeElement extends HTMLElement { constructor() { super(); } someMethod(x) { this.innerHTML = ` ${…
-
comment
Comment #43956001
>Perhaps nostalgia and the principle of KISS (and a few others) is clouding my judgement here, after all, frameworks are made for a reason. But it's difficult to imagine a new engi…
-
comment
Comment #43955962
The nice thing about the plain "vanilla" approach is it can be used to enhance a more traditional SSR-rendered site. And it doesn't need a complete rewrite in React or whatever. Th…
-
comment
Comment #43947434
> It’s doesn’t have to be especially onerous discipline if you embrace it, but it becomes considerably more onerous as it becomes more social: if some members of a team/contributor…
-
comment
Comment #43047688
I've been using Zed for a few months now. One thing I really like about Zed is its relatively discrete advertising of new features, like this edit prediction one. Its just a banner…
-
comment
Comment #42621485
> It seemed slightly more trouble to do modifications than a cinder block wall, but the quality and strength was much higher. I went with low expectations but I was impressed. So t…
-
comment
Comment #42565750
How would plumbing and wiring work? The article states that the wall is a semi-hollow, corduroy pattern, so do the printers leave openings in the walls so pipes/wiring get shoved i…