Roadtrip | Readings
For this week there hasn’t been a lot happening. I’ve been on vacations (roadtrip through Spain and Portugal) and day dreaming about switching to an EV. Got a google sheets with some calculations and it seems to payoff in about 8 years with the current gas price and usage. I’ve been trimming a bit on the reading but aside from this I took the opportunity to relax and visit some friends.
Readings
- You’ll regret using natural keys by Mark Seemann: Nice reminder. Almost every data might need correction. If you need an id and can’t fully control it you might get issues in the future
- Amazon CloudWatch Logs announces Live Tail streaming CLI support - AWS
- Things you wish you didn’t need to know about S3 by Daniel Grzelak: As a a frequent user of S3 I’m amazed of not knowing this “little things” that could easily put data at risk. Certainly a good read to also bookmark
- Nimble and Lance: The Parquet Killers - by Chris Riccomini by Chris Riccomini: Interesting to see proposals for improved columnar formats. I’ll wait a bit more but for ai workloads it seems to be interesting. Will this be implemented in data engineering tools?
- Do you model in dbt or BI? — Omni Analytics by chris: Interesting take. I’m a bit on the side that we can do analysis using dbt nonetheless and not mmodel everything. It’s more about having good separation of responsibilities and the bi tool should be focused on the viz and reports with light transformations related to these
- React 19 Beta – React: This is a long one but react delivers nice quality of life improvements as well as server side rendering (and suspense with the use looks smooth)
- dbt-core/CHANGELOG.md at 1.8.latest · dbt-labs/dbt-core: And we’ve got unit tests in dbt!!!
- AI for Data Journalism: demonstrating what we can do with this stuff right now: An interesting presentation on using llm and it’s state
Goal of the week
- Trim down on the omnivore reading list
- Develop a quick and easy chat app