• 1 Post
  • 54 Comments
Joined 1 year ago
cake
Cake day: October 18th, 2023

help-circle

  • A few degrees difference in ambient temperature can drastically affect your exposure times, and god help you if you have a print failure and forget to clean and filter your vat.

    As far as model complexity for 3d printing, you absolutely still have those issues, unless you only ever print pre-supported models (which I absolutely love, but aren’t ubiquitous.)

    I have a pretty heavily customized ender 3 and I don’t recommend that to people who don’t want 3d printer maintenance as a hobby either to be frank.

    I will say though, my issues with resin are never with the machine itself, it’s always the material and the specific prints.


  • I haven’t bought one in a year or two, but I don’t think there’s an equivalent.

    I recommend something like a Bambu for people who want “a printer to supplement their hobby, not be their hobby.”

    Resin printing is incredibly fucking cool, don’t get me wrong, but it’s also like a finicky thing, between leveling (if you have an older Saturn like I do), resin temperature, vat film replacement, model cleaning, safe ventilation, and on and on.

    If you wanna “set it and forget it” resin is not gonna be that. Probably ever, but definitely in its current form. You’re just gonna have to do a lot more post processing than you will with fdm.

    All that said, if you’re fine with it basically being a hobby that can supplement your other hobbies go for it. I didn’t do fdm till after I did resin, and the detail and print quality you’ll get out of a even an older tuned resin system is in a different universe than what you’ll get out of any modern fdm system. But you’re gonna pay for it in extra effort and various pita that do not exist with fdm.

    (I can rec a Saturn for sure, I have a 2 and I love that thing.)



  • I startled my dogs laughing at that last bit.

    Last time I dealt with Matlab much was like fifteen years ago when I was helping some people using it for quick interpretation of data. We just kept finding bugs that caused calculation errors (which they fixed pretty quickly TBF) and it was so much slower than any other general programming language we tried. It could be way better now, I wouldn’t know, I haven’t had call to use it since… A circuit simulation class?


  • In all reality it’s fine for what it does, just like every other language. It’s another tool in the box that’s most useful for a certain set of problems.

    Matlab shouldn’t, in my opinion, be used to construct a GUI, or generally be used for any sort of production code. Perfectly fine as a research tool though.

    But I digress, my overall point is a meaningless semantic joke. The only people who will get bent out of shape about splitting hairs between “scripting” and “programming” are all people who belong in this community.







  • Ubiquiti has had outages in the past that meant you couldn’t manage the equipment right in front of you.

    Even discounting the potential security implications of that kind of management, the rage I would feel in that situation is enough that I while my AP is nice, works great, I will never use any of their gateways.

    I’m using a 2.5g protectli with OPNSense now, and it’s easy to manage, and all local.






  • It’s a surprisingly good comparison especially when you look at the reactions: frame breaking vs data poisoning.

    The problem isn’t progress, the problem is that some of us disagree with the Idea that what’s being touted is actual progress. The things llms are actually good at they’ve being doing for years (language translations) the rest of it is so inexact it can’t be trusted.

    I can’t trust any llm generated code because it lies about what it’s doing, so I need to verify everything it generates anyway in which case it’s easier to write it myself. I keep trying it and it looks impressive until it ends up at a way worse version of something I could have already written.

    I assume that it’s the same way with everything I’m not an expert in. In which case it’s worse than useless to me, I can’t trust anything it says.

    The only thing I can use it for is to tell me things I already know and that basically makes it a toy or a game.

    That’s not even getting into the security implications of giving shitty software access to all your sensitive data etc.