Archaeologist
A codebase intelligence toolkit that finds dead code, analyzes change impact, scores complexity, detects duplication, and generates interactive codebase graphs.
https://github.com/prathik-arun/archaeologist
A codebase intelligence toolkit that finds dead code, analyzes change impact, scores complexity, detects duplication, and generates interactive codebase graphs.
https://github.com/prathik-arun/archaeologist
GitHub
GitHub - prathik-arun/archaeologist
Contribute to prathik-arun/archaeologist development by creating an account on GitHub.
Agentic RL: Token-In, Token-Out Done Right
Training agentic LLMs with reinforcement learning can silently break when tool-calling workflows re-tokenize model outputs between turns, causing gradients to be applied to sequences the model never actually generated. The article introduces the Token-In, Token-Out (TITO) approach, which avoids re-encoding decoded tokens and preserves training correctness while simplifying multi-turn RL ...
https://qgallouedec-tito.hf.space/
Training agentic LLMs with reinforcement learning can silently break when tool-calling workflows re-tokenize model outputs between turns, causing gradients to be applied to sequences the model never actually generated. The article introduces the Token-In, Token-Out (TITO) approach, which avoids re-encoding decoded tokens and preserves training correctness while simplifying multi-turn RL ...
https://qgallouedec-tito.hf.space/
❤1
rustgate
Small FastAPI backend that uses a Rust pyo3 extension for AI token-aware rate limiting backed by Redis.
https://github.com/MordechaiHadad/rustgate
Small FastAPI backend that uses a Rust pyo3 extension for AI token-aware rate limiting backed by Redis.
https://github.com/MordechaiHadad/rustgate
GitHub
GitHub - MordechaiHadad/rustgate: A rust powered token-aware rate limiter for FastAPI
A rust powered token-aware rate limiter for FastAPI - MordechaiHadad/rustgate
Web Scraping with Python & JavaScript – MERN Stack Full Course
Learn to build robust web scrapers that can defeat modern anti-bot systems. In this full-stack course, you will transition from basic Python scripting to deploying a full MERN dashboard that scrapes and visualizes real-world data from Amazon, Booking.com, Indeed, and the TIOBE Index.
https://www.youtube.com/watch?v=V1JmI5sUc5E
Learn to build robust web scrapers that can defeat modern anti-bot systems. In this full-stack course, you will transition from basic Python scripting to deploying a full MERN dashboard that scrapes and visualizes real-world data from Amazon, Booking.com, Indeed, and the TIOBE Index.
https://www.youtube.com/watch?v=V1JmI5sUc5E
YouTube
Web Scraping with Python & JavaScript – MERN Stack Full Course
Learn to build robust web scrapers that can defeat modern anti-bot systems. In this 5.5-hour full-stack course, you will transition from basic Python scripting to deploying a full MERN dashboard that scrapes and visualizes real-world data from Amazon, Booking.com…
Pattern Screamer: Subnet Discovery in Networks with Unknown Addressing
This article introduces Pattern Screamer, a reconnaissance tool that uses multi-protocol TTL tracing to discover routers, subnets, and network topology in environments with unknown addressing schemes. By combining heuristic subnet sampling with ICMP, TCP, and UDP probes, it dramatically reduces scan volume while enabling attackers and administrators to map network infrastructure without ...
https://ifritnoises.org/articles/pattern-screamer/
This article introduces Pattern Screamer, a reconnaissance tool that uses multi-protocol TTL tracing to discover routers, subnets, and network topology in environments with unknown addressing schemes. By combining heuristic subnet sampling with ICMP, TCP, and UDP probes, it dramatically reduces scan volume while enabling attackers and administrators to map network infrastructure without ...
https://ifritnoises.org/articles/pattern-screamer/
Ifrit
Pattern Screamer: Subnet Discovery in Networks with Unknown Addressing
Turn traceroute into network-wide recon: TTL tracing across ICMP, TCP and UDP to map subnets behind filters
EverOS
Build, evaluate, and integrate long-term memory for self-evolving agents.
https://github.com/EverMind-AI/EverOS
Build, evaluate, and integrate long-term memory for self-evolving agents.
https://github.com/EverMind-AI/EverOS
GitHub
GitHub - EverMind-AI/EverOS: Self-evolving memory across Agent and platform. The one portable memory layer for every agent they…
Self-evolving memory across Agent and platform. The one portable memory layer for every agent they use - Claude Code, Codex, OpenClaw, Hermes, and more - EverMind-AI/EverOS
Symbolica 2.0: Programmable Symbols for Python and Rust
https://symbolica.io/posts/symbolica_2_0_release/
https://symbolica.io/posts/symbolica_2_0_release/
Symbolica | Modern Computer Algebra
Symbolica is a blazing fast and easy-to-use computer algebra library for Python and Rust.
remote-cmd
A lightweight Python CLI + API for managing servers over SSH. Add hosts, run commands, transfer files, target groups by tags - no Ansible DSL required.
https://github.com/Vae-Scrooge/remote-cmd
A lightweight Python CLI + API for managing servers over SSH. Add hosts, run commands, transfer files, target groups by tags - no Ansible DSL required.
https://github.com/Vae-Scrooge/remote-cmd
GitHub
GitHub - Vae-Scrooge/remote-cmd: A lightweight Python CLI + API for managing servers over SSH. Add hosts, run commands, transfer…
A lightweight Python CLI + API for managing servers over SSH. Add hosts, run commands, transfer files, target groups by tags — no Ansible DSL required. - Vae-Scrooge/remote-cmd
Running Python code in a sandbox with MicroPython and WASM
https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/
https://simonwillison.net/2026/Jun/6/micropython-in-a-sandbox/
Simon Willison’s Weblog
Running Python code in a sandbox with MicroPython and WASM
I’ve been experimenting with different approaches to running code in a sandbox for several years now, but my latest attempt feels like it might finally have all of the characteristics …
The Django Mixin I Add to Almost Every Model
A practical look at TimestampUserMixin — a production-ready Django utility that adds audit fields and user tracking to any model with a single stamp() call.
https://medium.com/@djangowiki/the-django-mixin-i-add-to-almost-every-model-from-django-99-utilities-050bf66ca760
A practical look at TimestampUserMixin — a production-ready Django utility that adds audit fields and user tracking to any model with a single stamp() call.
https://medium.com/@djangowiki/the-django-mixin-i-add-to-almost-every-model-from-django-99-utilities-050bf66ca760
Medium
The Django Mixin I Add to Almost Every Model — From Django 99 Utilities
There is a question that comes up in almost every production Django project, usually after something goes wrong:
stable-worldmodel
A platform for reproducible world model research and evaluation.
https://github.com/galilai-group/stable-worldmodel
A platform for reproducible world model research and evaluation.
https://github.com/galilai-group/stable-worldmodel
GitHub
GitHub - galilai-group/stable-worldmodel: A platform for reproducible world model research and evaluation
A platform for reproducible world model research and evaluation - galilai-group/stable-worldmodel
❤1
Django 6.1 New Features!
In this video, we'll look at new features coming in the Django 6.1 release, including fetch modes, mailers settings, and new database-level on-delete functionality for foreign key relationships.
https://www.youtube.com/watch?v=ib9am_m2CnM
In this video, we'll look at new features coming in the Django 6.1 release, including fetch modes, mailers settings, and new database-level on-delete functionality for foreign key relationships.
https://www.youtube.com/watch?v=ib9am_m2CnM
YouTube
Django 6.1 New Features! Fetch Modes, Mailers and more...
▶ Django & HTMX FULL COURSE: https://www.udemy.com/course/django-htmx-hypermedia-web-apps/?couponCode=BUGBYTES-MAY
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the…
🙏 Join our channel to get access to perks:
https://www.youtube.com/channel/UCTwxaBjziKfy6y_uWu30orA/join
☕️ 𝗕𝘂𝘆 𝗺𝗲 𝗮 𝗰𝗼𝗳𝗳𝗲𝗲:
To support the…
Webhooks Explained (+ Clean Implementation)
The video demonstrates how to add webhooks to a FastAPI application and then evolve the design toward an event-driven architecture that decouples integrations from API endpoints. By using events to handle side effects, the approach makes applications more modular, extensible, and easier to maintain as new integrations and workflows are added.
https://www.youtube.com/watch?v=yc-gp3PFHEI
The video demonstrates how to add webhooks to a FastAPI application and then evolve the design toward an event-driven architecture that decouples integrations from API endpoints. By using events to handle side effects, the approach makes applications more modular, extensible, and easier to maintain as new integrations and workflows are added.
https://www.youtube.com/watch?v=yc-gp3PFHEI
YouTube
Your REST API Needs Webhooks
🧑🏻💻 Take your personal data back with Incogni! Use code ARJANCODES and get 60% off an annual plan: https://incogni.com/arjancodes
In this video, I show how to add webhooks to a FastAPI application, and then take it one step further with a cleaner, event…
In this video, I show how to add webhooks to a FastAPI application, and then take it one step further with a cleaner, event…