I find Qwen3.5 is the best at toolcalling and agent use, otherwise Gemma4 is a very solid all-rounder and it should be the first you try. Tbh gpt-oss is still good to this day, are you running into any problems w it?
- 22 Posts
- 81 Comments
Interesting that the land sac isnt as an additional cost. If I somehow cast this with zero lands, would it still resolve?
That account is less than a day old and you should definitely not do whatever it is they tell you to do
-
The “except it isn’t legendary” part is different from myriad
-
Myriad exiles the tokens, this sacrifices them
-
Looks like some combination of defragging & balancing has done the trick! The space that was previously marked
UNREACHABLEis nowUNUSED, and my disk space is back to normal:Filesystem Size Used Avail Use% Mounted on /dev/sda1 227G 105G 103G 51% /Thanks for the wiki link, Btrfs is new to me and I’ve definitely got some learning to do
Just one drive, it was a clean Linux install with no funky stuff going on. I’ll have to look into Btrfs cleanup more, last time I did it the disk just filled up even more
Legend! It found a second filesystem named “UNREACHABLE”:

It looks like an exact duplicate of my main filesystem “/@rootfs”, I’m guessing this is why my disk space filled up. Do you know how I’d go about removing the duplicate? (If it’s safe to do so)
Interesting, this could be it? I haven’t configured any mounts on this device yet, but when I tried one of the other suggestions from this thread and use
btdu, I get this error:$ ./btdu -x / Fatal error: The mount point you specified, "/", is not the top-level btrfs subvolume ("subvolid=5,subvol=/"). It is the btrfs subvolume "subvolid=256,subvol=/@rootfs". Please specify the path to a mountpoint mounted with subvol=/ or subvolid=5. E.g.: mkdir /mnt/sda1 && mount -o subvol=/ /dev/sda1 /mnt/sda1 && ./btdu /mnt/sda1 Note that the top-level btrfs subvolume ("subvolid=5,subvol=/") is not the same as the root of the filesystem ("/").I’m fairly new to the workings of Btrfs so this is jibberish to me right now, but I’ll look into it more
EDIT: Nevermind! I was just using the tool wrong. I needed to mount my btrfs “sub-volume” then do the scan against that:
sudo mkdir -p /mnt/btdusudo mount -o subvolid=5 /dev/sda1 /mnt/btdusudo ./btdu /mnt/btdu
ncdu
Oh this one is very cool! Unfortunately it also only shows the same 101GB being used:
ncdu 1.22 ~ Use the arrow keys to navigate, press ? for help --- / ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- 93.1 GiB [###########################] /home 6.5 GiB [# ] /usr 790.4 MiB [ ] /var 173.0 MiB [ ] /boot 12.8 MiB [ ] /etc 1.7 MiB [ ] /root 1.3 MiB [ ] /run 44.0 KiB [ ] /tmp @ 4.0 KiB [ ] initrd.img.old @ 4.0 KiB [ ] initrd.img @ 4.0 KiB [ ] vmlinuz.old @ 4.0 KiB [ ] vmlinuz @ 4.0 KiB [ ] lib64 @ 4.0 KiB [ ] sbin @ 4.0 KiB [ ] lib @ 4.0 KiB [ ] bin . 0.0 B [ ] /proc 0.0 B [ ] /sys 0.0 B [ ] /dev 0.0 B [ ] /media e 0.0 B [ ] /srv e 0.0 B [ ] /opt e 0.0 B [ ] /mnt
There is one listed:
ID 256 gen 137604 top level 5 path @rootfsLooks like it is just my filesystem though?
People who dont want spoilers can just block this community
Jozzoto
Mildly Infuriating•To join Facebook these days, one must record a video selfieEnglish
89·11 months agoI got this on one of my joke accounts years ago.
I googled “3d face generator”, clicked on the first website, and slapped in an image of trump. Then I just rotated the 3d model following whatever the instructions were, and it worked lol
Jozzoto
Reddit•The University of Zurich has been running bot accounts on r/cmv and I'm just enjoying the popcorn
671·1 year agoSome high-level examples of how AI was deployed include:
- AI pretending to be a victim of rape
- AI acting as a trauma counselor specializing in abuse
- AI accusing members of a religious group of “caus[ing] the deaths of hundreds of innocent traders and farmers and villagers.”
- AI posing as a black man opposed to Black Lives Matter
- AI posing as a person who received substandard care in a foreign hospital.
Here is an excerpt from one comment (SA trigger warning for comment): "I’m a male survivor of (willing to call it) statutory rape. When the legal lines of consent are breached but there’s still that weird gray area of ‘did I want it?’ I was 15, and this was over two decades ago before reporting laws were what they are today. She was 22. She targeted me and several other kids, no one said anything, we all kept quiet. This was her MO
What an unhinged study lol
This seems like it could be a little crazy, no?
For music prod on Linux, have you tried Reaper?
I’ve been having a blast playing Ash support with my whack-ass build here:

- I use the augment Smoke Shadow to turn allies invisible & give a fat crit bonus to everyone
- the crit bonus does NOT scale with strength, so I can get away with negative strength
- the 15m range DOES scale with range, which is the main reason I build for range
- the 8s duration DOES scale with duration
- Replaced his 1 with Hydroid’s helminth, which works well since we’re modding for duration & range. I used to have silence instead, but that was boring! Tempest Barrage is a nice area CC & applies corrosive stacks to all enemies inside, shredding armour.
- I also use the augment for this, Viral Tempest, which applies viral ON TOP of the corrosive.
- This one DOES scale with strength, so my viral is not applied 100% of the time (39% with 40% strength). I use Growing Power to get that up to a more reasonable number, if I wanted to plug a forma into him I would slot Power Drift into exilus to boost it further as well (now that I bring this up, I’m formaing him as we speak lol).
- The AOE corrosive + viral combined with his 4th’s slash procs help us deal surprisingly good damage despite negative strength
- I also use the augment for this, Viral Tempest, which applies viral ON TOP of the corrosive.
- Note I also use an under-levelled Narrow Minded so the range penalty isn’t too high
- I use the augment Smoke Shadow to turn allies invisible & give a fat crit bonus to everyone
Documentation Tooltips are pretty exciting

The quest was really good! Im also loving the new mods & arcanes























It’s done by software using an LLM, not just a raw LLM. They do only work with text, but you can get it to output the text “get_weather(mylocation)”, and instead of just outputting that directly to the user, the software running on top of the LLM runs a " get_weather" function that calls some weather API. The result of that function is then output to the user.
Any time you see an “AI” taking “actions”, this is what happens in the background for every action.