/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

kristerw.blogspot.com
| | blog.dornea.nu
5.6 parsecs away

Travel
| | [AI summary] The blog post discusses the process of creating and executing a shellcode in C to read a file named 'flag.txt' and dump its content, including assembly code, compilation steps, and execution considerations.
| | gist.github.com
5.9 parsecs away

Travel
| | GitHub Gist: instantly share code, notes, and snippets.
| | xnacly.me
6.4 parsecs away

Travel
| | Implementing a Rust like Result type for and in c
| | tinkering.xyz
30.9 parsecs away

Travel
| As part of my PhD I do computational modeling of quantum-biological systems. One of my simulations was misbehaving and in certain cases could take 8 hours to complete. That's really bad when you're trying to iterate quickly. This post describes how I made a series of optimizations to reduce the runtime by 250x via profiler driven algorithmic improvements, rewriting the core in Rust, and making use of parallelism.