exu

joined 1 year ago
[–] exu@feditown.com 14 points 1 month ago* (last edited 1 month ago) (16 children)

Certainly feels like it and I personally wouldn't buy anything from them at the moment.

Edit: would -> wouldn't

[–] exu@feditown.com 8 points 1 month ago* (last edited 1 month ago) (1 children)

Just installing applications is pretty easy though.

***
- hosts: localhost
  become: yes
  tasks:
    - name: Install required software
      dnf:
        state: latest
        name:
          - firefox
          - telegram
          - calibre

ansible-playbook install.yml

Something like that (untested)

[–] exu@feditown.com 7 points 1 month ago (1 children)

Various mildly understandable to braindead reasons

  • "it doesn't work"
  • "breaks my workflow"
  • "Xorg is better"
  • "Nvidia"
  • "no reason to use it"
  • "being pushed by IBM"
  • "no SSH forwarding"
  • "has taken too long to get to current state"
  • "when I last tried it 5 years ago it didn't work"
[–] exu@feditown.com 59 points 1 month ago (9 children)

Anytime I see a Phoronix article (very loosely) about systemd or Wayland I fill my insults bingo card.

[–] exu@feditown.com 12 points 1 month ago

It takes effort and knowledge to make good contributions, this app is just a tool to do that.

I can only say I myself try to make valuable contributions, some other people might care less.

[–] exu@feditown.com 33 points 1 month ago (4 children)

I successfully used Every Door during my holidays to contribute

[–] exu@feditown.com 4 points 1 month ago

They promised one years ago, but never delivered. My main reason for supporting Steam even over GOG.

[–] exu@feditown.com 5 points 2 months ago (2 children)

Boox doesn't share kernel sources for their devices, so it's basically impossible to get Android updates when they stop supporting it.

[–] exu@feditown.com 20 points 2 months ago (1 children)

As the news says, it's a breaking change for users of local repo with specific setups.

[–] exu@feditown.com 12 points 2 months ago

Please make sure to implement democracy first, we have enough issues with dictatorships and oligopolies already.

[–] exu@feditown.com 24 points 2 months ago

BYOA - Bring your own Adventure

[–] exu@feditown.com 4 points 2 months ago (1 children)

I'm not a kernel dev, but I've read often enough that there are some places where "everything is a file" somewhat breaks down on Unix. (I think /proc and some /dev)

For an "absolutely everything is a file" system have a look at plan9, it was the intended successor to Unix, but then that got popular while plan9 stayed a research project.

view more: ‹ prev next ›