Live data from Hacker News

Viewing profile — pkaler

pkaler

HN member
Joined
Wed, Oct 24, 2007, 1:17 AM UTC
HN karma
2,499
Public activity
544 items

About pkaler

https://kaler.io https://twitter.com/kaler https://linkedin.com/in/kaler/ Email: pk smartful com

Recent public activity

  1. 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…

  2. 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…

  3. 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 …

  4. 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…

  5. 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 …

  6. 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…

  7. 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…

  8. 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…

  9. 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…

  10. 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…

  11. 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…

  12. comment
    Comment #41489022

    I sleep with Breathe Right strips. It's changed my life. Whoop band and 8Sleep confirm.

  13. 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…

  14. story
  15. 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…

  16. 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.

  17. 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...

  18. 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.…

  19. 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…

  20. 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…

  21. 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…

  22. story
  23. 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…

  24. 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…

  25. 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…