Viewing profile — name_for_now
name_for_now
HN member- Joined
- Fri, Mar 24, 2017, 2:12 AM UTC
- HN karma
- 14
- Public activity
- 15 items
- HN profile
- View on Hacker News ↗
About name_for_now
No profile information was provided.
Recent public activity
-
comment
Comment #14610122
> It became clear from conversations with potential COO recruits that few would take the job if Mr. Kalanick stayed, they said. Aha. Now I think this makes more sense.
-
comment
Comment #14592376
I've written something similar myself in C++ before, but I'm curious if people actually have interest in using something like this regularly. I had thought I would do something lik…
-
comment
Comment #14549045
Interesting. I had not heard the term "glass cliff" before and I think I quite like it.
-
comment
Comment #14407827
So, outside of giving your data to government agencies, you're saying the worst thing Google can do is use ML to turn you into a consumer-zombie? While I mostly share your stance o…
-
comment
Comment #14157460
I think if someone is going to use something like SpaceVim, it would be best to start early and just learn that instead of vanilla vim. The initial cognitive load will be high for …
-
comment
Comment #14157240
I used to run more commands from vim, but now I personally find Ctrl-Z is usually more convenient for all the one-off commands. If I do run stuff from inside of vim, it's now usual…
-
comment
Comment #14126625
To be fair, a number of those operators are > This is an infix alias for cons. > This is an infix alias for snoc. > A convenient infix (flipped) version of toListOf. > An infix ver…
-
comment
Comment #14126214
Indeed. Especially in such a simple scheme, e.g. if they find people aren't giving away enough money and try to incentivize it, people will just form cycles. If you start doing tri…
-
comment
Comment #14111799
I don't think you can call the STG an IL...
-
comment
Comment #13983977
I use Discord exclusively for text and I'm also not sure why there's hype about it in terms of VOIP. Also fwiw, on desktop you can open up Developer Tools with Ctrl-Shift-I and mes…
-
comment
Comment #13962100
That's not actually necessary, so it was probably just to show a sequence of keypresses.
-
comment
Comment #13946340
I would honestly be very surprised if you said Bash was your favorite of the 6.
-
comment
Comment #13946333
Here's a quick gist that does what I think you want, modulo any specific error handling. https://gist.github.com/usernamefornow/14f972df9429146b46846... edit: note that the cleanes…
-
comment
Comment #13946241
You can pass union types to the macro, so that should handle your "varying types" problem. In terms of nesting, I just create another struct with its own JSON.mapping and use that …
-
comment
Comment #13946081
Hmm, seems like the author either does not know about JSON.mapping [0] or just chose not to use it. Honestly, the corresponding macro for YAML is the main reason I use Crystal for …