Skip Navigation

Posts
15
Comments
44
Joined
1 yr. ago

  • I’ll probably get some hate from the pure JRPG community for this comment (and I don’t disagree either)…

    I loved Lunar: Silver Star Harmony when it came out. I didn’t play the originals, I’d just moved to the states and was living on a couch at my mom’s place and honestly things weren’t great for me… but I did bring my PSP with me and picked up Lunar.

    I fell in love with that game, the music, anime cutscenes and I also really liked the art style (the comment that will piss off a lot of ppl) because I didn’t have the nostalgia. I was able to put my headphones on and escape for a bit!

    I recently got the Lunar Remastered Collection on Steam and it didn’t hit the same way as it did on the PSP. That game got me through some tough times!

    Oh and GTA: Chinatown Wars is phenomenal!

  • I use Karakeep which uses Mellisearch as a part of its stack

  • I’d also include…

    The 40 CU unlock is a lottery, you could get a damaged unit and not be able to reach that many compute units.

  • Great shout out! That’s my plan, keep it under desk connected to my monitor or move it to the living room, but never left idle if not in use.

  • Yup! I paid $217 USD with shipping

    I was looking 2 weeks ago when I was getting tired of waiting for Steam Machine updates. They were closer to $150-$175, so they are going to keep increasing.

  • Linux Gaming @lemmy.world

    AMD BC-250 Lemmy communities?

  • Nice, I’ve got a Mac Studio M1 Max with 32GB of RAM that I use with Ollama and then I host OpenWebUI and OpenCode on my Arch Server. I use the Mac as a primary workstation, so it’s a little rough when I start running a model. I’m sure I could probably do and learn more about Ollama to improve my experience, but for now it works for certain tasks.

  • What spec Mini do you use?

  • 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.

  • Steam Hardware @sopuli.xyz

    Steam Controller delivery vent

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

  • 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!

  • Japanese Photos & Photography in Japan @lemmy.world

    Hakone Mountains

  • Steam Hardware @sopuli.xyz

    Do we think the Steam Controller will sell out/be hard to get later?

  • Japanese Photos & Photography in Japan @lemmy.world

    Setagaya - Kyodo

  • 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.

  • 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.

  • 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?

  • 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?

  • OpenWRT Firmware @lemmy.world

    CRS310-8G+2S+ VLAN configuration issues in SwOS

  • Sysadmin @lemmy.world

    CRS310-8G+2S+ VLAN configuration issues in SwOS

  • Mikrotik @lemmy.world

    CRS310-8G+2S+ VLAN configuration issues in SwOS

  • Games @lemmy.world

    help me pick a game

  • After university I was looking for any part time work I could find. This was in 2007-2008, so the job market wasn’t particularly good in the UK. Ended up at a company that did over the phone charity donations. I wasn’t working for a specific charity, it was a company hired by charities to make cold calls. Called a lady who said she was going through chemo and lost her job recently, although she really would love to help a children’s hospital, she couldn’t afford it. Asshole manager is listening in on the call, makes a hand motion and mouths to me “keep pushing, it’s just excuses”. I apologized for taking up the ladies time and said I hoped her treatment goes well. Hung up, took off the headset and walked out the door. One of the best decisions I’ve made in my life!

  • Have to ask… as a British guy who’s live in the USA for almost 20 years… is the “fruit” part a clarification this isn’t a “burger pie”?

  • He is a big gamer, so the chances are higher than some other older directors

  • Linux @programming.dev

    Remote Terminal and IDE

  • homelab @lemmy.ml

    New home server, NixOS vs Proxmox vs Arch

  • Linux @lemmy.ml

    New home server, NixOS vs Proxmox vs Arch

  • homelab @lemmy.ml

    OpenWRT & SwOS Lite VLAN setup advice

  • homelab @lemmy.ml

    Managed 2.5Gbps/1Gbps switch suggestions for home network (VLAN)