Viewing profile — welearnednothng
welearnednothng
HN member- Joined
- Fri, Nov 15, 2019, 12:32 AM UTC
- HN karma
- 179
- Public activity
- 29 items
- HN profile
- View on Hacker News ↗
About welearnednothng
Recent public activity
-
comment
Comment #27457560
But it's only a dark pattern in the right (wrong?) context, no? For instance, my webmail has infinite scroll and it's damn convenient. Yet, I never find myself mindlessly scrolling…
-
comment
Comment #27079140
I'm sorry for your loss. I had a similar experience in the US. In my case, a doctor flatly contributed the (impending) death a byproduct of COVID. All tests prior to COVID were pos…
-
comment
Comment #27006900
This is one of the things I miss about Perforce - every merge was effectively a squash merge, but the branch was still there, just not visible by default (if I remember correctly).…
-
comment
Comment #26368296
Apple isn't in the habit of treating end of life or soon to be replaced products in this way, so it raised some eyebrows. MacRumors got a follow up from Apple confirming that it ha…
-
comment
Comment #25750228
This is sound advice that I can definitely get behind. However anecdotally it's not what I've observed to be true. In my above mentioned example, the people with the most and stron…
-
comment
Comment #25747963
I was at Disney for almost a decade (possibly at the division ultimately responsible for Disney+, but I’m not positive - it’s hard to keep up with all of the changes and renaming) …
-
comment
Comment #25616125
They almost certainly render two frames at a time. Thus bringing the render time down to only 100+ years per film.
-
comment
Comment #25468146
I ran (self-hosted) TeamCity at a division of Disney for years with hundreds of projects across teams with lots of complex dependencies. To this day (though I haven't kept up as mu…
-
comment
Comment #25299468
Wouldn’t that be wonderful? Over 20 years of really solid experience here doing some awesome stuff for recognizable employers. I’ve had the exact experiences as the author. One rec…
-
comment
Comment #24514079
I haven't had to upgrade to 6, so it's a bummer to hear it's so painful. On a fresh Rails 6 project built with "--webpack=stimulus", I haven't had to muck with Webpack (on two ongo…
-
comment
Comment #24514040
I empathize with everything you're saying here, but I do humbly disagree. I've experienced exactly what you're talking about, and it's a nightmare. Frankly, I think the Rails codeb…
-
comment
Comment #24074958
I was introduced to the idea of ghost kitchens a couple years ago. Initially, I was pretty keen on the idea. But at the time, we already had ghost kitchens operating in LA, and sin…
-
comment
Comment #23990654
It's worth noting that while the article is coming from Square, this is an official Ruby project and is "Ruby 3’s new language for type signatures". https://github.com/ruby/rbs
-
comment
Comment #23901856
So, threads and instances are two very different things. They both use memory, though threads use far, far less memory - just like in other languages where you would use threads fo…
-
comment
Comment #23896161
I’ve never counted, but based on how many pods I’ve used and how many bags I’ve recycled, I’d have to guess around 100. Maybe more? I actually take my bag to the Nespresso store, s…
-
comment
Comment #23896075
This is not correct. When Ruby is doing I/O such as this is the only time it’s not blocking. This is due to Ruby, not specific to Rails. Here are a few references: https://github.c…
-
comment
Comment #23863106
I can relate to much of what you're saying. This seems to be the common trapping of modern society - everyone must be happy and care about the same things. I'm not professionally q…
-
comment
Comment #23777187
In ‘94 (if not earlier), I was drinking lattes at a mom and pop coffee shop in a tiny town in the Midwest. And at another indie coffee shop at the nearest major university campus. …
-
comment
Comment #23763876
I randomly happened upon this while traveling in Japan several years back. I didn't know anything about it when I came across it, so it was quite the treat. Honestly, the photos an…
-
comment
Comment #23717691
Hey! I just saw this and thought I'd follow up for posterity's sake in case anyone else came across this. This gets into how we want to define "diffing", but I would say no, no the…
-
comment
Comment #23717123
Disclosure: I've had an architect title for nearly a decade. I actually don't think half a day is nearly enough. BUT I also don't think that this needs to happen every week. Someti…
- comment
-
comment
Comment #23644453
Hrmmm... we have very different experiences with Turbolinks. Maybe older versions were more like that, but v5 is definitely not. Turbolinks doesn't look at the page at a node level…
-
comment
Comment #23644385
Turbolinks merges the contents of , but replaces the contents of outright. No diffing on the body. "During rendering, Turbolinks replaces the current element outright and merges th…
-
comment
Comment #23607339
The title is misleading as it implies everything new in macOS, when the linked page is limited to human interface guidelines. Perhaps this should be retitled something like "What's…