Nope, but I’m on Arch with Plasma 6.4.2
- 0 Posts
- 178 Comments
D_Air1@lemmy.mlto Linux@lemmy.ml•How to get AUDIO forwarding to work... if it's possible?2·11 days agoMaybe pipewire and the ROC protocol? I’m not sure if it can be used on windows. You will have to refer to their documentation to get anything working. On Arch the package is called
pipewire-roc
. On Android the app you will need is roc droid. I have used it from linux to android, but have never introduced windows into the mix.
D_Air1@lemmy.mlto Linux@lemmy.ml•GNU coreutils - useful flags and obscurities | Bread on Penguins6·23 days agoWell she was right. I did learn something new about those commands.
D_Air1@lemmy.mlto Linux@lemmy.ml•is there any way to automatically edit several mkv files to get rid of the file title on debian 12.11?1·1 month agoI’ve been using some ancient java app called jmkvpropedit to do this.
D_Air1@lemmy.mlto Selfhosted@lemmy.world•Do you actually audit open source projects you download?English1·1 month agoDepends on how the project and how long they have been around.
About the time that Windows 10 came out. I was just messing around and ended up liking it.
D_Air1@lemmy.mlto Fuck Cars@lemmy.ml•Paris Mayor: I want a city with less cars. Perhaps it's controversial, but I think I'm on the right side of history. I had lobbyists from car companies threaten me in my own office.3·2 months agoA contract they will try not to honor at every turn at that and if they do for the least amount possible.
D_Air1@lemmy.mlto Linux@lemmy.ml•How much of a pain is it to install Nvidia GPU drivers, really?2·2 months agoI’m constantly surprised at this point how anyone fails at it. Not to mention there are a number of distros that provide them out of the box now and somehow people still say they couldn’t install it.
Finally time to bust this out again.
D_Air1@lemmy.mlto Linux@lemmy.ml•Best (preferably offline) HTML viewer? Minimal resources?5·3 months agoBelieve it or not. kde’s
khelpcenter
is what I have been using. Not sure if it includes images, but it renders simple html files and according to the Arch package. It is only like 7 MiB. Way better and faster than using a whole browser, but doesn’t really support javascript obviously.
D_Air1@lemmy.mlto Linux@lemmy.ml•A Roadmap for a modern Plasma Login Manager – David Edmundson's Web Log7·3 months agoYep, I remember when distros had to ship git versions of sddm with unmerged patches to fix issues because of the disconnect between the sddm maintainer and kde developers who seem to be doing most of the work. They are unfortunately limited to goals and architecture of that separate project project and its maintainer and its finally time to get away from it.
That is a work in progress and isn’t finished.
D_Air1@lemmy.mlto Technology@lemmy.world•Microsoft CEO Admits That AI Is Generating Basically No ValueEnglish2·4 months agoWouldn’t call that a “summary”, but interesting read all the same. Thanks for the link.
D_Air1@lemmy.mlto Technology@lemmy.world•Your Android Phones Aren’t ‘Google’ Anymore, They’re All ‘Gemini’English3·4 months agoI’m so fed up that I’m about to go all in on linux smartphones as long as phone, sms and data work. Everything else. Guess I don’t need it. To my knowledge those things do work. I just need to see how solid they are.
D_Air1@lemmy.mlto Linux@lemmy.ml•Make Calculator in KRunner respect system settings for numbers?24·4 months agoIs this actually a bug though? I just don’t think krunner or many other calculators for that matter use delimiters anymore. Therefore, the only thing it is changing based on regional settings is the use of the comma or period to denote a decimal.
I could be wrong considering I had a bit of trouble understanding the post. I just bring this up because in American English there are no delimiters for thousands place or above either.
Also I don’t see how from this post the decimal point is wrong. Sure it is simplified to one decimal place, but again many calculators do this. Perhaps op simply needs something that provides more fine grained control over number formatting than what krunner is supposed to.
D_Air1@lemmy.mlto Technology@lemmy.world•How “test your adblocker” websites can harm users and the adblocker ecosystemEnglish141·5 months agoSeems like they are making a big deal out of nothing. This isn’t one of those instances where a false sense of security is being presented. If whatever tool that the user is using to test their ad blocking capabilities isn’t adequate. They will very quickly figure that out when they still get ads. How does any of this result in “Doing more harm than good”?
i didn’t have to configure it to do anything. paired the devices manually like normal while being on different networks. syncthing figures out the rest.
Syncthing does work across the internet. It uses nat hole punching to achieve this. Unless your network is behind cgnat / double nat I believe. Me and my buddies use it all the time.
For across the web I use syncthing.
I used them for some things, but other things still don’t work quite right. Take Steam for example. I do love flatpaks for testing out apps, things with really finicky dependencies, or pinning a specific version of a software that I want to continue to work in the future. However, for most things, Arch + AUR just covers all my needs without any hiccups.
To me flatpaks are sort of like NixOS. All the benefits they provide aren’t something I need on a daily basis. Rolling back works just fine 99% of the time with
downgrade
. I already have system backups. Despite what some articles might insist, things don’t just break all the time. I’m not running untrusted software.Basically no solution is perfect, but they don’t need to be. If the benefits I gain can be recreated through other methods without the tradeoffs they introduce, then I will go with that. Of course, that isn’t to say they don’t have their place, but sometimes I feel like some people think that “being designed from the ground up” to handle certain use cases is always better than whatever “cobbled together” thing we currently have and that isn’t always the case. I’m specifically quoting those two phrases because these are the exact phrases you will hear projects using to justify their existence. In fact, I would go so far as to say that some people have outright confused modularity for “cobbled together”.
One last example I want to make is that I make use of projects like the fish shell and helix editor. In these cases, I find the features they introduce to be worth the tradeoffs and work better because of being designed “from the ground up” to do what they do. However, I don’t make use of immutable systems, containers such as docker, or say filesystems such as btrfs. The features they provide are not useful enough to me compared to the problems they introduce.