![](https://reddthat.com/pictrs/image/1ee514f3-c537-4a50-a281-bfefec4b04f8.jpeg)
![](https://lemmy.world/pictrs/image/8286e071-7449-4413-a084-1eb5242e2cf4.png)
Same here! 10gb free is more than enough for the volumes I mount on my containers with config, etc
Same here! 10gb free is more than enough for the volumes I mount on my containers with config, etc
DOCSIS (AKA internet service over coaxial cable) deals in some number of bonded channels, meaning portions of the total available bandwidth on the wire. They asymmetrically allocate channels to download speeds to overcome the limitations of the older copper wire technology. 100Mbps symmetrical is beyond what most of their existing “Broadband” infrastructure can support in rural and underserved areas, so they complained about it being unreasonable. 100Mbps symmetrical is certainly possible over DOCSIS, but speeds are only as fast as the weakest link… And there are a helluva lot of weak links outside of high population density areas.
Arch on my home server, Zorin on my laptop
Does it skip the recode completely if the format is already opus?
Microsoft’s blog adds caveats, such as that Excel avoids the conversion by saving the data as text, which means the data may not work for calculations later. There’s also a known issue where you can’t disable the conversions when running macros.
I really wish the WSL extension wasn’t locked behind VS Code. My workflow is heavily reliant on it which locks me into the proprietary IDE.
Yep, you can download their “Desktop Editors”
To be clear, I definitely agree that this is a bad idea.
However, one of the hardest things about making autonomous cars work is avoiding traffic and pedestrians. If air traffic control can be managed such that these avoid other aircraft (and things like buildings and cell towers, obviously) I could actually see this as easier to get the software working.
The commit added Ukrainian translations to the install instructions. Most were vanilla, but at the end of the file they added some statements with things like “Oh no, this is inappropriate for your sensitive religion”. I’m not quoting exactly here, for obvious reasons.
Yeah, I made the mistake of running Hyprland on a fresh arch install and was super confused at the lack of terminal 😅
This is the real blow. Truly the end of an era.
Creating a driver requires a deep understanding of some pretty low-level pieces of Linux. If you’re new to Linux, you should probably start with some “new to Linux” tutorials and get an understanding of some basic command line usage. Work your way up to being able to follow a guide on compiling the Linux kernel (without any of your own modifications). After that, you can seek out guides on creating a driver.
As a second note, fingerprint drivers are categorically difficult to work with, so this would really be jumping in on the deepest of deep ends. You can do it! But it will take a LOT of self-education.
My strategy too. I have a piece of paper with my bitwarden credentials (password and OTP code) and a list of important items like bank accounts, utilities on autopay, etc.
I review it with my spouse every year and update anything out of date.
I completely believe that, assuming it’s one of the non-4K sticks. The older generation models are rather wimpy and slow (we had one that we replaced for exactly this reason), but any of the newer 4K-capable devices have been snappy and responsive.
Unfortunately, I think you’re unlikely to find anything besides the ones made by the big companies: Google, Apple, Samsung, and Garmin are the ones I know. They each have agreements with the banks and credit card companies to handle the secure exchange of data required for the touch payment system. In fact, there are still some issues resulting from a lack of cooperation (such as Citi Bank not working with Garmin Pay because they can’t be bothered to set up the relationship). I imagine an open source software would be unable to get the banks to pay attention to them to establish a partnership, or would otherwise be declined because the financial institutions wouldn’t trust them.
I recommend a Roku streaming stick or a Roku streambar if you need a decent sound bar too. That’s what we use on our “smart” TVs and I hate ads too. Full disclosure: they do put one ad on the homescreen off to the side, but none in the actual content apps. You’ll only see it while between apps.
Depends on your distro but yes, there are Microsoft TTF fonts you can install.
That workaround has been implemented for mobile clients too https://github.com/immich-app/immich/pull/2101
It is 100% the support. Corporations pay big money to have experts on call to fix things fast when they break, and there’s basically no other player for that kind of model in the Linux space.
Now that you have a working setup, make a backup. Then, experiment with either starting over and only doing a few of the steps OR experiment with removing some of those parameters. Find your minimum set of working parameters this way, then you can look them up to find out more about what each parameter does that you discovered to be essential.
I can for sure tell you that passing the render device is required for hardware transcoding, but I’m not sure what else is required. The iommu and vfio parameters are related to passing the entire gpu device into a container, but I don’t know anything about Proxmox so I can’t comment on whether that would be required for your situation.