Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
davet91
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
davet91
7mo ago
Even as paying customers we still the product somehow.
2.
▲
by
davet91
11mo ago
They do now: https://www.gamingonlinux.com/2025/06/steam-update-brings-ac...
3.
▲
by
davet91
1y ago
There are community servers, official matchmaking was killed off.
4.
▲
by
davet91
1y ago
Makes sense as they invested billions into Rivian to get access to their software.
5.
▲
by
davet91
2y ago
Firefox has vertical tabs now, but they are still behind a feature flag I think. Using them for some time now and it's working great.
6.
▲
by
davet91
2y ago
What was the issue with your setup? TV not in game mode?
7.
▲
by
davet91
2y ago
The new screen option for the 13" model has a much better webcam.
8.
▲
by
davet91
2y ago
The new Cosmic is written from scratch in Rust with the iced GUI library.
9.
▲
by
davet91
2y ago
You don't have to run the web interface on the server. You can use Cockpit Client (from flathub) to connect with SSH.
10.
▲
by
davet91
3y ago
Dolphin has "selection mode" for a while now. I like that in combination with single click open. https://pointieststick.com/2022/08/19/this-week-in-kde-dolph...
11.
▲
by
davet91
3y ago
Steam fractional scaling should work since their big UI update a few months ago. Try launching Steam with this environment variable: STEAM_FORCE_DESKTOPUI_SCALING=1.5
12.
▲
by
davet91
3y ago
It's the same. They dropped the "Next" some time ago.
13.
▲
by
davet91
3y ago
Which compositor are you using? If it's Gnome, the very recent release 45 has improvements running the cursor in a separate thread. I personally run KDE and agree that you can feel a difference between the X11 and Wayland session but i
14.
▲
by
davet91
4y ago
For Spotify Connect on a headless Pi I can recommend Raspotify: https://github.com/dtcooper/raspotify
15.
▲
by
davet91
4y ago
With GTK you can at least drag the window by grabbing controls in the titlebar.
16.
▲
by
davet91
4y ago
I set a 10 second timeout for systemd-boot so I don't need to button mash to hit the narrow window of the UEFI bootloader. Another useful feature would be editing kernel parameters for troubleshooting. Not sure if systemd-boot can do t
17.
▲
by
davet91
4y ago
> Do they still restrict nonfree audio/video codecs? Yes they do. If you don't like to use RPMfusion you could use something like the mpv flatpak from flathub that has all codecs bundled.
18.
▲
by
davet91
4y ago
The in-app browsers could use a domain whitelist if parental controls are turned on.
19.
▲
by
davet91
4y ago
What forces you to use Wayland? Just curious because usually people are forced to stay on X.
20.
▲
by
davet91
5y ago
There is a setting to always draw on top somewhere in the menubar. Saved me a couple of times.
21.
▲
by
davet91
6y ago
> It's a pain to use when working with multiple (source independent) projects simultaneously. E.g. a library project and the main project. Eclipse lets you open anything you want to in the same window and presents them in the same e
22.
▲
by
davet91
6y ago
JetBrains has their own tool called 'Toolbox' to install and update their software (and Android Studio). With Toolbox you are in control when and what to update and you can install multiple versions at the same time. It's dis
23.
▲
by
davet91
7y ago
You can get every of those devices with Linux support with a bit of research before buying. It's not the fault of Linux if the manufacturer of your hardware doesn't care about the platform.
24.
▲
by
davet91
7y ago
The core of Qt is licensed under LGPL which means you can write and ship proprietary software with it. You just need to dynamically link and provide sources for the Qt libs if a user requests it.