I made the icy-nord and icy-nord-darker themes.

change suggestions

issues

update notifications

@promitheas:matrix.org

  • 0 Posts
  • 33 Comments
Joined 3 years ago
cake
Cake day: June 12th, 2023

help-circle


  • Youre right for most systems that are advertised as stable. Arch however is rolling release, so this doesnt apply. You get package updates as soon as theyre available pretty much. So no, the fault lies with the user when it comes to arch 99% of the time

    Edit: i also said the blame shifts to the user if they don’t do something the maintainers specifically say you should do before every update. If you check the arch news, update, and it breaks then yes, the fault is with the maintainer. However this rarely happens nowadays. Ive been on arch for almost 6 years and have not had to do a reinstall ever.


  • It really sounds like a lot more effort than it actually is in reality, but as I said, use what you want :)

    Arch in my opinion is for people who want to tinker with their system, and set everything up from scratch. If thats not what interests you then theres no point going through the process of installing everything and configuring every minute detail just to get to a usable system.

    I disagree with a lot of other arch users who try to convince people to try arch, and i think its because as humans theres a part of us that wants to share/bring others into our “group”, but I think in the long run thats bad for arch because it gives it a bad rep because its recommended to people it wasnt made for.

    Personally because i like tinkering and having a fully custom system, im happy with it, and havent really had any issues with games or otherwise.













  • promitheas@programming.devtoMemes@lemmy.mlAmericans
    link
    fedilink
    arrow-up
    5
    arrow-down
    1
    ·
    5 months ago

    Government and people are tightly linked. Governments tend not to stray too far from what their people believe, at least openly, since they want to keep power, and their heads. The fact that the US is now openly doing what its been doing for decades behind closed doors and pretending not to do, means that they at the very least hold the belief that a large portion of the population is willing, open to, and/or indifferent to their actions, finally. Makes sense though, since most US americans are disgusting, racist, fascist, self-centred isolationist rubbish, and have been for a long time. The self aware ones, or those who become self-aware after invading some far off country and realising that they are in fact, the baddies (only after torching a village or tormenting the local populace) are few and far between.

    I saw a video recently of a US soldier in Iraq or Afghanistan, Id say sometime in the 2000s (2000-2010), complaining that they’re not allowed to retaliate (shoot is actually the word he used) children who it seens regularly threw rocks at their vehicles along that particular stretch of road, and he didnt seem to realise that he was the invader, nor that those are fucking kids and what he was saying was abnormal and sick…


  • I know you may be feeling disappointment and exhaustion from the negative replies, but please dont stop talking about this issue. Im a technical guy. Ive got no problem with - and in fact find it fun to - flash and deal with the problems you describe, but I also desire linux to become at the very least one of the main OSs people use. To do that, I realise it needs to be a simple enough process, which it is installer wise if you have a flashed USB (also not a complicated process nowadays to do). However as you describe, its the hardware compatibility and support from HW vendors that is the main hurdle now.

    Make noise. Just like your post. Weve been making noise on the software compatibility enough to the point its now no longer impossible to have a linux system runnung with the software we need for daily life/work/school, but the next step is getting the HW manufacturers on board. I do feel like its a cycle though, of not enough number of users to convince HW manufacturers to officially support linux, and not enough HW support to get the users we need to migrate to linux. Who knows how it will turn out or how long it will take, but for sure we need to be making noise to get the support we want.


  • Heres my ~/.bin directory:

    https://github.com/promitheas17j/dotfiles/tree/main/dot_bin

    Hopefully thats what youre asking for.

    My favourite ones are:

    • bspwm-minimise.sh and bspwm-restore.sh which allow me to have window minimisation functionality in bspwm, which to my knowledge doesn’t exist natively
    • check_last_update.sh which I have in my .zshrc and gives me a count of packages available to update with some basic colouring, as well as if I have a kernel mismatch and need to restart

    One that Im still working on but will for sure be my favourite once its done is parse_keybinds.sh and keybind_cheatsheet.sh, which go through some of the software I have and parse their config files to extract all the keybinds into a file with a specific format. The latter script then launches a rofi menu where I can fuzzy search keybinds based on software name and what I want to do but cant remember the binding for. So far Ive got sxhkd and lf, but I consider it a work in progress because I want to also parse neovim bindings, but sxhkd and lf are single file configs while neovim has bindings in multiple files spread across multiple subdirectories in its config directory.