Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gregoryjjb
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
gregoryjjb
2y ago
This is a very broad question, but the most straightforward answer is to use a popular full stack framework like Ruby on Rails. It'll give you most of what you need out of the box, and there's 3rd party packages for the rest.
2.
▲
by
gregoryjjb
5y ago
Announcement blog post https://tailwindcss.com/blog/tailwindcss-v3
3.
▲
by
gregoryjjb
5y ago
It did cause some price spiking, but the FOMO caused a much bigger spike and eclipsed the effects of the squeeze. Why do you think they "kicked the can down the road"? Short interest is still around 1%, down from over 100% in Janu
4.
▲
by
gregoryjjb
5y ago
They were mostly closed prior to the huge price spike, the spike was caused by retail buying, probably thinking they were causing a squeeze. You can read the details in the SEC report on the topic (note the massive drop in short interest in
5.
▲
by
gregoryjjb
5y ago
An SSN is a username, not a password. We need an identity system with real passwords that can be changed in the case of a breach.
6.
▲
by
gregoryjjb
5y ago
await won't block Node from handling other requests but it will block the thread that is awaiting. For example, these will execute one after the other (the "bad way"): await slowThingOne(); await slowThingTwo(); but
7.
▲
by
gregoryjjb
5y ago
You used to be able to with registry hacks, but those hacks don't work anymore.
8.
▲
by
gregoryjjb
5y ago
I recreated this feature ad-free with a Powershell script: https://github.com/gregoryjjb/fake-spotlight
9.
▲
by
gregoryjjb
6y ago
It lets you display more granular information. You can have light blue buttons with dark blue text, as well as solid blue buttons, to convey "primary" and "secondary" CTAs for instance. You could try to display the same
10.
▲
by
gregoryjjb
6y ago
The article actually kind of addressed this with the shades, and I think that's what a lot of non-designers miss; having several shades of the same color adds a lot of variety without looking cluttered ("feels like few" as yo
11.
▲
by
gregoryjjb
6y ago
The author is one of the creators of Tailwind CSS, which gives you a predefined color palate but no components, and is intentionally opposed to the Bootstrap ideas. The recognizable part of Bootstrap isn't the fact that errors are red,