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.
Here's an update on Best, with some background on why I'm building it, what is the current state of the API and CLI, how to install it, and how to follow, support, and get involved in the project.
From the Leanpub Blog: Leanpub Book LAUNCH 🚀 10 More Days of Agentic Development by Daniel Scheufler
#books #leanpublishing #selfpublishing #AgenticDevelopment #AITooling #SDLC #PromptEngineering #TDD
NEW! Leanpub Book LAUNCH 🚀 10 More Days of Agentic Development by Daniel Scheufler
#books #leanpublishing #selfpublishing #AgenticDevelopment #AITooling #SDLC #PromptEngineering #TDD
We are doing a coderetreat during SoCraTes Germany.and have started with the first constraint of ping pong.
Great co-facilitation with @mplavcan
#tdd #xp #coderetreat #socrates2026 #socrates26
Sorry, no, that's wrong. That's how names become meaningless. Would you be OK if I called what you did desktop development instead of web development? Of course not, they're different (each valuable in its own way).
If you don't want to follow what #TDD means, that is totally fine! But use another description. Test-first is a great phrase to use. Words mean things.
TDD without refactoring isn't TDD. TDD without small, careful steps, that inform design, isn't TDD.
RE: https://sfba.social/@jitterted/117111572228506941
Almost done packing all of the JitterTed's TDD Game boxes. Don't miss out!
RE: https://discuss.systems/@SoCraTes_UK/117110265795626737
A reminder that if you’re going to @SoCraTes_Conf next week, I can personally hand deliver a copy to you. Reserve a copy now! Reply here or ted at tedmyoung.com for details.
@j9t What you described isn't #TDD, it's maybe test-guided development or test-first. TDD isn't "write a test and get something to implement it", it's a design technique that takes tiny steps and requires human thought and judgment at each step to improve the design, especially through refactoring (which you didn't mention at all).
AI-Driven Development Means Test-Driven Development:
There may have never been a better time to embrace TDD.
This is the first official release of Best, a new Bash automated testing framework focused on simplicity.
https://codeberg.org/paulshryock/best/releases/tag/v0.1.0
Feedback is welcome!
I think this is a reminder that things humans do are not always automatable, especially understanding (building mental models) and design (active guidance of code changes).
https://martinfowler.com/articles/exploring-gen-ai/tdd-in-the-agent-loop.html
But like a disavowed Jungian shadow, if we suppress complexity in our conscious experience of creating tech, it’ll surface elsewhere and be harder to deal with. Now we have attack surfaces the agents didn’t know or care about; we have bugs that pass into production; we have infrastructural failures that were too hard to catch ahead of time. Just like last time, we’ll have to learn humility, empiricism, communalism, and all the rest. If we can.
#TDD #usercentereddesign #Agile #LLM #technology
In response to those demands we had developed #TDD, #usercentereddesign, #Agile and more, which all have in common a willingness to change ourselves as technologists in order to collaborate better with technology. But the immature dream of putting all the burden on tech survived. Now what we’ve apparently done is bury the resistance and complexity under indeterminacy so we don’t have to look at it up front. #LLM #technology
In TDD, you sometimes write code that looks obviously wrong on purpose — like hard-coding "0" instead of real logic. It feels uncomfortable. That discomfort is actually the point. Here's why. https://qualitycoding.org/swiftui-tdd-fake-it-till-you-make-it-part-2/ #TDD
Over the weekend I started developing "Best", a Bash testing framework with a focus on simplicity. The API and the terminal output are both heavily influenced by Jest and Pest. I will host the source code on Codeberg, and I'll be looking for anyone interested in trying it out and providing feedback.
Want to refactor your SwiftUI views without worrying you'll break something? Here's the first test that makes that possible. https://qualitycoding.org/swiftui-tdd-fake-it-till-you-make-it-part-2/ #TDD
Developing SwiftUI Views with TDD: Red, Green, Refactor, Integrate https://qualitycoding.org/swiftui-tdd-fake-it-till-you-make-it-part-2/ #TDD
From the Leanpub Blog: The Leanpub Podcast 🎙 Feat. Russ Miles, Author of The Sovereign Engineer: AI Literacy for Software Professionals
https://leanpub.com/blog/the-leanpub-podcast-feat-russ-miles-author-of-the-sovereign-engineer/
#books #leanpublishing #selfpublishing #ArtificialIntelligence #SoftwareEngineering #AILiteracy #LLMs #AgenticAI #SoftwareArchitecture #TDD #EngineeringLeadership #SystemsThinking #Leanpub
NEW! The Leanpub Podcast 🎙 Feat. Russ Miles, Author of The Sovereign Engineer: AI Literacy for Software Professionals
#books #leanpublishing #selfpublishing #ArtificialIntelligence #SoftwareEngineering #AILiteracy #LLMs #AgenticAI #SoftwareArchitecture #TDD #EngineeringLeadership #SystemsThinking #Leanpub
NEW! Leanpub Book LAUNCH 🚀 Testing Rails from Scratch: A practical, (mostly) out-of-the-box approach to test-driven development in Ruby on Rails by Aaron Sumner
#books #leanpublishing #selfpublishing #RubyOnRails #TDD #Minitest #RailsTesting #TestDrivenDevelopment
And an hour after posting, I stumble on this transcript by @kentbeck sayimg something similar : people using #TDD as a moral cudgel contributed to it going out of fashion (I dont think it ever was, it has remained a well kept secret until recently) https://www.linkedin.com/posts/why-did-tdd-go-out-of-fashion-kent-beck-ugcPost-7480247871678816256-qlD6/
From the Leanpub Blog: Leanpub Book LAUNCH 🚀 Testing Rails from Scratch: A practical, (mostly) out-of-the-box approach to test-driven development in Ruby on Rails by Aaron Sumner
#books #leanpublishing #selfpublishing #RubyOnRails #TDD #Minitest #RailsTesting #TestDrivenDevelopment
NEW! Leanpub Book LAUNCH 🚀 Testing Rails from Scratch: A practical, (mostly) out-of-the-box approach to test-driven development in Ruby on Rails by Aaron Sumner
#books #leanpublishing #selfpublishing #RubyOnRails #TDD #Minitest #RailsTesting #TestDrivenDevelopment
I've just released AceUnit v3.1.0.
AceUnit is a unit test framework for C.
Enjoy!
https://github.com/christianhujer/aceunit
#TDD
I am working on a project that uses Stripe and I need to check that required text elements are contained in the invoice PDFs, however Stripe's invoice fonts map punctuation (-, (, :) to NUL in the PDF text layer, so text extracted from the PDF file using e.g. pdf.js has 2026-06-01 printed as 2026\x0006\x0001 which makes writing good assertions hard. I switched to using https://aws.amazon.com/textract/, which OCRs the document and preserves punctuation, spaces and line breaks. Super convenient!
#tdd #aws
🙈 You wouldn't ship backend code without tests. Why are we shipping SwiftUI without unit tests? Let's fix that. https://qualitycoding.org/swiftui-tdd-first-failing-test-part-1/ #TDD
What I’ve been reading week ending 31 May 2026 https://medium.com/@jchyip/what-ive-been-reading-week-ending-31-may-2026-84dfd1ed83e1 #TDD #FowardDeployedEngineering #AI #Leadership #ProjectManagement #ProductManagement #Productivity #Strategy
RE: https://mastodon.cloud/@jasongorman/116640520323934787
I can highly recommend this workshop!
I’ve been working as a software developer for 15 years and have attended #TDD workshops before. Here, I learnt a great deal in just two hours.
The price is a bargain.
If you’re lucky, it’ll be a small group again and you’ll get plenty of access to Jason’s wisdom.
Now, it's either something about the evening of June 2nd, or 38 people really is market saturation within my social media reach.
Still plenty of spaces available on June 2nd 18:45 BST for self-funding folks who want to learn TDD.
Last TDD workshop of this run, last one at this price.
Much more than just red-green-refactor!
Register here -> https://www.tickettailor.com/events/codemanship/2131015
What (almost) Everyone Gets Wrong About #TDD & #BDD
https://antonymarcano.substack.com/p/what-almost-everyone-gets-wrong-about-c05?triedRedirect=true
The box of boxes is here! If you're going to be at DDD Europe, SoCraTes UK, or in Munich and want to save on shipping, contact me NOW before they're all claimed!
If you're in North America, I'm ready to ship it to you: https://tdd.cards
Munich folks:
I have a free day in Munich June 29, I can give a talk at your company, meetup, or user group, or we can play a game about #TDD.
I'd love to share my experience with Event Sourcing and Java, or facilitate a session playing JitterTed's TDD Game.
Let me know!
"Don't put loops in your tests" the advice goes. While there are times when a small for loop might be useful, for gosh sakes, don't use a do..while loop.
And please don't ask me what triggered this post.
p.s. Your for loop might also be hiding a deficiency in your test, aka a Test Smell. Might be fine, but worth a little more attention.
🧪 TDD + ViewInspector: Writing Your First Failing SwiftUI Test https://qualitycoding.org/swiftui-tdd-first-failing-test-part-1/ #TDD
#PairProgramming (if you'd like to) #TDD #JUnit5 #Kotlin #Java