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

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

help-circle



  • 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.





  • I’m not going to uninstall or demand a refund, but I fully support the Indie Game Awards decision on this and will not refer to CO:E33 as a winner of any of the Indie Game Awards. I will still call it IMO the best JRPG in many years, but I thought that before it started receiving awards.

    I hope this event serves to scare game studios of all sizes from the mere appearance of using AI at ANY scale or part of the process. Hell, I hope it causes the whole damn bubble to burst, but it’s just not that important.






  • Technically my renews aren’t automated. I have a nightly cronjob that should renew certificates and restart services, but when the certificates need renewal, it always fails because it wants to open a port I’m already using in order to answer the challenge.

    I hear there’s an apache module / configuration I can use, but I never got around to setting it up. So, when the cron job fails, I get an email and go run a script that stops apache, renews certs, and restarts services (including apache). I will be a bit annoying to have to do that more often, but maybe it’ll help motivate me to configure apache (or whatever) correctly.

    Debian Stable



  • The first one does tell you how to “completely remove Gemini from your smartphone” under that heading. I do not have the Gemini app installed.

    The second one says:

    Can you fully disable Gemini on Android?

    No, and that’s by design. While you can turn off activity tracking, revoke permissions, and even uninstall the Gemini app on some devices, Google is actively replacing its Assistant app with Gemini.

    But, I’ve also disabled Google Assistant across all applications, so I don’t share data with Gemini/Assistant. I had to lose some features to do so.

    Overall, your reply serves to confirm for me that I have disabled Gemini on both of my Android devices. Still, I appreciate the links!


  • Honestly, it wouldn’t surprise me either way. There IS a lot of telemetry and other BS that is definitely still on my phone, included in OS updates, and not uninstallable (I can “uninstall updates”, but that would also give me back any security issues). But, I don’t think that it is Gemini, or at least predates that naming convention.

    To get free of Google telemetry, I’d have to install a non-Google ROM, and I haven’t ever tried that.

    Telemetry certainly can be abused, and Google should be legally (by regulation) required to provide a simple opt-out. BUT, telemetry really is a fairly normal thing to include in “web-scale” deployments and is primarily used to discover issues that have escaped into production without affecting a testing environment–or, at least, that what the telemetry systems I’ve interacted with as an software developer were for. So, I’m not too worried about non-personalized data collection.

    EDIT: I confirmed that Google says I have no Gemini activity to delete, so while I’m sure my phone is reporting stuff, it’s not to Gemini.