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/)R
Posts
12
Comments
527
Joined
3 yr. ago

  • All the mom and pop restaurants I grew up with that have since closed.

    Also knowing all the short cuts it took through the neighbor's yards to get home.

  • Developing black and white film is really cheap and easy. I think it's just developer, fixer, and an all in one film developer container.

    Color film is a little more intimidating for me since it's easier to over or under develop.

  • Definitely not wrong. Maybe I should put in that any method that can get consistent scans first is best?

  • Thank you. I definitely need to work on formatting because right now it looks like. Word vomit.

  • I use the Hedeco Lime II. It can display using EV so I can set exposure up quickly with my 500CM.

  • I wouldn't say it's gotten too expensive. I'm averaging about 2ish euros a photo with my medium format camera.

    Each roll depending on the maker is 10-15 euros with 5 euro development fee. The most I've ever paid was 20 euros per roll.

    If film ever runs out and I still don't want to give up analog photography, I'll use glass plates.

    I think film is a bit too hard to do yourself. Case in point is Harmon Phoenix. You should take a look at their process because they are the 3rd maker of film emulation in the modern era.

  • Sure. Thanks for the tip!

  • I've become a spray and pray type of photo with digital so I am using film to make me really slow down and focus on the basics.

    The other half is the joy of knowing the photons physically affected the emulation layer. I really like how analog is a physical process. Also my folks are getting old, I like the idea of their photons affects a physical medium I can keep.

  • Do you develop film and sacn by yourself?

    I send my film to a lab to get developed but I scan my film via a mirror less camera

    Also color or b&w?

    99% I shoot color film

    Do you ever use movie film without soot?

    I've shot a few of rerolled 250D, 500T and 800T. All without remjet.

    What film do you use?

    Favorite film is Kodak Gold 200 and Cinestill 800T. I have a soft spot for Ektar 100 especially if I want poppy colors.

  • Something like SGOV until I figure out what to do with it.

    3-4% APY sitting around is nice.

  • I have short sleep cycles. So I sleep at 0100 and wake up at 0600.

    She needs like 12 hours of sleep.

    I also do improv travel. Hop on the train to get some photos. But if she's here I feel like dragging her around if I want to get out

  • Eh for anything under 5 ft I buy premade. My time is not worth making cables that short.

    Any longer runs I crimp myself

  • You use an IBAN to send money. Yeah technically it's your bank, but it's a digital transfer without a middleman.

    You can even put notes on it to pay invoices.

  • I am running Jellyfin in an Open Media Vault VM on top of Proxmox.

    Jellyfin is in docker in OMV.

    All disks are mounted in OMV and then mounted in Docker.

    I have a 14600k that has an iGPU passthrough and it works fine. (Same generation iGPU I think)

     
            mkdir /lib/firmware/i915/
        cd /lib/firmware/i915/
        wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/adls_dmc_ver2_01.bin
        wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/tgl_guc_70.bin
        wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/tgl_guc_70.1.1.bin
        wget https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/plain/i915/tgl_huc.bin
        update-initramfs -u
    
    
      

    Then try this docker container to see if encoding works

     
            docker run --rm ghcr.io/linuxserver/ffmpeg ffmpeg -hwaccels
    
    
      

    Run the container

     
            docker run --rm \
          --device /dev/dri:/dev/dri \
          --entrypoint ffmpeg \
          ghcr.io/linuxserver/ffmpeg \
          -init_hw_device qsv=hw:/dev/dri/renderD128 \
          -hwaccel qsv -hwaccel_device hw -hwaccel_output_format qsv \
          -f lavfi -i testsrc=duration=3:size=1280x720:rate=30 \
          -vf 'format=nv12,hwupload=extra_hw_frames=64' \
          -c:v h264_qsv -f null -
    
    
      

    I'm on mobile so formatting maybe shit. But I think you can get the right idea with this.

  • The website only uses http so you'll need to disable https mode if you want

  • I use a Sierra Wireless EM9293 with a USB3 to M.2 Key B 4G 5G Modem Adapter Enclosure with SIM Card Slot - V7 from Wireless Haven.

    Impressive kit and costs me about 300 in parts.

    Works natively with my Mikrotik USB port.