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

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

help-circle

  • The bunny 20-30 minutes since I don’t use Eclipses too much, and how to do Eclipse arcs to make a solid outline. I’d say if I was more familiar it should take less time. Since this Bunny looks way rougher than I intended too, but it was a proof of concept.

    The interception geometry issue was the biggest learning hurdle for FreeCAD for myself. However since moving I’ve grown to prefer it since it avoid voids being created by tiny intersections which are difficult to see. For example for the skatch bellow, if you are not careful you may miss the middle and create a random hole in your model. Had this on many of my earliest designs and spent a lot of time trying to fix it since the software wouldn’t render out the shape right.

    I also I love how FreeCAD changes the color of a sketch’s lines green and a brighter green when everything is contained. I see it like a game and it forces me to think about how the shape should be rather than what’s close enough to what I need.

    That said, while I was like you and worked with a single sketch and padded, pushes and constrained my way to make the model I needed. FreeCAD does like you import existing geometry into a design. In the current BETA they are allowing that geometry to even be constructor geometry to make modeling easier. So you can continue to base your current sketch upon the previous one, and it’ll update as you move along.

    While it’s not in a single sketch, I found doing it this way makes it much easier for myself to maintain a model and go back into it to fix parts of it when needed.

    I also know FreeCAD isn’t for everyone, and there are hurdles to move to it. But I personally found it works with my workflow, and not being tied to yearly licenses is a relief for me.









  • When I was in Uni, we had the opportunity to apply for co-op at Black Berry when they still made phones with their own OS.

    I was getting into mobile dev at this time and applied and got an interview.

    I didn’t know what I was expecting but what I got was a 10-20min sales pitch for their phone and I wasn’t asked a question… I don’t think. From what I gathered afterwards they just wanted to hire/rehire one guy and had to interview others to be in the co-op program.

    Believe it or not I wasn’t sold on black berry after that.




  • I’ve always struggled to find a good book to read. I love having books read to me, but to pick one up myself has always been a struggle.

    So when I say I’ve love the Ascendance of a Bookworm series, know that this is one of maybe 2 or 3 series I actually read. It’s a fantasy story about one little girls dream of trying to read books in a world without books. The premise is silly on paper, but the world building and characters are so detailed and flushed out that I’ve gotten sucked in and read throughout the whole series multiple times.

    The novels just finished the main series with Part 5 Volume 12, there an anime of good to mixed quality, and a manga too. Tips for new readers is to watch the anime before reading as Part 1 is not as smooth as the rest.

    There is also a lemmy server for discussions !aoblightnovel@bookwormstory.social



  • I agree with you. But with how fractured the software and hardware space has become. Building native is expensive and time consuming.

    For example a web browser is compatible with x86 amd64 armv7 aarch64 on any OS from Windows, Linux, Mac OS, iPad/iOS, and Android.

    Which means that if I make 1 web page, I can support all these platforms at once.

    The customer doesn’t care, they just want funny cat pics.

    Building native requires both the hardware (especially if you need to build for the walled garden known as iOS), and frameworks. Where its just easier to recompile chrome, and bake in a Web Page, I.e. react native