Viewing profile — secondcoming
secondcoming
HN member- Joined
- Tue, Jun 09, 2020, 3:54 PM UTC
- HN karma
- 2,079
- Public activity
- 2,739 items
- HN profile
- View on Hacker News ↗
About secondcoming
No profile information was provided.
Recent public activity
-
comment
Comment #49245469
And get them delivered to your door in 30 minutes!
- comment
-
comment
Comment #49245445
There's a Milky Way in the UK/Ireland that's completely different to the Mars bar.
-
comment
Comment #49108641
This is how all the now defunct Symbian code was compiled.
-
comment
Comment #48863551
The problem with India is hygiene, not so much safety. The food might be great but you're practically guaranteed to get Delhi-Belly. I visited for work years ago, didn't eat any st…
-
comment
Comment #48861629
I just think it'a visually unappealing language.
-
comment
Comment #48798090
Is it true that the Ferengi were based on Jews? I suspected so, but then I also considered they may have been influenced by the Chinese.
-
comment
Comment #48611618
It must be possible these days to allow designers to prototype UIs in WebTech and then convert it to native code.
-
comment
Comment #48603604
> "Yield: Produce or provide a natural product" Eh?
-
comment
Comment #48552232
This is a timely post. We are going to use Consul to replace the need for Internal Load Balancers. What issues do you have with it?
-
comment
Comment #48256382
legal discovery process?
-
comment
Comment #48251344
But won't all those posix functions that take only `const char*` parameters need to be changed to be pointer/length?
-
comment
Comment #48229199
I had unattended-upgrades cripple our VMs
-
comment
Comment #48167615
numpy is a python wrapper over a C library written by people who have ground those gears
-
comment
Comment #48167591
I'm not sure what the argument is here? These are in the standard library because someone proposed their inclusion. They're fine for the majority of people who really don't want to…
-
comment
Comment #48167505
In my limited experience with looking at autovectorisation compiler output, gcc is quite bad unless you hold its hand, and clang tries to autovectorise everything it sees.
-
comment
Comment #47960909
"Claude, don't create any technical debt please"
-
comment
Comment #47848939
all your GPUs are belong to us
-
comment
Comment #47833915
Well that is very disappointing news. Even the decoder makes a copy even though it's returning a string_view? What's the point then. I can understand encoders having to make copies…
-
comment
Comment #47831702
Is this still true? New versions of protobuf allow codegen of `std::string_view` rather than `const std::string&` (which forces a copy) of `string` and `repeated byte` fields. http…
-
comment
Comment #47830981
Google really dropped the ball with protobuf when they took so long to make them zero-copy. There are 3rd party implementations popping up now and a real risk of future wire-level …
-
comment
Comment #47814481
If a user of S3 knows that directories aren't real why would they expect directory-related normalisation to happen?
-
comment
Comment #47764416
Ah ok, thanks
-
comment
Comment #47762294
What even is a 'clobber build'?
-
comment
Comment #47740664
How long would it take for the heat to be depleted? Humans have only managed to drill something like 12km into the earth because it gets too hot to go further.