THE WEAKLY 125 — TEYMTHEBEAST_002

The Weakly number one hundred twenty five. Welcome friends, foes and people with ugly toes.

TEYMTHEBEAST_002
https://www.alojapan.com/1281473/rbnz-decision-japan-cpi-fed-minutes-and-us-core-pce-markets-weekly-preview/ RBNZ Decision, Japan CPI, Fed Minutes, and US Core PCE – Markets Weekly Preview #boj #DAX #DXY #ECB #EuropeanUnion #Eurozone #fed #Germany #Japan #JapanNews #NewZealand #news #RBNZ #stocks #TradeWar #UnitedKingdom #UnitedStates #usd #weekly Week in Review: Bitcoin all-time highs, Weaker Dollar in another volatile week The US Dollar was once again on the main stage this week as we have observed initial market reactions after last Friday’…

What do you think you're doing? http://podcasts.itmaze.com.au/foundations/20250525.foundations-of-amateur-radio.mp3 #weekly Foundations of #Amateur #Radio #podcast

For more information and past episodes, including text, RSS, email and YouTube versions of this podcast, visit https://podcasts.vk6flab.com/podcasts/foundations

The new weekly problem is here: << https://shorturl.at/7vLaf >> I will use Lean to prove it, & then I'll ask an LLM to do it (criteria: correctness, clarity & word count). The solution may be released one week after today. #weeklyChallenge #weekly #challenge #nomxd #weeklyChallenge🐾

This week I have mostly been listening to:

🎵 Dystopia - Megadeth (44 listens)
🎵 Skeletá - Ghost (41 listens)
🎵 Vol. II: Every Tongue Shall Praise Satan - The Antichrist Imperium (31 listens)
🎵 Rite Here Rite Now (Original Motion Picture Soundtrack) - Ghost (29 listens)
🎵 Sky Void of Stars - Katatonia (27 listens)

Powered by #lastfm #music #weekly

Hello, everyone! Today, we have a new tech news report from Codeminer42, the Dev Weekly. Let’s check out what the tech world has shown us this week!

Link to the full Dev Weekly in the first comment 👇

#blog #codeminer42 #tech #news #weekly

The late weekly problem's solution is here: <<https://shorturl.at/MbChw >> If you tried to submit to the online judge, I'm sorry, UVA has updated its description, so you get my solution as a bonus. #weeklyChallenge #challenge #weekly #claude #sonnet #ai #nomxd #weeklyChallenge🐾
Aaron Rodgers Hints At Reason For NFL Decision Delay In New Interview https://www.rawchili.com/4276982/ #AaronRodgers #JoeRogan #NFL #PatMcafee #PittsburghSteelers #trending #Weekly
Aaron Rodgers Hints At Reason For NFL Decision Delay In New Interview - Raw Chili

For the second time this offseason, Aaron Rodgers is speaking. This time, he’s saying far less about football than he did on The Pat McAfee Show in mid-April.

Raw Chili

Es ist wieder Mitt-Weekly! 😉 🎙️

Ich habe mit meiner Kollegin Andrea Hoferichter zusammengesessen und wir haben über die Erfolgsmeldung der Behandlung eines Babys in den USA gesprochen. Sehr spannend - und in Zeiten wie diesen eine mal positive Nachricht. 🌻

#Podcast #Weekly #Gentherapie

Hier geht's zur Folge: https://mittechnologyreview.podigee.io/170-new-episode

Weekly #105: Gentherapie, Podcast-Folge über Spotify

