Stefan May

@Fooji@chaos.social
141 Followers
215 Following
426 Posts
software developer at Deutsches Elektronen-Synchrotron DESY, be aware I'm an engineer and not a physicist (er/ihm)

Wir hatten ja auf dem Congress schon abgefahrene Kunstinstallationen. Doch das hier ist echt der Hammer, was ich da heute im #Sprengel Museum in #Hannover sehen durfte. 😅

Die greifen die Daten der Bewegungssensoren einer echten Boje auf dem Meer ab und bilden das über die im Raum hängende Boje ab. 😅

Der Künstler heißt Julius von Bismarck.
Die Kunstinstallation wurde dieses Jahr im Sprengel Museum installiert.

Is anyone hereabouts using the ZXPicoMD ZX Spectrum Microdrive hardware emulator? Any comments on its general behaviour as a read-writeable microdrive? Any suggested alternatives for something on which to save / load programs being developed on the ZX Spectrum?

https://github.com/TomDDG/ZXPicoMD

GitHub - TomDDG/ZXPicoMD: Raspberry Pico ZX Spectrum Microdrive Hardware Emulator

Raspberry Pico ZX Spectrum Microdrive Hardware Emulator - TomDDG/ZXPicoMD

GitHub
Der zunehmend verzweifelte Versuch des stellvertretenden Regierungssprechers Sebastian Hille, in der BPK den Frauenmangel in Merz‘ innerem Team zu erklären, ist schon fast mitleiderregend. (Video: Deutsche Welle)
You might not like it, but this is what peak compiler performance looks like.
Am 22. Juni 2025 rollt die #Fahrradsternfahrt #Hamburg wieder durch Hamburg! Wegen umfangreicher Bauarbeiten südlich der Elbe und an der Köhlbrandbrücke müssen wir erneut vom traditionellen dritten Sonntag im Juni abweichen.
Unsere Routen führen mit Polizeibegleitung über für uns gesperrte Hauptverkehrsstraßen, die Routen südlich der Elbe fahren wie gewohnt ein Stück auf der Autobahn 255 über die Elbe. Mehr Infos zu den Routen und Startorten folgen bald.

Der SPIEGEL veröffentlicht das AfD Gutachten Leak kostenpflichtig, warum auch immer.
So was darf nix kosten.

https://archive.is/DF9HX
#noafd

Intel launched the Pentium processor in 1993. Unfortunately, dividing sometimes gave a slightly wrong answer, the famous FDIV bug. Replacing the faulty chips cost Intel $475 million. I reverse-engineered the circuitry and can explain the bug. 1/9
@hanshuebner Moin. Falls du Bock hast und in der Nähe bist, morgen ist im attraktor Retro-Café und ich werde da sein.

The “save page” button in browsers has been broken forever, and it’s easily fixable.

Don’t just save the source. Everything is scripted and will not work.

Instead take a snapshot of the DOM tree, and Base64 encode images. Leave Script and frame elements out. Inline stylesheets. Carbon frozen copy of the state the page was in in one standalone HTML file.

I scripted a console command to do this in 3 hours. It could save the front page of Google.

I may put that in a Gist if people are interested.

Intel's Pentium processor (1993). Looking inside the chip , I found a large, complicated circuit just to multiply by 3 (lower right). Why? The Pentium uses a fast technique to multiply 64-bit numbers and it turns out that 3 is a special case. Let's take a closer look at multiplication... 1/N