Viewing profile — lazypenguin
lazypenguin
HN member- Joined
- Thu, May 30, 2013, 4:30 AM UTC
- HN karma
- 1,800
- Public activity
- 293 items
- HN profile
- View on Hacker News ↗
About lazypenguin
No profile information was provided.
Recent public activity
-
comment
Comment #48966403
Agreed, in my experience VCS still an unsolved problem for gaming. Git/SVN/Perforce are picked not because they’re the best but because there’s really nothing else. My team uses gi…
-
comment
Comment #48914748
I also prefer Datastar but the new features coming in HTMX4 closes the gap more. Happy to see the ecosystem converging on good patterns.
-
comment
Comment #48350611
It’s because nobody has made Steam for Movies. Let me have a movie collection that I can buy movies $1-$5 per movie and never lose it and I promise you I will buy a lot more movies…
-
comment
Comment #47581342
Looking forward to the new UI framework they will create and abandon for this initiative
-
comment
Comment #47479505
FLTK is great at being fast and light, that’s about it. It’s kind of cumbersome to use but honestly does what it says on the tin. Highly recommend for smaller use cases but can’t i…
-
comment
Comment #47292505
Yes, we recently posted for an entry/mid level position and we got 1800 applications in a few days. It’s impossible to filter the list, I spent several hours to see how feasible it…
-
comment
Comment #47106859
Me, because my work gave me a crappy dell that can barely run the stripe dashboard in the browser. I could put in a request for a Mac or something faster but this is the standard m…
-
comment
Comment #47004883
Your recent post resonated with me deeply, as someone heavily invested in the Rust GUI I've fallen into this same conundrum. I think ultimately the Rust GUI ecosystem is still not …
-
comment
Comment #46808600
A teammate evaluated this and the experience was night and day compared to cmake + vcpkg. However, there wasn’t a lot of motivation to cutover our existing large project over becau…
-
comment
Comment #46724406
They literally explain the mechanism in the post and then explain why the security tradeoff made sense for their ssh game………
-
comment
Comment #46712501
SpacetimeDB looks interesting as a concept (the tech behind this server) but I could never sus out how could it would be in actual practice. I’ve always been interested in some pos…
-
comment
Comment #46664502
Yes! I love this framing and it’s spot on. The successful projects that I’ve been involved in someone either cares deeply and resolves the details in real time or we figured out th…
-
comment
Comment #46185947
I think the Rust community is sleeping on the potential of iced for traditional desktop gui. I monitor the gui space in Rust closely and have seen many toolkits come and go. In my …
-
comment
Comment #45894953
Desktop UI toolkits are dead or stagnant but the desktop ui is still king IMO
-
comment
Comment #45804513
> By switching to fetch(), we can take advantage of its support for readable streams, which allow for a stream of content to be swapped into the DOM, rather than a single response.…
-
comment
Comment #45597241
Basically you are correct, MacOS has to be treated like a console in that way. Except you get all the downsides of that development workflow with none of the upsides. The consoles …
-
comment
Comment #45597105
I develop a game that easily runs on much weaker hardware and runs fine in a VM, I would say most simple 3D & 2D games would work fine in a VM on modern hardware. However, these da…
-
comment
Comment #45594261
As far as I’ve seen, Apple is to blame here as they usually make it harder to target their platform and don’t really try to cooperate with the rest of the industry. As a game devel…
-
comment
Comment #45040798
I don't hate React developers. I hate developers who build consumer facing software and use top of the line hardware and networks to test it while being ignorant to the fact that m…
-
comment
Comment #44721996
No my experience is the inverse. The type of library you describe is nice for the basic queries but once you start needing CTE, subquery, postgres json query, etc. it just because …
-
comment
Comment #44397370
My original title was edited after submission but here the lead developers of bevy/iced/dioxus have an interesting discussion about the ethics of code reuse vs recognition in open …
- story
-
comment
Comment #44396254
There’s a big advantage to having your whole application in one language. I’m not sure the experience of egui on mobile though but egui is great to use as a developer Pros - Solid …
-
comment
Comment #44396214
QML is nice and the bridges project could bring it to more languages. https://slint.rs/ Is similar but written in Rust although.
- story