• 0 Posts
  • 42 Comments
Joined 1 year ago
cake
Cake day: June 19th, 2023

help-circle









  • And there’s nothing wrong with ender 3’s , besides creality’s quality control in the last few years. They are a good machine to start on. They print well once they are dialed in and force you to tweak and upgrade them, so you are kinda pulled into learning how things work.

    It’s harder to justify them when you can get a decent prusa clone on AliExpress for 250-300 bucks though


  • Honestly, ( and I say this as the owner of 2 ender 3’s). Just upgrade the control board and the extruder, and maybe print out some stuff to make it look nice. You’ll spend more money upgrading it than it will cost to just buy a sovol 6 or 7 which is a much better machine with all the stuff you would end up adding to the ender anyways.

    Between my two Enders, upgrading to direct drives with decent extruders, double z axis screws etc. I could have just bought a nicer machine. I also have an Ideaformer print mill and a bambu p1s and it’s well worth the money to jump to a better machine when you can






  • This. I love me some python, but it’s so unstructured (and by that I mean more how the structure is based off spacing), I actually think it makes it harder to learn vs. easier.

    “Bracket” languages let the learner get a feel for when a piece of logic ends, which I think is important to learn at first. Also, C type languages, ESPECIALLY C#) are everywhere, depending on the field you end up specializing in you probably have a 90+% chance of needing to know one of these languages.

    Seriously, there is nothing wrong with python, but I think the easiness of it actually works against learning to code (imho)


  • CIA_chatbot@lemmy.worldtoFediverse@lemmy.worldI can't code.
    link
    fedilink
    English
    arrow-up
    12
    ·
    edit-2
    1 year ago

    It’s a genuinely nice language with tons of syntactic sugar. It’s fast, flexible and runs everywhere. Honestly my favorite language.

    Other nice things about it is you can write object oriented code as well as functional style with it, so it even handles the style of code you prefer which is a lot harder to do with other languages. Finally it’s open source but also has deep pockets behind it so the language is constantly being pushed forward.