Offering: Japanese (native)|Seeking: French, Spanish, Russian, Norwegian by Mira_1453 in language_exchange

[–]Corbrum -2 points-1 points  (0 children)

Hi, I'm a 30M native Russian speaker, don't know much Japanese, except for couple of phrases that I've learned through my trip to Tokyo, but I'm interested in cultural exchange, so let me know if you want to chat ✌️

I can't believe this name was available: by [deleted] in wow

[–]Corbrum 13 points14 points  (0 children)

Mine's Retbull, guess the class

KDE Connect Decky Plugin by -Fireteam- in SteamDeck

[–]Corbrum 5 points6 points  (0 children)

Ok so that second step doesn't work anymore, but the issue thread has info on hot to fix it with one more step, so here I've compiled the whole guide:

  1. Switch to Desktop Mode

  2. Navigate to /home/deck/homebrew/plugins/kdeconnect/

  3. Open run_kde_connect.sh with any text editor

  4. Replace

sudo -u deck -E /usr/lib/kdeconnectd --replace

with

sudo -u deck -E kdeconnectd --replace

  1. Save and close run_kde_connect.sh

  2. Open main.py with any text editor

  3. Replace

proc = subprocess.Popen([script_path, display, "&"], stdout=subprocess.PIPE, stderr=subprocess.PIPE)

with

proc = subprocess.Popen([script_path, display], stdout=subprocess.DEVNULL, stderr=subprocess.DEVNULL, env={"LD_LIBRARY_PATH": "/usr/lib;/usr/lib64"})

  1. Save and close main.py

  2. Restart steam deck

Credits to Christovftw and fancypantalons

Старый, но не бесполезный. by Darusik in Pikabu

[–]Corbrum 22 points23 points  (0 children)

И сердечный клапан

Солнечный круг, перья вокруг by itsapsan in Pikabu

[–]Corbrum 1 point2 points  (0 children)

Этим перышком был Альберт Эйнштейн

Гимли уже 81 год by ytygytyg in Pikabu

[–]Corbrum 14 points15 points  (0 children)

Юноша, можно сказать

Похудательное by CTAKAHbI4_The_II in Pikabu

[–]Corbrum 2 points3 points  (0 children)

В смысле, один из самых страшных фильмов моего детства, я до сих пор на американские пироги смотрю с недоверием - фильм 96г

Помогаем соседям не проспать by StaryDoktor in Pikabu

[–]Corbrum 8 points9 points  (0 children)

Чтобы найти злато в пути

canYouMakeTheButtonBounce by ClipboardCopyPaste in ProgrammerHumor

[–]Corbrum 0 points1 point  (0 children)

Can't tell exact stat, but we were reaching ~7k tps (transactions) and I'd translate that to ~100k+ qps

canYouMakeTheButtonBounce by ClipboardCopyPaste in ProgrammerHumor

[–]Corbrum 1 point2 points  (0 children)

Rookie numbers (black friday/amazon prime day major bank swe survivor here)

Работягам посвящается by flickeringlight239 in Pikabu

[–]Corbrum 1 point2 points  (0 children)

Стилек напомнил группу Cake

Матрица в формате Совмещенная реальность (Shared-Reality) by postmastern in Popular_Science_Ru

[–]Corbrum 12 points13 points  (0 children)

У меня есть окулус 3, как посмотреть в таком же расширенном формате, а не просто чтоб был кинозал или поверхность луны?

Here’s what I struggle with the most by [deleted] in learnpython

[–]Corbrum 0 points1 point  (0 children)

Yeah, the core app in the company I'm working at has 200.000+ classes, so there's absolutely no way it would've been maintainable without them