I run 16 Bit Virtual Studios. You can find more reviews from me on YouTube youtube.com/@16bitvirtual or other social media @16bitvirtual, and we sell our 3D Printed stuff on 16bitstore.com

  • 30 Posts
  • 187 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Hummm, lots of good suggestions. Honestly what I would do is get something cheap that works. Then learn what your needs are.

    3D Printers are a tool, and like all tools there are cheap ones which break in 30 seconds if you are actually using them. And tools which will last a lifetime but cost a fortune.

    As someone who started with the (at the time) budget printer, the MonoPrice Select Mini. My suggestions are are follows.

    200mm x 200mm x 200mm heated bed. This is common for printers who are clones of the i3 and isn’t hard to get cheap.

    Doesn’t require proprietary software or can use open source software. Back in the day some printers would only take gcode from their proprietary slicer software. Flashforge comes to mind. But just check if what you are buying has a profile (even community made) for you slicer. Prusa and Cura are the 2 popular ones everything else is based on.

    Automatic bed levelling. Whether it’s magnets like a MK3 or a touch sensor like the ender 3. So long as it can mesh bed level out of the box it’s fine. So long have I tried to dial in my printer only for it to need to be dialled in again.

    Finally check Amazon or other sites for replacement parts. This is a machine and parts wear down. You don’t need to replace everything, but belts hot end assemblies, print beds and sensors are a going to break and need replacing.

    For my recommendation is for a ender 3 s1 or the elegoo Neptune as they meet my spec and look fine. Though triple check with reviews





  • the16bitgamer@programming.devtoLinux@lemmy.mlLinux security
    link
    fedilink
    arrow-up
    2
    arrow-down
    7
    ·
    5 days ago

    From a windows perspective Linux does 2 things differently which makes it more secure to Windows.

    1. Like MacOS it doesn’t need antivirus software like Norton. Windows needs antivirus because DOS the OS windows is based on, had it where any program had access to anything. This is still sadly true even on Windows 11. Linux is Sandboxed, where instead of giving the program full access to everything, you just give it a sandbox with what it needs.

    Unless you deliberately run a program as the admin of Linux (su or sudo), malicious code can just delete system32.

    1. Linux’s is open source and while the desktop market share is tiny, there are a massive market in servers. As a result since there are a lot of eyes on the project if/when problems are found they are fixed quickly. I remember a time when a malicious actor was trying to add a backdoor into a library as a blob and it was caught.

    Windows on the other hand is closed source, meaning if MS can’t find the issue, the only time it is found is when it’s in the field. To avoid downtime MS offers bug bounty programs for those who can find issues, rather than to let them exploit it.
















  • Step 1) Find a Distro which you are comfortable with using. Over the years I’ve tried Fedora, Ubuntu, Debian, and Arch, and I’ve settled on Linux Mint since it’s familiar to me, but also easy to use and lots of forums with trouble shooting since it’s based on Ubuntu/Debian. Arch is my close second if you want the bleeding edge and are OK with stability.

    Step 2) Find the right UI. Most distro’s default desktop environments are good, but I found Cinnamon and KDE Plasma to be perfect for me. If you are looking for a more Mac like experience Gnome is a good starting point too. Though you can customize any distro to look like any OS with enough time and effort.

    Step 3) Software.

    Games is a solved problem these days. Steam works natively and Proton is good enough for lie 99% of your games. You just need to enable it and you will be good to go. If you are playing non steam games, Heroic is a simple application which works, though if you are installing anything more complicated, i.e. a CD game Lutris is your friend. Not sure about gamepass as the Microsoft store is Windows exclusive.

    Office Software: LibreOffice is installed by default on all OS’s and is based off of OpenOffice, but it’s actually still in development.

    Photoshop: Yeah this is going to be your make or break it situation. Photoshop has no real substitute in linux. GIMP isn’t bad, but is only good for image manipulation not creation. Kirta is more of an art studio rather than Photoshop. What I personally do is a lot of work. Affinity Photo is a close second place for Photoshop but it’s Mac/Windows only. Good News, with Proton you can run it. Bad News it’s a pain in the rear to do so. I strongly suggest Bottles and the ElementalWarrior build of Wine to get it working there are some guides on how to do it. But again it’s a pain in the rear.

    In some regards how I get around Windows Limitation is just have a virtual machine with windows on it to run when I need it. Doesn’t need much power and I use it when I need it. I…e backing up my iPhone or sending music files to it.