Viewing profile — gregoryjjb
gregoryjjb
HN member- Joined
- Thu, Jun 11, 2020, 5:10 PM UTC
- HN karma
- 13
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About gregoryjjb
No profile information was provided.
Recent public activity
-
comment
Comment #41182894
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,…
-
comment
Comment #29501535
Announcement blog post https://tailwindcss.com/blog/tailwindcss-v3
-
comment
Comment #29223113
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 intere…
-
comment
Comment #29215358
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 rep…
-
comment
Comment #28224030
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.
-
comment
Comment #28218100
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 slowTh…
-
comment
Comment #27519564
You used to be able to with registry hacks, but those hacks don't work anymore.
-
comment
Comment #27519550
I recreated this feature ad-free with a Powershell script: https://github.com/gregoryjjb/fake-spotlight
-
comment
Comment #25181721
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 inst…
-
comment
Comment #25181494
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 with…
-
comment
Comment #25181463
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 recognizabl…