22 Followers
31 Following
304 Posts
Promoting DevOps Culture and automating everything.
📻OE3BAK
🌐https://akhras.at

Project: DIY Nuclear Battery Kit

This was a SparkFun product, briefly. Turns out there isn't a big market for artisanal radioisotope photovoltaic batteries. I had to hand-cast all of the rubber gaskets that hold the tritium vials in place, so they were expensive to make. Also, it was BYOT (Bring Your Own Tritium) but even then, there's probably only so long you can poke the NRC.

https://learn.sparkfun.com/tutorials/nuclear-battery-assembly-guide/all

Der Nihilistische Pinguin ist ein Meme aus einer Zeit als Memes im Internet noch nicht von Politikern Missbraucht wurden um ihre Agenda zu Puschen.

Es ist eines der großartigsten memes des internet - nichtzuletzt weil Werner Herzog.

Trump vereinahmt dieses wunderschöne stück meme Geschichte nun für sich.

Aber ich lasse mir meinen Pinguin nicht nehmen ich habe dieses meme schon geliebt als das Internet für Trump noch nichteinmal neuland war.

Der beste Absatz im Bericht zum Einsatz am #persmanhof ist:

‚Insgesamt übersteigen diese gehäuften Rechtswidrigkeiten bei weitem das Maß an Fehlern, die bei einem komplexeren Einsatz passieren können. Sie deuten vielmehr auf eine grobe Missachtung der rechtlichen Grenzen von polizeilichen Einsätzen hin.‘ (Seite 52)

Ich gratuliere der Kommission, die eine sehr gewissenhafte rechtliche Würdigung des Einsatzes geliefert hat. Zentrale Figur und treibende Kraft war der stellvertretende Leiter des Kärntner Landesamtes für Verfassungsschutz und Extremismusbekäpfung. Er ist Jurist (!) und müsste die Gesetze und Zuständigkeiten kennen. Ich würde ihn nicht mal als Parksheriff einsetzen.

Elmo Musk behauptet, Grokipedia sei Open Source.

Und tatsächlich – ich habe es genau analysiert.

Es basiert komplett auf FOSS Code.

`#curl wikipedia.org`

Just released a new episode, #521: Red Teaming LLMs and GenAI with PyRIT with guests Tori Westerhoff and Roman Lutz + host @mkennedy #python

Are you worried about LLMs, Agents, and security? Give it a listen?

https://talkpython.fm/episodes/show/521/red-teaming-llms-and-genai-with-pyrit

Red Teaming LLMs and GenAI with PyRIT

English is now an API. Our apps read untrusted text; they follow instructions hidden in plain sight, and sometimes they turn that text into action. If you connect a model to tools or let it read documents from the wild, you have created a brand new attack surface. In this episode, we will make that concrete. We will talk about the attacks teams are seeing in 2025, the defenses that actually work, and how to test those defenses the same way we test code. Our guides are Tori Westerhoff and Roman Lutz from Microsoft. They help lead AI red teaming and build PyRIT, a Python framework the Microsoft AI Red Team uses to pressure test real products. By the end of this hour you will know where the biggest risks live, what you can ship this quarter to reduce them, and how PyRIT can turn security from a one time audit into an everyday engineering practice.

You purchase something online.
email 1: we received your order!
email 2: we've confirmed your order!
email 3: thank you for your order! We love you, and our product will completely change your life!
email 4: we're preparing your order!
email 5: we're shipping your order!
(shipping company: someone is shipping you something !)
email 6: we've shipped your order!
(shipping company: someone has shipped you something!)
email 7: your order is coming today!
(shipping company: your order is coming today!)
email 8: your order has been delivered!
(shipping company: your order has been delivered !)
email 9: how was your order?
(shipping company: how did we do?)
email 10: please help your community and review your order!
email 11: please, please, please review your order!
email 12: wanna order something more from us??? it's will change your life! we'll even give you a fake discount and everything!
email 13: we're sorry to see you go. Could you tell us what we did wrong?
I'm lowkey addicted to espresso tonic
Number of car companies that are #curl sponsors or paying customers: zero.
Während ihr Energy-Drinks gesoffen und Instant-Kaffee getrunken habt, habe ich das Handmahlen perfektioniert. Während ihr geschlafen habt, habe ich den Brühzeitpunkt studiert.
Während ihr Kapseln gedrückt habt, habe ich den Mahlgrad verfeinert. Während ihr Latte to go geholt habt, habe ich die French Press gemeistert. Und als ihr noch Dampf gemacht habt – war mein Siebträger schon vorgeheizt.
Und jetzt fragt ihr mich um Hilfe weil ihr langsam merkt, dass bitter nicht gleich stark ist.

I'm really looking forward to @devconf_cz this year again for meeting many of you again, nerding out, and having 🍻 !

This time I only have a short #LightningTalk about browser automation with #webdriver #BiDi. If you are interested in testing web pages/apps or want to automate your daily web comic download, please say hi 👋

https://pretalx.devconf.info/devconf-cz-2025/talk/B98ZPE/

#conference #talk #brno

Browser automation/testing with BiDi and minimal dependencies DevConf.CZ 2025

You want to test your web page or web app, or just automate downloading your daily comic? WebDriver BiDi is an upcoming W3C standard for browser automation adopted by Firefox, Chromium, and in the future Webkit/Safari. It requires only your already installed browser and python-aiohttp, websocat, or anything else that can speak JSON over a websocket. No need to install npm, selenium, modified browser builds, complicated frameworks, or other moving parts. Martin explains how easy and pleasant browser automation has become today, gives a live demo with simple interactive command line tools, and some pointers to documentation and re-usable code to get started.