Recent Posts

Getting a single value from a device’s state in Home Assistant

Author: Nicolas Frankel Original post on Foojay: Read More I recently acquired Netatmo smart radiator valves to manage my rooms’ temperature remotely. I’m not skilled at manual tasks, but I could easily replace the old thermo-static valves. I then registered the smart ones in the Netatmo app. Finally, I integrated them in my Home Assistant via the dedicated Netatmo integration. …

Read More »

Brokk: AI for Large (Java) Codebases

Author: Jonathan Ellis Original post on Foojay: Read More Table of Contents Sidebar: Under the HoodRecommendations Working with Git Sidebar: LLM ModelsThe Edit Loop There are two reasons that AI makes mistakes writing code: The LLM just isn’t smart enough to tackle the problem effectively, and it simply gets the answer wrong. The AI doesn’t know enough about the relationships …

Read More »

Testing MongoDB Atlas Search Java Apps Using TestContainers

Author: Luke Thompson Original post on Foojay: Read More Table of Contents What is MongoDB Atlas Search, anyway?Local development and testing with MongoDB Atlas Search What’s TestContainers? Let’s write some code! Simple CRUD data access and unit tests MongoDB Atlas Search with seed data and index wait Advanced seed data loading: MongoDB Database Tools Loading a mongodump BSON database and …

Read More »