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

  • 1 Post
  • 486 Comments
Joined 2 years ago
cake
Cake day: October 2nd, 2023

help-circle










  • I was a professional, and I didn’t have a backup of my personal system for about 2 decades. I just didn’t have another 4TiB of storage to copy my media library onto. I’m now on backblaze, but there was a long time there when I did not have a backup even tho I knew better.

    Also, even in a professional setting, I’ve seen plenty of “production support” systems that didn’t have a backup because they grew ad-hoc, weren’t the “core business”, and no one both recognized and spoke up about how important they were until after some outage. There’s virtually never a test-restore schedule with such systems, so the backups are always somewhat suspect anyway.

    It’s very easy to find you (or your organization) without a backup, even if you “know better”.



  • Yes, you can get the 100% juice label by taking (e.g.) cranberry concentrate and the reconstituting using (e.g.) apple juice instead of water, adding calories and sweetness without adding a (non-juice) sweetener.

    On top of that, most of the juice aisle does not even qualify for the “100% juice” label.

    Gotta read the fine print on the label AND the government labeling regulations AND have some level of trust in the government to get what you want from a mass-market product. Local products and producers are not a panacea either.

    But, I’m going to overdose on ACE-K given the amount of Zero Sugar Mtn. Dew I think, so I’m not going to shame anyone for their favorite juice, whether it is “100% juice” or not, from concentrate or not, or whatever.



  • I’m confused, why would “Accurate Noon” be important?

    Why is any particular time important? It serves me to be able to tell time without a clock and synchronize my internal clock with solar activity.

    And for countries that sit far enough from the equator, wouldn’t it be inaccurate regardless?

    No. Distance from the equator doesn’t significantly affect when the sun it at it’s peak. It does affect how high in the sky the peak is.

    Time adjustments (like “daylight saving”) drags the Sun E/W (which is why we “need” timezones). Increasing latitude dags the Sun N/S.


  • I’d rather have accurate noon / celestial time for the few months it is still allowed and still have to switch twice a year than let the government make wrong-noon (“daylight saving”) time permanent. So, many of the “end time switching” movements I actively resist rather than support.

    I imagine things like this aren’t “done and over” because there is no majority opinion.

    RCV / a Condorcet Method might help.





  • Yeah, software is already not as deterministic as I’d like. I’ve encountered several bugs in my career where erroneous behavior would only show up if uninitialized memory happened to have “the wrong” values – not zero values, and not the fences that the debugger might try to use. And, mocking or stubbing remote API calls is another way replicable behavior evades realization.

    Having “AI” make a control flow decision is just insane. Especially even the most sophisticated LLMs are just not fit to task.

    What we need is more proved-correct programs via some marriage of proof assistants and CompCert (or another verified compiler pipeline), not more vague specifications and ad-hoc implementations that happen to escape into production.

    But, I’m very biased (I’m sure “AI” has “stolen” my IP, and “AI” is coming for my (programming) job(s).), and quite unimpressed with the “AI” models I’ve interacted with especially in areas I’m an expert in, but also in areas where I’m not an expert for am very interested and capable of doing any sort of critical verification.