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/)NC
Posts
19
Comments
409
Joined
2 yr. ago

  • Bitlocker will make you have a hard time when it comes to multiboot and only one drive (RAID 0 behaves like one single drive). The RAID is another possible point of failure.

    If you really want to set it up:

    1. Backup all your data
    2. Disable RAID
    3. Reinstall Windows on one SSD (Bitlocker Encryption is fine then)
    4. Install Linux along with its bootloader (grub) on the other SSD (LUKS encryption is also ok here)
    5. Boot from the Linux drive. Grub will then prompt you for the password to the encrypted LUKS partition.

    You will not be able to access your Linux drive under Windows and vice versa. At least not with preinstalled tools.

  • No issues, as long as you have two separate drives. In worst case, you have to change your boot settings in UEFI, after a kernel update.

    But I failed setting up Windows and Linux, both with drive encryption on one single SSD. I guess my failing prevented me from locking myself out of the system.

  • Sharkoon Skiller Mech SGK3. It's a full size keyboard, if that doesn't put you off. Featuring a heavy sheet of metal for the surface, and you can choose from linear, tactile and clicky switches (non-swappable). For 60-80 €, that's a real steal.

  • I change nozzles depending on the project.

    0.4 and 0.5 are nice for smaller parts with fine details. But for mineatures / small figures, I tend to 0.3 or even 0.2 nozzles. 0.1 only for exceptional small and detailled works, since these nozzles constantly tend to clogging. And then there are taller parts which have to be strong, like shelf brackets or vases. That's where my 0.8 and even 1.0 mm nozzles do shine.

    Last, but not least: You don't need a high-flow hotend for wider nozzles. Any hotend will do (tested with an old Ender2), as long as you adjust speed and temperature accordingly. Some trial and error is the key.

  • MUDs (Multi User Dungeons - The massive multiplayer text adventure RPGs that came before the term "MMORPG" has been invented) may be your friend. Games like unitopia.de. All you need is a telnet client (built-in in almost all operating systems).

  • Indeed, there were advantages when It came to app development. There was for example, the Unity web exporter. Embedding web apps for the OS worked out of the box. On the flip side, there was an impact on performance. Like there was no multithreading possible. At least not for the Unity Web export.