/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

cocomelonc.github.io
| | nagekar.com
5.3 parsecs away

Travel
| | [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner interpretation, and seeks feedback on the code.
| | 3.70.187.24
5.5 parsecs away

Travel
| | [AI summary] The author discusses developing a TCP banner grabbing utility in C, encountering issues with port scanning and banner parsing, and seeks feedback on the code.
| | niemczuk.tech
3.1 parsecs away

Travel
| | Everyone should be familiar with the concept of brute forcing. In short it is an action of trying every possible combination till succeeding. Most often used in password hacking / hash guessing.
| | ricardomartins.cc
19.2 parsecs away

Travel
| Rust gives us good tools to achieve interior mutability in a thread-safe way without much effort. More than that, it does so in such a way that the borrow checker will have our backs most of the time, so we can't shoot ourselves in the feet.