randombullet

joined 2 years ago
[–] randombullet@programming.dev 6 points 1 day ago* (last edited 1 day ago)

One VPS (need to grow this one) $10/month

2 tiny websites $2/month

Bitwarden Family $3.33/month

A few domains $10/month

And M$ Family 365 because it's the easiest way for my elderly parents to backup their photos. $8.33/month

Oh and proton VPN I think it's $5/month

That's about it.

$38.66 a month.

Just build a lower bridge first. Duh.

[–] randombullet@programming.dev 1 points 2 days ago (1 children)

I've had mixed results with clonezilla with windows cloning, particularly with the boot breaking.

DD works quite well, but has a few limitations as well.

Thankfully I hardly clone so each is its own puzzle.

[–] randombullet@programming.dev 2 points 1 week ago (1 children)

Boutique teas are really low margins so I wouldn't expect that from normal stores.

Can't expect many stores to stock such expensive tea without any clientele.

[–] randombullet@programming.dev 2 points 1 week ago (3 children)

Oh man.

I bought some Amber Muscatel Oolong Tea from Taiwan.

It's about $50 per 10g. Insanely expensive and I haven't even tried it yet. I'm trying to find a specific tea I've wanted to get ever since I've last tasted it back 10 years ago. Nostalgia is a hell of a drug

I have gotten more interaction with pixelfed than with Instagram.

I have more followers in 1 year on pixelfed than 4 years on Instagram.

About 60% of my followers are only fans bots and the other 30% are people I know. The last 10% are organic followers who like my photos. I don't do short form videos so I don't have any lasting engagement.

I have advertised my pixelfed I think twice on the fediverse. But not any more than that.

If you want to have the community, I've heard that flickr is probably the best. Many people use it and it's photography focused.

Instagram is taken over by short form videos. If you're not doing that or making really really good photos in unique areas, then you'll max out at 2-3 hundred followers.

[–] randombullet@programming.dev 26 points 1 week ago (3 children)

Soda and juice is too sweet for me.

A lot of music in public spaces is too loud.

No longer understanding slang is normal.

There's not enough hours (days) to decompress after a work day.

[–] randombullet@programming.dev 12 points 2 weeks ago (1 children)

Do you mean IRL? The only thing that IRW brings up is Islamic Relief Worldwide

[–] randombullet@programming.dev 11 points 2 weeks ago (1 children)

But laptop is usually one word. I don't think I've ever seen it as lap top.

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

~~Can you give is a lot more info.~~

~~Such as is it a framework 13? 12? 16?~~

~~Are you located in an area that framework ships to?~~

~~What do you consider a normal sized screen?~~

~~What do you consider a laptop sized screen?~~

~~Can you try to avoid shorthand to help people understand what you're talking about?~~

~~You can just sell it and get something you actually want. Retrofitting a gift seems more work than it's worth.~~

Since OP wanted to focus their responses to defending their strange short hand acronyms over actually providing us information. I'm out. Not worth my time.

Good luck in whatever you decide.

[–] randombullet@programming.dev 2 points 2 weeks ago

I've had the same issue. It's a little irritating

[–] randombullet@programming.dev 3 points 2 weeks ago

Thanks. Makes a lot of sense.

 

Small victory, I finally have more followers on pixelfed than Instagram.

Don't really have many people to celebrate this with. Thought y'all would appreciate it.

 

I've always been frustrated about film scanning being locked behind a paywall or generic AI slop. I've tried to make this as system agnostic as I can. Please give me feedback so that I can improve this article. Thanks in advance!

 

I've always been frustrated about film scanning being locked behind a paywall or generic AI slop. I've tried to make this as system agnostic as I can. Please give me feedback so that I can improve this article. Thanks in advance!

 

I wanted to see if anyone has any questions about my hobby and to also kill time.

 

Hi, I'm trying to pass an HD770 from a i5-14600K to a jellyfin container that's on Open Media Vault. I keep thinking I have the correct firmware downloaded but I guess that's not the case.

The GPU is fully passed through via Proxmox.

Hypervisor: 6.14.5-1-bpo12-pve

OpenMediaVault: 6.12.32+bpo-amd64

lspci | grep -i vga:

00:10.0 VGA compatible controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)

dmesg | grep -i drm:

[    2.084954] i915 0000:00:10.0: [drm] Failed to find VBIOS tables (VBT)
[    2.093499] i915 0000:00:10.0: [drm] *ERROR* DMC firmware has wrong CSS header length (1097158924 bytes)
[    2.093502] i915 0000:00:10.0: [drm] Failed to parse DMC firmware i915/adls_dmc_ver2_01.bin (-EINVAL). Disabling runtime power management.
[    3.998600] i915 0000:00:10.0: [drm] [ENCODER:240:DDI A/PHY A] failed to retrieve link info, disabling eDP
[    4.001294] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.bin: size (2134KB) exceeds max supported size (2048KB)
[    4.003303] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin: unexpected header size: 1841953 != 128
[    4.003305] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.1.1.bin: fetch failed -EPROTO
[    4.003307] i915 0000:00:10.0: [drm] GT0: GuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    4.004270] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin version 0.0.0
[    4.004331] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC initialization failed -ENOEXEC
[    4.004333] i915 0000:00:10.0: [drm] *ERROR* GT0: Enabling uc failed (-5)
[    4.004334] i915 0000:00:10.0: [drm] *ERROR* GT0: Failed to initialize GPU, declaring it wedged!

