• 1 Post
  • 69 Comments
Joined 2 years ago
cake
Cake day: September 1st, 2023

help-circle

  • Last I checked, Texas was literally the only red state that actually paid more into the federal government than it took out. The cold snap was just the usual idiocy, but it’s not like it couldn’t be handled, the state just stopped caring about weather proofing infrastructure.

    And with the amount of natural resources and basically year round agriculture that happens in Texas, I have no doubt it could be self sufficient to some definition. I almost wish they would secede and tank the current electoral landscape. As long as I can move out first.












  • I wouldn’t do a mailing list these days, but as someone who spent the early part of my career interacting with devs that preferred this method, it’s actually pretty ergonomic by a 2005 standard. A message thread aware, text based email client that can turn messages into patches in a keystroke makes it actually pretty comparable to modern code review…

    I think it’s hard for younger devs to get this because they’re used to email being stuck in a crappy, unthreaded browser interface or Outlook etc. (which are terrible for mailing lists) and most collaboration taking place in code review and chat platforms like Teams/Slack but for decades before these were feasible, email was the way…







  • Basically just start with what you’re aiming to enable and work backwards (as you’ve started to do). With judicious use of grep find out where that symbol is defined. If it’s in arch configs for other arches but not your own, it’s probably that.

    There may be better tools out there to do this, but in my experience just sleuthing it out a bit will answer your question. The Kconfig system can be complex, but the files are pretty readable.