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/)TH
Posts
0
Comments
128
Joined
2 yr. ago

  • Grab a deconstruction planner and add it to the filter of your merge splitter so you don't get any output on the one side. (edit: whoops, I see the ones at the top are filtered, I was talking about the one on the left)

  • I do a lot of Architecting for my company and it's often easier to have direct access to DNS to make quick changes rather than wait one or more days for an engineer to go change records. If this is just going to be a test environment perhaps you could delegate a subdomain of your current domain. E.g. Add NS records for test.example.com that point to the NS of the contractors hosted zone. This gives you control to tear it down (delete the NS records) but allows the contractor the ability to build the environment out.

  • I have never done RAID over USB, but have done various JBOD setups using SCSI. I think the general idea is that USB having such an easily disconnected connector plus the latency overhead on translating SATA to USB to SATA again means you have a higher chance of corruption. SCSI setups typically have connectors with locking mechanisms to prevent easy disconnection.

    If eSATA is an option it might be better for the performance and it has a latching mechanism to prevent easy disconnection. You can get a 2-port eSATA PCI card for about 50 bucks.

    Oh, and if you have a free PCI port, you could add internal SATA ports to mount the drives internally.

  • I know tailscale prefers being installed on every machine but not all of my machines are even capable of running custom code. I use a single tailscale router that published my internal network to tailscale and if the internet is down everything still works fine internally.

  • With TrueNas you can do it two ways: ISCSI disks that are mounted to the VMs or via NFS. With ISCSI you won't have access to the data from the TrueNas side as the data will be stored as a volume file. With NFS you get the best of both worlds as you'll be able to access the files via other TrueNas services like SMB/SFTP. I have my Jellyfin/Plex running via NFS and have few issues, though I've not tested it with large 4k/8k videos yet. I mostly run 1080p.

  • For a Stardew Valley type RPG, check out Little-Known Galaxy. I haven't gotten far in its story but it's been pretty fun.

    For more traditional RPGs, I enjoyed Cross Code, though it is a bit grindy if you want to 100%.

    Sea of Stars also has a great story.

    For games with voice acting check out Kingdom Come Deliverance and its sequel.

    The Forgotten City. More of an adventure game but has good story.

  • A popular EHR cloud service that we use has a developer portal where operations such as logging in or entering two-factor codes would take upwards of 2 minutes to process.

    When I asked our rep about it they went "eh it's normal".

    This same company designed a XML SOAP API where if you request too much data, it just returns a HTTP 200 with no content. No error message or formatted SOAP reply, just completely nonsensical response.

    I hate this company but there's literally very few choices in this space.