• 3 Posts
  • 554 Comments
Joined 1 year ago
cake
Cake day: July 1st, 2023

help-circle




  • It has to be fixed in a tangible medium.

    In this case they’re not “fixing” their words and the final art is the created expression. Yet in this case their created expression wasn’t created by them but the program.

    In this case their combination is the palette and paint but the program “interpreted” and so fixed it.

    For example you can’t copyright a simple and common saying. Nor something factual like a phone book. Likewise you can’t copyright recipes. There has to be a “creative” component by a human. And courts have ruled that AI generated content doesn’t meet that threshold.

    That’s not to say that creating the right prompt isn’t an “art” (as in skill and technique) and there is a lot of work in getting them to work right. Likewise there’s a lot of work in compiling recipes, organizing them, etc. but even then only the “design” part of the arrangement of the facts, and excluding the factual content, can be copyrighted.



  • Or a LAN. Could do a WAN which itself can be interconnected over a wide area. Usually by routing over the internet but you could use something like satellite uplink or miles of dedicated cables.

    But the interconnection of multiple LANS and WANS is what would make an “internet”.

    So maybe 2 universities joining their own networks would be moving towards a private “internet” but I think we’d still call that a private network or a WAN.

    It’s interesting to consider where the definitions change.


  • Exactly… this printer is useful honey.

    I can make parts for the printer, accessories for filament management for the printer.

    Halloween decorations… once I get the printer back online when I have this mod finished.

    Parts for another printer.

    Mounts for the brooms… when more filament comes in since I used the last of it for the parts for the new printer.

    Save 450 on a unique appliance part they’re not making anymore which now justifies the thousands I’ve spent on this thing.

    Seriously though. It is a fun hobby and if you want to just print and make things and not tinker there are plenty of good options out there. Me? I like tinkering. It’s a blast.







  • It has its strength. The downside to blender is it’s geometry based unlike Fusion and others that are parametric.

    Where this shines, for example, is when you’re defining a circle with a given radius. If it’s 4mm in a cad program and you export to STL it will be polygon based. But you can adjust the density of the export and, if you need to, scale your cad up 200%, 300%, etc and export again. Always resulting in the closest approximation of that circule in the stl or export. This way you don’t lose any fidelity. Blender does have some great tools for interpolating points in a mesh so it’s not useless either.

    The best analogy I can think of is raster and vector. Doubling the size of a vector doesn’t result in aliasing. But, likewise, doing a high quality image of something photorealistic is not great on vector.

    I use Fusion for cad modeling. The parametric design workflow allows me to adjust measurements, etc and have them show downstream, etc. But if I’m going to import something that’s already an 3d model I’ll use blender and mesh mixer to cleanup the model first.

    I’ve also used just blender when using game assets to pose a model before exporting to a mesh for use in a slicer. Since, again, it’s the tool for the job.