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/)TA
Posts
9
Comments
216
Joined
2 mo. ago
  • Notice that it hasn’t amongst mainstream consumers.

    What? A niche technical hobby isn't popular among mainstream consumers? Wow!

    Mainstream consumers don't know words "Plex" and "Home Assistant" either. There are already products that target these people. And there are products targeted at technical people. We need diversity.

  • I for once can’t stand the idea of having my editor run inside a browser…

    Well, don't run it inside a browser then. There is no need to get agitated because of that option. But this is super useful for universities and other organizations that educate people. They can run these preconfigured IDEs for their students and execute the code on the same server, so that even if you have something like a Chromebook, you can participate in classes. This is what places like Harvard do, and this is how Microsoft introduces CS students to VSCode and other products.

  • Comic Strips @lemmy.world
    tauren @lemm.ee

    With My Life | Poorly Drawn Lines

    Comic Strips @lemmy.world
    tauren @lemm.ee

    It May Concern | Poorly Drawn Lines

    Linux Mint @programming.dev
    tauren @lemm.ee

    How to alternate between keyboard layouts in Cinnamon?

    I use three keyboard layouts for three different languages. On Plasma, for instance, I can either configure two active layouts so that alt+shift alternates between them, or assign a shortcut to switch to the previous layout, which achieves the same effect. I don't want to cycle through all three layouts.

    Can I do something similar in Cinnamon? Here, I only found rather wild options like 'left ctrl to switch to layout 1, right ctrl to switch to layout 2,' which are hardly usable.

    Comic Strips @lemmy.world
    tauren @lemm.ee

    Taking Criticism | Poorly Drawn Lines

    Comic Strips @lemmy.world
    tauren @lemm.ee

    My Home | Poorly Drawn Lines

    Formula 1 @lemmy.world
    tauren @lemm.ee

    Official: Tsunoda to replace Lawson at Red Bull from Japanese GP

    Comic Strips @lemmy.world
    tauren @lemm.ee

    Phone | Poorly Drawn Lines

    Ask Lemmy @lemmy.world
    tauren @lemm.ee

    How do you plan to cool down your apartment this summer?

    The summer is coming soon to the Northern Hemisphere. How do you plan to combat the heat? I live in a regular apartment without air conditioning, and installing a full-scale system is not an option. I wonder what my options are, and how other people are planning to deal with the issue.

    Programming @programming.dev
    tauren @lemm.ee

    Zero knowledge authentication

    Hi, !programming@programming.dev. I'm curious about zero-knowledge encryption, and I would like to use it in my CS50x final project. My goal is to authenticate users and store their encrypted data on the server so that only the users can decrypt it.

    I understand the general concepts of public and private keys, as well as symmetric keys, and how to use them to protect data. However, I don't understand how to authenticate users. I have searched online for information on implementing the zero proof knowledge authentication flow, but I found either vague high-level descriptions or research papers that require a strong background in mathematics and cryptography to understand and implement.

    Could you maybe suggest some resources on this topic? When your search for "how to implement jwt authentication", you can find many articles that describe the flow with code examples. I'm looking for something similar.

    Or should I choose a simpler project?