Shinji_Ikari [he/him]

  • 1 Post
  • 32 Comments
Joined 4 years ago
cake
Cake day: July 29th, 2020

help-circle

  • I’m gonna comment and say that’s the point.

    You start out with bare minimum and install what you need. As you go you generally have an idea of what is and isn’t on your system. It’s not as annoying as Gentoo with all source compiling, not as anal as nix.

    If something breaks, you go to ArchLinux.org and 95% of the time it’s mentioned on the front page so you follow the instructions and move on. It’s a very transparent distro, little drama to follow unlike Ubuntu/canonical or fedora/redhat.

    It used to be harder to install and which gave some street cred, but they simplified it a bit which is nice.

    The Stans give an unbalanced look at arch. I use arch because I want the latest packages, I don’t want to segment my packages between my repos and tarballs when there’s a game stopping missing feature on a package pinned to a 2yo version. I don’t want to learn a whole scripting language to carefully craft my OS like nix either. I want a current OS that’s easy to fix and easy to install packages so I can go back to what I was doing.


  • I really didn’t want to go the medicine route years back. Like OP Im a guy who always kept it long. I decided to give the basic regimen a try and went with a keeps like service because dermatologists are by far the worst doctors I’ve had to work with.

    And although it thinned, the thinning totally stalled, to a point where it’s a little noticable but on a good day isn’t at all.

    I haven’t cut my hair in years and despite it being annoying to take care of sometimes, I get to look in the mirror and see the version of myself that I like to see which makes the little bit of medication worth it imo.

    I always hated the “just shave it and own it, bro” attitude because damn my hair is part of my identity, I love having it. I’ll put some effort into keeping it.







  • A lot of software wont be distributed with a PPA to add.

    Additionally, debs are useful for offline installations, with apt you’re able to recursively download a package and all of it’s dependencies as deb files, then transfer those over to the offline machine and install in bulk.

    That being said I’ve never had great luck with the software center, it’s always felt broken. I’ll typically just dpkg -I <pkg>.





  • I watched a lot of youtube before I dove in. There’s a LOT more content on watch repair now after covid so it should be easy. Pay specific attention to how the seasoned watchmakers use their tools. You should never have to force anything in a watch. Go as slow as possible and really savor each movement.

    If you don’t have a camera with good macro abilities, grab some of those cheap clip on macro lenses for your phone.

    Take a pictures at every step until you don’t need them anymore. I specifically was interested in 2-3 movements but you start to see the commonality between them if you’re just working on a simple hour/minute/second/calendar watch without extra complications.

    I really suggest buying one of those little plastic trays with a clear dome on top that have dividers. With that, I divide the parts and screws by the aspect of the movement. ie I’ll use one compartment for the automatic winder components, a compartment for the stem and winding mechanism, one for the main drive, and another for the date complication. I repair a lot of misc things so I have a decent memory for where parts/screws go. If you dont, take pictures of the screw next to the hole you took it from so you can compare scale. Screws inside watches are usually at most 2-3 sizes, if not all the same but its good practice to ensure you put the right screw in the right hole.

    Also check out the forum watchrepairtalk. Its an international group of old men who love to help out. It has a completely different atmosphere to watchuseek and is an endless fountain of knowledge.



  • I struggle with frontend too, it was a super basic jinja templates with html and a plotly js applet that I just fed data to. Its ugly but functional.

    I Started to re-write the server in Go, I have like 90% feature parity with postgres instead of mongo, but I need to figure out vue when I have a chance to make something a little nicer. I have an old obsolete ipad with a bunch of touch deadzones I’d like to load up in kiosk mode for a nicer data display.

    I really liked the ESP32 ecosystem. I figured out the ESP-idf and really liked the build system and freeRTOS. The examples given are really exhaustive and super useful. I basically did format strings into static HTML headers to send the data to the server since it only has like 3-4 readings.

    Interfacing with any common hobbyist sensor is mostly a matter of finding a basic C driver and adapting it for the ESP build system.