Viewing profile — bwilliams
bwilliams
HN member- Joined
- Tue, Jul 12, 2011, 6:22 PM UTC
- HN karma
- 215
- Public activity
- 111 items
- HN profile
- View on Hacker News ↗
About bwilliams
Recent public activity
-
comment
Comment #48311879
I think that's a factor for sure, but is less important (generally) as the price gap increases. The Steam Deck also has a disadvantage in that only some of your existing library wi…
-
comment
Comment #48311590
I love my Steam Deck aside from the quality control issues I ran into, one of which required an RMA. It's really hard to justify $1000 for it when the Switch 2 is $450 (soon $500).…
-
comment
Comment #48250445
Same. It’s the best ebook experience I’ve had so far despite its size and I’ve tried a myriad of ereaders. The only missing feature is a backlight for reading at night.
- story
-
comment
Comment #45508193
There's definitely a number of reasons, but I vividly remember _struggling_ with Ember data at the time. The framework itself was already complicated and the data management story …
-
comment
Comment #45476353
> The best part about blog feeds? It's just an idea. There's no central authority. There's no platform. I think this is blessing _and_ a curse. I had an idea that I built a while b…
-
comment
Comment #44567161
You can have a modular monolith with multiple entrypoints that enable autoscaling of independent "deploys".
-
comment
Comment #42585902
I had the same thought when reading the article too. I assumed (and hoped) it was for the sake of the article because there’s a stark difference between idiomatic code and performa…
-
comment
Comment #42496813
Great article, memoization is pretty complex and full of trade-offs. We recognized a lot of these same pitfalls as we worked through making memoization a consistent and common patt…
-
story
Show HN: I built a social RSS feed aggregator (with Go, Tailwind, and Htmx)
Hey HN, I built a small/fun side project mostly over the holiday break (been busy, so haven't shared it much yet) that I like to think of as a small social RSS aggregator called on…
- story
-
comment
Comment #38530325
I’m not sure if it changed, but Crystal was limited to a single core which I imagine made it easier to choose Go over Crystal. That and I’ve found that folks often aren’t very rece…
- story
-
comment
Comment #36185888
If we can’t have native macOS on the iPad this would be the next best thing. Imagine having Linux or macOS on the iPad that is treated like any other app (sans memory limits and et…
-
comment
Comment #34165519
I think this may miss the point of the article, which is pointing out that you can get a lot of value for very little effort by using a timestamp instead of a boolean. I don't thin…
-
comment
Comment #33934211
The beauty (and horror) of Ruby is that you can do almost anything with it. I think this is a really interesting and clever use of the "can do anything" aspect of Ruby, although I …
-
comment
Comment #33250513
I'd even be happy with a performant VM app that I could run linux on at this point. It would be so nice to be able to swipe up and go from linux VM -> imessage, etc.
-
comment
Comment #29784311
The advantages you listed are potential advantages but the reality is often different. Those features don't come for free, and given the number of SPA's out in the wild it's rare t…
-
comment
Comment #29201896
It's also worth mentioning the Enumerable module that can be mixed in to classes, which gives you `map`, `select`, and much more for free by implementing `each`. https://ruby-doc.o…
-
comment
Comment #26531735
I don't disagree, and that lack of common interpretation can be both good and bad. Good because it lets you apply your own understanding and experiences to it, and bad because it i…
-
comment
Comment #26531616
I read the article and didn't really feel that they disagreed with, or debunked any of the principles. It reads like they formed their own understanding of each principle and maybe…
-
comment
Comment #24271171
Feels somewhat abandoned at times, but Apple Books is okay.
-
comment
Comment #21494321
> You can write something and be done with it, then move on to the next thing. That's part of the problem, you really can't. Requirements change. You have to update that service, a…
-
comment
Comment #19963596
I 100% agree it's all trade-offs. I think cost is important, but in that scenario it's going to cost them a lot more in time to split out and maintain several services. Devops was …
-
comment
Comment #19963029
Rewriting piecemeal is a great idea but extracting microservices adds a whole new set of problems that likely aren't worth the tradeoff, especially when your team is just you or on…