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/)HA
Posts
65
Comments
905
Joined
1 yr. ago

  • You might be better off with an LED panel. Something like this, which can run off an ac adapter.

    But as the other commenter mentioned, if this is running unattended for 6-8 hours safety is a big consideration. Be aware of the heat these lights will generate and the safety of the electrical cords and connections you plan to use.

  • We need more details to recommended something to meet your needs.

    1. What are you photographing? Is it a large object/scene, or a smaller object/scene?
    2. How many hours on end do you expect the flash to run?
    3. How much light do you need the flash to output? A lot? A little? Is this light meant to be the main light for the photo or is it supplemental?

    Running a flash for hours on end flashing 1-2 times per second can quickly overheat a flash, which can lead to problems. The lower the flash output, the better it will handle that heat and the longer it will be able to run.

    But with that being said, depending on how many hours and how much light you need you might be better off with ac powered LED light panels instead of a flash.

  • DOWN:

    I'm currently fighting with my OliveTin config file. I added a simple new config for a button action and ylthe whole thing just shit the bed. Now OliveTin won't load at all. Even after removing the new config. Stupid yaml.

    UP:

    After reading the Jellyfin docs and their Hardware Encoder Quality section which states

    Apple ≥ Intel ≥ Nvidia >>> AMD*

    I decided to spin up a test server on the m1 mini that's been sitting unused in my basement for a couple of months now to see if I can get better performance out of jellyfin on the m1 vs where it's running currently, which is on an i7 Intel that's going on 10ish years old now.

    I also spun up baserow and directus containers to see which one I want to use for my database needs.

  • Audiobookshelf for sure. It handles audiobooks fabulously, and it also does handle ebooks.

    I use it to manage my eBook library, but not as the reader. You can set up a "send to ereader" option to email the ebooks to your reader of choice. So I just shoot them off to my pocketbook ereader when I want to read one.

  • Easiest way would be to just add a sleep 15 command at the top of the script. Time how long it takes your wifi to come up, and adjust the sleep time with like a 2-3 second buffer in case it takes linger for some reason.

    More exact would be to create a systemd service for your script that depends on network connectivity to execute.