Viewing profile — guanzo
guanzo
HN member- Joined
- Mon, May 22, 2017, 7:02 PM UTC
- HN karma
- 41
- Public activity
- 9 items
- HN profile
- View on Hacker News ↗
About guanzo
No profile information was provided.
Recent public activity
-
comment
Comment #30949342
Hah, you got me. Reddit content is efficient to browse (old reddit UI), has multiple POVs, and upvotes is a decent heuristic for determining answer quality. Random websites on the …
-
comment
Comment #29504334
It's also all on one line which makes it harder to read than your example and massively bloats the HTML. I prefer readability over conciseness.
-
comment
Comment #24257837
The node examples can be true one liners if you use npx
-
comment
Comment #23472529
Goaccess used to work perfectly, but recently when ever I try to run the real time HTML command, it exits without any error messages after ~2 million records. Maybe out of memory..…
-
comment
Comment #23292809
> Automatically generating database indexes on application startup is probably a bad idea. aw crap. oh well it probably doesn't matter for my small-ish application.
-
comment
Comment #23231388
Zero experience with Grafana here. I have a mongodb database with several collections. All collections share a set of fields: "createdAt", "channelId", "status", etc. How easy woul…
-
comment
Comment #21209710
I'm bothered by the fact that most if not all news websites don't differentiate between nicotine and THC vapes. They're completely different. Illicit THC vapes are what's killing p…
-
comment
Comment #21019901
Please allow international, independent charges/transfers. This is a huge pain point in our Stripe experience.
-
comment
Comment #16002198
> You have to remember to setup the properties you mutate so the reactivity will detect a change This is a positive thing imo. It's a declaration of your data schema. You can refer…