• 0 Posts
  • 13 Comments
Joined 2 years ago
Cake day: June 23rd, 2023



  • I get very far by just keeping a set of folders for each piece of equipment in a git repo.

    Pictures, etc, and sometimes the PDF manual if I bother.

    The difficult part here is being consistent over time - making sure you mark down when you bought things, serial numbers, etc. a proper website/app will force you to do this, but there is flexibility in having whatever convention you like most


  • Strongly agree. A guide for dead simple setups would be incredibly useful (e.g. gsuite as idp, oauth for a single app).

    It took me a few days to get that basic setup working, and a few days more to improve it. But once it was up, it was rock solid.





  • Once upon a time, I accidentally created a folder named “~” in my home folder (the company provided scripting framework would inconsistently expand variables, so the folder had a ton of stuff inside it).

    I ran “rm -rf ~” and only panicked when I started to wonder why it wasn’t taking too long.

    Good news is that it only managed to get halfway through my local checkout of aosp before I stopped it. Bad news was that it nuked most of my dotfiles.




  • What the duck Microsoft bullshit is this?

    There is no concept of locked files in extfs, much less inside the kernel. Resource locks and unkillable processes is some windows bullshit that no sane operating system would touch with a ten foot pole.


  • $previous_job allowed us to pick. One of my coworkers had to replace his laptop, and I convinced him to try out Linux this time. I handed him the bootstrap script and he was back to working by the afternoon.

    Our CEO got wind of this and said as a matter of policy everyone is switching to Linux unless they have a good reason (needing excel for financial reports is a good reason). The two new hires who had been setting up their dev environment for over a week at that point were the trigger for this.


  • Since when is immutability controversial? Linus called out the Google patches as badly designed with massive code quality issues for good reason. Theo described OpenBSDs approach to it and it is truly a simply concept with good security ramifications.