@amarkpark.bsky.social

Web Developer | Software Engineer | UX Engineer | Recovering TLM Servant Leadership, Team Collaboration, and Intelligent Discourse. Career Coaching focused on Aspirational Goals, Growth, and Learning. Accessibility and Testability should be foundational.

Python Tip #213 (of 365): Replace "or"-chained equality comparisons with a containment check 🧵 Instead of this: is_vowel = c == "a" or c == "e" or c == "i" or c == "o" or c == "u" You can write this: is_vowel = c in ("a", "e", "i", "o", "u") #Python #DailyPythonTip

I realise the details are unlikely to be forthcoming, but I'd like to to know more about why OpenAI and Anthropic are unable to set up secure test environments without internet connectivity. It doesn't appear a particularly difficult task.

Every single day Github gets quietly worse and when trying to explain this to non programmers I said it'd be like if a corporation acquired the earth's atmosphere and constantly fucked it up in new and irreversible ways due to greed and ignorance, but I guess that did actually also happen.

Vague update: I've been working on an app disabled people can use to make games more accessible. Tonight the app solved an accessibility problem the dev told me they were too busy to look into. If this works, we'll be able to fix some accessibility client-side. So happy. I can't wait to publish this

With the speed and vigor of #AI adoption, I doubt we can do much about the threat to human intelligence, but legislation that requires #dataCenters to generate enough power to feed back into the grid AND implement cooling systems that don't use or pollute public water would be a viable path forward!

Stuart Aken@stuartaken.bsky.social · 2w ago

The damage they're causing to the environment, the way they threaten to damage human intelligence, the way they are used almost entirely to make money for the very wealthy. We don't need them. 38d.gs/feka

57 years ago today, humans first landed on the Moon. The source code that helped get them there? It’s on GitHub. Margaret Hamilton led the MIT team responsible for Apollo’s onboard flight software. (Image credit: Draper Laboratory; restoration by Adam Cuerden, via Wikimedia Commons.)

Black-and-white photo of Margaret Hamilton standing beside a nearly person-height stack of software listings produced by her and her MIT team for the Apollo program.

FromFB: BOOM! There you go! Now make them pay for every drop of water at consumer rates, and prove they are sustainable and won't use every drop available... then we can talk. 😼

Bild

Free and open-source Rufus-style USB creator for Mac that builds legacy macOS bootable drives on Apple Silicon, plus Windows and Linux installers. No Terminal required