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/)JU
JuxtaposedJaguar @lemmy.ml
Posts 6
Comments 174
Passkeys: A Shattered Dream
  • How is that different from mutual TLS authentication?

    Edit: It seems like OPAQUE just initiates mutual TLS authentication after the TLS session has already been negotiated with PKI. So it basically just allows websites to design their own login page instead of the one designed by the web browser.

  • Corporate Open Source is Dead
  • While Linux itself isn't proprietary, it supports loading proprietary firmware/microcode blobs and running on proprietary hardware. Thus, part of the Linux hardware/software stack is proprietary.

  • Corporate Open Source is Dead
  • I'm surprised that other people are surprised that for-profit companies constantly try to increase their profits; such companies only contribute to FOSS when that's more profitable than the alternative. The Linux kernel, AMDGPU, Steam, etc only exist because some part of the software/hardware stack is proprietary (which becomes a more attractive product as the FOSS portion of the stack improves).

    I'm definitely not justifying the "rug-pulling", but people need to stop supporting projects with no potential for long-term profitability unless those projects can survive without any support from for-profit companies. Anything else is destined to fail.

  • My PDF reader REALLY HAD to add a permanent "AI assistant" button that floats on every single file i open
  • Free (As in beer and speech!)

    Do you live in a utopia where you get as much beer as you want without having to pay for it, or do you live in a dystopia where you have to pay to be able to speak your mind and only in limited quantities?

  • TIL XZ has built-in checksumming (and now threaded decompression?)

    I need to transport multiple very large files over an unstable and untrusted network, and the file contents are outputted as a data stream. I wanted to use OpenSSL for streaming authenticated encryption, but they purposefully don't support that and are preachy about it.

    Well, it turns out that XZ has checksumming built-in! It even has different algorithms (CRC32, CRC64, and SHA256). It's part of the same file, within/before the encryption, and automatically verified by the decompression tool. I'm already using XZ for compression before encryption, so this is just super convenient and useful. Also, it seems like XZ supports threaded decompression now, when it didn't before. Thanks XZ devs!

    2
    Anon receives an urgent message
  • My biggest problem with The Matrix is where the machines are getting the food from to feed the humans. You need a continuous supply of food to support continuous energy conversion; that energy isn't being created from nothing. Normally that comes from the sun photosynthesizing plants (which then works its way up the food chain), but with no sunlight then plants can't grow. They say they feed the liquified remains of dead humans to the living ones, but even if digestion were 100% efficient (which it definitely isn't), the amount of usable "food" would constantly decrease until there's nothing left.

  • do as i say...
  • There was a thread about that on c/selfhosted a few weeks ago. Created by a particular wild-cat-inspired sysadmin, I might add.

    But on a more serious note, the interactions between a sysadmin and their servers (that they have enough responsibility for to be able to name) are much more intimate than the interactions between a dev and their variables. The server names also exist in a much larger namespace, so they need to be more unique.

  • [POLL] Do you use/require a headphone jack on your phone?
  • I really like that bluetooth devices can still work at distances farther than a typical cable would allow. I have a decently-sized studio apartment and I can see my computer screen from most places. It's nice to continue watching a video as I move around the apartment to clean, get up to stretch, play with my cat, etc.

    You could probably get wired headphones that long, but then you'd be dealing with that giant cable all the time. Or you'd have to constantly swap cables and interrupt the audio during that time. My AirPods work reliably from 15ft away. I can't argue with that convenience.

  • Making something for everyone is so much more work than making something just for yourself

    I'm not complaining, but I didn't realize how much work it was. It makes me really respect the people who do it on a regular basis.

    For example:

    • You know how to use your software, but other people don't. So you need to write documentation.
    • You can just modify the source files, but it's impractical for everyone to do that. So you need to add a config file.
    • You can just drag the output files into place, but that's impractical for everyone to do. So you need to package it.
    • You trust yourself, but distro maintainers rightfully don't. So you need to package your source code and configure the package to compile it.
    • You will abide by your idea of how the software should be used, but other people might not. So you need to pick a license.

    Sometimes I think there must be an easier way, but I can't think of any. I guess it probably gets easier with experience.

    25

    What are your computers named?

    My main server is named Postulate (an idea that you assume for the sake of argument), my desktop is named Axiom (a proved postulate), and my backup server is named Corollary (an idea that follows from an axiom).

    What are your computers named, and why?

    106

    Is it possible to run a Lemmy instance with a MySQL backend?

    cross-posted from: https://lemmy.ml/post/1374138

    > I'm thinking about setting up my own (bare metal) Lemmy instance to play around with it, but it seems to require PostgreSQL. Everything else on my system uses MySQL, and I don't really want to run 2 separate database services. I guess I would also be fine with using an SQLite file, but that's not ideal. > > Has anyone managed to set up a Lemmy instance with MySQL instead of PostgreSQL? Are you aware of any PostgreSQL to MySQL or SQLite compatibility layers?

    10
    Lemmy Administration @lemmy.ml JuxtaposedJaguar @lemmy.ml

    Is it possible to run a Lemmy instance with a MySQL backend?

    I'm thinking about setting up my own (bare metal) Lemmy instance to play around with it, but it seems to require PostgreSQL. Everything else on my system uses MySQL, and I don't really want to run 2 separate database services. I guess I would also be fine with using an SQLite file, but that's not ideal.

    Has anyone managed to set up a Lemmy instance with MySQL instead of PostgreSQL? Are you aware of any PostgreSQL to MySQL or SQLite compatibility layers?

    3
    Lemmy Support @lemmy.ml JuxtaposedJaguar @lemmy.ml

    Is there a way to disable live updates on my homepage?

    I like to read/interact with posts directly from the homepage rather than opening all of them in new tabs, but they keep moving down the page as new posts pop up.

    Is there a way to disable that behaviour?

    3