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/)CM
Posts
0
Comments
1,335
Joined
2 yr. ago

  • I would return that shit immediately. There is absolutely no use for smart functionality in a computer monitor. I would suspect it's a TV sold as a monitor and will have the same issues as using a TV as a monitor.

  • Commercial displays usually don't have a very good picture quality. They are intended to be used as signs and are optimized for brightness.

    A good projector is definitely the way to go if you have the room for one.

  • Pellet printing is usually used in larger printers. You can get much higher flow rates and the pellets are cheaper than filament. That's good when your build volume is measured in cubic meters and you are using many kilograms of plastic in one print.

  • Does your windows machine have WSL? I would just write a bash script that would DD the image to the drives. Keep in mind that you will be severely bandwidth limited by the USB interface, so it will take a long time. All of the ports on the controller share the same bandwidth. Ideally you would build a PC with lots of USB controller cards for that.

  • The International Space Station was transmitting slow scan TV pictures last week. You can receive them with a handheld radio and the stock antenna on the high elevation passes, but a handheld yagi antenna works much better.

  • Link files will show the .lnk extension on Linux and it should be obvious from the icon that it's not a video file. If you have wine installed, then double clicking one will run it and malware can still cause problems when run in wine.

    If your torrent client has the option to run a script or command when a download completes, you could have it delete all .lnk files in the download directory. Something like find /path/to/my/download/directory -type f -iname "*.lnk" -delete would work.