I’m also on Mastodon as https://hachyderm.io/@BoydStephenSmithJr .

  • 0 Posts
  • 18 Comments
Joined 11 months ago
cake
Cake day: October 2nd, 2023

help-circle
  • bss03@infosec.pubtoaww@lemmy.worldThe look of betrayal
    link
    fedilink
    English
    arrow-up
    3
    ·
    7 days ago

    Back when my weight started with a 3, I was told I was pre-diabetic, but I’m much better now, and my current GP hasn’t mentioned diabetes to me at all. I got down to 201 lbs. towards the beginning of the year, but I’m 220 today. (Current goal is 197, but 165 would be better.)

    I tried intermittent fasting both sticking to a 16/8 for a few months and separately abstaining entirely for a couple of weekends. Didn’t really help reset my instincts / cravings.

    I still feel hungry more often than I should eat. I have gotten into the habit of trying to silence the rumbling guts with calorie-free fluids and waiting 30 minutes, but frequently I find myself still hungry and in a worse mood after that wait.

    If I stick to the diet I have planned, I will lose weight, and sometimes I can do that, but it’s getting harder and less frequent.













  • In the U.S., laws that disadvantage specific entities are generally considered to not be following the “equal protection” part of the (amended) constitution.

    Countries without (their own) laws prohibiting it can (and do) prohibit specific services.

    Member states of the WTO (like the U.S.) have agreed to allow themselves to be sued for lost profits based on any (new) laws they pass.

    But, I’m no expert – this is just the view from my (potentially misinformed) corner of the world.


  • I “upgraded” to a new Pixel last year because I thought the battery on my old 4A was getting wonky (and I have not had good luck with doing battery replacements). At the time, I did not know (enough) about the Fairphone, and I could not find a new Pixel with an audio jack (maybe I didn’t look hard enough?).

    I’d like to go back to having a jack. I do have one scenario where I want to use well-fitting BT buds, but I can do that on any phone. I want wired buds that I don’t have to charge, can switch between devices in 0.5 second, without interacting with any software, and don’t have misbehaving touch controls that trigger when I brush my long hair back behind my ear(s) or shoulder(s). In fact, I still have a set of completely dumb buds that I use for my work laptop that I’d love to be able to use with my phone – don’t need noise cancelling or controls of any kind. I really hope that I can find a phone with a jack next time I do an upgrade. I don’t care if it is thicker, I’m gonna stick on Otterbox (or similar) on it anyway.

    I was also concerned about security, but full-power BT is fairly secure now. No one can “drive-by” and monitor or replace the audio; they have to get you during “initial” pairing.


  • I primarily operate in strict standard compliance mode where I write against the shell specifications in the lastest Single Unix Specification and do not use a she-bang line since including one results in unspecified, implementation-defined behavior. Generally people seem to find this weird and annoying.

    Sometimes I embrace using bash as a scripting language, and use one of the env-based she-bangs. In that case, I go whole-hog on bashisns. While I use zsh as my interactive shell, even I’m not mad enough to try to use it for scripts that need to run in more than one context (like other personal accounts/machines, even).

    In ALL cases, use shellcheck and at least understand the diagnostics reported, even if you opt not to fix them. (I generally modify the script until I get a clean shellcheck run, but that can be quite involved… lists of files are pretty hard to deal with safely, actually.)


  • I recommend having a public portfolio. You needn’t have all your hobby code be public, but I think having source you’ve written available is an advantage.

    When I was doing interviews, I definitely looked at GitHub (etc.) profiles of they were listed on the resume. I even found at least one indirectly – either from their email or LinkedIn.

    I like to point people at my accepted patched to open source software (Git and a Haskell library).



  • Yeah, I ghosted at least one company because the pre-interview task was far too much effort. I’m all for having some writing of code as part of the process, though IME reading code is much more frequent/important.

    I guess we all set our own limits, but I refuse to work more than an hour or two without (at least an expectation of) pay. Maybe that’s privilege talking, tho.