Elektrine lite

โ† Feed

pera

trobador@mastodon.social

<p>stop anthropomorphizing computer programs</p>

Posts

  • Post #2803726

    My old chap Indy, he&amp;#39;s 22 now and still strong ๐Ÿ˜บ

  • Post #2803725

    @ultrazool hyperscale data centres have been on the news quite a bit lately for their use of methane and their impact on nearby populations: https://www.technologyreview.com/2025/05/20/1116272/ai-natural-gas-data-centers-energy-power-plants/ https://www.politico.com/news/2025/05/06/elon-musk-xai-memphis-gas-turbines-air-pollution-permits-00317582

  • Post #2803724

    Some day this will be a rad synth but today it&amp;#39;s just a sad function generator :p #synth #electronic

  • Post #2803723

  • Post #2803722

    A very common pattern used in CLI programs that output file paths is to append a line number, and sometimes character position, separated by a colon characters (e.g. `src/main.c:123:20:`), but in X11 the default double-click selection includes the colon character, so you have to manually select the path... Fortunately in uRXVT you can use the selection perl extension to match these paths with regex: URxvt.selection.pattern-0: (?&amp;lt;=^|โ”‚|โ”ƒ|โ•‘)([A-Za-z0-9_./-]+):[0-9] And it even supports tm...

  • Post #2803721

    Now it looks a bit less like a function generator :p #synths #electronics

  • Post #2803720

    A slightly glitchy synth

  • Post #2803719

    Yesterday in the Pentlands, #Edinburgh

  • Post #2803718

    Archipoeta, Confessio Goliae. Live performance by Modo Antiquo, Concert Festival Cusiano, 2007. https://m.youtube.com/watch?v=sN_Q5hBwYRA

  • Post #2803717

  • Post #2803716

    Sometimes when I look at more complex schematics from a PDF I feel like I&amp;#39;m playing Where&amp;#39;s Waldo with net labels, with the addition that there are unknown number of Waldos. It would be nice if labels included their degree. #electronics

  • Post #2803715

    @sean_ae @Cognessence @oscillik @elifyalvac @Rushup_Dee maybe it&amp;#39;s just me being a teary eyed millennial but i think GM can sound really lovely with the right device, for instance check SC2K again but now with OPL3: https://m.youtube.com/watch?v=6dnNQGN5swY

  • Post #2803714

    @sean_ae @Cognessence @oscillik @elifyalvac @Rushup_Dee I went down the rabbit hole to check this because I wasn&amp;#39;t sure about the details but yeah I think you can say it is FM GM: SC2K and lots of other games from that era used Miles Sound System, a sort of audio driver with dev tools that has a format called XMI that embeds MIDI events and also bank+patch format to map for example GM into OPL3 FM commands. I was able to extract the files from SC2000.DAT and play the tracks and instrumen...