提交点赞

关于我

Jake Saunders,英国人,16岁辍学后在劳斯莱斯做学徒,10年制造业工程师转行5年软件工程,现用Python/TypeScript/Golang/Elixir做后端,正在和妻子做Inventronix电子与IoT学习平台。
评论点赞收藏1 小时前

搭建一套近乎全自托管的可丢弃式 AI 代理软件工厂

一个开发者用单个提示词让本地 LLM 代理完成了从建仓库、写代码测试、跑 CI 到部署带 HTTPS 的全流程。他用 Coolify + Forgejo + Hermes + Tailscale 搭了一套隔离的 homelab 环境,核心思路是把 LLM 关在一次性机器里而不是信任它。文章详细讲了 DNS-01 免公网 SSL、网络隔离方案,也诚实列出了风险:LLM 仍能删库、泄露凭证、乱发外网请求。下一步打算加 VLAN 隔离和审批门禁。
评论点赞收藏4 小时前

Is anybody else bored of talking about AI?

At serious risk of sounding like a heretic here, but I’m kinda bored of talking about AI. I get it, AI is incredible. I use it every day, it’s completely changed my workflow. I recently started a new ...
评论点赞收藏150 天前

Publish Your Work

Late last year, I made the conscious decision to start posting more of the stuff I make on the internet. When I’m working on something interesting, I write a blog post about it. If I make an app for m...
评论点赞收藏207 天前

LLM's shouldn't always land the plane

I went on a skiing holiday over the Christmas break. We were flying into Salzburg airport and the scenery was incredible, the cloud was super low and you could see the Alps stretching out under a wint...
评论点赞收藏227 天前

How to fix the thermostat on a bar shower

Possible symptoms: My shower is too hot on the coldest setting. This post describes how to fix a shower thermostat where the coldest setting is too hot. This post is for you if: You have a bar shower ...
评论点赞收藏425 天前

How to deploy a SvelteKit app to Heroku

Another day, another interesting little bit of knowledge. This time, it’s how to deploy a SvelteKit app to Heroku. SSR Vs Static SvelteKit is, by default, a server-side rendered framework. This means ...
评论点赞收藏935 天前

How to get svelte to save a JWT cookie

This has been plaguing me all day, so I’m saving some instructions here for future reference. For my project i’m creating a Svelte front end and a Go backend. I’m using JWT for authentication and I wa...
评论点赞收藏936 天前

Garduino: The Basics

Alright, I’ll confess to you that I’m pretty deep into this project now so writing this blog post as if this is a fresh idea I just thought of seems a little disingenuous. What i’ll do instead is talk...
评论点赞收藏1024 天前

A new project! Automating a home hydroponic garden

I’m starting a new project! I’ve been working my way around trying to come up with a new project to start recently. It’s coming up to winter and I need something to do now the nights are drawing in an...
评论点赞收藏1055 天前

Manufacturing engineers should use git

In my last post I talked about my background as both a manufacturing engineer and a software engineer. In this next post I want to talk about what I think manufacturing engineers can learn from softwa...
评论点赞收藏1166 天前

My background

I find it’s difficult to know where somebody is coming from unless you know their background. Like everyone else, my opinion is formed over time based on my experience. So here’s a self-indulgent post...
评论点赞收藏1167 天前