randombullet

joined 2 years ago
[–] randombullet@programming.dev 5 points 4 weeks ago

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.

[–] randombullet@programming.dev 0 points 1 month ago

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

3-4% APY sitting around is nice.

[–] randombullet@programming.dev 1 points 1 month ago

It doesn't take my duck.com alias

[–] randombullet@programming.dev 1 points 1 month ago

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

[–] randombullet@programming.dev 5 points 1 month ago

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

Any longer runs I crimp myself

[–] randombullet@programming.dev 3 points 1 month ago

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.

[–] randombullet@programming.dev 1 points 1 month ago* (last edited 1 month ago) (1 children)

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.

[–] randombullet@programming.dev 3 points 1 month ago

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

[–] randombullet@programming.dev 1 points 1 month ago

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.

[–] randombullet@programming.dev 2 points 1 month ago* (last edited 1 month ago) (2 children)

5G as in cellular?

I use MikroTik with a USB CAT 20 modem.

[–] randombullet@programming.dev 1 points 2 months ago

Getting the good ending in The Witcher 3. So much relief.

view more: ‹ prev next ›