Viewing profile — strife25
strife25
HN member- Joined
- Thu, May 10, 2012, 1:43 PM UTC
- HN karma
- 218
- Public activity
- 82 items
- HN profile
- View on Hacker News ↗
About strife25
No profile information was provided.
Recent public activity
-
comment
Comment #48778066
I think context matters a LOT here. Knowing when to be pragmatic and quick vs thorough is the mark of an experienced engineer. The trick is knowing HOW to pick the right approach. …
-
comment
Comment #48404765
Generally agree with this approach. We need to make sure that friction exists in our kids' lives. I have a toddler, and screen time is something that is on top of my mind, Balancin…
-
comment
Comment #47804362
Marginal costs matter in this world.
-
comment
Comment #47757573
I like this angle. I didn't read much of the article, but I do think this is a topic that people should consider, at least when it comes to estimating software projects. I don't th…
-
comment
Comment #34655068
Does anyone know of good building science websites? I'd love to better understand best practices. The only one I've found is https://inspectapedia.com There's great stuff on YouTub…
- story
-
comment
Comment #34310084
> Sometimes making the cinematics wasn't a core competence of the studio working on the game, so VFX or animation studios would be contracted to do this. That explains why FFX's ci…
-
comment
Comment #34185377
What I've been annoyed with for years: Drying Racks. What do people do instead of using these? I'm guess just hand drying them. I do have a lot of air-tight container lids that are…
- story
-
comment
Comment #33936040
Labor wasn't the issue, it was UX. Users wanted responsive UIs and Gmail showed the power of AJAX in the browser. In the mid-2000s, server power, network latency, and maintaining s…
-
comment
Comment #33297486
_hums the rhythm of wisdom_
-
comment
Comment #33220022
+1 SPAs were a workaround to slow CPU servers serving millions of requests in the mind-2000s. Client computers were faster, so it made sense to push UX logic there. We've flipped t…
- story
-
comment
Comment #32317333
I switched from Paprika to Plan to Eat this year and love it. Https://plantoeat.com It has the same features as Paprika but Generates a shopping list from your meal plan. Saves a t…
-
comment
Comment #31971194
Exactly! It’s a crazy diverse user base too. The needs of designers creating a marketing site and engineers working on a real web app are different, but they all work with web tech…
-
comment
Comment #31970568
The bar to writing javascript is so much lower compared to other languages. All you need is a browser and learn how to open its devtools. Beyond that, you need a text editor, learn…
- story
- story
- story
-
comment
Comment #30508765
The book is completely fine and worth the read! Just know that it's a book to explain the career path of an Engineering Manager in the tech industry. My criticism is around how oft…
-
comment
Comment #30499174
Everyone recommends The Manager's Path, but I don't think it's a good book to explain HOW to become a manager. The book's goal is to explain the career path of a manager from tech …
- story
-
comment
Comment #30378581
When it comes to how much testing should be done, I think it's contextual on the project. I expand on this specific point in a blog post: https://www.buildthestage.com/just-enough-…
-
comment
Comment #30378567
I've had the most luck w/ TDD for designing APIs. When I write the tests first, it gives me a feel for how consumers of the API will use it. It's a great method to understand the U…
-
comment
Comment #30245687
Shameless plug for my blog: https://www.buildthestage.com I write about technical leadership and engineering management. The target audience are technical leads, managers, and peop…