Viewing profile — elviswolcott
elviswolcott
HN member- Joined
- Wed, Apr 22, 2020, 6:48 PM UTC
- HN karma
- 39
- Public activity
- 11 items
- HN profile
- View on Hacker News ↗
About elviswolcott
No profile information was provided.
Recent public activity
-
comment
Comment #27890622
While I agree with your concerns about licensing and copilot, this criticism doesn't seem particularly relevant to the article that was shared.
-
comment
Comment #24371081
If you're having problems, kbd.jse.li is currently blocked by OpenDNS seemingly.
-
comment
Comment #23876147
The status page is now showing degraded performance for the Cloudflare API and Recursive DNS.
-
comment
Comment #23793850
Getting windows signature devices is a good start. It doesn't get rid of the baked in telemetry, but it does ensure you're getting a fresh copy of windows (with Candy Crush and wha…
-
comment
Comment #23491518
The issue with doing them client side (other than the missed cache opportunity of using a server) is that it means you're having every user in the chat send a request to an arbitra…
-
comment
Comment #23472941
From the article: > Importantly it should be noted that 93% of Beyond Meat’s consumers are in actual fact meat–eaters, not vegetarian or vegans as popularly perceived. From their w…
-
comment
Comment #23149929
I looked through it earlier but missed the "continue this thread" > SSR can be done correctly, even with React This stands out to me, and I agree completely. I dug around in devtoo…
-
comment
Comment #23148607
I'm really interested in your comment about how Gastsby, Next et. al. are doing SSR wrong. For context, I'm an SSR newbie, currently trying to migrate a site I started away from Ga…
-
comment
Comment #22952465
Admittedly in this case I'm mostly just trying to push Gatsby to it's limits. For a photography site, there ends up being very little overhead with a static site (if you can do inc…
-
comment
Comment #22951828
I’m yet to figure that out! I’m procrastinating on that but until I have everything else figured out (it’s for a family member so no strict timeline). I’m thinking in the end the s…
-
comment
Comment #22948997
Gatsby is a fairly complex static site generator. At the highest level, it provides an ingest layer that can take any data sources (CMS, markdown, json, images, or anything that a …