HackerTrans
TopNewTrendsCommentsPastAskShowJobs

elsamuko

no profile record

comments

elsamuko
·2년 전·discuss
Sea squirts digest their own brain when they become stationary: https://scopeblog.stanford.edu/2022/07/20/what-can-sea-squir...
elsamuko
·3년 전·discuss
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년 전·discuss
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년 전·discuss
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년 전·discuss
That's a paradox.

See also https://xkcd.com/552/
elsamuko
·4년 전·discuss
It'll be a success or a good story.
elsamuko
·4년 전·discuss
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년 전·discuss
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...