📚 Cs/books/uwu – Telegram
Forwarded from Programming Deadlock
Barebones RISC-V OS written in Zig
https://timmy.moe/blog/barebones-os-zig/
Forwarded from Programming Deadlock
Porting Lean to the ESP32-C3 RISC-V microcontroller
https://kuruczgy.com/blog/2024/07/31/lean-esp32/
Forwarded from Programming Deadlock
Practical Security in Production: Hardening the C++ Standard Library at massive scale
https://queue.acm.org/detail.cfm?id=3773097
Forwarded from Programming Deadlock
Forwarded from Programming Deadlock
A Comprehensive Guide on Game Hacking

#0 Runtime Function Patching: https://bananamafia.dev/post/cvar-hax
#1 Developing Hacks for idTech3 Based Games: https://bananamafia.dev/post/multihack
#2 Coding A CS:GO Hack: https://bananamafia.dev/post/bananabot
#3 Hooking Direct3D EndScene(): https://bananamafia.dev/post/d3dhook
#4 Cheating in Unity Games: https://bananamafia.dev/post/frida-unity
#5 Hacking Walls and Particles: https://bananamafia.dev/post/cs-aimbot-wallhax
#6 Cheating on Console with Lua: https://bananamafia.dev/post/ps2ps4
Forwarded from Programming Deadlock
Dependable C: A subset of C for developers who want to develop, widely portable, and compilable, software in Classic C
https://dependablec.org/
Forwarded from Programming Deadlock
p3100r5.pdf
862 KB
A framework for systematically addressing undefined behaviour in the C++ Standard
https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2025/p3100r5.pdf
Forwarded from Programming Deadlock
Dive into Systems (Book)
https://diveintosystems.org/book/
Forwarded from Libreware
yt-fts - YouTube Full Text Search

https://github.com/NotJoeMartinez/yt-fts

yt-fts is a command line program that uses yt-dlp to scrape all of a #YouTube channels #subnoscripts and load them into a sqlite database that is searchable from the command line. It allows you to query a channel for specific key word or phrase and will generate time stamped YouTube urls to the video containing the keyword.
It also supports semantic search via the OpenAI embeddings APIGemini embedding API and using chromadb.

Blog Post
LLM/RAG Chat Bot
Video Summaries
Semantic Search
CHANGELOG

Installation:
pip install yt-fts

#yt