Elektrine lite

← Feed

Martijn Faassen

faassen@hachyderm.io

<p>Me grok write code. Rust, Typescript, Python, JavaScript. Created: Xee, Xot, Morepath, lxml. Also: gardener, science &amp; history fan, living life fan.</p><p>I post a lot about programming as well as gardening pictures. If you come for just the gardening pictures the programming talk may baffle you. If you&#39;re a programmer, I invite you to enjoy the flowers!&lt;</p><p>Oh and I post poems now</p>

Posts

  • Post #2606324

    I recently learned there&amp;#39;s this technique in modeling called &amp;quot;neural surrogates&amp;quot;. You can basically take an incredibly slow mathematical model, feed its output into a type of neural network, and the neural network learns how to mimic the behavior (and possibly even generalize it). You can then run this neural network efficiently on a GPU and get orders of magnitude speedups. With FNO, a particular technique, you can even switch to a higher resolution than the original...

  • Post #2606310

    I used to speak at many conferences. I think I only gave a single conference talk two years ago, and that was because I was encouraged to so by my client. And I think the last time before that was almost 10 years ago. While COVID-19 didn&amp;#39;t help, I don&amp;#39;t think that&amp;#39;s the main explanation I stopped doing so. I did attend various conferences; JS ones, in particular React, Rust conferences, an XML conference. I think it&amp;#39;s because I went adrift from Python, perha...

  • Post #2606307

    I do sometimes recite poetry on discord to a small group of people. That&amp;#39;s a form of public speaking I guess. Initially I was very nervous. People often like how I recite and my voice, which is a curious experience for me.

  • Post #2606304

    A lot of my talks have in general been about projects I&amp;#39;ve done. Sometimes to illustrate ideas or concepts. I still do projects, but I&amp;#39;ve talked about them less. Maybe I should just submit a talk about something I think instead.

  • Post #2606302

    I was on a team some years back where we did retros. They were high trust, we showed some of who we were and our vulnerabilities. Overall they helped quite a bit. I made friends on the team. I sometimes wonder whether high trust retros could have helped on other teams where things didn&amp;#39;t work out so well. But it&amp;#39;s a bit of a chicken and egg. Showing vulnerability only works if you can trust each other. If there are cliques or if someone is going to be dishonest, for instance, co...

  • Post #2606301

    A while ago I pushed poems I wrote, as a human, about AI. Because we feel things about this, and I feel things about it, and poetry is one way to express and communicate. https://hyperstate.org/ephemeral_minds.html #poetry

  • Post #2606300

    The art of refactoring early and often is still as valuable as before, and as underutilized as before. Even though LLM agents make aggressive refactoring easier than ever, not everyone can wield this tool. Refactoring requires conceptual understanding of the code, the problem, and experience with structuring and abstractions. LLMs *can* let you run ahead of human understanding, but only a little bit. Too much, and you fly into the wall of jello faster than ever before, and within the wall of...

  • Post #297063

    I have a tendency to aggressively refactor when I build new things. It&amp;#39;s one of the most valuable skills to have to fight entropy during programming. #programming