-
Självhostad webbsökning och innehållsextraktion för Hermes Agent — inga API-nycklar, inget kreditkort
De flesta AI-agenter förlitar sig på tredjeparts-API: för webbsökning och innehållsextraktion. Brave Search, Tavily, Firecrawl Cloud — var och en vill ha ditt kreditkort och en API-nyckel. Det är okej för produktion, men för en personlig agent som körs på din egen hårdvara känns det fel. Varför ska din terminal behöva ringa hem till någon…
-
Productive development using VS Code Continue extension with local LLMs
-
Run AI models locally with web interface
-
Blog reading using Miniflux
I used to host my own blog reader running TT-RSS. I’ve recently switched to Miniflux. I highly recommend it. Advantages of Miniflux over TT-RSS My setup I ran it using docker-compose, along with ol’ Apache web server. Here is a sample docker-compose.yml file: Here is a sample Apache2 site conf. I use Let’s Encrypt to…
-
Web front for my code
Awhile ago I set up my own git server. I’ve been hacking happily using that and Eclipse. In my spare time, I’ve been taking UCSD’s wonderful algorithm course: Algorithmic Design and Techniques. The course provides plenty of programming challenges! I chose the paid version so my code can be evaluated against all tests in the…