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
@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.
Mozilla #Firefox 153.0.1 Web Browser Brings Fixes for Multiple Issues and Crashes 9to5linux.com/mozilla-fire... #OpenSource #Linux
Mozilla Firefox 153.0.1 Web Browser Brings Fixes for Multiple Issues and Crashes - 9to5Linux
Firefox 153.0.1 open-source web browser is now available for download to fix multiple issues and crashes discovered in Firefox 153.
9to5linux.com
Anthropic has revealed that three of its Claude models gained unauthorized access to external organizations’ production systems and published a malicious package to PyPI during cybersecurity testing alternativeto.net/news/2026/8...
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.
OpenAI is investigating agent sandbox escapes after reports of additional escapes involving Hugging Face hacking and potential regulatory scrutiny.
Save What Matters
Curate Feeds | Make Collections | Customize Email Briefs
briefly.co
I have a lot of questions, but I'll start with three. 1. Does this mean providing your data to train AI models? 2. What's considered a "qualifying" researcher? 3. What is a "select" institution?
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.
No surprise that #BadActors are targeting U.S. #Infrastructure and/or #Utilities in multiple states. #CISA #Security #Cyberattacks #Hacking #Water
The U.S. Cybersecurity and Infrastructure Security Agency (CISA) is warning of a significant increase in attacks targeting internet-exposed programmable logic controllers (PLCs) in the water and wastewater systems sector.
In TypeScript, unknown is everywhere. JSON.parse, API responses, external inputs… But we still need to use the data safely. That means one thing: → we have to prove what it is So, I built a small library `is-kit`. GitHub: github.com/nyaomaru/is-...
GitHub - nyaomaru/is-kit: Lightweight, zero-dependency toolkit for building `isFoo` style type guards in TypeScript. Runtime-safe 🛡️, composable 🧩, and ergonomic ✨. npm -> https://www.npmjs.com/packag...
Lightweight, zero-dependency toolkit for building `isFoo` style type guards in TypeScript. Runtime-safe 🛡️, composable 🧩, and ergonomic ✨. npm -> https://www.npmjs.com/package/is-kit - nyaomaru/...
github.com
Walls of Code 🚪 www.dwitter.net/d/35982 a tiny javascript raycasting engine with text instead of pixels. for(c.width|=A=128;A;T+=.1)for(X=A/(e=64/T)-T,i=(X+t^T)%5>0||(--A,T=1,20);i--;x.fillText(code[(X+t)*30&T+i],A*15,560-(i-9)*e))x.font=e+'px"'
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
Update time: #LibreOffice 26.2.5 is now available. This is the fifth maintenance release in our current stable branch, recommended for all users: blog.documentfoundation.org/blog/2026/07... #foss #opensource #freesoftware
Y'all, you should be so hyped up about Python 3.15, and specifically about lazy imports. I just merged a PR to move argparse to lazy imports for Python 3.16. On my machine, it reduces the median cumulative time for a bare `import argparse` by ~67%! github.com/python/cpyth...
GH-154638: Use lazy imports in argparse by savannahostrowski · Pull Request #154639 · python/cpython
Issue: Use lazy imports in argparse #154638
github.com
tinyclip 1.0.0 is out! A tiny Node.js library for interacting with the system clipboard, built with @43081j.com. Already used by @astro.build, @nuxt.com and more, it only weights 8kB. If you need clipboard support in Node.js, give it a try: npmx.dev/package/tiny...
🏡 Lawns are useless. Rip them out and plant food instead. 🌱🔥
LibreOffice 26.2.5 is now available with 21 bug fixes addressing crashes, Calc regressions, document rendering, and interface issues. linuxiac.com/libreoffice-... #OpenSource #OfficeSUite
LibreOffice 26.2.5 Open-Source Office Suite Released with 21 Bug Fixes
LibreOffice 26.2.5 is now available with 21 bug fixes addressing crashes, Calc regressions, document rendering, and interface issues.
linuxiac.com
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!
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.)
FreeCAD 1.1.2 is out. Bugfix release only, no new features, but 32% of the patches fix BIM and core issues, and 12% are security fixes. Recommended update for everyone! blog.freecad.org/2026/07/23/freecad-1-1-2-released/ Support the project: wiki.freecad.org/Donate #FreeCAD #CAD #OpenSource
FreeCAD 1.1.2 released
We are pleased to announce the release of version 1.1.2. This release pulls important fixes from the current development branch without adding any new features. 32% of the backported patches fix is…
blog.freecad.org
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. 😼
I worked on this new Editor for 5 years y’all. 5 gd years. codepen.io/2
Paul Rudd: Who Would've Thought? Not Me
ALT: Paul Rudd: Who Would've Thought? Not Me
static.klipy.com
Wind turbines that harness wind generated by vehicle traffic
#accessibility #a11y #UX #Design
Some people need to change the way text is displayed in order to read it. This includes changing size, spacing, font, color, and other properties. When people customize text, the text should re-flow so they don’t have to scroll horizontally to read. www.w3.org/WAI/perspect...
My first thought was that this had to be either #humanError or nefarious intent, with specific instructions to the #AIagent. It WAS human error... that #sandbox should have been #air-gapped. Deeper investigation finding human intent wouldn't shock me. #AI #AgenticAI www.wired.com/story/openai...
OpenAI Models Escaped Containment and Hacked Hugging Face
The cybersecurity-focused models, including GPT-5.6 Sol, broke out of a testing sandbox, exploited a zero-day, and gained access to the open internet to pull off the attack.
wired.com
Women in AI: Miriam Vogel stresses the need for responsible AI
Women in AI: Miriam Vogel stresses the need for responsible AI
Miriam Vogel, profiled as part of TechCrunch's Women in AI series, is the CEO of the nonprofit responsible AI advocacy organization EqualAI. © 2024 TechCrunch. All rights reserved. For personal use only.
tcrn.ch
Maybe the beetles will save the planet when the #AI #Robots take over...?
A bio-inspired robot crosses paths with a real insect , 400 million years of evolution face to face with human engineering.
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