[-] this_is_router@feddit.de 0 points 5 months ago

Linus would like to have a word with you

[-] this_is_router@feddit.de 6 points 5 months ago

there are 10 kinds of people.

  • those who understand binary
  • those who don't
  • those who know ternary exists
[-] this_is_router@feddit.de 1 points 5 months ago

Zeno’s Paradox, even though it’s pretty much resolved

Lol. It pretty much just decreases the time span you look at so that you never get to the point in time the arrow reaches the apple. Nothing there to be "solved" IMHO

[-] this_is_router@feddit.de 11 points 5 months ago

one of the main reasons the linux kernel is where it is today: "never break userspace"

unfortunately not every project keeps to this principle.

[-] this_is_router@feddit.de 12 points 5 months ago

no package manager should put stuff into /usr/local, thats why its /usr/local. package manager should only put stuff into /usr/... not /usr/local. In the past some mainframes mounted these directory via nfs to do some kind of software management. It contains global stuff that is not managed by the package manager. install some software via "tarball and make" and it most likely puts everything into /usr/local/...

It's the best location for your needs. /home/shared is a bad idea. /home is reserved for home directories not some shared stuff.

/usr/local is specifically what you are asking for. i would put themes to /usr/local/share/themes for example. chances are gtk will already look there. You can manage permissions inside /usr/local as you like. since the package manager doesn't care for that directory there is no problem. giving write permissions only to root still is a good idea. it suggest to learn to use sudo when you are working on your system.

[-] this_is_router@feddit.de 0 points 6 months ago* (last edited 6 months ago)

Ganz deiner Meinung, Wenn der quatsch wenigstens auf Fakten basieren würde:

https://www.berliner-zeitung.de/news/wissenschaftler-philologen-linguisten-aufruf-gender-debatte-sprachforscher-starten-aufruf-gegen-das-gendern-bei-ard-und-zdf-oeffentlich-rechtlicher-rundfunk-gender-sternchen-binnen-i-li.252038

https://www.linguistik-vs-gendern.de/

Genauso der "Gender Pay Gap". Fast niemand, der darüber diskutiert, hat begriffen, dass es dabei eben nicht um eine geringere Bezahlung bei gleicher Tätigkeit von Männern und Frauen geht.

Ich hasse die Afd und bin eher Links eingestellt, aber dieser Gender-Bullshit und die unehrliche Diskussion darum geht mir verdammt auf den Sack und ist meiner Meinung nach sehr entscheidend daran mitschuldig, dass die Afd aktuell einen so hohen Zulauf hat.

Glücklicherweise sieht ein Großteil der Gesellschaft das ähnlich. Ich freue mich schon drauf, wenn diese Phase vorbei ist und wir uns endlich wieder um wirkliche Ungerechtigkeit kümmern können.

[-] this_is_router@feddit.de 2 points 6 months ago

Why are you so angry? I never meant or even said what you are implying i did. Quiet the contrary: read the wikipage again, its about when it is justified to act like the side you want to ban.

[-] this_is_router@feddit.de 5 points 6 months ago

People are intolerant. Let's not tolerate them. Now we are intolerant:

https://en.wikipedia.org/wiki/Paradox_of_tolerance

[-] this_is_router@feddit.de 4 points 6 months ago

wtf, my muscle memory is impacted?! fuck the environment! /s

[-] this_is_router@feddit.de 1 points 7 months ago* (last edited 7 months ago)

Does it only happen with these two drives? i would try with some other HDD/SSDs or two usb sticks. that way you can test if its some weird hardware incompatibility that sometimes happen between specific devices or if the board wont support more then one connected usb drive in general.

[-] this_is_router@feddit.de 6 points 7 months ago

how anyone can take the IEA predictions seriously is beyond me:

https://twitter.com/AukeHoekstra/status/1064529619951513600

[-] this_is_router@feddit.de 18 points 8 months ago

what a load of bullocks:

Scientists still don’t fully understand the association between vaping and lung disease, so it’s unclear what role vaping may have played in Allard’s case.

5

I'm trying to use LazyVim https://www.lazyvim.org/ to create and edit ansible playbooks and roles, but for the live of my I don't understand how to enable ansible-language-server.

The installation of lazyvim went flawless and after starting nvim I used the command :Mason to install:

  • ansible-language-server
  • ansible-lint
  • yaml-language-server
  • yamllint

but still, when opening a task or playbook file in nvim, i don't get any of that cool features like snippets and automatic syntax checking like I hoped.

Can anyone give me a hint how to enable those? Mason says the plugins are installed, is it only a problem of nvim not recognizing the filetype as ansible? Do I need to enable some plugins via .config/nvim/lua/plugins? I'm out of my element here, help would be much appreciated.

view more: next ›

this_is_router

joined 1 year ago