"Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearUS
Against All Enemies – FULL MOVIE
https://www.youtube.com/watch?v=D2uwOZhqGS0
1
0
This is for Alderaan
  • boredsquirrel boredsquirrel 1d ago 50%

    I am pretty sure the European Union has no Clones in the Miliataries. But well, that all depends on percentage ;)

    0
  • Join the FOOTMAN'S RESISTANCE against MOTORIZED TYRANNY
  • boredsquirrel boredsquirrel 1d ago 100%

    Really crazy how a single car could easily push all of them away

    2
  • ich iel
  • boredsquirrel boredsquirrel 1d ago 100%

    Erklär mal, das ergibt keinen Sinn

    1
  • How to install up-to-date python for a user only?
  • boredsquirrel boredsquirrel 2d ago 100%

    Loooool

    I thought there was no rpm-ostree but there is.

    Well, lets layer some stuff!

    1
  • How to install up-to-date python for a user only?
  • boredsquirrel boredsquirrel 2d ago 100%

    I tried to get install instructions for home-manager and they only had them if you are already on nix?

    I didnt get it

    1
  • How to install up-to-date python for a user only?
  • boredsquirrel boredsquirrel 2d ago 100%

    ~/.local/bin ;)

    But yes, great idea.

    I found a script online that installed the tar archive. For some reason that version of python still wasnt used, and invoking it with python3.12.6 or something didnt do anything

    2
  • You know, immutable enterprise systems. I installed HeliumOS (Almalinux bootc) on a corebooted Chromebook. Works really well, but audio needs to be configured. The script needs a recent python which is not available there. Go and rust can be installed for a user only. Is there something similar for python?

    34
    23
    Podcast: Auslegungssache 120: (Kein) Datenschutz in Strafverfahren
  • boredsquirrel boredsquirrel 3d ago 100%

    Cooler Podcast! Gut dass Heise auch mal wieder kritische Inhalte macht

    6
  • [OC] The Highest Bread Consumption
  • boredsquirrel boredsquirrel 3d ago 100%

    And the land of bread is not even on there!

    1
  • Winamp deletes entire GitHub source code repo after a rocky few weeks - Ars Technica
  • boredsquirrel boredsquirrel 4d ago 100%

    Ich mein ich kenn das. Hatte auch ein repo wo dann versehentlich ssh IP adressen drin waren.

    Ok, sonst nix, aber trotzdem schwierig.

    Gibts github-archive noch?

    6
  • mood
  • boredsquirrel boredsquirrel 4d ago 96%

    Who naps in the evening?

    27
  • Is Cromite on Android a viable alternative to Firefox based browsers? Any Experience?
  • boredsquirrel boredsquirrel 4d ago 100%

    Well that is another pro Cromite.

    I will remove the comment then, as I honestly couldnt find anything making it better than Chrome

    1
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearVE
    Jump
    What's a good combination of veggies for a pizza?
  • boredsquirrel boredsquirrel 4d ago 100%

    Tomatos and random stuff from the fridge

    4
  • I had a lemmy post from here appear when searching about Rui's drive being gone
  • boredsquirrel boredsquirrel 4d ago 75%

    The world we created...

    Actually with electronic cryptographic IDs we could get rid of a shitload of issues. Everyone gets 2 passkeys and a strange method to reset stuff like with some other identification.

    2
  • Oh, come on!
  • boredsquirrel boredsquirrel 4d ago 100%

    No on Fedora Atomic Desktops for some reason people tell you not to install RPMs, but actually it is unproblematic.

    Unlike OpenSUS microOS, Fedora Atomic Desktops have a reset function to delete all local changes and become 100% upstream.

    The issues really only come with /var, /etc and the user home where config-file-creep grows and you get random errors after doing to much shit with your install.

    But it is still safer to install RPMs on than on dnf Fedora.

    OpenSUS microOS has no advantages over traditional Tumbleweed afaik, apart from the atomic updates that you have a single fallback option.

    3
  • How do you automount without a desktop environment?
  • boredsquirrel boredsquirrel 4d ago 90%

    DEs dont use mount and fstab, they use udisks2 which works with polkit, GUI prompts or rootless.

    Using udisksctl prevents a ton of breakages.

    I dont know about how autostart files work anymore, I always thought just place stuff in ~/.config/autostart but now those dont work anymore on KDE, sometimes.

    I think you use your init system for that. If you go fully rootless, you can create a user systemd service that mounts the drive.

    mkdir -p ~/flashdrive
    
    cat <<EOF > ~/.config/systemd/user/flashdrive-mount.service
    [Unit]
    Description=Mount flash drive on /dev/sda
    #After=multi-user.target
    
    [Service]
    Type=oneshot
    ExecStart=/usr/bin/udisksctl mount --block-device /dev/sda --mount-point /home/$USER/flashdrive
    RemainAfterExit=true
    
    [Install]
    WantedBy=multi-user.target
    EOF
    
    systemctl --user enable --now flashdrive-mount.service
    

    Not sure if After=multi-user.target and WantedBy=multi-user.target twists the space time continuum or something.

    I am always kinda confused by those targets, as you must state one.

    9
  • Juso-Chef Türmer wirft Bundeskanzler Einschüchterung von Kritikern vor
  • boredsquirrel boredsquirrel 4d ago 100%

    Gretchenfrage:

    Oh Olaf, wie hältst du es mit der Korruption?

    6
  • I had a lemmy post from here appear when searching about Rui's drive being gone
  • boredsquirrel boredsquirrel 4d ago 100%

    We should invent something that rotates community IDs but only non-bots see the real IDs, flood lemmy instanced with anti-AI posts and dont federate those posts.

    Like, lemmy.ml/c/linux is suddenly garbage, and actually another community.

    But I guess that would create massive drawbacks in UX, requiring javascript, logins or even captchas and breaking links

    8
  • Lessons from Plain Text
  • boredsquirrel boredsquirrel 5d ago 100%

    Oh my god.

    I didnt know .txt was this bad

    1
  • almalinux.org

    From the Creator of HeliumOS, a distro based off AlmaLinux or CentOS Stream on top of the technology of Fedora Atomic Desktops, Bazzite, Fedora coreOS and RHEL Image Mode. This is a pretty big thing, as extreme stability + stable packages makes the perfect workhorse for an install-and-forget PC. Together with KDE or other Desktop Environments (CentOS 10 will have Plasma 6 in the external "EPEL" repos) this will be more than a great Windows 10 replacement. Have all your apps as Flatpak or with a Fedora Distrobox, no problems. Maybe even an image using packages of the "CentOS Stream Hyperscale SIG" that backports newer Fedora kernel, systemd, mesa and others for improved hardware support, GPU tasks, drivers etc.

    24
    6
    https://k2-fsa.github.io/sherpa/onnx/tts/apk-engine.html

    I just found this. [Main page](https://k2-fsa.github.io/sherpa/onnx/index.html) This is huge! As a german, I use [thorsten medium](https://huggingface.co/csukuangfj/sherpa-onnx-apk/resolve/main/tts-engine-new/1.10.26/sherpa-onnx-1.10.26-arm64-v8a-de-tts-engine-vits-piper-de_DE-thorsten-medium.apk) as he simply made the best dataset. Mixing english with german, speaking numbers, single letters, pausing without a "." but just a linebreak, all those can be essential. And... it is nearly perfect! And all local! This is crazy! eSpeak can finally go to rest!

    194
    31
    github.com

    Hey guys! [Remember that survey we took quite a while back?](https://programming.dev/post/15491554) Well, I didnt find the time to do the results earlier, so... here are they! For those who didn't take part, [here was the survey](https://pad.tchncs.de/form/#/2/form/view/tLOujVUneepM10SiqMmTr3sIFDY865YdiHbSsDAS7pQ/embed/). You can still write silly stuff there! But I will probably not read it. I still have no idea how to share the results, [so here is the HTML bundle downloaded with SingleFile.](https://github.com/boredsquirrel/lemmy-surveys/tree/main/Linux). [This Table, which should also be on Github as .csv, offers all answers of every user](https://pad.tchncs.de/sheet/#/2/sheet/view/MuzJOa7vHRZXUI-eS2N9V4hnghWyy2cXqry27owr61w/embed/) which you can play with. All users are completely anonymized. --- ## Results I will pick some random funny things. ### Usage & Experience The majority uses Linux since over 3 years. Most have used a few distros. A lot of people give unpaid support for friends and family, which is great! Thats... what we are here for, right? Most of you devs are not engineering systems, which makes sense, but I guess contributions from your companies could help? We have quite some admins and people working with Linux, which is cool! Let me hear your experiences and coolest moments in your job? ### Gender & Representation ![Screenshot showing the results](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fslrpnk.net%2Fpictrs%2Fimage%2F6bbe0685-7c97-4a16-9d9e-69563b231d1d.png) Well, that is crazy! Interesting for sure. We are a huge majority male, together with about 5% women, 5% nonbinary people, a few agender people or some that dont feel in these categories. The question about representation didnt resonate a lot with most, so there is low participation and many wrote it made no sense. I dont think so, *cough hyprland*, but well, the majority feels represented, which specifically for this question is worth nothing XD We have 25 people in the survey that dont feel represented! I think we should work on that, and of course feel free to post ideas on this. ### Improvements to the Linux community 1. We need to be friendly, inclusive and welcoming to newbies and each other. No elietism and separation among each other. Our goal is to free the world together, isn't it? 2. Again, working together. 3. Help very early newbies with onboarding, easy docs and tools 4. More specialists on software, less duplicated efforts 5. Use open platforms, not Discord 1. and 3. got a ton of votes. So yes, if our goal is to spread the word, the first steps to the bright side need to be as easy and welcoming as possible! ### Origin ![screenshot of origin survey](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fslrpnk.net%2Fpictrs%2Fimage%2Fdbf092c2-d2b2-4542-88b8-a8d3ba7d8062.png) We have more europeans than nothern americans! poorly, veery few from all the rest, especially low in India, which was unexpected. I dont know how, but I think this could be improved. The english-only communities may be an issue? ### Age ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fslrpnk.net%2Fpictrs%2Fimage%2Ffca9f2fb-48fb-4088-9a2f-6fffc9102c26.jpeg) That one surprised be a ton, as I am way below average. ### Income ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fslrpnk.net%2Fpictrs%2Fimage%2Fbed2c145-527a-412a-a5d9-404bcb065e4a.jpeg) Linux is free software, so our goal should be to empower poor people. We seem to kinda be able to do that? ### Neurodivergence I have ADHD and I have the feeling a ton of y'all cat ears are neurodivergent too. Seems like I was right, ADHD and Autism are pretty common here. ### Why did you start using Linux? - Windows annoyed me - privacy - tweaking the system very few switched from macOS or ChromeOS, which is interesting but probably expected. ### Contributions ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fslrpnk.net%2Fpictrs%2Fimage%2F84e2a837-8b3a-4f38-81a9-2b76a5f8ce94.jpeg) Well... everyone can translate, support others on dedicated forums (or here) and donate a few cents! Come on guys! We can improve here. ### Multiple systems Way more people use multiple Linux systems than I thought. A lot run Windows and macOS in parallel too, we even have some ChromeOS users! Only very few use Linux (as in "not Android" only!) For the reasons, companies, schools, unis are just as much at fault as... gaming. I had no idea this was such a big deal! Also, not many use multiple systems for testing stuff (like me), but actually daily drive them! ### Why do you use Linux? 1. Freedom 2. Privacy 3. Fun 4. No costs ### Hardware Most of you have hardware supported by Windows 11, which is interesting. The "pile of awesome Linux machines" didnt arrive yet! ### Security More people have unencrypted disks than encrypted ones. A few people dont even know what disk encryption is! Of course I highly advise those people to learn a bit about that, I wouldnt want an unencrypted laptop. For the reasons for encrypted systems - security - privacy quite a few also have it as a school/uni/work requirement, which is great! Having an unencrypted company laptop... well no. ### Distros Well, Arch. A ton of people use Debian too, then come Ubuntu and Fedora as base. 2 Slackers too! And... the NixOS community here is bigger than OpenSUSE. So, what distro did you use first? - Ubuntu - Debian Obvious, but still worth asking. ### Switching distros Nobody switched away from NixOS, that one person starting on it is still rocking! Many switched from OpenSUSE because they found something better. From Arch, because... other? And for some it broke. RedHat is the biggest reason why people switched from Fedora... which is a bit silly... but again "other" is the biggest reason, what happened guys?? Debian had too old packages, I feel you. "other" again huge, just as with Ubuntu, which scared people away with Snaps, GNOME, privacy issues and a whole lot of "other"! ### Distro type A third of you use small distros, most dont. Not many use a small variant from a bigger distro (like Fedora Kinoite etc), which surprised me. ### Distro optimizations Many people simply want a better user experience. Again, gaming is a huge factor too, while privacy and security hardening is significant but not for many. ### Modifications People uninstall way less than they add additional stuff. Theming is less important than I thought. Privacy and security tweaks are again pretty low, I encourage you to take a look! ### Hardware Even, which is again really surprising. It may correlate with the quite old user base? Only a few of you got that Android runs Linux ;D Or those all run PostmarketOS or something. We have quite a few running hardware with official Linux support, which is cool! And even though most is not officially supported, you still dont really have big issues, or none at all. ### Coreboot Only a tiny fraction you uses coreboot! While a huuuge majority trusts some random proprietary code running at highest priority. I can encourage you to look into coreboot! Of the ones using coreboot, a majority bought hardware with it. For the ones looking, here a small list: - System76 - Starlabs - 3mdeb, Novacustom - Nitrokey - A ton of Chromebooks with MrChromeBox coreboot - A few pretty old Thinkpads And... nobody uses the Heads firmware! Which is a shame, as it is really cool and the only good measured boot implementation, outside of Google Pixels with GrapheneOS. ### DE or Window Manager A big majority uses KDE, followed by GNOME and then the Window Manager guys. Cinnamon also has a reasonable user base. Users of smaller desktops often didnt switch because they didnt like the direction of others (mostly GNOME) but simply because they are easy to use, lightweight... and then there are the Mint users. 34 Window Manager users have no hobbies, I feel you. The main reason pro KDE is customization, while the traditional UI is also very important. A ton of users switched from GNOME to KDE, which should be a hint for Fedora and others. ### Virtual Desktops A majority uses them, which is crazy! ### Wayland or X11 Many dont even know what they use, while Wayland is luckily the majority. Reasons to stay on X11 are - missing features - software issues - the Mint users Many people have considered changing the WM to a wayland-native one. A lot say they will probably switch soon, while there are a few that dont consider this. ### Packages, Source, Flatpaks, ... Most get their apps from the system repos, followed by native packages from 3rd party repos. Flatpak is even below those 3rd party native packages, which have full control over your system! But they are close. Appimages are used more than native packages that dont come from a repo, while both methods are pretty insecure and I hope you are careful with them! Snaps have not many friends, which I can understand. ### Immutable or not? SteamOS has a ton of fans here, and more use NixOS than Fedora Atomic. Android stays the most used immutable/composed/atomic system out there. Not many are using new distros like VanillaOS, BlendOS etc. ### Proprietary software Beware, a rant. A ton of people runs whatever they need or want, even if it is proprietary! Also a lot more people use non-flatpakked proprietary software, which can be a pretty big security risk, as those can do whatever they want. ### Flatpaks A lot of people like official maintenance of packages, the store and ease of use. Security through bubblewrap sandboxing is a high point too. Many tell that sandboxing breaks their use case, which I would respond to with: This is not the intended behavior, they should work by default, please file bug reports! Desktop integration is also an issue, which must be theming as other things normally just work. Many people prefer distro packages and fear bloat through extra libraries. Snaps are also a big cause for not liking them, which is a shame really. Very few have actual hardware limitations to run the apps like that. ![](https://lemm.ee/api/v3/image_proxy?url=https%3A%2F%2Fslrpnk.net%2Fpictrs%2Fimage%2F21c23c97-cac6-40dc-8105-5fdc23bf92b3.jpeg) I dont know what to say to this, the result surprised me a lot. There seems to be huge emotional bias towards Flatpaks, or ignorance towards the security mess that running proprietary unsandboxed software is. --- Anyways, those where not all answers, have a read through them! [Here is the link to the survey results](https://pad.tchncs.de/form/#/1/view/AoaAudqSo866GUFQvZxnVA/RQviAtAa79X-RNzZZ9n8EzGDmohkYE4wSCxw3gMVR78=/embed/auditor=VXA0bnY3Q3BRTHJHWERsQ1RUTWtQd3BPNkI3VEhRV2c=/) if you have troubles with cut-off questions.

    0
    2
    zukunftsentscheid-hamburg.de

    Hamburg hat ein Klimaschutzgesetz erlassen. Aber das ist viel zu lasch! Bei Jura geht es um feine Wortunterschiede, und schlaue Menschen haben sie gefunden, damit das Gesetz auch Wirkung bekommt. Dafür wurde eine *Volksinitiative* gestartet, die 10.000 Stimmen sammeln sollte, um ein *Volksbegehren* zu stellen. Das hat sie mit über 23.000 locker geschafft. Jetzt gibt es das *Volksbegehren*, dafür werden 70.000 Stimmen benötigt! Nur dann wird es einen Volksentscheid geben, zur nächsten Bundestagswahl, in dem alle Hamburger*innen über unsere Zukunft abstimmen dürfen. 91% sind für einen nachhaltigen Umbau der Wirtschaft, sie dürfen nur nicht entscheiden! [Hier ist der Ablauf](https://zukunftsentscheid-hamburg.de/ablauf/) Helft mit, das zu schaffen! Es ist extrem wichtig für alle, weil das Klimaschutzgesetz sonst einfach ignoriert und verschlafen werden kann! [Hier könnt ihr Unterschriftenzettel ausdrucken, die per Brief verschickt werden](https://zukunftsentscheid-hamburg.de/unterschriften-sammeln/#drei-schritte) Sammelt zusammen, in eurer ganzen Familie, lasst Freunde unterschreiben, verbreitet es in der Schule! Lasst uns mit einer deutlichen Stimmenanzahl zeigen, dass wir es ernst meinen! ::: spoiler Die Gesetzesänderungen Hamburg ***soll*** nicht versuchen, klimaneutral zu werden, sondern ***muss***. Und das nicht 2045, sondern 2040. Der Prozess soll nicht 2030 überprüft werden, sondern sofort, jedes Jahr am 15.7. Sind Fehler aufgetreten, müssen diese in 3 Monaten behoben werden, indem die richtigen Maßnahmen eingeleitet wurden. Die Ziele sind pro Sektor, also können Sektoren ihr Versagen nicht einfach mit der Arbeit anderer ausgleichen. All diese Punkte sind extrem wichtig! ::: [Hier sind die Gesetzesänderungen](https://zukunftsentscheid-hamburg.de/inhalte/)

    20
    0

    I had this thought. Many IOT devices, including local devices like printers, streaming boxes, cameras etc. may be outdated. Those may use Wifi but only support WPA2, which can be easily cracked using Kali Linux, a kernel module integrated in Kali, and aircrack. Many of these devices have an Ethernet or at least USB jack. Ethernet will always work, USB over usb-tethering should work often. Couldnt you just use a tiny sbc, with a wifi antenna and support for WPA3, and serve the connection via Ethernet or USB to the device? Like a small plug-in adapter. Should be rock stable and update atomically and automatically (waiting for you, CentOS bootc, Alma bootc, Rockylinux bootc). Do you know if this exists or have some caveats in mind?

    10
    5
    github.com

    An already working reimplementation of libfprint in Rust, supposedly easier to use.

    34
    4

    Hey guys! I want to convert my now corebooted Thinkpad T430 into a Nextcloud server and possibly more (Syncthing, maybe Tor, maybe more) 1 500GB SSD, 1 1TB SSD Currently runs Fedora Kinoite, I could rebase to something like secureblue uCore, Fedora IoT, uBlue uCore, ... Not sure if those would have broken configs though. Maybe I would prefer something with slower pace, but tbh the pace of CentOS bootc **becoming a thing** is quite frustrating. This would likely be the perfect 'install and forget' distro for many, a KDE Image would be there in no time. I wouldnt want to use a traditional distro, even though a base Debian or AlmaLinux/ Rockylinux (what the hell was that of a hydra? Cut off one head, spawn 2? what are the differences??) could just be fine. I used Debian in the past, it really just works. I would like - Nextcloud AIO docker image, maybe with podman? It is supposedly more secure but the world runs on Docker, and all is fine. Podman is a pain quite often. - some nice management like Cockpit - dyn DNS, for example with NoIP, best free - secure ssh, that should be no issue - btrfs? or zfs? with backups to a secondary drive - automatic updates with snapshot creation. Atomic system would be easiest here. - easy to use and secure reverse proxy, with DynDNS for reliable address on the internet. NGINX, Traefik, Caddy, what is the best here?? Here I am not sure if I should use 1TB + 1TB, or 500GB used and 1TB backup. BTRFS backups can be incremental. while [I made a list of BTRFS tools](https://github.com/boredsquirrel/awesome-btrfs) I still have no idea what the best tool for this job is.

    29
    16
    https://tux.social/@Rhababerbarbar/113154621941387254

    [Here is the needed desktop file](https://github.com/boredsquirrel/Linux/blob/main/Desktop%20Entries/org.kde.dolphin.desktop) Place it in ~/.local/share/applications/ Right click the Dolphin icon and select a profile!

    14
    0
    https://tux.social/@Rhababerbarbar/113154621941387254

    [Here is the needed desktop file](https://github.com/boredsquirrel/Linux/blob/main/Desktop%20Entries/org.kde.dolphin.desktop) Place it in ~/.local/share/applications/ Right click the Dolphin icon and select a profile!

    5
    0