I’d heard about Toyota trying to water down emissions regulations before, but this is orders of magnitude more yikes than I realized.
I’d heard about Toyota trying to water down emissions regulations before, but this is orders of magnitude more yikes than I realized.
Yikes! Best of luck.
The barrier for me is that I use a lot of apps which require native messaging for inter-program communication (keepass browser, citation managers talking to Libreoffice, etc.), and the portal hasn’t been implemented yet. Its been stuck in PR comment hell for years. Looks like its getting close, but flatpak-only is a hard no go for me until then.
Even after that, I would worry about doing some Dev work on atomic distros, and I worry about running into other hard barriers in the future.
Designed in the US, fabbed at TSMC in Taiwan. TSMC is opening some n-1 fabs in Arizona soon so some could be fabbed in the US in the future.
Oh boy! How new is your kernel? If you’re on older than probably 6.11, the Strix driver might not be implemented in it yet.
Obsidian is not FOSS, but you can switch to it for now because the whole idea is that it’s just a folder of markdown files. I recommend shopping around by pointing each app at the same markdown folder, so you can see your same notes without having to worry about complex migration. Being able to look at all your notes gives you a better idea of what will suit you.
Also, I recommend Pandoc for translating between document formats. It’s not not absolutely perfect, but it is wildly good at dealing with the complex problem of translating.
The simplest thing you can use, IMO, is Marktext. It’s basically Notepad for markdown – no file manager, no special features on top of the markdown syntax, etc. Beyond that you start getting into what features you want on top, at which point you really do just have to test them out for your use case.
As far as options go, you have basically two options as far as systems go:
The other wierd variable is that some apps are literally just a WYSIWYG markdown editor (Marktext, etc.), whereas most of them are markdown editors with Other Stuff On Top™ (Obsidian, Zettlr, LogSeq, etc.). Not all apps implement the same flavor of markdown (which can be maddening, but you can use pandoc to change markdown flavor), but if you rely on a specific app’s special flavor of garnish on top of markdown, it becomes harder to switch to another app in the future if you prefer its functionality or UI. Just something to keep in mind.
For me personally, one of the make or break traits is a good table creator. Making tables by hand in Markdown is a maddening, so having a GUI way to do it makes a huge difference if you end up needing to make a lot of tables. That is really hard to find because it is hard to automate Markdown table formatting in a foolproof way. As far as I know, the table plugin in Obsidian is the best way to do that by far at the moment. The Zettlr devs are working hard on rewriting theirs from scratch to be way more robust, but that is WIP.
tl;dr Just pick a Markdown editor, and you can shop from there as long as they store their files in a simple folder.
The 6800XT has sold above its MSRP its entire lifecycle, and has been really hard to find the last year or so. When I’ve seen it recently, its been $700-900. Unfortunately, it really is just that good.
Alacritty felt too slow and was missing settings I wanted (like mousewheel scroll) due to devs being opinionated. Kitty has been fast and flexible for me.
Yeah, kobo does too. I assumed it was a proprietary flavor which was pretty locked down, is that not the case?
I vaguely remember there being a FOSS OS you can put on Kobos, can you also do that on Boox?
What issues do people have? I’ve never had/seen these issues.
Thats via fwupd, thinkpads specifically get this because Lenovo officially supports Ubuntu on them. Other lenovo laptops don’t get this!
I mean they do have a point: the framework that the game is targeting is DX11, so if it looks bad it is (broadly) because of an issue in translating DX11 instructions to Vulkan…
Level1 has looked at the B580 on Linux specifically: https://www.youtube.com/watch?v=Tv0o6505JAc
I think most of the issues with games not working should be the same between windows and Linux driver versions, and HardwareUnboxed has done some pretty exhaustive testing recently on the “maturity” of the drivers by testing a couple hundred games for obvious driver problems.
I have an AMD 5900HS iGPU and a 3070M in my laptop. I’ve had no issues on Mint (with the auto-installed Optimus in the Nvidia Prime applet) or with PopOS. If you want to use passthrough, SR-IOV GPU sharing is not an option for AMD iGPUs IIRC, and I know it doesn’t work for NVIDIA dGPUs, so you’d need to pass the whole dGPU through to the Windows VM to get hardware acceleration.
For Figma, I would say the unofficial Electron wrapper or the online version is likely your best bet in terms of reliability. If it’s just using the browser mechanisms for hwaccel (no funky accessing windows resources behind the scenes) if you run Optimus in the “on-demand” mode the webpage should be able to access the dgpu for hardware acceleration just fine. Optimus is a lot better than it was a few years ago.
By default, when your HDD cannot be mounted as writeable, it mounts as read-only instead. If you used Windows before, the Windows hibernate and fast boot functions can basically “reserve” the partition, causing it to only be writeable as read only. If you have windows still installed, is it possible that it booted into Windows to do an update or you’ve booted into it since? If so, I’d recommend disabling fast boot in Windows.
If there’s no Windows still installed on your system, I would reccomend changing the mount options on the hdd to: nosuid,nodev,nofail,x-gvfs-show,rw,exec
. You can change these directly by editing /etc/fstab
, but I would recommend against editing the fstab table manually – if you edit the wrong entry, it can prevent your system from booting. I’ve not had good luck with the KDE partition manager, but if you install gparted and right click on the partition it should give you options to change the mount options, and you can add the options above there.
FYI, mount options are read left to right by the system, so if you really want rw (read/write) and exec to be true and not overriden by other mount options, put them at the end of the mount option line.
Oh, how the turn tables…
My understanding is the big change here is that they’re specifically making it available to other handheld manufacturers, which is huge, because windows handhelds have not been great because of how much the bloat of Windows steals performance and battery life. They’re making steps to make SteamOS (I.e. Linux in general) the default OS for handhelds and non-console dedicated gaming machines in general.
If it works, it will put tremendous pressure on publishers to support linux, which is great.
Is this installing a local .deb file or installing from a repo? If installing from a repo, the
.deb
and the full file path are unnecessary. If you’re installing a downloaded file, usedpkg -i package.deb
not apt.