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/)LE
Posts
5
Comments
343
Joined
2 yr. ago
  • People find ways to make it up to you. My circle of friends and relatives, everyone has a different skill set and we help out each other. As for the freeloaders, we got rid of them long ago.

  • Your POV is laughable. 😄

    Don't you know that everybody has that one friend, nephew, neighbor, colleague etc. that they ask for advice when buying a new laptop?

    I am one of those friends, nephews, neighbors that helps out in such situations. I don't sit on my high Linux cloud smartassing average people to throw away that little bit of tech literacy they've gathered over the years while using Win and Win related software for a Linux learning experience they don't want.

    I help them out to save money and still get what they need.

    As for people that don't have such a person, they won't be saving money to get an OS they've never heard of. They'll get the option with Win installed. If anyone thinks differently, obviously has no contact with regular people outside of tech. 😄

  • Here are my Filen testing notes from a couple of months ago. It's a habit of mine so I don't forget why I discarded some options.

    • It's impossible to upload anything through the Win app. You can only set up sync folders where you need to place files. Through the web app, however, you can upload both folders and files.
    • The desktop app disappears as soon as you switch to another app, and you have to launch it again by clicking on the shortcut.
    • You can't access data in the cloud via a virtual drive or anything similar.
    • In short, it's unusable for my use case.

    Edit: Be aware that according to [email protected], the above issues have been rectified in the meantime, so you should give it a go before deciding.

  • Hopefully, I can shed some light because I'm in the process of looking for a new email provider so I've been researching extensively for the past few days.

    Firstly, despite their strong marketing about privacy and encryption, ALL the privacy-focused email providers face the same fundamental limitation when it comes to incoming emails from external sources:

    • They can read incoming external emails upon arrival.
    • They process these emails (for spam filtering, etc.) before encryption.
    • Only after this processing do they encrypt the emails for storage.

    It's a limitation inherent to the current email infrastructure and affects virtually all email providers as far as I'm aware.

    So, marketing claims about "zero-access encryption" often refer to emails at rest (in storage), not during transit or initial processing. For truly private communication, end-to-end encryption (like PGP) needs to be implemented by the sender before the email reaches any server.

    That being said, Mailbox provides E2E encryption through standard PGP and S/MIME protocols, allowing users to encrypt both incoming and outgoing emails with their own encryption keys that can be generated or imported into the system. Beyond email encryption, they implement domain security and server-side encryption of all stored data, with the option to create secure aliases that only communicate over encrypted connections.

    For Mailbox users communicating with other Mailbox users, there isn't an automatic E2E system in place by default (like Proton has). Doesn't matter to me because very little people I communicate with use Mailbox (it's currently the same situation with Proton for me).

    You could register anonymously, use a VPN, and encrypt your messages with PGP and be safe that way. I, however, consider emails inherently unsafe means of communication and use them for registrations and meaningless communication only.

    Also, Mailbox has Guard feature that creates a temporary mailbox for recipients without PGP. The recipient receives two emails - one with a link to the temporary mailbox and another with the password. You can also add an additional PIN for extra security that you communicate through another channel.

    P. S. Their servers are powered by 100% renewable energy, if that carries any weight.

  • Independently of the Mozilla team, yes.

    However, my understanding is that, if Thunderbird were to become hugely profitable, the Mozilla Foundation would benefit financially, though indirectly.

    The organizational structure:

    • Mozilla Foundation = parent organization
    • MZLA Technologies Corporation (which owns Thunderbird) is a wholly owned subsidiary of the Mozilla Foundation
    • Mozilla Corporation (which produces Firefox) is also a subsidiary of the Foundation

    When Thunderbird moved to MZLA Technologies Corporation in January 2020, this was specifically done to allow Thunderbird to "collect revenue through partnerships and non-charitable donations".

    As a wholly owned subsidiary, any profits generated by MZLA would ultimately flow back to its parent organization, the Mozilla Foundation.

    In the end, that revenue would probably go to all the smart investments we've seen the Mozilla Foundation make over the previous years. 🙄

  • React @programming.dev
    lemmeBe @sh.itjust.works

    For vanilla-extract CSS users: A new ESLint plugin that sorts your CSS properties (alphabetical/concentric/custom)

    First off, I've been loving vanilla-extract for the past 10 months. 😊

    The only thing I really missed was the ability to sort CSS properties. Since there wasn't an ESLint plugin for that, I decided to create my own.

    @antebudimir/eslint-plugin-vanilla-extract offers CSS property ordering (alphabetical, concentric, and custom), auto-fix capabilities, and supports multiple Vanilla Extract APIs.

    If anyone wants to give it a shot, you can find more details in the readme. Looking forward to hearing your feedback.

    Programming @programming.dev
    lemmeBe @sh.itjust.works

    For vanilla-extract CSS users: A new ESLint plugin that sorts your CSS properties (alphabetical/concentric/custom)

    First off, I've been loving vanilla-extract for the past 10 months. 😊

    The only thing I really missed was the ability to sort CSS properties. Since there wasn't an ESLint plugin for that, I decided to create my own.

    @antebudimir/eslint-plugin-vanilla-extract offers CSS property ordering (alphabetical, concentric, and custom), auto-fix capabilities, and supports multiple Vanilla Extract APIs.

    If anyone wants to give it a shot, you can find more details in the readme. Looking forward to hearing your feedback.

    Frontend Web Development @lemmy.ml
    lemmeBe @sh.itjust.works

    For vanilla-extract CSS users: A new ESLint plugin that sorts your CSS properties (alphabetical/concentric/custom)

    First off, I've been loving vanilla-extract for the past 10 months. 😊

    The only thing I really missed was the ability to sort CSS properties. Since there wasn't an ESLint plugin for that, I decided to create my own.

    @antebudimir/eslint-plugin-vanilla-extract offers CSS property ordering (alphabetical, concentric, and custom), auto-fix capabilities, and supports multiple Vanilla Extract APIs.

    If anyone wants to give it a shot, you can find more details in the readme. Looking forward to hearing your feedback.

    Coding Cafe @programming.dev
    lemmeBe @sh.itjust.works

    For vanilla-extract CSS users: A new ESLint plugin that sorts your CSS properties (alphabetical/concentric/custom)

    First off, I've been loving vanilla-extract for the past 10 months. 😊

    The only thing I really missed was the ability to sort CSS properties. Since there wasn't an ESLint plugin for that, I decided to create my own.

    @antebudimir/eslint-plugin-vanilla-extract offers CSS property ordering (alphabetical, concentric, and custom), auto-fix capabilities, and supports multiple Vanilla Extract APIs.

    If anyone wants to give it a shot, you can find more details in the readme. Looking forward to hearing your feedback.

    Web Development @programming.dev
    lemmeBe @sh.itjust.works

    For vanilla-extract CSS users: A new ESLint plugin that sorts your CSS properties (alphabetical/concentric/custom)

    First off, I've been loving vanilla-extract for the past 10 months. 😊

    The only thing I really missed was the ability to sort CSS properties. Since there wasn't an ESLint plugin for that, I decided to create my own.

    @antebudimir/eslint-plugin-vanilla-extract offers CSS property ordering (alphabetical, concentric, and custom), auto-fix capabilities, and supports multiple Vanilla Extract APIs.

    If anyone wants to give it a shot, you can find more details in the readme. Looking forward to hearing your feedback.