Apes together strong. “We” can accomplish anything in large enough numbers.
Apes together strong. “We” can accomplish anything in large enough numbers.
They probably think if they kill all the witnesses nobody would tell on em 😵😵
I doubt that there’s a single resource that fits all, but check out Kiwix, team behind Kiwix hoards and redistributes highly compressed wikis and other knowledge bases like stack overflow.
For stuff like coding documentation, I usually just go to the developers main site and they provide it in many formats.
For everything else I just wget mirror (properly throttled, I’m not a cunt) the entire thing once a year.
Fucking hell. Alright let’s revise our Cheburnet Apocalypse backpack: wikipedia dump check, major programming languages docs check, Linux kernel not check (gotta clone it), arch wiki not check. There’s room for improvement…
Pyright language server makes Typethon out of your Python at the cost of massive bugs and performance. I used to like it, until I got really sick of waiting about 10 seconds for a suggestion to appear when typing open() and really fucking sick of the entire server crashing after I type pow()
I’m on a life-long quest to finding the EXIT from this matrix. For this I have to become the supreme lord of Holy C
I remapped : to ; so that I don’t have to hold shift to enter command mode
Such is the power of a habit, I use vim often
I made alias q=exit for some reason and now I accidentally close the terminal when I press ;q and enter 😭
A tip, to delete files that have names similar to variables or other expandables, put the filename in between single ticks like this ‘filename’. Single ticks prevent expansion.
God, I hope their code is scrutinized by thousand eyes, knowing windows codebase I’m skeptical about quality of anything they write 💀💀
Fuck yeah that kind of shit, I love it, let’s go 😖🔫
Someone should make a script that generates the sticker with updated version numbers 😵😵😵
How is being born in Russia makes one complicit in “Russian aggression” wtf? I didn’t have a fucking choice in this matter. Now I’m fucking worried that someone will have a bright idea of blocking Russians from using Linux, I might just kill myself at that point. Honestly, I’d rather die than lose my main and most beloved hobby.
OH NO, I hope the fork will continue for a bit otherwise I’m so cooked 🥶🥶🥶
Can confirm same result when searching through searx instances, result provided by google.
Little addendum to the last part of About Fragmentation section, since I don’t want to leave it unfinished and make people struggle if they follow my advices:
$HOME/.local/opt is a “usual” (there are few more, I prefer this one) location for pre-built (downloaded) and built-locally apps that you don’t want to install system-wide.
For example:
tar xvf nvim<press TAB>
, or right clicked on the archive in a GUI file manager and clicked decompress.mv nvim-linux-x64 $HOME/.local/opt/nvim
)ln -s /home/<my nickname>/.local/opt/nvim/bin/nvim /home/<my nickname>/.local/bin/nvim
this command requires absolute paths and creates a SYMBOLIC link (you can read up on that if you’re interested). GUI file managers usually have functionality for creating symlinks, right click on file to find out.export PATH="$HOME/.local/bin:$PATH"
Something like that. It’s all done just for organization and quality of life.
I use win 10 ltsc image, it did not require me to set up an account last time I installed it, maybe try that? You can get it from the mass grave’s. Don’t forget to enable USB passthrough in your VM manager.