I don’t get why I don’t like Rust then
I don’t get why I don’t like Rust then
Now try opening js interpreter and doing the same.
Also, try 0.1+0.2
in python interpreter.
Does solarized count as blue colors?
That’s alright until u need ushort
I killed the fox many times before when it hang my system
This is really nice
But I have a habit to :w every 5 seconds, so I can’t really use it
Well, in a plain text editor you are usually not expected to write strictly correct code (e.g. semicolons), it’s just used for explaining your thought process while working on an algorithm. You can look at it as solving a problem on a white board
Mine made me want to hide all my public repos :')
Very nice! What are you using as the file manager and the music player?
not necessarily llms, just ml models
using lsp in vim has pretty much the same problem especially with java
I used vokoscreen, it’s quite good
you mean rewrite it in rust?
Stilltoomuchwasteofspace
Very nice!
What do you mean by immutable though?
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
I want to thank everyone for the help!
I was finally able to find the issue. Thanks to @slappy@lemmy.blahaj.zone '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.
I’m using btrfs When I grew the partition, I only used GParted
I zeroed all the files in /var/log, but it had practically no effect on the disk usage
Yeah, I think it’s a beautiful and expressive language. I also do like Java, though.