• 0 Posts
  • 54 Comments
Joined 1 year ago
cake
Cake day: June 23rd, 2023

help-circle





  • The only soulslike that’s reasonably flashy yet simple enough that comes to mind is Code Vein

    It’s slightly more cartoony than black desert, but has a high degree of character customization.

    Story’s fine, but not required.

    Combat was cool. I found it fine even on a bluetooth controller. Didn’t get massively frustrated with input lag.

    Character builds can vary quite a lot, and are mostly viable. I played a glass cannon and my friend played a tank. They worked just fine alone or together. On that note, the coop is serviceable.

    https://store.steampowered.com/app/678960/CODE_VEIN/

    Probably wait for a discount.


  • I can honestly say my space grey first-gen magic keyboard has served me well. It sits on my desk at work, I use it every day, and it only needs charging once every few months.

    The only thing I’ve ever done to damage it is pulling the z key off to clean between the keys, I tried to jam it back on wrong and ruined part of the scissor mechanism

    My next keyboard may yet be one of the newer models, but it’s to expensive to pull the trigger yet.

    Having tried it in person, I’m also considering the logitech mx keys mac variant. I didn’t even notice the key shaping while actually typing, and it’s the first keyboard I’d say comes close to being a magic keyboard replacement.

    I like the option(alt)/command(super) switched layout.

    I’ve got a keychron k3 ultra v2 too. I finally gave in on the mechanical keyboard train and splurged a bit - but now:

    • I need a wrist rest, even this ultra low profile version is way higher than I’m used to.
    • I hate the layout (my own fault for buying the most cramped version)
    • On linux at least, bluetooth is not the greatest (sometimes needs a keyboard restart to fix key send delay and repeat keys)
    • I picked the optical (cherry mx red equivelant) switches and they’re mushy af.

    I’ve had the white slim first-gen mini magic keyboard for years too. The battery swelled up, so I removed it and use it wired now. That was probably 8/9 years old.






  • Ubuntu GUI/apt fail

    Back when I used ubuntu, Unity was stuck with old gnome packages. This meant that the version gnome-terminal packaged with ubuntu (up to at least 18.04) didn’t have text reflow on window size changes.

    You could add the upstream sources, upgrade the specific text reflow package only, and then disable the sources.

    I forgot to disable the sources, or typed dist-upgrade (this happened multiple times…). Broke the whole desktop/lightdm setup with half upgraded packages, and half removed packages (for preparation to install new versions). Way easier to reinstall the os than to disentangle. Unity was a mess then anyway.

    Moral: Actually read the package change summaries when doing updates/removes/installs, and [ y/N ] means actually check what the fuck you think you’re agreeing to.

    BtrFS snapshots for idiots

    I’ve also run automated snapshots on my btrfs partition, then run out of space doing multi-hop system upgrade on fedora (dnf has a plugin that creates a snapshot every time it kicks in.

    You can imagine there were many changes happenning per snapshot, and I effectively could have rolled back 4 major fedora versions… Til I ran out of space.

    I couldn’t get a replacement drive in time, and I had an hour to rebuild my laptop before needing to be on a customer site, so sadly I couldn’t preserve my drive for later investigation. My best guess is the high-water-mark was configured incorrectly, and somehow it was able to ‘write’ data past the extents of the filesystem.

    Rollback did work for my home partition, but I had to mount it from another OS to get it to work - so no data loss!

    By that time I’d already reinstalled the os to the root partition/subvolume however, so I couldn’t determine the exact cause of failure :(

    Moral: Snapshots are not backups, and ‘working’ is not ‘tested’


  • No, that’s handled by ARP requests. In this case, it’s likely that the DHCP server is on the gateway, as that’s a pretty common setup for home ISP router arrangements.

    Gateway refers to a router that has access to other networks. In this case, the default gateway, which will be the router that has access to the internet.

    DNS or name servers are a separate option in DHCP leases, as are the IP addresses for DHCP servers, which are more of a windows thing generally.

    In this case this comment is probably an accurate description of what’s happened:

    https://lemm.ee/comment/7429148



  • I’d hesitate to call it truly enterprise, but I’ve used the 24 port/10Gbe version of these in a datacenter. Not many issues to write home about - seems to handle vlanning pretty well.

    Has 10Gbe uplinks, US power, and PoE+. Probably access to a fancy dashboard too.

    $1600 is probably as cheap as you’re getting.

    Edit: Oh yeah, they’re probably not dual attached, and the ‘redundant power supply’ (RPS) is a separate appliance, which I consider kinda bullshit, that takes up another U.

    I’ve had no trouble with actual switching performance though fwiw.

    Edit 2: They’re probably compatible with the AR mobile app, which is hella cool, and somewhat useful in customer sites.

    48 port Ubiquiti





  • You’d be surprised. I’ve got a mid-tier i7 laptop from 2017 and it munches through most productivity tasks.

    It’s my i9 desktop that suffers when I’m running everything I want to have up. Between containers and compilers, VMs and videos, tabs and terminals, you can really put the hurt on a machine. I likely won’t be swapping until everyhing has adopted 45, or until I figure out how to make hyprland work the way I want it to


  • I don’t have a particular problem with their security, I just don’t have a clear picture of what they’re about yet - and I don’t want to give the impression that I’ve investigated it and found everything’s in order.

    Gnome’s mouse thing is about running the human input devices in a separate thread, prioritized over the rest of its spawned processes. The practical upshot is, if your system is chugging under the weight of too many programs, your input won’t be laggy