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/)PU
Posts
37
Comments
239
Joined
2 yr. ago

  • Start by learning docker, you don't have to selfhost anything yet, just learn to run a container, specially to run automated stuff. Then learn to build the images and run docker compose.

    Also you could start checking any form or infrastructure as code. I usually hear about ansible and nixos.
    This helps having a way to redeploy your services in any hardware easily.

  • Why do you need the files in your local?
    Is your network that slow?

    I've heard of multiple content creators which have their video files in their NAS to share between their editors, and they work directly from the NAS.
    Could you do the same? You'll be working with music, so the network traffic will be lower than with video.

    If you do this you just need a way to mount the external directory, either with rclone or with sshfs.


    The disks on my NAS go to sleep after 10 minutes idle time and if possible I would prefer not waking them up all the time

    I think this is a good strategy to not put additional stress in your drives (as a non-expert of NAS), but I've read the actual wear and tear of the drives is mostly during this process of spinning up and down. That's why NAS drives should be kept spinning all the time.
    And drives specifically built for NAS setups are designed with this in mind.

  • There's a difference between water and liquid.

    Not sure if the solid core has more mass than the mantle.
    In any case, I'd say it's like a balloon with something solid floating in the middle.

  • IIRC they mentioned is next to impossible without actually processing the video and guessing when then ad stops on your client (since the ads will change per user, so it can't be done on a server for all users)

  • Yes, most podcasts are hosted outside of your podcast player and distributed via RSS (even if this is Spotify which already hosts music).
    So when a service has the podcast it means it lists the response from the RSS feed, but usually they just copy the text data, including the URL where the actual audio is stored.
    This audio is served by whatever other service the creator of the podcast uses, which means you're a free user to that service even if you pay for Spotify, which means the wonderful benefit of ads.

    And these are ads you can't block since they're included in the audio stream (yay! /s).
    Podverse (the player I use) mentions this as an issue when creating clips of the podcasts because they can't know how much the timestamp has been offset by those ads, so your clip probably only sounds good to you.

  • As long as you mean a landslide win by a party lead by a guy who said a religious charm was better during the pandemic than any medication, vaccine or any countermeasure, a guy who said "women deserve to go to heaven" when asked if he's feminist, a guy who has said all the power should be concentrated in the government, not in independent entities, a guy who said eolic turbines make the landscape ugly, and who made two big investments in refineries during his administration... Yeah, it's a good thing to see the left-wing in the power.

  • She IS AMLO's administration, there was no word from her before he said something about anything during her campaign.

    AMLO had said since the beginning of his term he was going to disappear from the public to his state after today, but earlier this year he said he would come back if the circumstances demanded it, and just last month I think he said he will stay around.

    I don't wish her luck, I wish México luck.

  • I use rclone and duplicati depending on the needs of the backup.

    For long term I use duplicati, it has a GUI and you can upload it to several places (mines are spread between e2 and drive).
    You configure the backend, password for encryption, schedule, and version retention.

    rclone, with the crypt submodule, you use it to mount your backups as am external drive, so you need to manually handle the actual copy of the data into it, plus versioning and retention.

  • No, it doesn't suit the needs of the country, it suits the needs of the political party of the president.

    Everyone with half a brain agrees this is bad and will make any judge bound by their promises in campaign (ha, more like the promises to their party and promoter) and allow any one to do the job of someone that should have good qualifications.

  • a console has better optimisation for lower price.

    Something else to have in mind, some times they're like a printer, the device is relatively cheap but you have to buy other stuff to actually have it working.

    In PC you can find several places to buy and download games (even when it feels like only one or two exist), in console you only have the manufacturer.
    In PC as long as you have internet you can play multiplayer, in console you have to subscribe to their online services.

  • I can't give you the technical explanation, but it works.
    My Caddyfile only something like this

     
        
    @forgejo host forgejo.pe1uca
    handle @forgejo {
        reverse_proxy :8000
    }
    
      

    and everything else has worked properly cloning via ssh with git@forgejo.pe1uca:pe1uca/my_repo.git

    My guess is git only needs the host to resolve the IP and then connects to the port directly.

  • Selfhosted @lemmy.world

    What's a good gethomepage-like project to show different type of information on a screen? Not only for deployed services

    Programming @programming.dev

    Audio inserted with ffmpeg has no sound

    Firefox @lemmy.ml

    Extension for subtitles in any page (not only video)?

    Programming @programming.dev

    How to store user's access tokens/API keys without hashing them?

    No Stupid Questions @lemmy.world

    How should I wash dishes/surfaces in contact with raw chicken?

    Selfhosted @lemmy.world

    Is my ZFS partition properly setup?

    Android @lemmy.world

    Custom voice input service

    Programming @programming.dev

    Can't access squid proxy via nodejs with axios

    Programming @programming.dev

    What are the pros and cons of authentication with API key vs client_id+secret?

    Selfhosted @lemmy.world

    Do you have a separate admin account on your services?

    Technology @beehaw.org

    Encryption-breaking, password-leaking bug in many AMD CPUs could take months to fix

    Privacy @lemmy.ml

    Encryption-breaking, password-leaking bug in many AMD CPUs could take months to fix

    Selfhosted @lemmy.world

    Help making munin work in ubuntu with lighttpd

    Technology @beehaw.org

    Netflix kills Basic plan, making its cheapest ad-free tier $15.49

    Selfhosted @lemmy.world

    How to store and retrieve my secrets in a linux server?

    Technology @beehaw.org

    Actively exploited vulnerability threatens hundreds of solar power stations

    Selfhosted @lemmy.world

    What privacy related configurations should I be mindful about when deploying in a VPS?