Viewing profile — pkaler
pkaler
HN member- Joined
- Wed, Oct 24, 2007, 1:17 AM UTC
- HN karma
- 2,499
- Public activity
- 544 items
- HN profile
- View on Hacker News ↗
About pkaler
Recent public activity
-
comment
Comment #48825653
My mother worked in a factory that sewed drapes for film sets before she retired. My brother-in-law used to be an operations manager for a warehouse that rented equipment to film s…
-
comment
Comment #48667534
I was never a prolific blogger. I do write a LOT internally at work and I write very long messages in group chats. With the advent of LLMs, I've felt even less need to publish publ…
-
comment
Comment #48326450
I found the accompanying blog post excellent. In my experience, systems go from a monolith to a distributed monolith to a reliable distributed system. A durable workflow engine is …
-
comment
Comment #48260650
I'm also currently reading "On the Calculation of Volume". It is fantastic. Meta-comment about the post. I used to read and write book reviews like this all of the time. Not anymor…
-
comment
Comment #47968437
Yup. Woke up at 6am. Child 1 woke up at 7am. Dropped her off at daycare at 8am. All the other children were being dropped off by their dads, too. Full day of work ahead. Dinner at …
-
comment
Comment #47235110
As others have said, levels and titles are generally for compensation and performance reviews. Each company has their own bespoke ladder but it generally maps to: - L1: Intern with…
-
comment
Comment #46592662
SIMD and data locality. You probably want to check across three vectors simultaneously and load the coordinates next to each other. I'm guessing here. I haven't written video games…
-
comment
Comment #44816214
I'm actually working on an app for myself to remind me of that. For example, there is a full glass of water sitting on my desk from 9am. It's noon. I haven't taken a sip. Until now…
-
comment
Comment #43269240
Agree! Most orgs should just be shipping features. Before starting an Experiment Program teams should be brainstorming a portfolio of experiments. Just create a spreadsheet where t…
-
comment
Comment #42973962
Beg to differ. I live in Yaletown in one of the Concord Pacific towers. David Lam Park and George Wainborn Park are vibrant as is the whole seawall. My kid goes to the daycare alon…
-
comment
Comment #42214848
I have a 9 month old and we are drowning in toys. We have bought very few of them. The article is clearly not written by a parent because it barely touches on Buy Nothing Groups on…
-
comment
Comment #41489022
I sleep with Breathe Right strips. It's changed my life. Whoop band and 8Sleep confirm.
-
comment
Comment #40470652
This is great. This reminds me of Chris Hecker's Rigid Body Dynamics series from GDMag/Gamasutra that I read (checks watch) almost 30 years ago! This is the classic/canonical set o…
- story
-
comment
Comment #39934804
(Aside: My goodness, Medium has gotten terrible. The article will not scroll for me because of some random overlay that won't dismiss. Why do publishers stay on Medium? I regret it…
-
comment
Comment #39265367
I don't have Instagram, Facebook, TikTok accounts. I don't watch Netflix. I don't play video games. Magically, I have hours per week to read books.
-
comment
Comment #38689045
The term that you're looking for is Retrieval Augmented Generation (RAG). https://docs.aws.amazon.com/sagemaker/latest/dg/jumpstart-fo...
-
comment
Comment #38181235
> I never understood those annual release cycles anyway. Too artificial, too forced. Great for marketing hype, accumulating bugs, and missing out on documentation. Bad for quality.…
-
comment
Comment #37857283
>> A little insight on Vancouver: PRC investment firms decided that the steady growth of the North American real estate market looked to provide great returns on investment. So, th…
-
comment
Comment #37805066
> I'm a fan of Arnold, but I think it's pretty clear that he suffers from issues stemming from his rough relationship with his father. Read the book and watch the Netflix documenta…
-
comment
Comment #37748850
I had a chance to look at an early version of Unblocked. I think the huge benefit is when you work in a microservices environment or with many clients. Over time, engineers get com…
- story
-
comment
Comment #37126797
GraphQL makes sense when you have: - Many teams with many micorservices with many underlying stores - A fetch-based architecture Each team can be responsible for implementing the r…
-
comment
Comment #37053376
This is Google at its 1990s COMDEX/Microsoft Vapourware worst. There is no product to try, no code samples, no documentation. Just an animated GIF of what the experience may be lik…
-
comment
Comment #37036521
> Dumb question, what are invariants? The term that you want to Google or ask ChatGPT is "Design By Contract". An invariant is something that is true during the lifecycle of a clas…