- 0 Posts
- 8 Comments
pro_userto
3DPrinting•[not solved, but worked around] Tinkercad not exporting holes? They don't even show up in the preview. Some of my previously working designs are also doing this.English
2·3 months agoI always use union-groups when working with holes. Sometimes I even have to go through multiple nested union groups to get the desired result. But it always works when exporting, and you directly see the resulting shape in the editor (and the export).
pro_userto
Ask Lemmy•Are there terminal-based Wordgrinder alternatives for an SBC "writerdeck"?
3·3 months agoHow about Obsydian? Seems like a great and flexible app, plugins to add as much as you like, and free for personal use.
Not sure about the zero, but seems to be ran successfully on other raspberries, see https://forums.raspberrypi.com/viewtopic.php?t=344018
I don’t run Linux , but I love Prusaslicer and it is available for Linux: https://flathub.org/apps/com.prusa3d.PrusaSlicer
How do you track (PostNL) packages?
pro_userto
Web Development@programming.dev•Are Web Components better for Cybersecurity?
2·5 months agoWhen working with web components, you will likely also end up with dependencies that you’ll install using npm (eg lit itself). Theoretically, the same supply chain attack can still happen this way and thus introduce malicious code in the web components JavaScript, see for example this article (first search result)
You could write your own ui-library using whatever technique you deem to be safe, or you can stand on the shoulders of giants and start with a readily available one and adjust as needed. Security-wise I thinking would be better to ensure the frontend and backend are separate projects/applications that could (theoretically) be deployed on different machines and still exchange the necessary information through an api, so you’ll know that even if something happens on one end, the other wouldn’t necessarily be affected as well.
Кашкавал (kashkaval)
It’s funny how everyone answers the question, yet you still don’t know which language it is


While it won’t offer all the bells and whistles that a vendor-specific integration has, the Internet Printing Protocol (IPP) integration is a nice generic integration that reports status and ink/toner levels of network enabled printers that support IPP. Its a very generic protocol, so I believe most network printers will work fine with that. That might help broaden your search a bit (our 2014 Canon laser printer works fine with it).