• 0 Posts
  • 89 Comments
Joined 3 years ago
cake
Cake day: June 11th, 2023

help-circle



  • Cursor’s biggest advantage is that it has all the code context loaded right up there in the embedded VSCode editor fork. Augment Code has a similar “context engine” built up, but it’s not a full blown editor.

    Cursor’s latest plans were bringing it into something closer to what Claude Code or Claude Desktop is doing (Codex has similar tools.) I’m personally ditching it all and doing VSCodium in 1 window and OpenCode on a terminal. After using Cursor for a year (personal projects, not at work), I can say that it was good, but Composer 1 and 2 were absolute shit and I relied on GPT and Claude models. OpenCode + OpenCode Go (GLM, etc) offer a much more affordable alternative.



  • I bounced around a bit after Storj decided to hate consumers and institute massive minimums.

    I’ve landed on Backblaze B2, S3 compatible. Add others have mentioned, doing a shared NAS 2 NAS hookup with a friend or family member is a nice ideal way to do it without monthly fees.

    I use Borg backup from my PCs to a NAS (QNAP), and from there using the built in backup software to go off-site. My self hosted PCs will mount NAS drives directly (like immich and audiobookshelf) and those are also in the NAS off-site job.










  • I just set two of these up. I’m not a HA guy so my HA server only has these assistants, my Sonos system, and Music Assistant set up.

    I’m still fussing through setting up tasks, but it’s slowly turning into Alexa Jarvis.

    I have it set up to play, pause/stop music from music assistant with a really hacky yaml script.

    It can tell me the weather forecast.

    That’s all local processing with Whispr(stt) and Piper (tts).

    For those who want the “tell me the tallest mountain in the world” type of support, the answer is cloud llms. I tried ollama on my PC, but it’s just too slow. I have an opencode go subscription and that works pretty well with deepseek-v4-flash. You can also use a standard open ai api key with one of the nano or micro models.

    It works, not quite as good as Alexa, but it’s not bad.