• 0 Posts
  • 18 Comments
Joined 2 years ago
cake
Cake day: September 27th, 2023

help-circle





  • As the commenter above you mentioned regarding doctors, I have photos that probably look worse than fun in the bath pictures. As a parent, I have taken at least a handful of close up photos of genitals (and in earlier years, anuses) to show to a doctor with a befuddled and embarrassed tone of “so, is this normal? It looks weird, I was worried!” I mean to delete them, but sometimes I forget until I run into them accidentally much later on. TBH, I wish it was only on my device with no Google photos syncing, but I have also sent those to a friend’s wife who is a pediatrician for a sanity check before I go on wasting a doctor’s appointment over nothing…

    I recently volunteered at my kids school and had to take the mandatory reporter training, which taught me that along with teachers, coaches, etc, people working at photo labs are also mandated reporters (in my state in the US), which really drove it home… I can only imagine some poor photo tech at Walmart in the 90s having to deal with finding and reporting child abuse, fuck…


  • Not sure, but I think I know what you’re talking about… Have you checked SuperSlicer? I’m not saying they have a solution - hadn’t used it in years and just checked it out again recently. It’s a fork of PrusaSlicer that has a lot of advanced and niche tweaks. Just one example I noticed when I downloaded it recently: do you know about the floating hole issue for bolt inserts, where slicers just make bridged circles floating in air, and you have to do some hack with one layer thick square cutouts in the model to fix that? SuperSlicer has a built in option for it that just already slices that correctly - saw it in their release notes and tried it, worked great.

    That is all to say, they have a lot of advanced tweaks for slicing issues, in the familiar package of Slic3r and PrusaSlicer UI, so might be worth checking it out









  • Oh lord, as someone teaching a bunch of technologically illiterate college students something that requires a lot less computer skills, teaching CAD to today’s high schoolers sounds rough. I am a millennial that started on DOS, and joke to them that back in my day, to play video games I had to climb uphill both ways in the snow, and, use a terminal lol. And funny that you mention your KDE setup, I use plasma and one of my first thoughts was “I bet there’s a KDE widget/applet for that” haha



  • Yeah, what @anamethatisnt@lemmy.world suggested is definitely the easiest thing and super practical - I got family members on my tailnet for this purpose. I am however now also looking into some kind of tunneled, reverse proxied and authenticated way to expose a few of my services to other friends where I don’t want to have to put them on tailscale or potentially expose them to more than needed via that route.

    I haven’t started yet, but I am updating my network set up soon to install a dedicated OPNsense router as the edge for my network. From there, the plan is to have a cloudflare tunnel that accesses some of these services via a caddy reverse proxy, with Authelia for authentication. That’s the part I have studied enough to feel confident I can do. I am a little weaker on the networking aspects of this, which is where I need to study some more - like isolating those services that are exposed in my network, while still giving them access to some other needed resources within it, etc.


  • I was looking for something similar for a while, like something for simple relational data with some GUI for data entry, aka “I don’t wanna write a little web app just for this”. I had used AirTable at work before at work so that’s what came to mind and my searching was basically for “open source or selfhosted alternative to AirTable”.

    Came across some decent candidates, can’t remember all the names, but the one I tried, Grist, was pretty straightforward and did the job: easy relational data setup, GUI for all basic data types including file uploads, easy to create input forms, and widgets that talk to the API and you can customize with JavaScript. Setup was easy with docker

    EDIT: other names that came up when looking were NocoDB and BaseRow ( I don’t remember why I didn’t try them for my specific needs)