• 1 Post
  • 236 Comments
Joined 9 months ago
cake
Cake day: August 14th, 2024

help-circle







  • Can confirm the LTE models are totally worth it especially if you have AirPods and some music streaming service (or get a model with enough storage for your local songs). It’s amazing being able to just walk out of the house, still have music, notifications, the ability to call emergency services, directions, and even my 2FA unlocks when needed all on my wrist, all day. And unlimited data is only a $10 addon to my existing provider line.



  • I love Actual. It’s fantastic and easy to use. I use off-budget accounts and weekly / monthly reconciliation just to keep the general value of these accounts at stable intervals.

    I have a slight bone to pick with the PWA version of the site though. After a couple months of using the PWA front end to keep my budget and transactions accurate manually, I opened the site on my desktop browser and it completely lost all that work due to a sync issue. Apparently the PWA for weeks had not remained in sync and so all manual entries were not making back to the server. But the app works so well I never noticed because it kept just working. Supposedly there’s an alert saying it’s not synced with the server but it’s not prominent enough. So if you use that feature (the PWA) then be sure it’s syncing often.





  • This is really a problem of human vs computer thinking.

    F and f are two different characters, encoded differently. Ergo, File and file are different by raw bytes.

    Some developers wish to make the interactions for the user more consistent and thus a case-insensitive filesystem is born. The problem is that this is such a low level place to make this decision.

    A filesystem, as in the kernel level interactions for files, should be case-sensitive in that every character is a unique series of bits. But there’s nothing stopping a higher level api from helping users out. It would be sensible to have a case-insensitive desktop environment.

    The low level functionality should remain intentional though.






  • I grew up learning organic modeling in blender and ever since I got a 3D printer, it’s just been so easy to make things with it as opposed to learning CAD. I’m getting better thanks to OnShape and FreeCAD 1.0 but I keep finding myself going back to blender because “it just works” once you understand how to setup scaling and snapping for manipulating vertices. Basically just setup your world measurements to metric and scale it to 0.001 and then every unit will be 1mm (helps me work within the 250^3mm space of my print bed, mentally) and export as stl.

    There’s even a 3D printer toolbox add on that lets you analyze and fix problems like manifold edges and additional mesh tools like manifold extrude that speed up the process for good quality parts. CAD’s biggest advantage is the non linear history editing which is super powerful but you can definitely do non-destructive editing in blender using modifiers that only get applied at export time so you even have a functional equivalent if you’re organized and plan ahead a little.

    I guess what I’m saying is, blender is amazing software and absolutely capable as a workhorse for 3D printing. You’re right that the multi-digit costing proprietary software is leagues better for designing digital parts and assemblies but blender is extremely flexible and not just for the more artistic side of things, you can make extremely technical parts with blender.