schmonz.com is a Fediverse instance that uses the ActivityPub protocol. In other words, users at this host can communicate with people that use software like Mastodon, Pleroma, Friendica, etc. all around the world.
This server runs the snac software and there is no automatic sign-up process.
🎨 I’m really enjoying the redesigned PyPI project pages. Thanks to Nicole Harris and team for making these improvements!
Blog post:
Your coding agent just spent 10 million tokens to fix a single bug. Is it worth it? 😉
Other researchers have found similar results. Bai et al. (2026) measured coding agents on real software tasks and found they consume roughly 1,000 times the tokens of an ordinary chatbot interaction. And these sort of agents tasks represent the most rapid driver of increased AI usage; Anthropic’s Economic Index found that 97% of their API usage now show “automation-dominant” patterns associated with agents.
#agents #codingagents #greensoftware #sustainability #ai #datascience #research #programming #python #opensource #GreenOps #tech #technology #data #technology #climatechange
https://www.theclimatebrink.com/p/the-real-energy-use-of-agentic-ai
Dew Drop Weekly Newsletter 495 - Week Ending August 7, 2026
#dewdrop #newsletter #javascript #azure #css #aspnetcore #blazor #xaml #windowsdev #cpp #csharp #dotnet #ai #dotnetmaui #appdev #mcp #agile #devops #python #podcasts #IoT #m365 #sqlserver #data #terminal #devtools
With #Python find words longer than 10 characters that use all the vowels:
#! /usr/bin/env python3
with open('unixdict.txt') as f:
while (line := f.readline().strip()):
if (len(line) > 10 and all(
line.count(c) == 1 for c in 'aeiou')):
print(line)
The Open Geospatial Python Series by Qiusheng Wu 📚 on Leanpub!
Aprende Python geoespacial desde cero hasta la GeoAI avanzada. Construye flujos de trabajo reales para SIG, gestión de datos espaciales y análisis impulsado por inteligencia artificial.
The nomination period for the PSF Board and Python Packaging Council elections is open now, closing next Tuesday, August 11th, 2:00 pm UTC 📝🐍 Don't wait until the last minute, though! Nominate yourself or someone else today: https://www.python.org/nominations/elections/ #Python
Coffee Break Python - Mastery Workout by Finxter, Lukas Rieger, and Adrian Chan is free with a Leanpub Reader membership! Or you can buy it for $19.99! https://leanpub.com/coffeebreakpython-masteryworkout #python #computer_programming #functional_programming #computer_science
You can help shape the future of #Python typing with the power of having an opinion!
Fill out the annual Python Type System and Tooling Survey:
https://www.surveymonkey.com/r/python_typing
Discrete Mathematics for Computer Science by Marie Brodsky, Alexander Golovnev, Alexander S. Kulikov, Vladimir Podolskii, and Alexander Shen is the featured book 📖 on Leanpub!
This book supplements the DM for CS Specialization at Coursera and contains many interactive puzzles, autograded quizzes, and code snippets. They are intended to help you to discover important ideas in discrete mathematics on your own.
Top Links
Foundry Toolkit for VS Code — July 2026 Update (Junjie Li)
Syncfusion Turns 25: A Quarter Century of Making Development Easier (Brittany Kearns)
How I Work With 5 Coding Agents Simultaneously (Michael Shpilt)
My MVP Story: Curiosity, Community, and Baked Beans - Jeremy …
Mega Bundle 1 by Jason Turner is the featured bundle of ebooks 📚 on Leanpub!
PegaProx for #Proxmox VE and #XCPng clusters made a huge step and is finally out of beta!
The first stable release also comes around with companies providing enterprise support. If you need SLA-backed help running PegaProx in production (or training sessions) you can now find a support partner at:
Enterprise Support & Sponsors: https://pegaprox.com/sponsors.html
Release: https://github.com/PegaProx/project-pegaprox/releases/tag/v1.0
Website: https://pegaprox.com
#homelab #virtualization #opensource #community #python #virtualization #enterprise #business #support
Did you know that map()/filter() were added to Python 6 years before comprehensions?
Also range() was added 9 years before zip() which was added 3 years before enumerate().
And strings methods weren't methods for the first 9 years... they lived in the string module!
For years I've wanted an easier way to look up facts like those.
Now I have a way! https://pym.dev/since
It's also available as a CLI tool via PyPI
uvx sincewhen 'sum()'
Top Links
Building agent teams with Agent Framework, GitHub Copilot CLI and Squad (Shawn Henry & Tamir Dresher)
Optimizing the frontier performance curve (Mustafa Suleyman)
Azure Developer CLI (azd) July 2026 (Kristen Womack)
The Complete Package: Why Debugging Is Only Half the C…
Dew Drop Weekly Newsletter 494 - Week Ending July 31, 2026
#dewdrop #newsletter #javascript #aspnetcore #blazor #css #azure #xaml #cpp #windev #dotnet #csharp #ai #mcp #devops #python #agile #dotnetmaui #appdev #podcasts #m365 #data #sqlserver #terminal
Great, now the AI is throwing malware into python libraries, too.
Anthropic's Claude breached 3 orgs, uploaded PyPI malware during tests
I finally got around to working on a VobSub parser for my subtitle editor. VobSub is the subtitle format you find on DVDs by the way.
It's a lot of fun to write these kind of parser, but unlike the PGS parser (Bluray format) I wrote, there is no official documentation for it, so I have basically been peeking at the parser code for SubtitleEdit.
The code is coming along nicely. It can now read and parse the 2048 byte data blocks.
https://github.com/vkbo/Subtle/blob/vobsub-support/subtle_gui/formats/vobsub.py
Top Links
A new way to bring native Windows APIs to JavaScript – introducing dynamic API projections for Node.js (Leilei Zhang)
Analyze MSBuild Binary Logs with Copilot in VS Code (Yuliia Kovalova & Jan Krivanek)
Claude Opus 5 is available today in Microsoft Foundry (Amar Badal)
…
Hello Fediverse. I'm looking for a job.
I'm a web developer of 12 years of experience (mostly backend, but I can do some frontend in a pinch). Microservices, new APIs, refactorings - I did it all.
I primarily worked with #Ruby and Rails, but I have experience with #Python and #Elixir.
Currently residing in Israel, but I'm happy to work remotely on contract, or maybe even relocate.
If you're interested, my LinkedIn is https://www.linkedin.com/in/artemiysolopov/
Also, zero days (well, minus a lot of days because I've been slacking) since a random #Python package got a new #NIH dependency on another Python package which is actually a "fastest" #RustLang package which cannot be built because the author thinks it a great idea to require a nightly Rust compiler.
…and of course it's full of "unsafe" calls. Because Rust is obviously such a great language for making secure code.
Top Links
Native Agent Memory for Microsoft Agent Framework, Powered by Azure Cosmos DB (Theo van Kraay)
Introducing MAI-Image-2.5 Pro and MAI-Voice-2 Flash in Microsoft Foundry (Naomi Moneypenny)
Move Agent Orchestration/Workflows out of Code with Agent Framework Declarative Wor…
Dew Drop Weekly Newsletter 493 - Week Ending July 24, 2026
#dewdrop #newsletter #azure #javascript #css #aspnetcore #blazor #cpp #xaml #windowsdev #csharp #dotnet #ai #mcp #devops #agile #agents #python #appdev #dotnetmaui #podcasts #m365 #data #sqlserver #cli #terminal
Top Links
Copilot vs. raw API access: What are you actually paying for? (Andrea Griffiths)
Visual Studio Code 1.131 (Insiders) (Visual Studio Code Team)
Building Agents that Act on Your Behalf with Toolboxes in Foundry (Linda Li & Maria Naggaga)
.NET Rocks! - Commercial Open Sour…
OK folks, I need some help from the #Python #OpenSource community.
I need a code review on this: https://github.com/twisted/klein/pull/594
You do not need to have any special qualifications other than a general interest in web frameworks. Experience with Twisted would be helpful but not required.
Some background… 🧵
Top Links
Introducing the ETW MCP: AI-assisted ETL trace analysis, headless and in your terminal (Tristan Gibeau)
Making an agile version of a Windows Runtime delegate in C++/WinRT, part 2 (Raymond Chen)
Developing with AI Exposes Your Bottlenecks (J. Tower)
Display Name is for H…
boostedCandidature rejetée, après deux entretiens, parce que l'entreprise «s'oriente vers une adoption forte de l'IA dans ses pratiques de développement, une direction qui ne semble pas alignée avec vos attentes à ce stade».
Est-ce qu'il y a encore des éditeurs de logiciels en France qui sont prêts à embaucher un développeur qui préfère écrire lui-même son code ?
Top Links
Building Agents in Production with Toolbox, Skills, and Tool Search (Lee Stott)
Rx.NET v7.0 Now Available (Ian Griffiths)
AOTrino - Electron-like desktop apps on .NET AOT + WebView2, single-exe, Windows x64, front-end-framework-agnostic (Simon Mourier)
Introducing LM St…
Top Links
Visual Studio Administrator? Join our Private Marketplace Preview! (Ruben Rios)
The Stack Overflow Podcast - Developers who move fast still need to do it together…
“The fromkeys method doesn't attempt to copy the object you give it.”
Read more 👉 https://pym.dev/default-dictionary-values/
Build Your Own Coding Agent by J. Owen is on sale on Leanpub! Its suggested price is $34.99; get it for $15.99 with this coupon: https://leanpub.com/build-your-own-coding-agent/c/LeanpubWeeklySale20260714 #ai #python #software_engineering #machine_learning #computer_programming
Top Links
TechBash 2026 Session Highlights for .NET Developers (TechBash Team)
Visual Studio Code 1.130 (Insiders) (Visual Studio Code Team)
.NET Rocks! - The Role of AI in Testing with Debbie O'Brien (Carl Franklin & Richard Campbell)
Rider 2026.2 Release Candidate Is Out! and R…
Top Links
CoreCLR Progress and the Mono Timeline for .NET MAUI (David Ortinau)
Built-in Agent Skills Bring .NET and Azure Expertise into Visual Studio (Simona Liao, Wendy Breiding (SHE/HER) & Yun Jung Choi)
ASP.NET Core updates in .NET 11 Preview 6 (Dan Roth)
Preparing Your Codeb…
The state of #Python ecosystem right now: almost everything is slop. Some projects are complete vibe-coded slop (autobahn, chardet, cryptography). Some projects are disguised slop ("Coding agents shouldn't co-author themselves.")
There is only a handful of human projects left (Flask being one bright example). And they're being killed. They're being killed by the neverending slew of slop pull requests. They're being killed by all their dependencies becoming slop. They're being killed because this whole ecosystem has became such a complete cesspit that you have zero motivation to do anything.
EDIT: and honestly, this is only going to get worse. When you kill the incentive to work on projects, you only get more slop. Maintainers give in, and more projects become slop. Or they give up, and projects get forked unto slop.
Top Links
The Visual Studio Dev/Test Benefit: Freedom to Build, Test, and Experiment in Azure (James Rempt)
Goodbye ValueConverters, Hello C# Expressions in .NET MAUI (Leomaris Reyes)
Build and Deploy Your First AI Agent with Microsoft Foundry Toolkit (Bethany Jepchumba)
Debuggin…
Build Your Own Roguelike Game in Python — Even the D&D Combat Basics! #Python
✔️ Clips from the Leanpub Book LAUNCH 🚀 Build Your Own RPG Dungeon Crawler in Python: A Complete Roguelike Tutorial by Mike Gold ✔️ Full interview: https://youtu.be/7Vit8QU16ZI ✔️ Launch video playlist: https://www.youtube.com/playlist?list=PLUeW7hrYTk8yIkvPxCCBqO9I7k8nyPb3b ✔️ Subscribe to Leanpub on YouTube: https://www.youtube.com/leanpub ✔️ … https://www.youtube.com/shorts/O3lWWEs6J4c
Learn Python the Fun Way — Build Retro RPGs! #Python
✔️ Clips from the Leanpub Book LAUNCH 🚀 Build Your Own RPG Dungeon Crawler in Python: A Complete Roguelike Tutorial by Mike Gold ✔️ Full interview: https://youtu.be/7Vit8QU16ZI ✔️ Launch video playlist: https://www.youtube.com/playlist?list=PLUeW7hrYTk8yIkvPxCCBqO9I7k8nyPb3b ✔️ Subscribe to Leanpub on YouTube: https://www.youtube.com/leanpub ✔️ … https://www.youtube.com/shorts/cYhr5Wbx3gc
From the Leanpub Blog: Leanpub Book LAUNCH 🚀 Build Your Own RPG Dungeon Crawler in Python: A Complete Roguelike Tutorial by Mike Gold
#books #leanpublishing #selfpublishing #roguelike #Python #dungeoncrawler #gamedev #proceduralgenerationration
NEW! Leanpub Book LAUNCH 🚀 Build Your Own RPG Dungeon Crawler in Python: A Complete Roguelike Tutorial by Mike Gold
#books #leanpublishing #selfpublishing #roguelike #Python #dungeoncrawler #gamedev #proceduralgenerationration