Viewing profile — lajr
lajr
HN member- Joined
- Thu, Apr 04, 2019, 10:12 PM UTC
- HN karma
- 23
- Public activity
- 21 items
- HN profile
- View on Hacker News ↗
About lajr
No profile information was provided.
Recent public activity
-
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…
-
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…
-
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…
-
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…
-
comment
Comment #39673528
I wonder if their introspection is good enough to have our population on a Grafana dashboard somewhere
-
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…
- story
-
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…
- story
-
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…
-
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…
-
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…
-
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…
- story
- story
-
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…
- story
-
comment
Comment #20891292
What extension is this?
- story
- story
-
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…