- 1 Post
- 8 Comments
no, i am pretty sure it is a mix of german words + made up german sounding words + english.
I liked it XD
klay1@lemmy.worldto Linux@lemmy.ml•[solved] i fail to install gHub-GUI. Where to ask for help?1·13 days agocorrection: nevermind it does not work. Again. They keyboard just resets itself after like a minute, regardless. Don’t understand what is happening.
klay1@lemmy.worldto Programmer Humor@programming.dev•Types of development but more realistic32·14 days agoI am so sorry to everybody here who never saw the real agile. Yours was likely just wasabi scrum.
klay1@lemmy.worldto World News@lemmy.world•Zelenskyy: We’re very close to point when Russia can be forced to end this warEnglish11·15 days agoTsarist government dragged the country into a needless war
I think Imperial Germany did the most part of that, while Russia wasn’t starting WW1. They did however heat up everything by attacking small neighbors, yes.
tyrannical communist government
Its important to say that it wasn’t really communist. They called themselves communist to take over from the revolution easier. They were mostly just authoritarian, while Stalin completely hollowed out the soviet republic functions. There was no republic, council, democracy or communism. Just harsh disctatorship.
Sadly, what most think about when hearing communist or soviet, is the latter part and everything Stalin did. Oversimplified, communist means all things should belong to the people (as a people), not to a few people or any other power. And that’s never what Stalin did or even intended.
wait are you guys serious? I know about microplastics and pfas in us but is it a fact donating helps to get rid of some?
klay1@lemmy.worldto A Boring Dystopia@lemmy.world•The Los Angeles Police Department shot an Australian reporter with a rubber bullet while she was live on TV. Zero provocation.11·15 days agoEven if the shot were accidental -> still not acceptable.
klay1@lemmy.worldto Linux@lemmy.ml•[solved] i fail to install gHub-GUI. Where to ask for help?1·3 days agoIt works fine now.Uninstalled the openRGB flatplak from the kde neon app store (discover) and instead installed the .deb from the openrgb-website.Now it works with static dimmed LEDs. NICE!
the classic cronjob workaround works great.
The command
/usr/bin/openrgb --profile /home/user/.config/OpenRGB/test.orp
runs fine, loads the test.orp setting i saved with openrgb-GUI. Until the keyboard goes back to default after 4 min or so.Therefore i made a cronjob that does the same, just every 3 minutes:
*/3 * * * * /usr/bin/openrgb --profile /home/user/.config/OpenRGB/test.orp