async_amuro

Steam Controller delivery vent

24d 8h ago in steamdeck@sopuli.xyz

I was referring to the first batch… when an abundance of scalpers forced me to press the order button for 45 minutes and then told me it’s sold out.

I don’t disagree (I’m an Englishman who lives in NYC), but… Chicago, Philly and Boston have similar architecture

Hakone Mountains

1mon 17d ago in japanpics from lemmy.zip

We didn’t go down to the loop or anywhere else in Hakone due to time, we mostly did the museum and stayed in an adorable ryokan with an onsen that was nearby! The food options were a little limited, but it was so cute in that part of town. If we stayed longer we definitely would have explored more.

The open air museum was one of the best parts of our trip! Insane how they have this huge collection of sculptures in the middle of the mountains! A lot of big names and some really cool Japanese artists I’d never experienced before!

Setagaya - Kyodo

1mon 17d ago in japanpics from lemmy.zip

How is Jellyfin on Apple TV 4K?

1mon 18d ago in selfhosted

Did you need to buy Infuse Pro or does the free version work for most use cases?

In the exact same boat, I’d love to know what apps people are using (tvOS & iOS)? I don’t have Plex accessible from outside my LAN (I use DirectPlay most of the time), but I do download to my iPhone/iPad with the Plex app for when I travel. Considering the questionable decisions Plex keeps making, I’m leaning towards switching to Jellyfin.

Cookbooks you're currently really into?

1mon 19d ago in cooking from kbin.melroy.org

Justine Cooks: Recipes (Mostly Plants) for Finding Your Way in the Kitchen - Justine Doiron

We’re not vegan/vegetarian but with the increasing meat costs and environmental impacts it has, we’ve leaned into this book a lot. Also so cheap to soak a 1lb bag of beans the night before.

I second this, my old server was previously OMV and then Proxmox. But with my replacement server I went Arch after loving my Steam Deck experience. You’ll learn a lot and I feel like the complaints of it constantly breaking aren’t true if you put a little effort before running updates. I mostly use it headless for remote development (LazyVim) and running containers (moved to Podman from Docker), but I also use Niri for the DE when I do need to use a monitor, for example playing Dwarf Fortress.

Amazon: Older Kindles can no longer download e-books

2mon 9d ago in technology from www.heise.de

Got my wife a Kobo for her birthday to replace her aging Kindle. She’s bought 1 book so far and gonna look at the Library integration.

Anyone got any tips for ways to use the Kobo? For example I have Calibre on my Mac and have used that to copy books I’ve “acquired” for her, is there any benefit in self hosting Calibre? Is it possible to get her Kindle books on the Kobo or is the DRM a nightmare nowadays?

Saved Commands/Scripts

2mon 17d ago in linux@lemmy.ml

I selfhost ByteStash and then save anything I use frequently and reference it when I need it.

Hey HybridSarcasm

Pulled this together this afternoon, let me know if it's missing any key details.

root@OpenWrt:~# ubus call system board
{
        "kernel": "6.12.74",
        "hostname": "OpenWrt",
        "system": "ARMv8 Processor rev 4",
        "model": "GL.iNet GL-MT6000",
        "board_name": "glinet,gl-mt6000",
        "rootfs_type": "squashfs",
        "release": {
                "distribution": "OpenWrt",
                "version": "25.12.1",
                "firmware_url": "https://downloads.openwrt.org/",
                "revision": "r32768-b21cfa8f8c",
                "target": "mediatek/filogic",
                "description": "OpenWrt 25.12.1 r32768-b21cfa8f8c",
                "builddate": "1773711117"
        }
}
root@OpenWrt:~# cat /etc/config/network

config interface 'loopback'
        option device 'lo'
        option proto 'static'
        list ipaddr '127.0.0.1/8'

config globals 'globals'
        option dhcp_default_duid 'REDACT'
        option ula_prefix 'REDACT'
        option packet_steering '1'

config device
        option name 'br-lan'
        option type 'bridge'
        list ports 'lan1'
        list ports 'lan2'
        list ports 'lan5'

config interface 'lan'
        option device 'br-lan.10'
        option proto 'static'
        option ip6assign '60'
        option multipath 'off'
        list ipaddr '10.1.10.1/24'

config interface 'wan'
        option device 'eth1'
        option proto 'dhcp'

config interface 'wan6'
        option device 'eth1'
        option proto 'dhcpv6'

config bridge-vlan
        option device 'br-lan'
        option vlan '10'
        list ports 'lan1:t'
        list ports 'lan2:t'
        list ports 'lan5:u*'

config bridge-vlan
        option device 'br-lan'
        option vlan '20'
        list ports 'lan1:t'
        list ports 'lan2:t'

config bridge-vlan
        option device 'br-lan'
        option vlan '30'
        list ports 'lan1:t'
        list ports 'lan2:t'

config bridge-vlan
        option device 'br-lan'
        option vlan '40'
        list ports 'lan1:t'
        list ports 'lan2:t'

config bridge-vlan
        option device 'br-lan'
        option vlan '50'
        list ports 'lan1:t'
        list ports 'lan2:t'

config interface 'IoT'
        option proto 'static'
        option device 'br-lan.20'
        option ipaddr '10.1.20.1'
        option netmask '255.255.255.0'
        option multipath 'off'

config interface 'Guest'
        option proto 'static'
        option device 'br-lan.30'
        option ipaddr '10.1.30.1'
        option netmask '255.255.255.0'
        option multipath 'off'
        option type 'bridge'

config interface 'Main'
        option proto 'static'
        option device 'br-lan.40'
        option ipaddr '10.1.40.1'
        option netmask '255.255.255.0'
        option multipath 'off'

config interface 'Servers'
        option proto 'static'
        option device 'br-lan.50'
        option ipaddr '10.1.50.1'
        option netmask '255.255.255.0'
        option multipath 'off'
  • Yep, the Flint 2 is tagging ports 2 & 3 with all VLAN IDs (trunk?)
  • Nothing between the router and switches
  • Shared the /etc/config/network

How do you have your switches configured?

[question] help me pick a game

3mon 6d ago in games

Remote Terminal and IDE

7mon 27d ago in linux@programming.dev

New home server, NixOS vs Proxmox vs Arch

8mon 21d ago in homelab@lemmy.ml