HackerTrans
TopNewTrendsCommentsPastAskShowJobs

elsamuko

no profile record

comments

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

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