Truly independent web browser
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 54%

    Yup, the other side is pretty counterproductive with saying the project is dehumanizing etc. They're absurdly exaggerating.

    It wasn't just a report tho, it's a PR that could've been merged with a single click

    2
  • Truly independent web browser
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 57%

    Open mindedness is a key factor for success (especially in open source). Inclusivity demonstrates open mindedness. The fact that the lead dev goes out of his way to prevent such a minor change (it's not even like people demanded a strict CoC or something) is a bad signal

    5
  • Truly independent web browser
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 47%

    Open mindedness is a key factor for success (especially in open source). Inclusivity demonstrates open mindedness. The fact that the lead dev goes out of his way to prevent such a minor change (it's not even like people demanded a strict CoC or something) is a bad signal

    -2
  • Custom Linux Distribution just for Gaming
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 100%

    As per my other comment:

    Do your latex work inside a distrobox and you're fine.

    I'm not sure if you can layer another window manager on top. You may have to create a custom image for that

    4
  • Custom Linux Distribution just for Gaming
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 100%

    Basically installing packages. You're fine if you default to using

    • flatpaks for gui apps
    • brew for cli programs
    • distrobox when building from source or when you need good control over the package environment (e.g. when installing a latex editor and only the latex packages you want)
    • layer packages on host with "rpm-ostree install" when the program needs tight integration with the host (e.g. VPN software)

    Also, you shouldn't edit files in /usr, but I've never run into that limitation. You can still edit other top-level directorys like /etc .

    That's about it.

    4
  • Custom Linux Distribution just for Gaming
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 100%

    Biggest benefit for me is automatic updates in the background which are also safe. On a normal distro, if your pc shuts down for whatever reason during kernel updates you have an unbootable system. That can't happen on bazzite

    8
  • Why does nobody here ever recommend Fedora to noobs?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 100%

    From this article, an interview with Fedora's project leader:

    On the other hand, the long-term distributions work by basically not making changes. Fedora doesn't follow that, your packages will get updated. We try to make it so that major breaking changes happen on releases rather than just as updates. But sometimes, if there is a security problem, we will put out a newer version of something. So for that kind of stable, it is much less so."

    That's why Fedora users are stuck with e.g. the older GNOME version until the next release.

    The difference between Fedora and Debian regarding stability is that there's a new Fedora release every 6 months, while on Debian you have to wait like 2 (?) years for major updates.

    That's how I always interpreted the term "leading edge".

    2
  • Why does nobody here ever recommend Fedora to noobs?
  • "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    jack
    Now 100%

    Fedora is not bleeding edge like Arch. It's "leading edge"; the packages are a lot more tested before being deployed.

    People being more experienced with Ubuntu/Debian is a good point

    6
  • People who use GPLv3 want the code to stay open/libre under any circumstances. If this is the goal, why not use the AGPL instead, even for applications which are not served over a network? This takes away the possibility that people integrate parts of your program into a proprietary network application, even if this seems improbable. There's nothing to loose with using this license, but potentially some gain. Only reason I can think of is that AGPL is less known and trusted which may harm adoption.

    65
    20

    UPDATE: I found [this](https://github.com/bevyengine/bevy/issues/2373) issue explaining the relicensing of rust game engine Bevy to MIT + Apache 2.0 dual. Tldr: A lot of rust projects are MIT/Apache 2.0 so using those licenses is good for interoperability and upstreaming. MIT is known and trusted and had great success in projects like Godot. ORIGINAL POST: RedoxOS, uutils, zoxide, eza, ripgrep, fd, iced, orbtk,... It really stands out considering that in FOSS software the GPL or at least the LGPL for toolkits is the most popular license Most of the programs I listed are replacements for stuff we have in the Linux ecosystem, which are all licensed under the (L)GPL: uutils, zoxide, eza, ripgrep, fd -> GNU coreutils (GPL) iced, orbtk -> GTK, QT (LGPL) RedoxOS -> Linux kernel, most desktop environments like GNOME, KDE etc. all licensed GPL as much as possible

    25
    36

    Suppose I want my project to have as many contributors as possible. Generally do you think more people are inclined to contribute (upstream) if the code is permissive or copyleft or do you think it doesn't really matter?

    48
    9

    A friend might let me install Linux on his secondary laptop he uses for university. He's not a tinkerer and wants something that just works. Linux Mint is known for being very user-friendly and stable. Also easy to get help online. However, in my opinion Mint seems rather outdated, both with its Windows-like workflow, default icons and look and also Xorg. When I tried it I had some screen stuttering I couldn't resolve, probably due to Xorg. Instead, Fedora with GNOME is very elegant and always uses the newest technologies. It feels and looks actually nice and not outdated. But I'd have to install media codecs via terminal first which suggests that Fedora is for experienced users. Also university wifi eduroam doesn't work on Fedora for me because legacy TLS connection is not supported in Fedora (at least I couldn't get it to work). I'm at a different uni than him tho, so it might work there. In general, less help on the web for Fedora than Mint. What do you think? (Btw, KDE is too convoluted in my opinion. Manjaro too, it breaks too often. I will not consider it.) EDIT: From what I've gathered so far, I should probably install Mint. He can try Fedora with a live usb or on my laptop. If he prefers that then I can warn him that this may be less stable and ask what he wants. I've only tried Ubuntu-based Mint, but LMDE is more future-proof so it will probably be that.

    50
    70

    Today qBittorrent launched v4.6.0 which should support experimental i2p mode. I downloaded this version as a Flatpak from Flathub, but at Settings -> Connection there is no option for i2p mode. Only to set up a proxy, but SAM is not available as a proxy method which i2p uses. I also checked with the command "flatpak run org.qbittorrent.qBittorrent --version" that I'm indeed on the right version. Do you have any ideas or similar issues?

    18
    3

    Reading Antifragile by Nassim Taleb was eye-opening for me. I turn to the concepts of the book whenever I feel unsure about a decision or opinion.

    92
    76

    Hey, there is now an Anarchism public group on Nostr. Nostr is a very simple protocol which aims to become the ultimate decentralized social network, already fulfilling functionality of Twitter, Reddit (not very advanced tho), Twitch, Telegram and more. It is also uncensorable. It is also more anarchist than the fediverse because your identity there is not bound to a server/domain which can be shut down or moderated at any time. To join the group, you have to search for this ID: nevent1qqs05w7vklg8ewh4g7u8rafp3dsvtcw3j7v9j4v7n4k5fxxewaggjdspp4mhxue69uhkummn9ekx7mqpz4mhxue69uhkummnw3ezuerpw3sju6rpw4esz9rhwden5te0dehhxarj9ehhsarj9ejx2assy2425 On Android the app Amethyst is very good. With Nostr, the client handles everything. The servers are just dumb relays which don’t need to be trusted. That’s why there are a lot of different clients. Each one is implementing different aspects of the protocol and they are always evolving. If you want to have a peek at the group you can also check here: https://coracle.social/chat/note1lgaued7s0ja023acw86jrzmqchsar9uct92ea8tdgjvdja6s3ymqa579ar There are a LOT of Nostr resources available and you can decide how deep you want to dive into it. A very basic and easy introduction is https://usenostr.org/ . The devs website nostr.com also does a good job of getting the point across. There is an awesome list which can point you to any Nostr related resources like which clients to use and also what other introductory guides are availabe: https://github.com/aljazceru/awesome-nostr Popular clients including web, desktop and mobile are also described here: https://nostr.com/clients Note that Nostr is very decentralized and that some clients implement features which other clients don’t (yet). This video can also show you visually how the relationship between clients and relays/servers works: https://www.youtube.com/watch?v=yIccRIEr2gQ

    10
    3

    Hey, there is now an Anarchism public group on Nostr. Nostr is a very simple protocol which aims to become the ultimate decentralized social network, already fulfilling functionality of Twitter, Reddit (not very advanced tho), Twitch, Telegram and more. It is also uncensorable. It is also more anarchist than the fediverse because your identity there is not bound to a server/domain which can be shut down or moderated at any time. To join the group, you have to search for this ID: nevent1qqs05w7vklg8ewh4g7u8rafp3dsvtcw3j7v9j4v7n4k5fxxewaggjdspp4mhxue69uhkummn9ekx7mqpz4mhxue69uhkummnw3ezuerpw3sju6rpw4esz9rhwden5te0dehhxarj9ehhsarj9ejx2assy2425 On Android the app Amethyst is very good. With Nostr, the client handles everything. The servers are just dumb relays which don’t need to be trusted. That’s why there are a lot of different clients. Each one is implementing different aspects of the protocol and they are always evolving. If you want to have a peek at the group you can also check here: https://coracle.social/chat/note1lgaued7s0ja023acw86jrzmqchsar9uct92ea8tdgjvdja6s3ymqa579ar There are a LOT of Nostr resources available and you can decide how deep you want to dive into it. A very basic and easy introduction is https://usenostr.org/ . The devs website nostr.com also does a good job of getting the point across. There is an awesome list which can point you to any Nostr related resources like which clients to use and also what other introductory guides are availabe: https://github.com/aljazceru/awesome-nostr Popular clients including web, desktop and mobile are also described here: https://nostr.com/clients Note that Nostr is very decentralized and that some clients implement features which other clients don't (yet). This video can also show you visually how the relationship between clients and relays/servers works: https://www.youtube.com/watch?v=yIccRIEr2gQ

    2
    11

    Hey, there is now an Anarchism public group on Nostr. Nostr is a very simple protocol which aims to become the ultimate decentralized social network, already fulfilling functionality of Twitter, Reddit (not very advanced tho), Twitch, Telegram and more. It is also uncensorable. It is also more anarchist than the fediverse because your identity there is not bound to a server/domain which can be shut down or moderated at any time. To join the group, you have to search for this ID: nevent1qqs05w7vklg8ewh4g7u8rafp3dsvtcw3j7v9j4v7n4k5fxxewaggjdspp4mhxue69uhkummn9ekx7mqpz4mhxue69uhkummnw3ezuerpw3sju6rpw4esz9rhwden5te0dehhxarj9ehhsarj9ejx2assy2425 On Android the app Amethyst is very good. With Nostr, the client handles everything. The servers are just dumb relays which don't need to be trusted. That's why there are a lot of different clients. Each one is implementing different aspects of the protocol and they are always evolving. If you want to have a peek at the group you can also check here: https://coracle.social/chat/note1lgaued7s0ja023acw86jrzmqchsar9uct92ea8tdgjvdja6s3ymqa579ar EDIT: There are a LOT of Nostr resources available and you can decide how deep you want to dive into it. A very basic and easy introduction is https://usenostr.org/ . The devs website nostr.com also does a good job of getting the point across. There is an awesome list which can point you to any Nostr related resources like which clients to use and also what other introductory guides are availabe: https://github.com/aljazceru/awesome-nostr Popular clients including web, desktop and mobile are also described here: https://nostr.com/clients Note that Nostr is very decentralized and that some clients implement features which other clients don’t (yet). This video can also show you visually how the relationship between clients and relays works: https://www.youtube.com/watch?v=yIccRIEr2gQ

    -1
    29

    If I donate XMR to e.g. the developers of a free software project, how are taxes handled? Is the developer assumed to report his profits to the state and handle the taxes or do most devs just keep 100% of the donation? If it would somehow be made public that I donated x amount to a dev and that neither of us payed taxes, would the dev be taken accountable or me or both of us?

    14
    11

    The license is the fundamental reason why Lemmy is and always will be better than Reddit. Join me at: https://canvas.toast.ooo/#x=195&y=87&scale=20& Pixel art (.piskel file): https://send.vis.ee/download/c24e7358efc117ef/#OlujMgvV-Xj68y4bOQvJGQ UPDATE: Let's make a yellow outline around it for contrast

    34
    8

    Or *can* I ?

    3
    4

    Around (325, 140). I'm making the outline right now. Outline is based on [this](https://imgur.com/iXfgzZm) pixelart. Here's the link to the canvas: https://canvas.toast.ooo/#x=319&y=137&scale=10.34

    22
    12
    "Initials" by "Florian Körner", licensed under "CC0 1.0". / Remix of the original. - Created with dicebear.comInitialsFlorian Körnerhttps://github.com/dicebear/dicebearJA
    Now
    15 533

    jack

    monero.town