- 6 Posts
- 24 Comments
I replaced my tabbyml code assistant this week with ollama+continue.dev. But I’m having issues with speed. I think this is because I switched from code qwen 2.5B (ish) to Deepeek Coder 9B (ish) and I think I’m pushing the limits of my GPU. Maybe I’ll spend today sorting out which models I want to use and which computers I want to use them on so I dont run into this issue (I’ve got ollama on 2 computers with 3 GPUs shared between them, for a total of 24GB VRAM)
Floccus just syncs, so whatever hasnt been synced would just wait in your bookmarks until the server was available.
rutrum@lm.paradisus.dayto
Nix / NixOS@programming.dev•Tear down script for Nix developEnglish
4·2 years agoId never heard of trap. This is awesome! Thank you for sharing
I use borgbackup to create backups. I point backups to another home computer and borgbase.com. Borg itself is an amazing tool. I think you should learn how it works even if it doesnt end up being the best fit for you.
rutrum@lm.paradisus.dayto
Nix / NixOS@programming.dev•Finally transitioned to NixOS!!English
5·2 years agoStart ny NOT jumping into nixos. Start using home manager on whatever distro you currently use. Then slowly move whatever programs or dots you currently have over to it, uninstall the aur/apt packages as you define them in nix. At first you’ll have a clear goal: emulate your user environment. Once you’ve got your user environment defined, the jump to nixos would be easy (if you even want to) because you can use your home-manager config as the starting point. And depending on how you use your computer, home-manager may end up being most of what you care about.
rutrum@lm.paradisus.dayto
Nix / NixOS@programming.dev•Finally transitioned to NixOS!!English
4·2 years agoWelcome to the NixOS club! Veloren fan here too!
rutrum@lm.paradisus.dayto
Selfhosted@lemmy.world•What do you host on your backup servers?English
2·2 years agoI’ve got a subset of my files encrypted and backed up using borg. It gets backed up to another computer in my home and then cloud storage via borgbase.com.
rutrum@lm.paradisus.dayto
Selfhosted@lemmy.world•Pinepods 0.7.2 - The rust based self-hosted podcast platform, complete with Podcasting 2.0 features!English
6·2 years agoAnd how do you like yew? Long ago I used seed.rs, which was more like ELM than react. But I think that project has since gone unmaintained. I also tried yew when I think they were in the middle of a huge API transition. Do you think its easier to write in yew than it would be in react/vue/svelte?
rutrum@lm.paradisus.dayto
Selfhosted@lemmy.world•Pinepods 0.7.2 - The rust based self-hosted podcast platform, complete with Podcasting 2.0 features!English
12·2 years agoCursed tech stack and image. Project looks cool. Can you elaborate more on why you used rust for front end and python for backend? I would assume rust would have been more applicable for back end work. Then again, Im not familiar with fastAPI.

rutrum@lm.paradisus.dayto
Nix / NixOS@programming.dev•Nix flakes vaugely analogous to Docker Compose?English
9·2 years agoFlakes are just a mechanism of pinning dependencies to fixed versions. When you run a flake it doesnt matter if you’re on 24.05, 24.11, or unstable, it’ll produce the exact same output.
rutrum@lm.paradisus.dayOPto
Nix / NixOS@programming.dev•Upgrade to 24.11 failing? Breaking due to some dependency you haven't specified? Here's how you can fix it.English
1·2 years agoThats a great solution…Im not interested in learning a new slicer right now!
rutrum@lm.paradisus.dayto
Nix / NixOS@programming.dev•Selfhosters, how do you run your services?English
4·2 years agoI lean on nixos modules first, but half the time it either doesnt exist or its too complicated at first glance. So I will manually create an oci-container configuration by referencing a docker compose on the projects site. For simple compose files this is easy. Sometimes its not easy, and I dont end up deploying it.
I’ve been wanting to find or build a method that lets me drop a compose alongside ny config and have nix load the yaml and build the oci-container configuration for me. That would be nice since Im familiar with compose syntax and it’s usually easier to write imo.
rutrum@lm.paradisus.dayto
Selfhosted@lemmy.world•Static site generator for an idiot who doesn't want to learn a new templating language just to have a blog?English
7·2 years agoI used Zola for a while, but at the end of the day there wasnt enough themes available that fit what I was looking for. I ended up messing with the templating engine to get what I needed.
I suggest OP choose Hugo over Zola, in the hopes that they find a theme that suits them best and for the most part prevents them from having to touch templating to begin with.
Paperlessngx will store pdfs and index their contents for searching. It’s not necessarily meant for books but I think it would work.
I recently built a site with hugo. Its very easy. You pick a theme, then write some markdown files. And when you need flexibility, you have it for later. I also think it’s the most popular right now, which lends to a lot of themes to pick from and a lot of cpmmunity support.
There are a few out there, but this is the one I use by GermanBread: https://github.com/GermanBread/declarative-flatpak
Edit: this is probably worth making its own post about
I use a declarative flatpak flake that lets me install flatpaks declaratively. You could use this as well, in case you want to manage the flatpaks in your configuration.
Which app menu? I use gnome and after a restart I see my flatpak apps in my app drawer.
Really love the side panel. I dont see those done vertically very often, and yours looks good.

This looks exciting. I hope the transition goes well.
I would say to get automated backups running on the first few before you do them all. Thats a luxury we get “for free” with cloud services.
Note on firefly iii. I use it because I’ve been using it, but after using it for 4ish years, I dont really recommend it. The way I use it anyway, I think inserting data could be easier (I do it manually on purpose) and the graphs/visualizations I also wish were better. My experience with search functionality is also sub par. I would look at other alternatives as well, but I think its still better than not tracking finances at all. But I wonder if using a database client to insert data and python scripts or grafana to analyze the data would be better for me…YMMV
Good luck!