He/him

Formerly on .ee

  • 2 Posts
  • 28 Comments
Joined 11 months ago
cake
Cake day: June 7th, 2025

help-circle
  • I’m not using it for the incentive. I’m using it to avoid punishment. The company I work for made it mandatory to use it daily. So I’m tokenmaxxing bullshit tasks so I can focus on interesting ones, but yeah I already feel it’s making me lazy because I sometimes can’t be bothered to read a lot anymore. We are truly fucked.

    This company is working on terrible assumptions. They spent years hunting for the best engineers in the country (or so they pretend to anyway) and suddenly decided that

    • we are average at best and it is better and faster than most of us (it’s not)
    • software engineers don’t like to write code anyway (we do, at least when the challenge is interesting)
    • it will forever be more affordable than properly qualified engineers (oh boy it won’t)
    • a PM with Claude is as qualified as us to bring features to production (talk about tech stack suicide)
    • etc.

    They either have drunk the propaganda koolaid and betting everything on this lie, or are so arrogant they think we can succeed where the largest AI investors in the world utterly failed (see GitHub that can’t even get 3 nines of availability since the switched to full-ai-code).


  • It’s either a political move (nobody wants to be responsible for and/or depend on another ministry), or 4D chess where they would prevent a single vulnerability to expose the entire user base.

    Fun fact, Orange (former France Telecom) has developed its own distro for the best part of the last 25 years. It’s… very peculiar.

    By who are we kidding. The actual work will be offloaded to the shittiest contractor available (Capgemini/Atos/SopraSteria), it will take 5 years of the planned 2 and will cost 3.5 times the initial budget, for something sensibly shittier than an uBlue script.









  • There are a few major issues with your design that we could fix to make it work.

    • your feet connect to the frame at a right angle. You’re concentrating all the forces on a single layer line that would easily fail. Spread the forces by adding a fillet between the feet and the frame
    • your vertical and free standing parts are waaaaay too thin. From empirical observation, I’d say anything free standing under 5mm thickness is guaranteed to fail. You could easily add strength by using a triangular or U-shaped cross section. Not only the part will be much more rigid and solid, but also more stable while printing. Think I-beams or U-beams vs. flat stock in construction, with the added issue of the massive anisotropy of FDM fabrication.
    • As others have said, if you absolutely want to keep it thin, print the frame separately from the feet flat on the back so the forces are perpendicular to the layers. A V-shaped groove will print without supports. 45degs will be fine, depending on your printer you might event get away with shallower angles.
    • if you want to keep it as a single part, you might consider printing it at 45 degrees from vertical. Layers would have much more surface area compared to the current flimsy ones, and you might even not need as much bulk as vertical printing. Most usual forces would be spread at 45 degrees too, which, while not ideal, would be much more solid than parallel from them.



  • WFH@lemmy.zipto3DPrinting@lemmy.worldFuck. My. Life. 🙃
    link
    fedilink
    English
    arrow-up
    1
    ·
    4 months ago

    Have you tried recalibrating the probe? I had the same issue with my Sovol SV08 where no matter how much I tried, nothing would stick, until I recalibrated it.

    Also, how long do you preheat before printing? Depending on the beds material things can move quite a bit with heat. Sometimes 0.01mm can make the difference between a successful and a failed print. Try heat soaking your bed and nozzle at working temperature for at least 1/2h before calibrating and printing to give time to everything to expand.


  • TinkerCAD is ok for simple shapes and basic functional parts. It works by adding or subtracting simple shapes together (cubes, cylinders etc) to make more complex shapes. It’s quick, easy and instinctive but anything slightly more complex than a dozen shapes grouped together and/or iterative designs quickly become a time consuming nightmare. It’s like trying to format a magazine in Word.

    FreeCAD (or Fusion, OnShape, SolidWorks or any “serious” CAD software) use a parametric workflow. You start with a technical drawing by setting shapes, dimensions, angles and relationships (“constraints”), extrude or revolve this shape to create a solid, then continue by drawing another sketch on a face and adding more constraints, extruding this sketch, then… you get it. It has a much steeper learning curve, but once understood it’s much quicker and easier to build very complex shapes. Plus iterative designs are usually a breeze since everything is constrained together, so changing any dimension or angle in any sketch means the whole design will follow. It’s also trivial to add chamfers, filets, working with mirror and central symmetry etc. When designing functional parts, parametric design is the proper tool for the job.