Reading List 7

This week’s reading list spans from the outer reaches of the night sky to the inner mechanics of our development environments. I found myself thinking a lot about physical and digital boundaries, whether stargazing through light pollution, sandboxing database state, or trying to understand where the corporate hype around AI token burns and layoffs actually leaves the rest of us.

[article] Our Galaxy Looks Absolutely Stunning in These Award-Winning Dark Sky Photos. Gizmodo’s gallery of award-winning dark sky photography is a breathtaking reminder of what lies beyond our light-polluted horizons. As someone with a casual interest in astronomy, these images make me want to pack up my gear and head out to the desert immediately.

[article] With the Vespera III and Vespera Pro 2, telescope-maker Vaonis unveils its sharpest optics yet. I have been keeping a close eye on Vaonis’s smart telescopes for a while now. Living in an urban area with heavy light pollution, I am highly skeptical of how much actual stargazing I would get done, but that does not stop me from desperately wanting one of these. The optics on the new Vespera III and Vespera Pro 2 look incredibly sharp.

[release] Launch HN: Ardent (YC P26) – Postgres sandboxes in seconds with zero migration. This is a compelling approach to a massive pain point. Live database testing is currently one of the highest hurdles for agentic software and autonomous coding. In my recent work building a scoreboard for Gemini Scribe, I spent a lot of time writing state-based assertions to confirm the agent didn’t nuke sibling files. Doing that for database mutations is infinitely harder without a lightweight sandbox. Ardent’s promise of instant Postgres replicas with zero migration is something I will be testing immediately.

[release] Flipper unveils a Linux-powered networking gadget built for hackers and tinkerers. This sounds like a delightful piece of hardware. I have a Flipper Zero and have thoroughly enjoyed experimenting with it, but this Linux-powered networking gadget looks like it has significantly more practical utility. It is a neat little box built for hackers and tinkerers that actually fits into a standard sysadmin toolkit.

[article] Ubers COO says its getting harder to justify the money spent on AI tokenmaxxing. Uber’s COO is pointing to a growing frustration in enterprise AI. The industry has fallen into a pattern of tokenmaxxing, where companies compete on how many millions of tokens they can burn through. As I discussed when designing the tool budgets for my Gemini Scribe scoreboard, efficiency should be a primary metric. Leaderboards that celebrate massive token usage incentivize sloppy engineering. We should be optimizing for the middle of the distribution, not cheering on the most wasteful implementations.

[article] Samsung’s OLED tech gives the Ferrari Luce a dashboard unlike anything in a car before. The custom displays in the Ferrari Luce are a stunning application of Samsung’s OLED technology. While the vehicle itself is a concept, the underlying display engineering feels like a preview of how we will interact with glass surfaces in the near future. It is a highly impressive piece of design.

[article] Jensen Huang Just Told Every CEO Hiding Behind AI Layoffs to Shut Up. A sharp analysis of the narrative around AI-driven layoffs. Jensen Huang’s blunt perspective cuts through the corporate excuse-making. This digs into the same questions about who benefits from AI disruption in the workforce that I have been wrestling with lately. It is a must-read for anyone trying to understand the macroeconomic reality behind the hype cycle.

#AI #Astronomy #DatabaseTesting #Hardware #SoftwareEngineering #TechMacroeconomics
RegreSQL: Regression Testing for PostgreSQL Queries

Stop deploying broken SQL queries. RegreSQL provides regression testing for PostgreSQL queries with performance baselines and automated warnings.

boringSQL | Supercharge your SQL & PostgreSQL powers

Database Branching: The Antidote to Production Surprises

Every CTO knows this story. The release passes every automated test, the staging sign-off is green, and confidence is high. Yet hours after deployment, dashboards flare red. Performance tanks, customer-facing features break, or worse, critical data goes missing. The culprit, more often than not, is a database change such as migration, schema modification, or index update that behaved perfectly in pre-production but exposed hidden problems in production.

This isn’t a rare edge case. It’s […]

https://www.simplyblock.io/blog/database-branching-the-antidote-to-production-surprises/

GitHub - wey-gu/py-pglite: PGlite wrapper in Python for testing. Test your app with Postgres just as lite as SQLite.

PGlite wrapper in Python for testing. Test your app with Postgres just as lite as SQLite. - wey-gu/py-pglite

GitHub
DB2 LUW Mainframe Migration: A Viable Testing Strategy?
DB2 LUW Mainframe Migration: A well-defined testing strategy is crucial for success. Phased approach minimizes disruption. Learn key steps for smooth transition. #DB2Migration #MainframeMigration #LUWMigration #DatabaseTesting #DataMigration #StoredProcedures
https://tech-champion.com/database/db2luw/db2-luw-mainframe-migration-a-viable-testing-strategy/
...
DB2 LUW Mainframe Migration: A Viable Testing Strategy?
DB2 LUW Mainframe Migration: A well-defined testing strategy is crucial for success. Phased approach minimizes disruption. Learn key steps for smooth transition. #DB2Migration #MainframeMigration #LUWMigration #DatabaseTesting #DataMigration #StoredProcedures
https://tech-champion.com/database/db2luw/db2-luw-mainframe-migration-a-viable-testing-strategy/
...
DB2 LUW Mainframe Migration: A Viable Testing Strategy?
DB2 LUW Mainframe Migration: A well-defined testing strategy is crucial for success. Phased approach minimizes disruption. Learn key steps for smooth transition. #DB2Migration #MainframeMigration #LUWMigration #DatabaseTesting #DataMigration #StoredProcedures
https://tech-champion.com/database/db2luw/db2-luw-mainframe-migration-a-viable-testing-strategy/
...

🔍 Curious about Database Testing? 🤔

Database Testing is a critical part of software quality assurance! 📊 It's all about ensuring that the data stored in your application is accurate, secure, and performs well. 🛡️

To discover the ins and outs of Database Testing and why it's essential for robust, reliable software, read this blog 👉 https://www.syntaxtechs.com/blog/what-is-database-testing

#databasetesting #qualityassurance #softwaretesting #ultimateguide #softwareengineer #syntaxtechnologies

What is Database Testing? - Syntax Technologies

Explore the intricacies of database testing in our comprehensive guide, discussing benefits, tools, challenges, best practices, and strategies for success.

Say hi to `ApiTestCase` a brand new functional testing tool for @[email protected] and #Symfony! It implements the HttpClientInterface, and gives access to all the power of Symfony! https://github.com/api-platform/core/pull/2608

#API #testing #databaseTesting

Add an HTTP client dedicated to functional API testing by dunglas · Pull Request #2608 · api-platform/core

Q A Bug fix? no New feature? yes BC breaks? no Deprecations? no Tests pass? yes Fixed tickets n/a License MIT Doc PR todo Currently, there are no very satisfactory solutions to...