Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
elsamuko
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
elsamuko
2y ago
Sea squirts digest their own brain when they become stationary: https://scopeblog.stanford.edu/2022/07/20/what-can-sea-squir...
2.
▲
by
elsamuko
3y ago
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.
3.
▲
by
elsamuko
3y ago
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 pr
4.
▲
by
elsamuko
3y ago
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?
5.
▲
by
elsamuko
4y ago
That's a paradox. See also https://xkcd.com/552/
6.
▲
by
elsamuko
4y ago
It'll be a success or a good story.
7.
▲
by
elsamuko
4y ago
Take social dancing lessons like Salsa, Bachata, Kizomba. These are very fun! But have a proper personal hygiene, some figures are very close.
8.
▲
by
elsamuko
5y ago
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/
9.
▲
Show HN: Cluster Up, a server monitoring app written in Flutter
(github.com)
2 points
by
elsamuko
6y ago
|
0 comments
10.
▲
by
elsamuko
6y ago
I was searching for a DisplayPort adapter for a Mac Mini and got MiniDisplayPort adapters for Mac :(
11.
▲
Shirt Without Stripes
(github.com)
1676 points
by
elsamuko
6y ago
|
617 comments
12.
▲
by
elsamuko
7y ago
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 .git folder in the search folder, it uses git ls-fi
13.
▲
by
elsamuko
7y ago
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://github.com/elsamuko/fsrc/release
14.
▲
by
elsamuko
7y ago
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 regex searches and it h
15.
▲
Show HN: Hide My Name (ASCII to Homoglyph Unicode Substitution)
(elsamuko.github.io)
1 points
by
elsamuko
7y ago
|
0 comments
16.
▲
by
elsamuko
9y ago
I'm using cygstart --action=runas This works well, too.
17.
▲
by
elsamuko
11y ago
I have a pi2 with smb, etherpad lite, prosody and sshd and it uses 170 MB after two weeks uptime.
18.
▲
by
elsamuko
11y ago
> "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 already has in their pocket.
19.
▲
by
elsamuko
11y ago
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_defense_siren#Norway > https:&#
20.
▲
by
elsamuko
11y ago
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 accidents. There was a similar raise of concern in Germany, w
21.
▲
by
elsamuko
12y ago
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 an image organizer or fetching http requests in a brow
22.
▲
by
elsamuko
12y ago
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...
23.
▲
by
elsamuko
12y ago
Try vertical tabs: https://github.com/darrinhenein/VerticalTabs They are imho much more useful on todays widescreen displays than normal tabs.
24.
▲
by
elsamuko
12y ago
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.
25.
▲
by
elsamuko
12y ago
Run in a VM on a linux host with OpenGL enabled.
26.
▲
by
elsamuko
12y ago
I just found out, that you can rotate images with the rotation gesture on OS X with Firefox.
27.
▲
by
elsamuko
12y ago
Another story, why casio watches are always at 10:58:50 https://encrypted.google.com/search?q=casio+digital&tbm=isch http://mygshock.com/wiki/Trivia#Why_do_all_Casio_promotional...
28.
▲
by
elsamuko
12y ago
Or change the user agent to a search robot.
29.
▲
by
elsamuko
12y ago
Octave is awesome! Keep up the good work. At university everyone was begging for Matlab instances from the licence server, while I had 6 instances of Octave open :)
30.
▲
by
elsamuko
13y ago
Looks nice, but please sanitize your input: http://www.whatsmybrowser.org/b/STOW3UD Also the site completely breaks if I add rare unicodes at the end of the user agent: 🐧
More ›