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

mmusson

no profile record

コメント

mmusson
·昨年·議論
Lol. The resume includes expert in Mia Khalifa easter egg.
mmusson
·昨年·議論
Power abhors a vacuum.
mmusson
·昨年·議論
Another thing is that COBOL records commonly have complicated unions (to save space) where a separate code affects how you interpret the fields. You need to understand all the business logic to make sure you are reading the data correctly.
mmusson
·昨年·議論
The missile knows where it is at all times. It knows this because it knows where it isn't...
mmusson
·昨年·議論
And if it causes near-universal outrage, what then?
mmusson
·昨年·議論
This reminds me of the duct tape X-ray source.
mmusson
·昨年·議論
Or worse, pursuing something already proven not to work.
mmusson
·昨年·議論
> Huh? How do you think `const char s = "Hello"; const char t = &s[1];` works?

I think you and the parent are using different definitions of granularity. The parent meant that sizeof(t) could be 32 or 64 bits. I think you just meant that the smallest thing the pointer references is the address of a single byte.

Rust already has fat pointers though. A reference to a smaller byte value could be a pointer plus a bit-mask.
mmusson
·昨年·議論
I think there is a skill issue. Just like in any other pursuit, some people are going to be better at using AI productively. It is a tool. You are still responsible for the quality of the resulting code whatever the mix of human and tool generated.