• 13 Posts
  • 777 Comments
Joined 2 years ago
cake
Cake day: June 10th, 2023

help-circle




  • Colour based terms are super cultural too from what I’ve been told, stuff like red being bad and green being good isn’t universal so imo it’s not a bad idea to use more explicit terminology.

    Beyond that, if you go into reporting and the like, red/green colour coding for indicators isn’t accessible (colour blindness isn’t uncommon, last job I had a few colleagues with red/green and one with blue/yellow, I was told that making them very distinct shades helps a lot), people also print stuff out on monochrome printers (there’s old data viz wisdom that suggested designing for this) so I prefered symbols when I did more of that work, still suggest it when I get asked to review things.



  • It’s not terrible advice tbh, even just hand sketches are solid for getting ideas down, makes it easy to translate to cad. It at least helps me think things through and the like.

    Get a few pencils with different leads (some harder stuff like 2-4H and an HB) and some nice paper and you’re good, but really anything works, totally have a mockup of my garage on a whiteboard planning where I want to put stuff.

    As for cad packages, freecad, as far as I’m aware there are some architecture workbench plugins, and there’s a tech drawing workbench. Coming back to cad after a while I found it super easy to pick back up (coming from solidworks at least)


  • I’m still stuck bouncing between 1.7.10 and 1.12.2, the former of which came out over a decade ago (oof) but there’s just so many quality packs from that era (GT:NH comes to mind but I also really dig stuff with RotaryCraft). I do more factorio and satisfactory these days but wow do some of those packs take a solid amount of time to get through.






  • Just tacking on that box fan filters are really easy to make and do a solid job in my experience. Use high quality filters (like MPR 1900+/Merv13+), duct tape them into a cube (air direction facing inward in my case) and duct tape it to the intake side of the fan, I use 4 filters with the bottom being a cardboard blank, but there’s a ton of designs out there.


  • If you do it manually, path is something like (if it’s on the ssd at least)

    ~/.local/steam/steamapps/common/StardewValley/mods
    

    SMAPI has a .sh in their release zip that sets it up for you, and their wiki is pretty solid if you’re wanting to do it through proton instead of the native application. I gave the nexus mod app a try, works pretty well but without premium you need to download mods individually, having an actual mod manager is nice though.

    I’ve done rimworld modding running that through proton, but rimworld has workshop support and various mod managers so that was really easy to do (and plays pretty well, but I played rimworld on the og steam controller in the past so was kinda used to it)



  • That’s super bizarre and sorry you’re having those issues. I have a 4070ti w/ an 11900k on arch (use debian on my laptop and printers, chose arch for more recent releases for drivers in particular) and guess I’ve been lucky, arch wiki won’t 100% help but might point you at other possible configs?

    Had solid luck with the nvidia-open drivers, and really other than setting a few flags for hdr in KDE (which I’m not sure it’s still needed), I do recall looking at DRM kernel mode settings (section 1.2), most of my grief though has been HDR related (and gamescope doesn’t play nice with some games, steam big picture also can render strange on higher resolutions)


  • morbidcactus@lemmy.cato3DPrintingI designed and made a thing!
    link
    fedilink
    English
    arrow-up
    2
    ·
    edit-2
    20 days ago

    I did some testing for some parts for my dad, he keeps bees and lost a shaft support for one of his tools when he was reassembling it, he whipped up a replacement and fired me the stl when I was talking about my printers.

    Printing with the shaft in the z needed a lot of supports,

    laying it on its “back” was by far the easiest, outside of the support looked a little gross, could have benefitted from supports. Did them all in petg, gave them all to him just so he can get a feel for what 3D printed parts look like as he’s interested in getting one himself (trying to sell him on a v0 if he’s not sure, but kinda thinking about doing a trident)


  • If I recall the Verb-Noun idea is supposed to make it clear what is happening, take a look through stuff like the approved verbs for defining cmdlets. There’s aliases and stuff for sure for example I think ls is an aliases for Get-ChildItem in PowerShell.

    It’s supposed to make it so you don’t necessarily need to look things up, need to do something to an item? Well you can Copy, Remove, Rename, Move etc, and while yeah that’s a super basic example that you know the equivalent linux commands for, the concept is supposed to apply everywhere. Now, whether or not people follow the guidelines is probably another story.

    I don’t really hate shell scripting, feel like they all have their place, complex stuff though is nicer in straight PowerShell than bash IMO, but I’m fine using either.


  • Synapse link is a pain too if you’re doing everything with as much private networking as possible. Actual setup is quick, but you need a windows machine for the PowerShell libraries needed for the dynamics side of the link, and if you’re just added as a guest to a client tenant, the cmdlets won’t let you login on their tenant, always uses the default tenant as far as I recall and there’s no tenant flag. I’ve set it up a handful of times and once it’s up it works really well, just an annoyance sometimes getting there. Think doing it through event hub has some similar irritations too.

    I’ve not had the pain of dealing with fabric extensively, most of the engineers and data scientists I work with hate working with it, everything seems like a halfbaked implementation of stuff in synapse, adf and Power BI premium but somehow worse, and their documentation is increasingly unhelpful.