I have adls_dmc_ver2_01.bin, tgl_guc_70.1.1.bin, and tgl_guc_70.bin all within /lib/firmware/i915/

This docker container returns this

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 -
[AVHWDeviceContext @ 0x56479ec06c00] libva: /usr/local/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[AVHWDeviceContext @ 0x56479ec06c00] Failed to initialise VAAPI connection: 1 (operation failed).
Device creation failed: -5.
Failed to set value 'qsv=hw:/dev/dri/renderD128' for option 'init_hw_device': Input/output error
Error parsing global options: Input/output error

I'm at a loss and pulling my hair out.

5
submitted 5 months ago* (last edited 5 months ago) by randombullet@programming.dev to c/homelab@lemmy.ml
 

Hi, I'm trying to pass an HD770 from a i5-14600K to a jellyfin container that's on Open Media Vault. I keep thinking I have the correct firmware downloaded but I guess that's not the case.

The GPU is fully passed through via Proxmox.

Hypervisor: 6.14.5-1-bpo12-pve

OpenMediaVault: 6.12.32+bpo-amd64

lspci | grep -i vga:

00:10.0 VGA compatible controller: Intel Corporation Raptor Lake-S GT1 [UHD Graphics 770] (rev 04)

dmesg | grep -i drm:

[    2.084954] i915 0000:00:10.0: [drm] Failed to find VBIOS tables (VBT)
[    2.093499] i915 0000:00:10.0: [drm] *ERROR* DMC firmware has wrong CSS header length (1097158924 bytes)
[    2.093502] i915 0000:00:10.0: [drm] Failed to parse DMC firmware i915/adls_dmc_ver2_01.bin (-EINVAL). Disabling runtime power management.
[    3.998600] i915 0000:00:10.0: [drm] [ENCODER:240:DDI A/PHY A] failed to retrieve link info, disabling eDP
[    4.001294] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.bin: size (2134KB) exceeds max supported size (2048KB)
[    4.003303] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin: unexpected header size: 1841953 != 128
[    4.003305] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC firmware i915/tgl_guc_70.1.1.bin: fetch failed -EPROTO
[    4.003307] i915 0000:00:10.0: [drm] GT0: GuC firmware(s) can be downloaded from https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/i915
[    4.004270] i915 0000:00:10.0: [drm] GT0: GuC firmware i915/tgl_guc_70.1.1.bin version 0.0.0
[    4.004331] i915 0000:00:10.0: [drm] *ERROR* GT0: GuC initialization failed -ENOEXEC
[    4.004333] i915 0000:00:10.0: [drm] *ERROR* GT0: Enabling uc failed (-5)
[    4.004334] i915 0000:00:10.0: [drm] *ERROR* GT0: Failed to initialize GPU, declaring it wedged!

I have adls_dmc_ver2_01.bin, tgl_guc_70.1.1.bin, and tgl_guc_70.bin all within /lib/firmware/i915/

This docker container returns this

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 -
[AVHWDeviceContext @ 0x56479ec06c00] libva: /usr/local/lib/x86_64-linux-gnu/dri/iHD_drv_video.so init failed
[AVHWDeviceContext @ 0x56479ec06c00] Failed to initialise VAAPI connection: 1 (operation failed).
Device creation failed: -5.
Failed to set value 'qsv=hw:/dev/dri/renderD128' for option 'init_hw_device': Input/output error
Error parsing global options: Input/output error

I'm at a loss and pulling my hair out.

 

So back a few years ago the SK hynix Gold P31 was the GOAT for laptops due to the low idle wattages and low usage wattages. This allowed you to squeeze about 10% extra battery life out of your laptop.

Is that still considered the best M.2 drives for laptops in terms of power usage?

 

I was poking around for a USB C 5G/LTE modem that I can run either off my laptop or plug into my router as a secondary WAN. Has anyone messed with something like this?

The secondary WAN is common, but I usually need some sort of DC power input instead of a single USB C cable that I can put into my laptop.

 

Just exposed Immich via a remote and reverse proxy using Caddy and tailscale tunnel. I'm securing Immich using OAuth.

I don't have very nerdy friends so not many people appreciate this.

 

I just learned how to do a reverse proxy using Caddy, tailscale tunnel, and exposing Immich secured by OAuth all in a few hours. Now I'm no longer scared of exposing certain services to the Internet!

 

Greetings fellow enthusiasts.

I'm going to rebuild my proxmox server and would like to have a few opinions.

First thing is I use my server as a NAS and then run VMs off that.

I have 2 x 20tb in ZFS mirror but I'm planning on changing that to 3 x 24tb in ZFS1.

I currently have a ZFS pool in proxmox and then add that pool to Open Media Vault.

Issue is, if my OMV breaks and I'll have to create another VM, I'm pretty sure all that data would become inaccessible to my OMV.

I've heard of people creating a NFS in proxmox and then passing it through to OMV?

Or should I get HMB cards and then just pass it through the VM and then just run it natively within OMV. I'd need to install the ZFS kernal into OMV as well.

Would like to hear some options and tips.

 

Is there a FOSS program where I can inventory my high value items in case there is an insurance claim?

I was thinking of the item, the picture of the item and serial number, maybe the UPC, and then an attachment of the receipt.

I'm guessing some kind of database that integrates file attachments per item.

view more: next ›