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/)PA
pahakala @lemmy.world
Posts 7
Comments 14
xata.io Create an advanced search engine with PostgreSQL

PostgreSQL provides the necessary building blocks for you to combine and create your own search engine for full-text search. Let's see how far we can take it.

Create an advanced search engine with PostgreSQL
1
Need recommendations on something like Vaultwarden but for 2FA only.
  • do you have two or more yubikeys? how do you handle sites that only allow registering a single webauthn dongle? how do you handle backup 2fa?

    loosing my yubikey is the main reason why i havent used it yet for webauthn. I just use pass and openpgp keys stored on the yubikey as that way it was possible to backup the encryption private key to a seperate usb drive that can be used to restore it later if needed.

  • General Programming Discussion @lemmy.ml pahakala @lemmy.world
    1
    [YouTube] Redhat goes CLOSED SOURCE? | Chris Titus Tech
  • i see you have not tried to configure and debug dynamic split dns setups that are very common in enterprise vpn world.

    before systemd-resolved you had to use dnsmasq running on localhost with bunch of shell scripts to reconfigure it when vpn interfaces come and go for split horizon dns to work propperly.

    now with systemd-resolved you can easily tell it what dns prefixes are handeled by what dns server and everything is nicely cleaned up after vpn goes down.

  • 2
    [YouTube] Redhat goes CLOSED SOURCE? | Chris Titus Tech
  • fedora will be fine as it is the upstream provider of rpm build files

    fedora -> centos stream -> RHEL

    Rocky Linux and Oracle Linux that take the RHEL sources without contributing back are having their src rpm access cut.

  • [YouTube] Redhat goes CLOSED SOURCE? | Chris Titus Tech
  • systemd is one of the best things that has happened with linux. Instead of random shell scripts that work differently on each distro, now you have a single ini conf file for your service that configures automatic restarts, sandboxing and activation in a easy to use way.

  • General Programming Discussion @lemmy.ml pahakala @lemmy.world

    Turning Web requests into HTML without JavaScript

    https://twitter.com/htmx_org/status/1670203488113152000

    1

    X2023 C64 demo party first place | Next Level by Performers

    1
    26

    Your favorite database engine?

    Obviously Microsoft Access is the best but it would be cool to hear your opinion.

    11
    Self hosted web based note application
  • Maybe a bit different but I quite like WikiJS https://js.wiki/

    I have it setup to use PostgreSQL and its built in text search engine and every page is also saved into a git repository.

    I have quite a lot of notes written there over the years and im pretty happy with it.