Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
seedboot
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
seedboot
2mo ago
almost
2.
▲
by
seedboot
2mo ago
It's just like we evolved to be social creatures!
3.
▲
by
seedboot
6mo ago
That comment for sure made me sad
4.
▲
by
seedboot
10mo ago
Definitely resonating with some of this right now, continuing on a journey of discovery of my self and my past. Thank you for sharing
5.
▲
by
seedboot
1y ago
> these days everything new I see is incredible and everyone is bored with it Information saturation
6.
▲
by
seedboot
2y ago
The factory must grow.
7.
▲
by
seedboot
2y ago
Faststone is really fantastic
8.
▲
by
seedboot
3y ago
> Why doesn’t someone test the theory and come up with some competition? ChatGPT Has entered the chat.
9.
▲
by
seedboot
3y ago
One example is if I was using react it would be used to encapsulate a react-router Link and an anchor tag in a component, and use props to differentiate between inbound and outbound links.
10.
▲
by
seedboot
3y ago
It's easier to verb with nouns.
11.
▲
by
seedboot
3y ago
Hopefully your link will be a component, so you only need replace one line anyway. Then again if your styles are abstracted to a component, your CSS framework is irrelevant!
12.
▲
by
seedboot
3y ago
> If the Typescript team got carte blanche to create their own language, it would likely be... C#. This is sarcasm, right? The creator of TS is the lead architect of C#
13.
▲
by
seedboot
4y ago
now use that energy to mine bitcoin and you'll be rolling in ~~money~~ decimal places before you know it!
14.
▲
by
seedboot
4y ago
Another (even smaller) alternative is `.join` `const classes = [some, classNames, here, foo ? 'foo' : ''].join(' ');`
15.
▲
by
seedboot
4y ago
A great way to remember: Objects have keys -> foreign keys -> `for .. in`
16.
▲
by
seedboot
4y ago
Promise.all/allSettled/etc will allow you to resolve your promises concurrently rather than awaiting each result in the for loop. Depends what your use case is, really.
17.
▲
by
seedboot
4y ago
Also a coffee shop in the Dam!
18.
▲
by
seedboot
5y ago
Congratulations I've been looking forward to starting reading this for some time!
19.
▲
by
seedboot
5y ago
TIL I don't get good sleep
20.
▲
by
seedboot
5y ago
In their defense, they had great keyboards.
21.
▲
by
seedboot
5y ago
forEach doesn't return a value https://developer.mozilla.org/en-US/docs/Web/JavaScript/Refe...