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/)NO
Posts
0
Comments
137
Joined
1 yr. ago

  • I think this would make a good -arr application.

    Ingest podcast feeds, crowdsource hashes of whole and partial sections of the downloaded audio, which should be a good start to auto-tag dynamically inserted ads.

    For non-dynamic ads, provide an interface to manually identify their start/end, and publish for others. The same interface could be used to add chapters and other metadata.

    Then you’d just point your podcast app to an RSS feed you self host.

    I propose Listenarr, unless this has already been taken.

  • I want wealth to be an indicator of a well-rounded member of society, instead of its current role as a proxy for sociopathy.

    Also, how about relabelling excessive financial accumulation as something along the lines of ‘financial obesity’.

  • I create unique email addresses for every organisation and service I deal with, including an obfuscated date, so when an address is compromised I can nuke it with a hard rejection, and regenerate as needed. This all feeds into a catchall mailbox, with server-side sieve rules to filter the stuff I actually care about.

    I besides some account specific and burnt addresses, I don’t actively track of any of the addresses I’ve created, it would be in the hundreds by now.

    One benefit of this crazy setup is there’s one less common identifier to match across disparate data stores.

    Finally, no one should do any of The above. From experience I consider it pathological.

  • I never claimed education shouldn’t be paid for, nor that resources shouldn’t be applied to its provision, but a society which levels the financial burden on the student is imposing an artificial and indefensible barrier on their collective progress.

    Further, education can only be framed as expensive when it is not appropriately valued as the investment it is.

    Finally, taxes don’t pay for anything when the funding originates from the issuing entity of a fiat currency.

  • Configuring multiple v4 addresses on an interface is a kludge, typically only used on hosts which apply inter-network routing logic. It’s an explicit, primary function of the standard v6 specifications.

    With v4, you would use either RFC1918 and NAT, or plumb a public address to the host.

    With v6 you should use a ULA and an address with a public prefix, and selectively open ports/services to on appropriate address.

    An example is the file sharing and administration daemons on my NAS are only bound to its ULA. I don’t need to worry whether it will accidentally be exposed publicly through fat fingering my firewall config, because it will never route beyond my gateway.

  • I use ULA prefixes to ensure the management interfaces of my devices don’t leak via public routes.

    It’s one of the unique parts of the standard IPv6 stack not back ported to IPv4, that an interface on any host can be configured with multiple addresses. It permits functional isolation with the default routing logic.

    IPv6 is far from perfect, but the majority of the arguments I’ve seen against deploying it are a mixture of laziness, wilful ignorance, and terminal incuriosity.