../ Go back ┌─────────────┐ │▀█▀ ▀▄▀ ▀█▀ │ │░█░ █░█ ░█░ │ └─────────────┘ "Stay a while and listen." Levenshtein vim motions ────────────────────────────────────── 2024-12-27 ──//── Ever wondered if there is generic way to move between a source text and destination text with only vim motions? Heuristic solution to non-RSS ──────────────────────────────────────────────//── Want to check a site for regular updates but they don't support RSS? HTML selectors with diff solved my problem. Introduce structure to your bookmarks with FUSE ────────────────────────────//── Too many bookmarks? Crude FUSE file system to interact with the bookmarks you are never going to read. Botting Diablo for code coverage ───────────────────────────────────────────//── OpenAI gym scaffolding to interact / play Diablo automatically, but terribly. Minimal compiled programming language ──────────────────────────────────────//── Exploring Tree-sitter and LLVM by creating a lame programming language. Reverse shell postgres ─────────────────────────────────────────────────────//── Have postgres credentials and want a reverse shell? Try this method. Looking inside a Burp crack ────────────────────────────────────────────────//── Burp cracks are super common on github. How to they work? GLSL canvas in HTML ────────────────────────────────────────────────────────//── Want to play around with GLSL? Or do you want to show off your nice shader? You can with `<canvas>` + some WebGL/javascript! Ramblings about shells as daily drivers ────────────────────────────────────//── Have we reached the apex with APL? Type safety good or bad for shells? Let's ramble! missinglib or the unoffical patch ──────────────────────────────────────────//── Ever felt that the python interpreter could be so much more? Do you rewrite the same functions in every project? Strip go binaries ──────────────────────────────────────────────────────────//── Learn about go binary internals and make go binaries more anonymous. Ramblings about scanning / asset discovery ────────────────────────────────//── Make go binaries more anonymous. Ramblings about hexeditors ────────────────────────────────────────────────//── We deserve better. Misc ideas about CTF challenges ────────────────────────────────────────────//── Braindump of different CTF challenges ideas. What we can learn from a stupid OS ─────────────────────────────────────────//── Sometimes less is more. Surprising computability of regular expressions ────────────────────────────//── Breakdown of how regular expressions can verify fibonacchi numbers, find primes and other surprising feats.