Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)DE
Posts
1
Comments
85
Joined
2 yr. ago

  • Ok but……who the hell runs blender and FFP in 8GB?

    The vast majority of users are NOT running pro apps like that.

    It’s just a name. If you’re actually running pro stuff, you’d be an idiot to run that on 8Gb no matter what machine.

    Apple’s argument that it’s the same as 16gb is dumb, but anyone actually using pro apps on 8Gb is dumber. The majority of browser(with sane numbers of tabs)/iPhoto/office users really are probably not gonna notice.

  • I have 2 Pi 4s in operation. One is a Moonlight/USBoverIP stream gaming portal. It automatically turns on and connects to a VM running Sunshine on my Proxmox host, passes any USB controllers/bluetooth etc to the VM so the big loud gaming box is in the basement and the tiny Pi is next to the TV. 1080p60 works great, minimal lag.

    The other acts mostly as a quorum server for the proxmox servers, I have two proxmox hosts and use the second Pi to ensure the cluster doesn’t get split brain. It also acts as a USBoverIP host for my home automation Zigbee and Zwave usb sticks, so that either proxmox host can connect to the USB sticks and the home automation VMs aren’t locked to a physical host.

  • The most annoying part I think is because I so rarely need them. All my Pis run headless, but the one time I do need direct console access I have to find the bloody adapters. Leaving them attached and unused is just asking them to get damaged.

    Rather than using micro-hdmi (which hardly anything uses), stick a pair of usb-c DP ports instead if size is an issue. at least then I don't need adapters that are ONLY needed for the Pi.

  • DOS has always? had chkdsk, but ndd had a knack for being able to recover data from minor corruptions way better than chkdsk did. Scandisk (dos 6 version of chkdsk) was just a prettier face, ndd was still better.

    Between ndd, Spinrite, and I can’t remember the name of the undelete tools, I saved a lot of homework assignments.

  • Stacker, then MS ripped off Stacker and made Doublespace, got sued and changed the compression algorithm and renamed it DriveSpace.

    Couldn’t use DoubleSpace or Stacker with Windows 3.X, there was no 32bit driver so disk access was horrendously slow. Windows95 was needed to use DriveSpace with full driver support, but it was still slow and by that time hard drives had caught up with the growing size of the OS and applications somewhat and live disk compression lost popularity, particularly with the way DriveSpace did it. Storing your entire drive as a single giant file backed by FAT32 was a terrible idea and prone to corruption.

    When NTFS came around and introduced transparent file compression, that pretty much ended DriveSpace style compression. All modern FS now include some kind of compression, NTFS, APFS, BTRFS, ZFS. Even HFS+ had some ability to compress similar to APFS, but wasn’t very well known.

  • I’m sure you’ve heard plenty through the forums, but Truenas virtualized is perfectly fine so long as you’re passing through an HBA directly. It doesn’t affect reliability any, but it doesn’t add any features either.

    “Can I virtualized Truenas” is probably the second most popular question after “do I really need ECC ram”