Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)ZE
Posts
16
Comments
34
Joined
3 mo. ago
  • In my first install I had different home and root partitions. That was a big mistake. Once set, you cannot resize them properly and you are fucked if they are not perfect for your need. In my case the root partition got to small. After some time I just reinstalled with a single partition and would do that again.

  • Rust Programming @lemmy.ml
    Zenlix @lemm.ee

    New rust release 1.86.0

    releases.rs Rust Changelogs

    1.86.0 # Released on: 3 April, 2025 Branched from master on: 14 February, 2025 Language # Stabilize upcasting trait objects to supertraits. Allow safe functions to be marked with the #[target_feature] attribute. The missing_abi lint now warns-by-default. Rust now lints about double negations, to cat...

    Rust Programming @lemmy.ml
    Zenlix @lemm.ee

    Typst is hiring

    Typst, a very nice Latex alternative, written in rust has published job listings.

  • I think as soon as you add mods to your application that can bring their own code with them you have a potential security issue. The most secure approach that I have seen is wasm mods/plugins run in a sandbox.

  • Linux @lemmy.ml
    Zenlix @lemm.ee

    Ubuntu explores replacing gnu utils with rust based uutils

    At first I was sceptical, but after a few thought, I came to the solution that, if uutils can do the same stuff, is/stays actively maintained and more secure/safe (like memory bugs), this is a good change.

    What are your thoughts abouth this?

  • Thanks for your hint towards borgbackup.

    After reading the Quick Start of Borg Backup they look very similar. But as far as I can tell, borg can be encrypted and compressed while restic is always. You can mounting your backups in restic to. It also seems that restic supports more repository locations such as several cloud storages and via a special http server.

    I also noticed that borg is mainly written in python while restic is written in go. That said I assume that restic is a bit faster based on the language (I have not tested that).

  • Linux @lemmy.ml
    Zenlix @lemm.ee

    How do you backup?

    I recently implemented a backup workflow for me. I heavily use restic for desktop backup and for a full system backup of my local server. It works amazingly good. I always have a versioned backup without a lot of redundant data. It is fast, encrypted and compressed.

    But I wondered, how do you guys do your backups? What software do you use? How often do you do them and what workflow do you use for it?

    Debian operating system @lemmy.ml
    Zenlix @lemm.ee

    Install specific packages from debian testing

    I have a few (~5) applications where the version in the debian stable repos is to old for me. Examples would be podman and restic. I found out that the version for testing are recent enough. Is it possible to install specific apps from testing while the default is stable?

    Technology @lemmy.world
    Zenlix @lemm.ee

    Thunderbird will not adopt the new terms from mozilla

    We won't be adopting the Firefox Terms of Use for Thunderbird.

    Technology @lemmy.world
    Zenlix @lemm.ee

    EA open sourced parts some games like Command and Conquer

    But it seems they only revlealed some of the code and not the engine nor assets.

    So compiling the code could be pretty difficult.

    Technology @lemmy.world
    Zenlix @lemm.ee

    New Terms for Firefox from Mozilla

    Apparently mozilla wants the right to get data from firefox users. But not like general information, they want to know what data you upload or download through firefox.

    Without it, we couldn’t use information typed into Firefox, for example.

    What the fuck? I use firefox because I want privacy!!! Not sharing my information with a company.

    We need a license to allow us to make some of the basic functionality of Firefox possible. WHY DO YOU NEED MY DATA TO MAKE FIREFOX WORK???

    Linux @lemmy.ml
    Zenlix @lemm.ee

    Discord notification Icon bugfix

    For some time I missed the notification icon of discord. I mean the little number in the taskbar icon that appears, when you get a message.

    Today I found a fix for it in the archwiki.

    You need to have libunity version packaged for your distro installed. For me on debian it was libunity9. After installing it, you get the notification icon again!

    Rust Programming @lemmy.ml
    Zenlix @lemm.ee

    Big released bevy games

    Are there some big projects/games that are released and made in bevy?

    A lot of times tiny glade is mentioned, but I can not find a reliable source from the devs that it is made in bevy.

    Linux @lemmy.ml
    Zenlix @lemm.ee

    Worth using distrobox?

    I am thinking about using distrobox. Since I am on debian I wont need it to install software I could otherwise not install. But I have some apps that require weired install scripts and I am thinking about using it as a security measurement. Do you think that is a good idea? Does that idea makes sense?

    Rust Programming @lemmy.ml
    Zenlix @lemm.ee

    New Rust stable version

    Programming @programming.dev
    Zenlix @lemm.ee

    How to find project names?

    I am currently searching for a name that I can use for a software project. Id like to have a short one that has no real meaning associated with it. I already asked some ai's. All names that I found sound terrible or have some meaning attached to it. . Like the name is already used for some medication or so.

    How do you guys come up with names?

    Rust Programming @lemmy.ml
    Zenlix @lemm.ee

    Iced (GUI Crate) is getting default animation support

    Iced, a popular GUI Crate, used by system76 for their new DE, is getting default animation support in the development branch. The animations are based on the lilt crate. As far as I know the only missing part that needs to be done is, adding animations to the default widgets.

    I assume in the next release it will be shipped with animation support.

    I am so happy that this is coming and look forward to see animations in my gui applications.

    Linux @lemmy.ml
    Zenlix @lemm.ee

    Discord Update that enables Streaming on Wayland

    A few weeks a go discord on linux had an update that enabled you to do screensharing on wayland even with audio.

    There are a few bugs. For example, you can not change the window and sometimes have to reactivate the audio check box to have the audio work. Sadly the flatpak could not shit that update, because the chromium version shipped has to major bugs in flatpaks (issue).

    But the stable .deb has now working screen sharing with audio. That is something that x11 does not have.

    Meta (lemm.ee) @lemm.ee
    Zenlix @lemm.ee

    See post text preview on posts

    On reddit I gert a preview of the text for each post. It enables me to read some of the content to see if it is worth reading the whole and comments.

    Is there a way to get this on lemm.ee?

    Edit: I found the little + icon to see the post content without opening the whole post. But I am still interested if I can get a 5 line Preview by default or so. On mobile I use Voyager, which provides this. But it would be cool to have that on desktop as well.