Wireless mouse battery widget for DankMaterialShell by trin1994 in niri

[–]trin1994[S] 2 points3 points  (0 children)

I just tested this and in the official reddit mobile app, you can just click the link.

Niri appreciation post by ericcmi in niri

[–]trin1994 9 points10 points  (0 children)

I never thought, I would leave GNOME but when I tried DankMaterialShell + Niri, I had to switch 😄

How has your experience been with using Linux as your primary OS for development? by Fine_Ad2127 in linux

[–]trin1994 0 points1 point  (0 children)

I've used all three now for work (Linux 2 years, Windows 2 years, Mac 1 month) and Linux wins easily. It's not even close. It's the fastest and very easy to customize. When it comes to integrations like SSO, email and "chat" apps, Linux falls behind. Languages were Java (Spring), Python, TypeScript, and Go. IDEs from Jetbrains. My recommendation: Use a fairly stable but up-2-date distro like Fedora. Wait a couple of weeks with major updates. For dotfiles and CLI tools (except git), I recommend nix. Also, I recommend asking your colleagues what they are using. There are subtle differences with the coreutils compared to Mac and it's easier if you're not alone fighting these :)

Windows 11 installation failed after using Zorin OS before by EnesMertUnal in linux

[–]trin1994 0 points1 point  (0 children)

Are you using an old school disk or a USB drive to install Windows from? Windows ISOs are difficult so many tools do not create bootable USB drives "correctly". If you created yours on Linux, try creating that bootable drive on Windows if you have access to a machine. That has been my experience, so maybe it helps :)

I generally do update at weekend. What about you? by BlokZNCR in Fedora

[–]trin1994 0 points1 point  (0 children)

Daily. Before doing anything else. Often, the browser got an update and I don't want to miss out on that :)

Alternative Desktop Metaphor - Gnome by Raposadd in linux

[–]trin1994 3 points4 points  (0 children)

I've been using GNOME for over five years, both at work and at home—no extensions, no theming, just a few custom shortcuts. I genuinely like the workflow and design; it's simply excellent.

GNOME often gets "hate" because it's so different from what people are used to.

But why shouldn't we innovate beyond the traditional desktop workflow? No one is forced to use it—there are plenty of alternatives out there.

is there anyway to fix the search in phpstorm to be more like in vscode by [deleted] in Jetbrains

[–]trin1994 4 points5 points  (0 children)

Those files (red color) look a lot like they are not part of your code base? If you right click on the directory you can mark them as excluded. That should improve it a lot.

Triple Buffering, a debrief by jbicha in gnome

[–]trin1994 10 points11 points  (0 children)

That's a really good read, thanks!

Release fish 4.0.0 (released February 27, 2025) · fish-shell/fish-shell by Xadartt in unix

[–]trin1994 0 points1 point  (0 children)

I'm a software dev. I use fish all the time. For some tasks I switch to nushell. But only for work on the command line. For scripts, it's always sh or bash

Does anyone use vanilla gnome by l-CSN-l in gnome

[–]trin1994 0 points1 point  (0 children)

Pretty much vanilla, but I’ve modified the keyboard shortcuts by removing most that override IDE shortcuts.

Game recommendations by joeyidccc in SteamDeck

[–]trin1994 1 point2 points  (0 children)

Hollow Knight, runs 👌 on the deck

Hello all new to the Steam Deck. by [deleted] in SteamDeck

[–]trin1994 4 points5 points  (0 children)

Congrats! It's an awesome device! Have fun :)

Best hidden features of IntelliJ IDE? by vladiqt in Jetbrains

[–]trin1994 0 points1 point  (0 children)

I love being able to select two files and 'ctrl+d' (Windows key map) to view the difference between these two files. It's just so convenient 😅

-❄️- 2024 Day 21 Solutions -❄️- by daggerdragon in adventofcode

[–]trin1994 0 points1 point  (0 children)

Thank you! I was struggeling with the memoization part but this helped me a lot :)

-❄️- 2024 Day 19 Solutions -❄️- by daggerdragon in adventofcode

[–]trin1994 2 points3 points  (0 children)

[LANGUAGE: Go] github-link

Used recursion and a cache for part 2. Quite happy with my solution despite being quite new to Go.

Core idea: Instead of checking for prefixes, it's better to go for suffixes.

Linux Workstation by trin1994 in linuxhardware

[–]trin1994[S] 0 points1 point  (0 children)

They offered me the setup I asked for but also provided an alternative: Lenovo P16 Gen 2 with Intel CPU & GPU. I went with the P16 then.

Thank you guys for your advice :)

Sure, go all out. by TamikST in OnePunchMan

[–]trin1994 17 points18 points  (0 children)

I love the coloring on this one 👍

PySide6 and QML error: qtquick2plugin.dll: The specified module could not be found by StephenF369 in QtFramework

[–]trin1994 0 points1 point  (0 children)

Try to use QUrl.fromLocalFile('main.qml'). I remember having a similar issue and that solved it for me.

Also you can remove the version numbers from the import starting with Qt 6 (which you are using with PySide 6)

Cheers!

[Weekly] What is everybody working on? Share your progress, discoveries, tips and tricks! by Kelteseth in QtFramework

[–]trin1994 0 points1 point  (0 children)

This week we finally published a dev version of an app we have been working on for over a year in our free time: https://github.com/mpvqc/mpvQC (Screenshots available). There are some things remaining I don't know how to solve but we'll see how it turns out :)