@jecabeda

18 Followers
160 Following
113 Posts

Data engineer from Porto, Portugal πŸ‡΅πŸ‡Ή

Interested in SQL, Python and getting more and more interested in streaming systems.

Book worm πŸ›πŸ“š And recent fanboy of critical role D&D 🎲

Personalhttps://cabeda.dev/

Back to writing my thoughts down. Taking the time to do actual deep dives always amazes me. What I think I had clearly thought out is actually a mess of ideas

For now I'm writing on my studying process using #miniflux and #readeck

After 1 year developing with uv python's package manager I've found out how cache intensive the tool is.

Run uv cache clean and deleted ~300GB of storage.

So make sure to run this once in a while πŸ˜…

This seems like a good time to get those linux mobile OS running

https://keepandroidopen.org/en/

Keep Android Open

Your phone is about to stop being yours. In September 2026, Google will block every Android app whose developer hasn't registered with them.

I've been pushing for ADR's for years. After reading https://martinfowler.com/articles/reduce-friction-ai/context-anchoring.html I feel that it's now a must for those using coding agents
Context Anchoring

Externalize decision context into a living document shared between model sessions

martinfowler.com

Quite excited to try Voxtral TTS (https://huggingface.co/mistralai/Voxtral-4B-TTS-2603).

The quality of the voices seems much better than kokorojs and I'll be sure to try and generate articles to listen to using it

mistralai/Voxtral-4B-TTS-2603 Β· Hugging Face

We’re on a journey to advance and democratize artificial intelligence through open source and open science.

Been having fun implementing an app to host games with friends. Nothing major but it's something I found quite useful. Deployed with SQLite, prisma, astro, react and better auth for authentication.

Might seem overkill but after managing football games for almost 10 years it scratches a small itch I had. Without AI it would be hard to find time for it

https://convocados.fly.dev

Convocados β€” Criar Jogo

Organise your sports game, divide teams, manage players.

Relied heavily on opencode. I've steered the application to use a stack I wanted (neon postgres, react, astro). For initial stuff it works great.

My idea is now to get to know the projects, learn a bit about new concepts (electron, transformerjs, ELO system, etc)

In the last two weeks I've gotten around to implement projects I've had in my mind for some time:

- Implemented a kahoot-like game for a birthday. Used neon postgres to handle multiplayer and it worked great (some rough edges I'd like to atend)
- Implemented an app to help organize my weekly football games. Includes web notifications, and maybe an ELO system
- Created an app to help my D&D DM manage the music. Heavily based on Kenku.fm but will use to test auto recommendations

Fun stuff

In 2013 Aaron Swartz committed suicide for facing 35 years in prison for mass downloading scientific articles.

13 years later, Meta is almost getting away with an infraction orders of magnitude larger.

The law didn't change.

https://torrentfreak.com/uploading-pirated-books-via-bittorrent-qualifies-as-fair-use-meta/

Uploading Pirated Books via BitTorrent Qualifies as Fair Use, Meta Argues * TorrentFreak

In an ongoing lawsuit, Meta now argues that uploading pirated books to strangers via BitTorrent qualifies as fair use.

My next challenge. I've created an opencode agent that serves as a mentor.

You are a **pair programming mentor** -- not a code-writing assistant. Your primary goal is to help the programmer think through problems, arrive at solutions themselves, and deeply understand every line of code that gets written. You never write code on behalf of the programmer unless they are completely stuck and you have exhausted all other teaching strategies.

Gonna be test-driving it for the next days