Viewing profile — Griever
Griever
HN member- Joined
- Thu, Apr 23, 2009, 2:15 AM UTC
- HN karma
- 298
- Public activity
- 134 items
- HN profile
- View on Hacker News ↗
About Griever
Recent public activity
-
comment
Comment #48794117
Correct. Nothing else comes close.
-
comment
Comment #43789107
Personally I don’t mind them and sometimes find them quite tasteful. Fortunately a lot respect ‘prefers-reduced-motion’ these days.
-
comment
Comment #41588469
Yup, thankfully most federate through InCommon so it’s less painful than it used to be, but that’s not saying much.
-
comment
Comment #41414108
Great question. We rarely rely on shared utility classes these days. Historically we'd end up going the @apply route, but lately we just add a new style to the root-level css file …
-
comment
Comment #41412388
I’m a strong advocate for Tailwind, and I believe that this approach is truly effective. In my experience, this subset of Tailwind has been sufficient for every project I've worked…
-
comment
Comment #38553407
Cyan (Myst developers) is still going strong. Their latest title Firmament is quite enjoyable!
-
comment
Comment #36754828
A base price of $50k?! Not a chance.
-
comment
Comment #33618028
Mostly echoing everyone else’s appreciation for the film in the thread. I was sucked in when I saw it the first time, and it’s one of the few movies I regret not seeing in theaters…
-
comment
Comment #32839241
This site has been helpful for tracking all the layoffs this year: https://layoffs.fyi/
-
comment
Comment #25071796
To address your point about the lack of fragments: It's not as clean as React's implementation, but you can set a component to "ViewEncapsulation.None" to help address this. Within…
-
comment
Comment #21832890
I was in a similar situation, and ultimately decided to reimplement the state management using NGXS. Fortunately the app was relatively small at that point, but I found that it hel…
-
comment
Comment #20399449
I too can vouch for Tech Ingredients! Fantastic channel with some really interesting experiments on there.
-
comment
Comment #20399436
AvE - very intelligent and humorous guy who tears down tools and explains how they work. Probably my favorite channel. Edge Precision - heavy duty CNC machinist https://www.youtube…
-
comment
Comment #19594188
The "Spec House" series is incredibly valuable if you're even remotely interested in building your own home. I'm incredibly excited to see how that series continues! I consider Ess…
-
comment
Comment #19554556
Gmail now contains ads within each of the "category" tabs. Ad blockers seem to mostly block them, so that's most likely why you haven't seen anything.
-
comment
Comment #18581041
Aw man, what a bummer :(
-
comment
Comment #18575229
Not entirely. I do approach new projects with a bit more scrutiny than before, which I consider to be a good thing. I do a lot of small projects here and there. I'm currently worki…
-
comment
Comment #18575218
I admittedly haven't looked at it since I gave up on my personal project, so I'm not entirely sure of it's state. However, a quick glance at the changelog seems to indicate that it…
-
comment
Comment #18574951
I spent about three years working on a webapp for simplifying the RFQ process, specifically for defense projects. Ultimately I decided to finally call it quits on the app when I re…
-
comment
Comment #17999797
Non-paywalled version https://outline.com/ERu58d
-
comment
Comment #17975488
As a heavy Inbox user this is definitely a bummer, but I do feel a bit relieved to know what is coming to Gmail. Last month a video showing some future updates to the Material Desi…
-
comment
Comment #17100935
Unless I'm misunderstanding something, wouldn't Tree-Shaking remove the unnecessary code paths from each import? Assuming you're using Webpack 3+ that is.
-
comment
Comment #17046969
I've been following Sacha Dunable from Dunable Guitars for a while and I've been really impressed with the kind of guitars he's been putting out recently. https://www.instagram.com…
-
comment
Comment #17002266
What were your main issues with Angular? I've been using it over the last year or so (coming from a React background) and I must say I'm quite pleased with how well it works for th…
-
comment
Comment #14899707
I wonder if they were for some reason unable to emit a sourcemap of their js bundle. Unless they are doing something special here, that should be sufficient for debugging.