Open Source
Posts tagged with Open Source.
25 Apr 2026
Running LLM locally with Ollama: migrating my Job Finder project More than one year ago I built a simple project to start studying AI.
At the time, I integrated it with the OpenAI API. It worked well, but over time I started to feel the usual friction: cost per request, dependency on external services, and limited control over the runtime.
Today, I migrated this project to run using a local LLM.
14 Jul 2025
Ever worried someone might peek at your MacBook when you’re not around?
Last Friday, I built a simple, effective, and open-source solution to deal with that — and I called it Say Cheese.
Here’s the idea: if someone opens your Mac’s lid without authenticating via Touch ID, a photo is instantly taken and sent to your iPhone through iMessage. You get a live snapshot of the intruder — no fuss.
14 Jul 2025
Já pensou alguém abrindo seu MacBook quando você não tá por perto?
Na sexta-feira criei uma solução simples, eficaz e de código aberto pra lidar com isso — e batizei de Say Cheese.
A ideia é a seguinte: se alguém abrir a tampa do seu Mac sem autenticar com Touch ID, uma foto é tirada na hora e enviada direto pro seu iPhone, via iMessage. Você recebe a cara do curioso em tempo real.
06 Feb 2025
Hey everyone! I just wanted to share a new pet project I’ve been working on.
I built Job Finder to automate job searches, analyze descriptions using AI, and filter the best opportunities based on personal criteria.
Job Finder is an open-source project designed to automate job searching, analyze job descriptions using AI, and filter opportunities based on predefined criteria. Initially developed as a personal study project, it demonstrates the integration of automation, AI, and data processing, but can also be useful for others looking to streamline job searches.