this_is_router

joined 1 year ago
[–] [email protected] 0 points 3 months ago (1 children)

Linus would like to have a word with you

[–] [email protected] 6 points 3 months ago

there are 10 kinds of people.

  • those who understand binary
  • those who don't
  • those who know ternary exists
[–] [email protected] 2 points 3 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

[–] [email protected] 12 points 3 months ago (7 children)

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

unfortunately not every project keeps to this principle.

[–] [email protected] 4 points 3 months ago

In the past there were mutliple tools: apt-cache (searching packages), apt-get (managing packages), apt-file (searching for files belonging to packages), apt-key (managing repository keys)...

A few years ago some developers created apt to combine these multiple tools into the single program called apt. Both tools (the old apt-... and the new apt) use dpkg in the backend to install and remove packages. Looks like apt hasn't done its documentation homework.

[–] [email protected] 12 points 3 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.

[–] [email protected] 0 points 3 months ago* (last edited 3 months ago) (1 children)

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.

[–] [email protected] 4 points 3 months ago

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

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

[–] [email protected] 4 points 3 months ago

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

[–] [email protected] 1 points 4 months ago* (last edited 4 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.

[–] [email protected] 6 points 5 months ago

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

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

[–] [email protected] 18 points 5 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.

 

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.

 

Passend zu all dem Scheiß der gerade auf der Welt abgeht...

12
submitted 1 year ago* (last edited 1 year ago) by [email protected] to c/[email protected]
 

Hallo Allerseits! Ich habe auf feddit.de das Problem, dass die Seite automatisch scrollt. Ist etwas nervig, wenn man was lesen möchte und alle 10-20 sekunden verschiebt sich der Bildausschnitt. Das Problem tritt auch auf unterschiedlichen Geräten auf, allerdings laufen alle unter Linux mit Firefox.

Bin ich der Einzige, der davon betroffen ist? Oder ist das sogar eine Art von Feature?

EDIT: @fennec hat mich auf websockets hingewiesen, welche wahrscheinlich ursächlich sind. Hab mal in den Developer Tools vom Firefox nachgeschaut und sehe direkt bevor die Seite gescrollt wird die Meldung:

"Retrying websocket connection..." und "Websocket reconnected"

Gibt es eine Möglichkeit das zu deaktivieren? Aktuell ist lemmy so für mich kaum nutzbar, weil teilweise alle 5-10 Sekunden der Bildausschnitt weg scrollt :(

view more: next ›