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
Thank you for clarification!
I don’t really understand how can specific programs map the Meta key as something. Isn’t it the job of the driver to map key-presses to input events (which are then passed to display server by evdev
)?
I have it mapped to control
I thought it meant the same, Meta/Super/Windows
I saw these used in documentation interchangeably
I’m using a tiling window manager and neovim as my main editor, so I have to use hot-keys quite a lot As for the caps, I have it remapped to control
Mine made me want to hide all my public repos :')
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 @[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.
Yeah, I think it’s a beautiful and expressive language. I also do like Java, though.