In den USA wird ein Baby mit einer Gentherapie behandelt und die Autorin Liz Pelly gibt Einblicke in ihr Spotify-Buch. Darum geht es in dieser neuen Podcast-Folge. _Hinweis: Dieser Podcast wird durch Sponsorings unterstützt. Alle Infos zu unseren Werbepartnern findest du [hier](https://linktr.ee/mittechnologyreviewpodcast)_.

MIT Technology Review – Der Podcast

#weeklyreview 20/2025

Good running on Sunday with Jan. Wasn’t as chilly as the week before.

bee stings

I was recording the buzzing of our bees in front of their hive when I got suddenly stung by one of the bees in the arm. Usually not a big deal for me. It hurts for a few hours but then it’s gone.

fresh bee sting – immediately applied thermal zapper

This time however I seem to have had some allergic reaction to the sting. My arm kept swelling until the next day and despite taking anti-histamine and applying cooling stayed pretty swollen. Only towards the end of the week it was mostly gone.

https://hub.uckermark.social/@maxheadroom/114490101484047978

Mac’n’Cheese

No, not the hardware from Cupertino. This time the American version of pasta topped with cheese. I tried the recipe for the first time. Quite heavy. Next time I need to use proper cheese with more taste and color. This was me just using what was available in the fridge.

Car service

This week I had to take my car in for it demanded oil service. Driving through the city is always fun – not. The good thing is… the dealership cleaned the car on the outside AND the inside for free 😀

Hacker Stammtisch

After a pause last month due to other appointments I went to our monthly grey beard get-together. Hans enthusiastically explained how he wrote a mouse emulator for his latest hardware archeology project using AI code generation. And of course we all concluded that for the simple things AI code gen is useful. Especially for people who know what they’re doing. For all others … it will be the begin of disasters to unfold.

Traefik upgrade

Finally upgraded my Traefik instances to Traefik v3. Fortunately the only thing I had to remove in the config of the Traefik container itself was the InfluxDB I no longer use anyway. All other configuration just kept working.

Post by @maxheadroom View on Mastodon

Cheap printing on T-Shirts

A few weeks ago I stumbled over YT video showing someone using bleach and 3D printed stamps to put logos on T-Shirts. Thought that is a neat idea and started to experimenting with it as well.

Post by @maxheadroom View on Mastodon

Crisis mode

This is actually a post scriptum to last week. Since last year I was taking part in disaster recovery training for one of our departments located in India. In case the whole of India should be be unable to work a team in Europe and the US would have to take over the duties of that department until their capacity is restored. Since the department is redundantly set up in India we thought this scenario is highly unlikely. But nevertheless we did the training and even insisted on regular dry run sessions to practice and stay up-to-date.

Now last week that disaster recovery plan was actually activated in standby mode due to conflict between India & Pakistan.

And we’ve just recently seen in Europe that it’s not totally unlikely that a whole country goes offline.

Blocking AI Agents

I’m running all my services behind Traefik as reverse proxy. Lately I’ve got the impression that AI scrapers are making a up a good portion of my traffic and wanted to block them centrally. Services like Pixelfed and Mastodon bring their own robots.txt to address the problem. But others services do not. I fiddled a bit with Traefik config and think I’ve found a way to centrally serve a robots.txt file via Traefik for all my services.

I’m using a lean nginx:alpine container to serve this static file. I’ve set up the Traefik labels for this service so it matches the Path /robots.txt for all entry points. Explicitly not putting a Domain name rule. I also gave this rule a very high priority so it’s evaluated first in Traefik for incoming requests. This practically catches all requests for this URI for all my services. No I can centrally manage that file without having to update each individual service.

services: robots: image: nginx:alpine container_name: robots-server volumes: - ./static/robots.txt:/usr/share/nginx/html/robots.txt:ro labels: - "traefik.enable=true" # Router für *alle* Hosts + /robots.txt - "traefik.http.routers.robots.rule=Path(`/robots.txt`)" - "traefik.http.routers.robots.entrypoints=web,websecure" - "traefik.http.routers.robots.priority=3000" - "traefik.http.routers.robots.service=robots" - "traefik.http.routers.robots.tls.certresolver=letsencrypt" - "traefik.http.services.robots.loadbalancer.server.port=80" networks: - external_network

I also found a Plugin for Traefik meanwhile which claims to do just this: https://plugins.traefik.io/plugins/681b2f3fba3486128fc34fae/robots-txt-plugin

Also a GitHub Repo with a list of bots: https://github.com/ai-robots-txt/ai.robots.txt

The Traefik Plugin is using this repo … and might not work anymore since GitHub blocks anonymous access to public repos after a few requests.

Jugendweihe

On Saturday we attended the “Jugendweihe” (a secular coming-of-age ceremony of eastern Germany) celebrations of my niece. Really lovely lunch and even more awesome river cruise with a charter boat through Berlin. Although it was quite chilly outside on the upper deck we had fun nevertheless.

I was surprised to see so many herons along the river in the middle of the city. I counted more than 6 in the inner city area between Märkisches Viertel and Charlottenburg.

It’s a custom to give money as a gift for this special occasion. So I prepared a copy of “Das Kapital” of Karl Marx as a gift box.

Fediverse Reactions

#beekeeping #Berlin #enEN #food #Jugendweihe #rivercruise #traefik #weekly #weeklyreview #wochenrueckblick

Uckermark MacGyver :nonazi: (@maxheadroom@hub.uckermark.social)

Angehängt: 1 Audiodatei Geräuschkulisse an unserem Bienenstock. Leider bin ich dabei von einer Biene gestochen worden. Schade um die Biene :(

Mastodon für die Uckermark