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/)S
Posts
2
Comments
91
Joined
7 mo. ago

  • I haven't looked into Paperless much, but what does your workflow look like exactly with regards to the emailing part?

  • Deleted

    I liked google news

    Jump
  • What do you mean by RSS being "multiple streams"? How does your Python script search multiple places?

    RSS combines multiple feeds into one, like this: https://feed.lovergne.dev/demo/

  • Smartphone cameras have all been more than good enough for over a decade now. When I'm shopping for a new phone, the camera's quality never factors into my decision.

  • I heard about Njalla via this Lemmy comment but I haven't tried them myself:

    Run by Gottfrid Svartholm Warg of The Pirate Bay who has already served two prison sentences for acting on his beliefs around personal freedom and intellectual property.

    If you try it report back lol

  • Why was this flagged?

  • It doesn't have to materialize. It just has to trick investors into investing more. They're taking a page out of Elon's playbook.

  • All they wanna do is east your brains. They're not unreasonable; I mean no one's gonna eat your eyes.

  • Are you interested in hosting this for people you already know and trust, like friends and neighbors, or am I misunderstanding your use case?

    I've never tried it myself, but maybe see if Snipe-IT would work for your needs?

    From their docs intro:

    Snipe-IT was made for IT asset management, to enable IT departments to track who has which laptop, when it was purchased, which software licenses and accessories are available, and so on - although we've definitely seen folks using for non-IT asset tracking as well. Oil rigs, theater equipment, even human body parts! (We didn't ask too many questions about that last one.)

    Unfortunately it doesn't support OIDC.

    There's also the Koha library management system which does support OIDC.

  • I'm setting my homepage to stronk.bond

  • I've been using restic as well, but with Backblaze B2. So technically this issue doesn't affect me, but they're on thin ice so I might switch to another S3 provider. What made you go with Wasabi?

  • This person's probably right but I still resent everything being designed for the lowest common denominator

    This, plus the fact if they don't overcommunicate and send you 10 transactional emails (eg. "your order is still on its way!") they'll have people filing credit card disputes and BBB complaints, blasting support screaming this-site-is-a-scam-where-is-my-order!?? over a two day shipping delay.

    This HN thread reads like a fun Chesterton's fence exercise.

    New engineer shows up the first week on the job: "10 emails? You guys are all stupid this only needs to be 3 emails...receipt, shipped, and feedback!"

    Whole team groans, having to explain yet again the many years of scar tissue behind exactly why every one of the 10 emails exists.

  • This has the vibe of being on a party boat and waving at random people on another party boat passing by

  • I currently push to a private GitHub repository (planning on moving to a self-hosted Forgejo instance soon).

    Although making my nix configuration public would be safe anyway since I use sops-nix which encrypts all my passwords in the repo using a key derived from my SSH key. During nixos-rebuild it decrypts them and puts them each in their own text file at /run/secrets, with permissions set so you need sudo to view them. (The permissions can be tweaked as needed)

    It was a pain in the neck to get started with initially (like NixOS itself), but it was very much worth it. (Basically a necessity since putting secrets even in a private repo is considered bad practice)