I have been using T14s Gen 6 (AMD) for over a year now and it works perfectly
- 0 Posts
- 11 Comments
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•Copy Fail (CVE-2026-31431) is a trivially exploitable logic bug in Linux, reachable on all major distros released in the last 9 years. A small, portable python script gets root on all platforms.
23·7 days agoBLOB already includes “binary”. That’s what the first B is for.
Sorry, couldn’t stop myself.
AcornTickler@sh.itjust.worksto
Selfhosted@lemmy.world•Forgejo v15.0 is availableEnglish
16·17 days agoOh, didn’t know Forgejo was ever intended to have federation. That’s so cool!
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•RISC-V 101 – what is it and what does it mean for Canonical? | Ubuntu
121·28 days agoI don’t know much about it but I am all for open-source hardware.
AcornTickler@sh.itjust.worksto
Games@lemmy.world•Does the engine a game uses factor into your decision to buy it or not?English
3·29 days agoFortunately, no. I played after a few years.
AcornTickler@sh.itjust.worksto
Games@lemmy.world•Does the engine a game uses factor into your decision to buy it or not?English
5·29 days agoOne of my favorites is Batman: Arkham Knight. It uses Unreal Engine 3 and looks shockingly good despite it. Goes to show how much art direction matters.
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•Timing Flaw in systemd Cleanup Enables Root Privilege Escalation
31·1 month agoI don’t see how systemd is in wrong here. Curious, what would you change about it?
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•Timing Flaw in systemd Cleanup Enables Root Privilege Escalation
7·1 month agoWhen I need to create scratch files I usually operate in
/tmp. Almost all directories there that I saw were using randomized paths (e.g. UUIDs). I guess this is to prevent problems mentioned in the article. So, I believe this would be a vulnerability of snap, not systemd.I use Fedora where
/tmpis created as tmpfs, which lives in RAM and is cleared when the system is shut down. I wonder what’s the benefit of Ubuntu’s approach.
AcornTickler@sh.itjust.worksto
Linux@lemmy.ml•Tech Talk: How Electron went Wayland-native, and what it means for your apps | Electron
71·1 month agoDo they imply Wayland forces apps to have CSDs? It is only GNOME that does it.
I run it in a rootless Podman container using Quadlets. Instead of opening the server’s ssh port, I only port-forward the container’s ssh port (e.g. 22 -> 2222). I have sign-ups enabled, since I want people to be able to contribute (or just create issues). But I have configured the server so that nobody can create a repository. They can still fork my repos and send a pull request.
I have yet to experiment with Actions. I assume the safest option would be to only enable it for my own commits, but I am not sure.
No, Aurora Store does not install Google Play Services. I have used LineageOS a few years ago and back then you needed to install them when you first installed the OS.