Unlimited-OCR
Unlimited-OCR is Baidu’s open-source OCR model for one-shot long-horizon document parsing, designed to read multi-page documents in a single pass instead of chunking them.
https://github.com/baidu/Unlimited-OCR
Unlimited-OCR is Baidu’s open-source OCR model for one-shot long-horizon document parsing, designed to read multi-page documents in a single pass instead of chunking them.
https://github.com/baidu/Unlimited-OCR
GitHub
GitHub - baidu/Unlimited-OCR: Unlimited OCR Works: Welcome the Era of One-shot Long-horizon Parsing.
Unlimited OCR Works: Welcome the Era of One-shot Long-horizon Parsing. - baidu/Unlimited-OCR
Building AI Agents You Can Trust & Evaluate | Agentic RAG Live Series
Hands-on live series building Agentic RAG systems with retrieval, tool calling, evaluations, traces, and production engineering practices.
140 min marathon
https://youtube.com/live/_44x_yL7Q-s?feature=share
Hands-on live series building Agentic RAG systems with retrieval, tool calling, evaluations, traces, and production engineering practices.
140 min marathon
https://youtube.com/live/_44x_yL7Q-s?feature=share
YouTube
Building AI Agents You Can Trust & Evaluate
Building AI Agents You Can Trust & Evaluate
Most AI projects stop when the demo works.
This series starts there.
Join me as we build a real Agentic RAG support assistant from scratch and then progressively transform it into a production-ready AI system…
Most AI projects stop when the demo works.
This series starts there.
Join me as we build a real Agentic RAG support assistant from scratch and then progressively transform it into a production-ready AI system…
Have your agent record video demos of its work with shot-scraper video
shot-scraper video is a new command introduced in today's shot-scraper 1.10 release which ...
https://simonwillison.net/2026/Jun/30/shot-scraper-video/#atom-tag
shot-scraper video is a new command introduced in today's shot-scraper 1.10 release which ...
https://simonwillison.net/2026/Jun/30/shot-scraper-video/#atom-tag
Simon Willison’s Weblog
Have your agent record video demos of its work with shot-scraper video
shot-scraper video is a new command introduced in today’s shot-scraper 1.10 release which accepts a storyboard.yml file defining a routine to run against a web application and uses Playwright to …
Scripting good practices in Python
SummaryYou can make your scripts just a little nicer with some tweaks:Use inline dependencies if ...
https://www.bitecode.dev/p/scripting-good-practices-in-python
SummaryYou can make your scripts just a little nicer with some tweaks:Use inline dependencies if ...
https://www.bitecode.dev/p/scripting-good-practices-in-python
www.bitecode.dev
Scripting good practices in Python
And a lot of it works in other languages too
👍2
A small matrix task runner for Python projects using Astral uv.
uv-matrix runs the same project tasks across Python versions, dependency variants, extras and arbitrary task variants defined in pyproject.toml.
https://github.com/atsuoishimoto/uv-matrix
uv-matrix runs the same project tasks across Python versions, dependency variants, extras and arbitrary task variants defined in pyproject.toml.
https://github.com/atsuoishimoto/uv-matrix
GitHub
GitHub - atsuoishimoto/uv-matrix: A small matrix task runner for Python projects using Astral uv.
A small matrix task runner for Python projects using Astral uv. - atsuoishimoto/uv-matrix
microsoft / skills-for-fabric
A collection of skills and MCP systems to enable users of CLI, VSCode, Claude to operate over Microsoft Fabric
https://github.com/microsoft/skills-for-fabric
A collection of skills and MCP systems to enable users of CLI, VSCode, Claude to operate over Microsoft Fabric
https://github.com/microsoft/skills-for-fabric
GitHub
GitHub - microsoft/skills-for-fabric: A collection of skills and MCP systems to enable users of CLI, VSCode, Claude to operate…
A collection of skills and MCP systems to enable users of CLI, VSCode, Claude to operate over Microsoft Fabric - microsoft/skills-for-fabric
rommapp / romm
A beautiful, powerful, self-hosted rom manager and player.
https://github.com/rommapp/romm
A beautiful, powerful, self-hosted rom manager and player.
https://github.com/rommapp/romm
GitHub
GitHub - rommapp/romm: A beautiful, powerful, self-hosted rom manager and player.
A beautiful, powerful, self-hosted rom manager and player. - rommapp/romm
Boffin claims Microsoft's "quantum leap" is invalid due to "basic Python errors"
https://www.theregister.com/research/2026/06/24/boffin-claims-microsofts-supposed-quantum-leap-does-not-compute-due-to-basic-python-errors/5260489
https://www.theregister.com/research/2026/06/24/boffin-claims-microsofts-supposed-quantum-leap-does-not-compute-due-to-basic-python-errors/5260489
theregister
Boffin claims Microsoft's supposed quantum leap does not compute due to 'basic Python errors'
Nature paper argues researchers cherry-picked data. Redmond insists its work is sound
Django security releases issued: 6.0.7 and 5.2.16
Django 6.0.7 and 5.2.16 fix three low-severity security issues involving cached Set-Cookie responses, GDALRaster heap buffer over-read, and DomainNameValidator accepting newlines. The Django team recommends upgrading supported versions as soon as possible, with patches applied to main, 6.1 beta, 6.0, and 5.2 branches.
https://www.djangoproject.com/weblog/2026/jul/07/security-releases/
Django 6.0.7 and 5.2.16 fix three low-severity security issues involving cached Set-Cookie responses, GDALRaster heap buffer over-read, and DomainNameValidator accepting newlines. The Django team recommends upgrading supported versions as soon as possible, with patches applied to main, 6.1 beta, 6.0, and 5.2 branches.
https://www.djangoproject.com/weblog/2026/jul/07/security-releases/
Django Project
Django security releases issued: 6.0.7 and 5.2.16
Posted by Jacob Walls on July 7, 2026
planning-with-files
Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-agent shared state on disk. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard.
https://github.com/OthmanAdi/planning-with-files
Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-agent shared state on disk. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard.
https://github.com/OthmanAdi/planning-with-files
GitHub
GitHub - OthmanAdi/planning-with-files: Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash…
Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-a...
Serving a Frontend with FastAPI: A Practical Guide
A practical guide to FastAPI's new app.frontend(), SPA fallback, API route priority, and a complete mini dashboard example.
https://modernpython.io/serving-a-frontend-with-fastapi-a-practical-guide/
A practical guide to FastAPI's new app.frontend(), SPA fallback, API route priority, and a complete mini dashboard example.
https://modernpython.io/serving-a-frontend-with-fastapi-a-practical-guide/
Modern Python
Serving a Frontend with FastAPI: A Practical Guide
A practical guide to FastAPI's new app.frontend(), SPA fallback, API route priority, and a complete mini dashboard example.
❤3
How to publish to PyPI using GitHub Actions securely
The post gives three practical steps for publishing Python packages to PyPI more securely from GitHub Actions: run zizmor, use Trusted Publishing, and require manual approval through GitHub environments. It focuses on reducing credential risk by removing long-lived PyPI tokens, pinning actions, limiting workflow permissions, disabling persisted checkout credentials, and adding a human ap...
https://snarky.ca/how-to-publish-to-pypi-using-github-actions-securely/
The post gives three practical steps for publishing Python packages to PyPI more securely from GitHub Actions: run zizmor, use Trusted Publishing, and require manual approval through GitHub environments. It focuses on reducing credential risk by removing long-lived PyPI tokens, pinning actions, limiting workflow permissions, disabling persisted checkout credentials, and adding a human ap...
https://snarky.ca/how-to-publish-to-pypi-using-github-actions-securely/
Tall, Snarky Canadian
How to publish to PyPI using GitHub Actions securely
There have been several security incidents lately that involved compromising GitHub Actions workflows. This has led some to say "GitHub Actions is the weakest link" in publishing and to GitHub publishing a GitHub Actions security roadmap update. But saying…
fortress
Stealth Chromium engine that stops scrapers and browser agents from getting blocked, with one line of code change.
https://github.com/tiliondev/fortress
Stealth Chromium engine that stops scrapers and browser agents from getting blocked, with one line of code change.
https://github.com/tiliondev/fortress
GitHub
GitHub - tiliondev/fortress: Stealth Chromium engine that stops scrapers and browser agents from getting blocked, with one line…
Stealth Chromium engine that stops scrapers and browser agents from getting blocked, with one line of code change. - tiliondev/fortress
bradautomates / claude-video
Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.
https://github.com/bradautomates/claude-video
Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude.
https://github.com/bradautomates/claude-video
GitHub
GitHub - bradautomates/claude-video: Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes…
Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude. - bradautomates/claude-video
Otary – Image and Geometry Python Library Now Has Tutorials
https://alexandrepoupeau.com/otary/learn/
https://alexandrepoupeau.com/otary/learn/