unfortunate_ferret

  • 5 Posts
  • 136 Comments
Joined 5 months ago
cake
Cake day: February 11th, 2026

help-circle












  • The project I’m actually most excited about is exactly the “use the carpentry” one you pointed at: software for CNC and laser machines. I’ve got a laser at home that’s made me a lot of inlays and gifts over the years, and the existing tools (LightBurn etc.) are good but kept missing the technical, specialist features I wanted - so I started building my own. It’s called Nexus Studio.

    Ayyyy yeah that’s what I’m talking about! (☞゚ヮ゚)☞

    That’s a really cool project dude, if it’s public I’d love a link to check it out! (I tried Googling, to no avail) I have a friend who has both a CNC machine and a laser cutter (a fuckoff-huge thing the size of a desk, that can cut metal), so your work on that might be helpful to us 😊

    In any case, good luck and I hope those resources help. Drop me a DM if you want to talk shop!





  • I considered it, and the point stands. I came here offering advice - good advice, grounded in two decades of IT career, because nobody who cares about security rolls their own app with encryption unless they know what they’re doing. There’s too much risk of a bad implementation and leaving holes for bad actors to find.

    They can just do what I do and use AI to set up their Matrix server. I set it up before AI was a thing too, but it’s so much faster now. That uses a lot less tokens, too. But they don’t seem particularly interested in actually taking advice onboard, so I’m not holding my breath.

    edit: well that’s refreshing, he listened! Don’t get that on the internet too often these days.




  • Man, your writing here all reads like Claude after I’ve given it a list of “AI tells” to avoid in its writing. There’s structural patterns that are pretty easy to see when there are so many samples right next to each other. I strongly suggest not trying to gloss over your use of AI in your projects when posting about them; some people will always hate, but most I think don’t mind AI code as long as it’s been tested properly and doesn’t have any more bugs than you’d find in any other project.

    Problem is, testing encryption properly is difficult, and there’s a lot more to a messenger application than just sending encrypted messages. That’s my criticism: you’re reinventing the wheel for no good reason.

    My best advice is to set up a Matrix server if you really don’t trust Signal, rather than trying to roll your own. Its a lot less work, a lot more secure, and you can modify the source anyway if it doesn’t do what you need.