unfortunate_ferret

  • 4 Posts
  • 80 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.


  • Ahhhh fair play. I have a lot of freedom since I’m paying out of pocket for my own use. I have a pretty beefy rig for running local, but it’s not beefy enough to run deepseek pro and the like 😬 so, I have a bunch of subscriptions to try out a bunch of different models and see what works best in my workflow. I also have a problem with making alts in games, which seems like it rhymes 🤔

    Been pretty impressed with glm5.1 too, before deepseek-v4 came out, but you’d be amazed what even a smaller older coding model can do with the right config and a little proactive context management. I really hope this trend of smaller, better models for local agentic use continues.






  • Don’t get me wrong, suggestions are appreciated, but you’re answer is absolutely typical of a Stack overflow “huhuh well don’t do it wrong then” comment. You could have, for example, said you don’t use Synapse but this is why you like Continuwuity. (edit: not prescribing speech, giving an example of how your comment could have read better)

    As well, I take issue with the idea that people can only ask for help in sanctioned forums. This is a self-hosting community, after all; I am here not only to learn but to share what I learn, which I thought was the whole point.



  • Ah, I’ll put in a zoom feature, that’s a good idea!

    Remind me of the hardware you’re running on? 22 hours for a 4k HDR movie sounds about in the ballpark for converting on CPU. I’ve just switched to Linux (Mint, not Cachy) and I think there’s an issue with detecting GPU on Linux, so this’d track (or you have Precision Mode enabled) - if you see “libx265” or “libx264” in the top right, you’re on CPU. I’m looking into this one.

    Can I ask which version you downloaded? I’ll look into the DVTools/MP4box issue.

    Also, yes, I removed the codec and container selection boxes - it’s HEVC/MKV by default unless you go for “Compatibility Mode” in which case you get H.264/MP4. “Preserve AV1” of course preserves AV1 which is incompatible with MP4 so they’re mutually exclusive.