• 0 Posts
  • 16 Comments
Joined 2 years ago
cake
Cake day: July 3rd, 2023

help-circle
  • I won’t buy my wife a Cricut for the same reason, it is a closed system that the company can decide to nickel and dime at will.

    Surprised that they switched to Evil mode so soon, now everyone talks about this, and just a few days ago nobody cared and those who did were the loonies talking crazy.

    Presumably now that the security keys are known, it is possible to jailbreak your printer and never deal with Bambu ever again.


  • I think everyone with a 3D printer starts like this (it is a self-replicating hobby after all!), but eventually I grew out of it. Making your own better printer out of the one you already have is awesome, I’m glad I did it! You learn so many new ways of failing, sometimes it’s a miracle these things work at all.

    For me though I managed to stop after 3 printers (gotta have a backup while working on the downed printer!). I mostly use my printers for functional stuff though, complimenting my other hobbies when I need something super specific. It’s great to have the skill to troubleshoot when things go wrong, but also great to just hit Print and know it will work! I am thankful for the CAD skills I picked up with this hobby.

    For the first year or two I was just constantly upgrading this or that on my lousy printer, then getting new problems due to those upgrades… I’m glad I don’t do that anymore 🤣

    Thankfully my « printing trinkets » phase did not last too long. So many benchies…


  • it’s not an optimization if you don’t measure an improvement.

    This, so much. I often see this at work, theories about this and that being slow, or how something new « should » be better. As the resident code elder I often get to reply « why don’t you measure and find out »…

    For some reason it seems nobody uses sampling profilers anymore, those tell you exactly where the time is spent, you don’t have to guess from a trace. Optimizing code is kind of a lost art.

    Sometimes I wish compilers were better at data cache optimization, I work with C++ all the time but all of it needs to be done by hand (for example SoA vs AoS…). On the upside, I kind of have a good job security, at least until I retire.


  • It is exactly my case, as HomeKit by itself is way too limited for automations.

    All of my HomeKit devices are actually exposed through HomeBridge, so I can still use HomeKit stuff if needed, and devices that do not support HomeKit can still be added to HomeKit.

    My current challenge is on the Smart Dashboard side, I don’t really want to buy a Google Pixel Tablet for this, and the Nest Hubs I have don’t really integrate with HomeAssistant except through Google cloud services.

    HomeKit dashboard is fine but too basic.



  • fulg@lemmy.worldtoTechnology@lemmy.worldWhat Ever Happened to Netscape?
    link
    fedilink
    English
    arrow-up
    36
    arrow-down
    10
    ·
    edit-2
    4 months ago

    They became a poster child for why you should never “start over from scratch” even if your current codebase is awful. Because when you do that your competitors keep going, then they have years on your now stale product. Netscape lost all on their own…

    Also: selling a browser? Man, the 90’s where wild.




  • That is my recollection as well. Also I remember Psycho Mantis would make some comments about the content of your memory card before the fight.

    Another favorite of mine is The End in MGS3: Snake Eater, he is a sniper hiding in the woods and it takes like an hour of game time to beat him down. I seem to recall if you save during the fight and change the date forward a few years on your PS3, when you reload he has died of old age waiting for you to come back.




  • I remember your previous post, congrats on not giving up.

    Whipping up a script to solve a very specific problem is super satisfying, but I found that anything you write quickly becomes a liability. Debugging Perl can be super difficult, especially when returning to something you wrote a while back.

    Personally I grew tired of the punishment and left it all behind! If I need a quick script I’ll use Python instead, and if it doesn’t work I can use a real debugger to fix it.

    In any case it’s always fun learning new things, I hope this experience ends up being useful to you in the future and you get to easily solve a problem that stumps everyone else involved.

    Cheers!




  • I should have prefaced that I did not actually run this myself, but I did take a note of it, it looked promising. Sorry for the false hope!

    I would expect it to work after a lot of fussing about, and then break at the slightest update. Easier to run it in a VM (which is also not easy in order to get GPU acceleration without dedicating a card to it - I never managed to get Intel GVT-g nor GVT-d to work reliably).


  • fulg@lemmy.worldto3DPrinting@lemmy.world*Permanently Deleted*
    link
    fedilink
    English
    arrow-up
    12
    ·
    8 months ago

    It looks like Fusion 360 runs fine on Linux these days, I don’t know how reliable that is in practice (I would expect not very much).

    OnShape is a great option if the licensing terms are compatible with what you are doing. They used to have similar licensing terms as Fusion 360 where you could still get paid for your work with a free version (i.e. YouTube) but changed the terms to remove this loophole. Fusion still allows this with the Startup license but of course could change their mind at any time, then you’d be out of luck.

    I dislike the lockdown of Fusion 360 but its mental model works with my own (I can’t “get” SolidWorks and never remember how to do anything). Speaking of SolidWorks, they added a reasonably-priced license for DIY/hobbyists, but it’s the same lockdown as Fusion 360 and still Windows only.

    I’m in the same boat as you, just a hobbyist doing this for my own use, I have no interest in becoming an industrial engineer. For now I will keep using Fusion 360, and when that stops being an option I’ll move on to something else. I can whip out models for my prints easily enough and the 10 documents limit is just an annoyance, not a real limitation.

    At the very least whatever you design in Fusion 360 or OnShape won’t be stuck in there, you can export it out via .step files. You lose design history (if applicable) but not the model itself.