

I don’t know anything about GPU design but expandable VRAM is a really interesting idea. Feels too consumer friendly for Nvidia and maybe even AMD though.
also at beehaw
I don’t know anything about GPU design but expandable VRAM is a really interesting idea. Feels too consumer friendly for Nvidia and maybe even AMD though.
very cool! loving these low-res rices - there’s something really appealing about them. this also reminds me of my chromebook that I’ve done a similar thing with (turn into a writing-focused machine).
I’m not usually a fan of cursors outside of the regular black & white, but that cursor goes perfectly with the whole theme here!
Nice, thanks! I haven’t tried customizing the default KDE bars yet; it’s cool to see they can be changed a decent amount.
Nice, thanks! I haven’t tried customizing the default KDE bars yet; it’s cool to see they can be changed a decent amount.
What are you using for your top bar?
Really clean! Now you just need to theme that pihole dashboard to Nord too ;)
Yup; hopefully there are some advances in the training space, but I’d guess that having large quantities of VRAM is always going to be necessary in some capacity for training specifically.
Yup; hopefully there are some advances in the training space, but I’d guess that having large quantities of VRAM is always going to be necessary in some capacity for training specifically.
So I’m no expert at running local LLMs, but I did download one (the 7B vicuña model recommended by the LocalLLM subreddit wiki) and try my hand at training a LoRA on some structured data I have.
Based on my experience, the VRAM available to you is going to be way more of a bottleneck than PCIe speeds.
I could barely hold a 7B model in 10 GB of VRAM on my 3080, so 8 GB might be impossible or very tight. IMO to get good results with local models you really have large quantities of VRAM and be using 13B or above models.
Additionally, when you’re training a LoRA the model + training data gets loaded into VRAM. My training dataset wasn’t very large, and even so, I kept running into VRAM constraints with training.
In the end I concluded that in the current state, running a local LLM is an interesting exercise but only great on enthusiast level hardware with loads of VRAM (4090s etc).
Personally, I almost wish Obsidian didn’t expose a folder structure - but the program is flexible enough to enable hiding the file browser, so that works for me.
Since TiddlyWiki doesn’t even mess about with the concept of folders, imo that forces users to dive in and really think about how they’re connecting notes through linking - which helps build a sort of mental roadmap through their notes. Roam and Logseq are similar, I believe.
I’ve never had a paper-drawer notecard system, but one is described in the book The Mixed-Up Files of Ms Basil E Frankweiler and I’ve always sort of aspired to that. The way you organize alphabetically has those kinds of paper file / encyclopedia vibes to me!
I started my wiki in TiddlyWiki, which by default means links and search were the only way to find notes. When I moved to Obsidian, I tried sorting everything into PARA-style folders, but… it’s way too much maintenance to mess about sorting everything so I’ve quit caring. I operate exclusively through links and search.
Everything is still in the folders but going back to a mostly-flat folder structure is on my to-do list. Since I’m already not using them to navigate my notes, though, I’m not in too big a hurry.
I have a separate folder in my vault called “mobile-sync” and set up Resilio Sync on my NAS + iPhone to sync just that folder. 90% of the time I’m on my phone and want to interact with my vault it’s because I want to jot down thoughts, so I use 1Writer hooked up to the sync folder to write the note, then open Resilio Sync to sync it. Due to the iOS stuff it won’t sync in the background, but the “create note -> sync it” workflow is ok for my needs.
Any chance you could put together a mini-example vault to help troubleshoot on?
What font are you using for the clock/taskbar? Looks nice! I’ll have to poke around KDE for that taskbar too, it automatically gave me the icon only version and idk if I like it.
I’d think about it at a high level and then get more granular. What are your favorite riced screenshots? What parts of them particularly appeal to you? On the other hand, are there things about your setup that bother you? Then, take what you like and don’t like and let that guide you in customization.
I am pretty opinionated, so I care about changing little things. Examples of little things I tweaked when installing KDE recently:
For me the rest of the visual adjustments came from picking color schemes, fonts, icons, and wallpapers I like.
That’s helpful; this sounds like a docker issue or qBit issue then. The default qBit location for torrents is /downloads, but you’d need to make sure to point it towards the container volume mapping you’re setting up in docker.
my relevant qBittorrent compose volume mapping is as follows:
volumes:
- /volume1/shared/torrents:/data/torrents
Personally, I don’t separate my torrent downloads by type; I use incoming & completed folders. Here’s how I set up my qBittorrent config:
Original Value | New Value |
---|---|
Session\DefaultSavePath=/downloads/ | Session\DefaultSavePath=/data/torrents/1_completed/ |
Session\TempPath=/downloads/incomplete/ | Session\TempPath=/data/torrents/2_incoming/ |
Downloads\SavePath=/downloads/ | Downloads\SavePath=/data/torrents/1_completed/ |
Downloads\TempPath=/downloads/incomplete/ | Downloads\TempPath=/data/torrents/2_incoming/ |
This should just be part of configuring Sonarr/Radarr settings correctly. Do you have a red message in the settings that says a download client is missing, or have you filled out the download clients settings section with your torrent client info? If yes, have you checked the “auto import from client” box? and, have you set your root library folder in the media management section?
I have a personal Discord server that I drop links into - fully intending to get them out of Discord and into my notes someday, though let’s just say I’m quite behind on that.
Mostly I find it useful because I can drop a link on from my phone and quickly access it from my PC, or vice versa. There is some organization into channel types (food, music, games, etc) but these days I just use a general channel as a dumping ground and figure I’ll sort later, ha.