/explore

Click through on any links that interest you or select the planets on the right to continue exploring the Outer Web.
You are here

www.sixfoisneuf.fr
| | astrid.tech
5.9 parsecs away

Travel
| | [AI summary] A cybersecurity-focused blog featuring posts on hacking smart home devices, reverse engineering with Ghidra, and building custom hardware password managers.
| | blog.quarkslab.com
7.3 parsecs away

Travel
| | If you do not like reverse engineering but still like security challenges, we built one for you. And you can use your brain to get a free entry to HITB KUL: https://conference.hitb.org/hitbsecconf2014kul/
| | www.softdevtube.com
6.9 parsecs away

Travel
| | Computers are orders of magnitude faster than when most of us started programming and yet a lot of software runs much slower than it should. Nobody likes progress bars. Slow code provides for a horrible user experience, drains batteries faster, and increases our cloud bill. This session explores some of the reasons why software is
| | ouroboros.rocks
39.9 parsecs away

Travel
| Cleaning up flows While I was browsing through some oping code (trying to get a feeling about how to do broadcast), I stumbled about the cleaner thread. As we can see, it was used to clean up 'stale' flows (sanitized): void * cleaner_thread(void * o) { int deadline_ms = 10000; while (true) { for (/* all active flows i */) { diff = /* diff in ms between last valid ping packet and now */; if (diff > deadline_ms) { printf("Flow %d timed out.