Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
lajr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
lajr
9mo ago
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, Non-accelerated filer, Accelerated filer, or Smaller reportin
2.
▲
by
lajr
1y ago
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 thrilled about the choice to include the
3.
▲
by
lajr
1y ago
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 in terms of being pseudo-xml. My initial thought
4.
▲
by
lajr
2y ago
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 the docs addressing that. Is it possible for old
5.
▲
by
lajr
3y ago
I wonder if their introspection is good enough to have our population on a Grafana dashboard somewhere
6.
▲
by
lajr
5y ago
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 have a server friendly component in the react library? Other l
7.
▲
Easy AWS AppSync with Terraform
(elopmental.dev)
2 points
by
lajr
6y ago
|
0 comments
8.
▲
by
lajr
6y ago
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 optimization (if the goal is to provide everyone with fo
9.
▲
Taking Notes – A comparison of modern note-taking tools
(elopmental.dev)
4 points
by
lajr
6y ago
|
0 comments
10.
▲
by
lajr
6y ago
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 things rather than going "back" in the browser 3.
11.
▲
by
lajr
6y ago
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 America's right-weighted
12.
▲
by
lajr
6y ago
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 aspects of creating CLI apps by leveraging React's ar
13.
▲
by
lajr
6y ago
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 people end up hosting a static version of their storybook somewhe
14.
▲
Get CSV of All Google Play Music Songs
(gist.github.com)
2 points
by
lajr
6y ago
|
0 comments
15.
▲
My First Week of Go
(elopmental.dev)
2 points
by
lajr
6y ago
|
0 comments
16.
▲
by
lajr
6y ago
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 agree in terms of full documentation sites. Services like
17.
▲
Passing React Children
(liamross.me)
2 points
by
lajr
7y ago
|
0 comments
18.
▲
by
lajr
7y ago
What extension is this?
19.
▲
From Zero to React
(liamross.me)
15 points
by
lajr
7y ago
|
4 comments
20.
▲
Internationalization in a React Application
(liamross.me)
2 points
by
lajr
7y ago
|
0 comments
21.
▲
by
lajr
7y ago
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 into other areas as well. Echoing what others have said thoug