Live data from Hacker News

Viewing profile — lajr

lajr

HN member
Joined
Thu, Apr 04, 2019, 10:12 PM UTC
HN karma
23
Public activity
21 items

About lajr

No profile information was provided.

Recent public activity

  1. comment
    Comment #46316225

    Hey, congratulations on the launch. Just noticed a discrepancy in the financial 10K example: There is a section near the start where there are 4 options: Large accelerated filer, N…

  2. comment
    Comment #45288175

    Strange that they chose to make it `a?["b"] = c;` rather than to use the same syntax as TypeScript (`a?.["b"] = c;`). Honestly I like the C# better, and I was initially not super t…

  3. comment
    Comment #44800372

    This format, or similar formats, seem to be the standard now, I was just reading the "Lessons from Building Manus"[1] post and they discuss the Hermes Format[2] which seems similar…

  4. comment
    Comment #41294258

    This looks promising! One of the important aspects of protocol buffers, avro etc is how they deal with evolving schemas and backwards/forward compatibility. I don't see anything in…

  5. comment
    Comment #39673528

    I wonder if their introspection is good enough to have our population on a Grafana dashboard somewhere

  6. comment
    Comment #30617261

    Quick question: the NextJS demo seems to be doing auth on the client side which would result in a flicker on page load while it waits to see if the user is authenticated. Do you ha…

  7. story
  8. comment
    Comment #24632645

    Why isn't the conversation more focused on Universal Basic Services than Universal Basic Income? I feel like it deincentivises inflation due to UBI, and incentivizes governmental o…

  9. story
  10. comment
    Comment #24170126

    Hey congratulations, I love the ease of use and the aesthetic of this app! A few suggestions to improve quality of life: 1. Add hotkeys for each tool 2. Make delete actually delete…

  11. comment
    Comment #24084997

    Additionally, America's "left" is very much the same as Europe or Canada's center/right. The argument could be made that there is probably a more even distribution if you don't use…

  12. comment
    Comment #24023292

    Wow, I was skeptical reading that title (and I'm a front end dev so I can only imagine what the usual React bashers would think), but this is really cool. It simplifies so many asp…

  13. comment
    Comment #23917101

    This is a website detailing various UI components whereas storybook is a development tool where you can manipulate and view components you are building locally (although some peopl…

  14. story
  15. story
  16. comment
    Comment #22675569

    I think the limitations of markdown make it great for README documentation. It allows uniform, easy-to-parse instructions on how to use any repository. I don't even necessarily agr…

  17. story
  18. comment
    Comment #20891292

    What extension is this?

  19. story
  20. story
  21. comment
    Comment #20364383

    JavaScript is being incorporated across so many areas now (web, back-end with Node.js, mobile with React Native + others) that learning web development should allow you to branch i…