Viewing profile — elsamuko
elsamuko
HN member- Joined
- Thu, Mar 29, 2012, 10:07 PM UTC
- HN karma
- 728
- Public activity
- 46 items
- HN profile
- View on Hacker News ↗
About elsamuko
Recent public activity
-
comment
Comment #42116343
Sea squirts digest their own brain when they become stationary: https://scopeblog.stanford.edu/2022/07/20/what-can-sea-squir...
-
comment
Comment #36579131
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…
-
comment
Comment #36578849
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 b…
-
comment
Comment #36578554
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?
-
comment
Comment #34297829
That's a paradox. See also https://xkcd.com/552/
-
comment
Comment #33382627
It'll be a success or a good story.
-
comment
Comment #30818613
Take social dancing lessons like Salsa, Bachata, Kizomba. These are very fun! But have a proper personal hygiene, some figures are very close.
-
comment
Comment #29946668
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/610…
- story
-
comment
Comment #22925810
I was searching for a DisplayPort adapter for a Mac Mini and got MiniDisplayPort adapters for Mac :(
- story
-
comment
Comment #20370334
I included qmake and added a `deploy.sh` in the main source folder, which generates the deployed zip file. Let me know, if this doesn't build. * gitignore behaviour: If there is a …
-
comment
Comment #20364413
There are no build instructions yet, you need to build boost with build_boost.sh and then open qmake/fsrc.pro with Qt Creator. There are binaries available here, too: https://githu…
-
comment
Comment #20364217
I'm currently working on a searcher on my own: https://github.com/elsamuko/fsrc When I started, I didn't know ripgrep, now I use it as reference. Of course it's still slower for re…
- story
-
comment
Comment #14558044
I'm using cygstart --action=runas This works well, too.
-
comment
Comment #10844961
I have a pi2 with smb, etherpad lite, prosody and sshd and it uses 170 MB after two weeks uptime.
-
comment
Comment #10472480
> "The vehicle is saying 'I'm Alice, this is my location, this is my speed and my direction.' Everyone around you can listen to that," So, basically like the cellphone everyone alr…
-
comment
Comment #9403856
Maybe not, but I'm not sure, if FM would work in that scenario. Google says, that there are two emergency broadcasting systems in Norway: > http://en.wikipedia.org/wiki/Civil_defen…
-
comment
Comment #9403533
I think all these issues will be shadowed by the development of mobile networks. You will plug in your phone, listen to spotify and the navigation will tell you about traffic and a…
-
comment
Comment #9014093
You can share resources between two threads, this is harder with processes. The use case is, that you don't block the UI while doing heavy or slow work, e.g. generating previews in…
-
comment
Comment #8944364
HTML entities seem to break the parser. And FF warns of XSS if I want to share my XSS sample text: http://regviz.org/?state=%7B%22regex%22%3A%22XSS%22%2C%22mod...
-
comment
Comment #8586776
Try vertical tabs: https://github.com/darrinhenein/VerticalTabs They are imho much more useful on todays widescreen displays than normal tabs.
-
comment
Comment #8562628
That's a great idea and execution. I'd consider a "Show HN"-posting on its own, so it won't get buried. I'd add a captcha though to reduce potential misuse.
-
comment
Comment #8547441
Run in a VM on a linux host with OpenGL enabled.