Elektrine lite

← Feed

Jack Rusher

jack@berlin.social

<p>Former kernel hacker and Bell Labs/AT&amp;T Researcher, currently making art and technology in Berlin.</p><p><a href="https://jackrusher.com" target="_blank" rel="nofollow noopener" translate="no"><span class="invisible">https://</span><span class="">jackrusher.com</span><span class="invisible"></span></a></p>

Posts

  • Post #4293243

    Given recent cinematic news, I’ll offer again this old essay of mine that touches on a previous interpretation of the Odyssey that took even greater liberties… https://jackrusher.com/journal/sing-o-muse.html

  • Post #4293242

    I cannot recall a time in the last 40 years when I was less inspired to make and share things on the internet. 🙁

  • Post #4293241

    #Scheme is my top desert island programming language, and one of the reasons I&amp;#39;ve been shipping Clojure code for the last ~17 years is that it&amp;#39;s approximately a commercially viable scheme dialect with an active community†. These days, I&amp;#39;m seeing less commercial interest in Clojure and really great work being done by schemers, like: https://www.spritely.institute/hoot/ ... and wonder about going home 🤔 † don&amp;#39;t get me wrong, I like the immutable data structures...

  • Post #3709211

    Every “flat” organization in history…

  • Post #3180224

    CERN’s KiCad component library now open source — great resource for open hardware hackers. https://home.cern/cerns-kicad-component-library-now-open-source/

  • Post #3180222

    Relatable: “The intellectually lazy overuse of neural nets killed my interest in Computer Vision. The crypto-bros took my interest in Cryptography Engineering away. Now, the slop jockeys take away my interest in general computing as they cover everything in a thick, oily residue of Silicon Valley soot, smearing the collective art project that was free and open-source into a blurry mess.” https://arcan-fe.com/2026/06/02/arcan-10-years-of-online-obscurity/

  • Post #2331122

    Love to see this, and I’m in the process of doing the same thing… https://lisacharlottemuth.com/bringing-everything-back-to-my-website

  • Post #2089997

    I&amp;#39;ve been working on something that involves a bit of shell automation this week. @borkdude&amp;#39;s Babashka is such a treat in that context! #clojure

  • Post #2009095

    We took a woodblock printing workshop today. I think I’m going to try some tile system to CNC machine experiments to produce woodblocks for patterns.

  • Post #1899661

    “The thing that just comes clear from ancient DNA is that the people who lived in any one place a thousand years ago and 5000 years ago are almost never directly ancestral to the people who live in that place today.“ https://bigthink.com/the-well/your-ancestors-arent-who-you-think-they-are/

  • Post #1723569

    Another #geometer example this morning, this time vector fields… #Clojure

  • Post #1385962

    Let’s do a thread of what we consider to be the best things on the Internet. I&amp;#39;ll start with two: Wikipedia and OpenStreetMap.

  • Post #1385954

    I&amp;#39;ve been using gandi for domain name registration for over 20 years now. Am I missing out on some great alternative?

  • Post #1312289

    Higher order Markov chain gonna Markov… https://mato.social/@josemurilo/116334603207819104

  • Post #1000578

    “The UI is clean. The API is RESTful. The architecture diagram is beautiful. The outputs are wrong. Nobody checks because nobody on the team knows what correct outputs look like. They’ve never looked at the data. They’ve never computed a baseline.” https://leehanchung.github.io/blogs/2026/04/05/the-ai-great-leap-forward/

  • Post #916475

    TFW you are doing a bit of game dev for the first time since 1993…

  • Post #903136

    Trying to explain some things…

  • Post #854448

    “If you don&amp;#39;t overcome your tendency to give up easily, your life will amount to nothing.” #MasutatsuOyama

  • Post #854446

    “Certum quod factum” “(One is certain only of what one builds)” #GiambattistaVico, presumably regarding library dependencies

  • Post #746572

    I implemented the Nimble type inference algorithm from Henry Baker&amp;#39;s old Common Lisp paper in Clojure awhile back for #reasons. It&amp;#39;s based on lattice/algebraic data flow (Kaplan-Ullman) rather than logical unification (Milner), and works well to calculate type specialization while compiling dynamic languages: https://www.plover.com/misc/hbaker-archive/TInference.html Yesterday I added a simple C generator to make something like Pre-Scheme &amp;lt;https://prescheme.org&amp;gt; f...