andnekon

joined 1 year ago
[โ€“] [email protected] 7 points 1 month ago

I have it remapped to control

[โ€“] [email protected] 6 points 1 month ago

Mine made me want to hide all my public repos :')

[โ€“] [email protected] 23 points 5 months ago

not necessarily llms, just ml models

[โ€“] [email protected] 4 points 5 months ago

using lsp in vim has pretty much the same problem especially with java

[โ€“] [email protected] 11 points 6 months ago (1 children)

Stilltoomuchwasteofspace

[โ€“] [email protected] 2 points 6 months ago (3 children)

Very nice!

What do you mean by immutable though?

[โ€“] [email protected] 3 points 6 months ago (1 children)

I doubt it's useful for performance evaluation, however, if you are writing a paper and want to compare your algorithm to an existing one, this can be handy

[โ€“] [email protected] 1 points 7 months ago* (last edited 7 months ago)

I want to thank everyone for the help!

I was finally able to find the issue. Thanks to @[email protected] 's question regarding my filesystem type, I decided to look into it.

I use btrfs, and this command showed me, that I have a lot of snapshots made by apt.

$ sudo btrfs subvolume list -s /         
...
ID 318 gen 2617038 cgen 2566262 top level 5 otime 2024-02-13 06:59:10 path @apt-snapshot-release-upgrade-jammy-2024-02-13_06:59:10

It was probably possible to determine how much space each of them was occupying, but I decided to simply delete them all and be done with the issue. So I installed apt-btrfs-snapshot and run delete-older-than 0d.

As a result, I now have 29 Gb and no backups, which is fine with me.

This answer on askubuntu was useful

[โ€“] [email protected] 1 points 7 months ago

I'm using btrfs When I grew the partition, I only used GParted

[โ€“] [email protected] 1 points 7 months ago (2 children)

I zeroed all the files in /var/log, but it had practically no effect on the disk usage

[โ€“] [email protected] 1 points 7 months ago (4 children)

lsof -a +L1 / lsof -a +L1 /home

No, the output of these commands is empty. U also tried running with +L, in both cases most of the files were ~100Kb, largest was telegram in /opt with 150Mb.

Is it safe to remove /var/log? I almost never read logs anyway

[โ€“] [email protected] 1 points 7 months ago* (last edited 7 months ago) (6 children)

I run dual boot windows/ubuntu, nvme0n1p1 is efi system partition, p2-p5 are windows-reserved, and p6 is linux-swap.

Also, I didn't mention it in the post, but I recently grew linux partition up for around 16GB. I rebooted into windows several times after that, and everything was fine before the update.

/ and /home is just how I set it up.

/var seems to take up only 1.2 GB. I don't know, how can I check for any 'cruft'

spoiler

view more: โ€น prev next โ€บ