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

elsamuko

no profile record

コメント

elsamuko
·2 年前·議論
Sea squirts digest their own brain when they become stationary: https://scopeblog.stanford.edu/2022/07/20/what-can-sea-squir...
elsamuko
·3 年前·議論
Exactly this. I didn't try this, and I suppose that some low level pointer rewriting would be necessary to do this. I'm not sure if it's expensive though, maybe you can replace the pointers without resolving the stacktrace.
elsamuko
·3 年前·議論
When I debug multithreaded programs, the stacktrace of a breakpoint usually ends somewhere in a worker thread. What I want is that the worker thread's stacktrace part is replaced by the one who put the work into it. Kinda like the program wasn't multithreaded at all.
elsamuko
·3 年前·議論
A question: Would it be possible to pass the stacktrace of the current thread to another, so that the stacktrace would be traceable across threadpools or worker threads?
elsamuko
·4 年前·議論
That's a paradox.

See also https://xkcd.com/552/
elsamuko
·4 年前·議論
It'll be a success or a good story.
elsamuko
·4 年前·議論
Take social dancing lessons like Salsa, Bachata, Kizomba. These are very fun! But have a proper personal hygiene, some figures are very close.
elsamuko
·5 年前·議論
For the cryptopals challenge, you have to invert the Mersenne Twister scramble function:

https://cryptopals.com/sets/3/challenges/23

https://github.com/elsamuko/cryptopals/blob/610ab19bf6823a34...