Viewing profile — gvx
gvx
HN member- Joined
- Wed, May 17, 2017, 11:34 AM UTC
- HN karma
- 424
- Public activity
- 158 items
- HN profile
- View on Hacker News ↗
About gvx
No profile information was provided.
Recent public activity
-
comment
Comment #43088167
What a fun little project! I thought it was going to be the 30 Rock one!
-
comment
Comment #43051629
One who thinks "open source" means blindly copy/pasting code snippets found online.
-
comment
Comment #43051604
Everyone knows investing in cybersecurity is just wasteful spending!
-
comment
Comment #42886755
You could take a look at SELÖVE, a (severely out of date) fork of LÖVE that is intended to make it safe to run arbitrary .love games. (It used to be on bitbucket, but it looks like…
-
comment
Comment #42886685
Cool to see you were inspired by Ser!
-
comment
Comment #42696870
Not exactly. The headline is a bit misleading imho: the article doesn't say that CO2 uptake by plants is up by 31%, rather that new estimates of the CO2 uptake by plants is 31% hig…
-
comment
Comment #42593836
^ That kind of shallow understanding of health is a large part of what makes RFK Jr. so dangerous.
-
comment
Comment #42017230
It's very possible that if you showed me the MapHub UI eight years ago, I'd have intuited that I'd need to save manually---I can't tell for sure. I am definitely aware that the way…
-
comment
Comment #42015816
I work with files every day, and I'm not sure I would have realised I'd needed to save manually with the original MapHub UI either. A web-based interface that looks like that, I ex…
-
comment
Comment #41725065
With that name I'd expect a tiny implementation of JavaScript.
-
comment
Comment #41694994
Relevant xkcd: https://xkcd.com/793/
-
comment
Comment #40583593
Anything that needs to be read over the phone should probably be written out using something like the NATO phonetic alphabet, split into smaller chunks if needed: "The code? It's k…
-
comment
Comment #39671728
Yeah, other details are missing too. For example backgroundStyle : > cover fills the entire width and height of the node. Does that work like the CSS background-size: cover; or bac…
-
comment
Comment #39078766
That is correct. The client sends the encrypted (via HTTPS) but not hashed password to the server, both for changing your password and checking your password. So the server receive…
-
comment
Comment #39067916
> What if you actually needed to differentiate jack from Jack? Especially if Jack's your uncle and he's on a horse...
-
comment
Comment #39067871
CONVERTING EVERYTHING TO UPPERCASE SHOULD HAVE THE SAME EFFECT ON COMPRESSION STOP IT EVEN MAKES YOUR WEBSITE LOOK LIKE A TELEGRAM STOP
-
comment
Comment #37912986
In terms of communicating with laypeople, I don't think this is a hill worth dying on. "Confabulating" is not a term I think that many people outside of the field of psychology are…
-
comment
Comment #37846347
This might work in the short term, but I don't recommend it as a general technique. This sort of an approach often causes there to be hidden bugs, which do not generate errors now,…
-
comment
Comment #37419252
Shameless self-promotion: https://github.com/gvx/base116676
-
comment
Comment #37336281
Honestly, most apps don't need a full name. Just a preferred name is enough. If you really need a full name, it'll be because you need it for a specific institution, like governmen…
-
comment
Comment #37060493
I had the same idea. If you look at the sitekeys you can click "View deployment". It's just a "I'm not a robot" checkbox. If you click it, it does some POW stuff in the background …
-
comment
Comment #36859530
> I really hope ChatGPT causes StackOverflow to change. It already has, and not for the better. SO is currently awash with nonsensical answers that are clearly the result of feedin…
-
comment
Comment #36859477
How I usually try to answer these kinds of questions is "Shooting yourself is generally not a good idea, for these reasons. If you really want to do it, you can try loading your gu…
-
comment
Comment #36293816
IMO, if you're writing documentation, you should be aware that any sample text or code will be copy/pasted by someone and will end up in production there.
-
comment
Comment #36293690
The simplest thing I can think of is by generating keys that follow the exact right structure but some invariant like n = p * q is broken. Of course that relies on the assumption t…