HackerLangs
トップ新着トレンドコメント過去質問紹介求人

secondcoming

2,072 カルマ登録 6 年前

コメント

secondcoming
·10 時間前·議論
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 street food and was still taken out of action for 3 days. Rubbish is strewn everywhere, any standing water stinks. I don't think visiting again is worth the risk.

Every Indian I've ever met has been lovely though (except for the ones who try to scam call my mother)

But like you said, if it works for them who am I to disagree.
secondcoming
·13 時間前·議論
I just think it'a visually unappealing language.
secondcoming
·5 日前·議論
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.
secondcoming
·20 日前·議論
It must be possible these days to allow designers to prototype UIs in WebTech and then convert it to native code.
secondcoming
·21 日前·議論
> "Yield: Produce or provide a natural product"

Eh?
secondcoming
·25 日前·議論
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?
secondcoming
·2 か月前·議論
legal discovery process?
secondcoming
·2 か月前·議論
But won't all those posix functions that take only `const char*` parameters need to be changed to be pointer/length?
secondcoming
·2 か月前·議論
I had unattended-upgrades cripple our VMs
secondcoming
·2 か月前·議論
numpy is a python wrapper over a C library written by people who have ground those gears
secondcoming
·2 か月前·議論
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 roll their own data structures each time.

They're not compulsory to use, you're still free to roll your own.
secondcoming
·2 か月前·議論
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.
secondcoming
·2 か月前·議論
"Claude, don't create any technical debt please"
secondcoming
·3 か月前·議論
all your GPUs are belong to us
secondcoming
·3 か月前·議論
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, but not in a decoder.
secondcoming
·3 か月前·議論
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.

https://protobuf.dev/reference/cpp/string-view/
secondcoming
·3 か月前·議論
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 incompatibilities across languages.
secondcoming
·3 か月前·議論
If a user of S3 knows that directories aren't real why would they expect directory-related normalisation to happen?
secondcoming
·3 か月前·議論
Ah ok, thanks
secondcoming
·3 か月前·議論
What even is a 'clobber build'?