Elektrine lite

← Feed

Ramsey Nasser

nasser@merveilles.town

<p>تعي نقعد بالفي / مش لحدا هالفي</p>

Posts

  • Post #4310589

    reaching the limits of my patience w ledger-cli... its an incredible piece of software hamstrung by a bizarre refusal to produce machine readable output. it can only reliably print out human-readable formatted ascii tables that confound parsing and we are trying to generate financial reports from it. it has a &amp;quot;csv&amp;quot; mode that is completely janky and underdeveloped...

  • Post #4310588

    progress on the main limitation i encountered and the last bit of big architecture before i can call it &amp;quot;done&amp;quot; for this stretch -- scheduling OFF events. this has proven to be quite tricky as it interacts with renoise column allocation and livecoding in subtle difficult ways. i ended up implementing an &amp;quot;abstract sequence&amp;quot; data structure that is a blend of renoise and uzu semantics to act as an intermediary representation and that seems to have solved it!

  • Post #4310587

    just found out the lead singer of low roar passed away in 2022... that makes me incredibly sad

  • Post #4310586

    https://m.twitch.tv/sierra_offline streaming!!!!

  • Post #4310585

    here&amp;#39;s a chippy little jam on an NES square wave that leans into 8fl&amp;#39;s new capability of properly allocating columns and turning off running sounds. read about leaving &amp;quot;space&amp;quot; in a composition and that manifests in 8fl as a bunch of slows (* in tidal mini notation)

  • Post #3193845

    deployed a prototype of CUBA https://x.nas.sr/cuba/ it is a livecoding visual thing inspired by my work on the compiler for Larry Cuba&#39;s programming language OSKAR https://code.emma.coop/ramsey/oskar

  • Post #2584150

    @mattly no_ne

  • Post #2584149

    we gotta bring cgi back

  • Post #2584148

    this is fun and came together fast. might polish it up and use it to perform at the livecode.nyc 10th anniversary show 👀

  • Post #2495578

    noodled on a little compiler last night thats an implementation of a kind of web version of https://code.emma.coop/ramsey/oskar targeting p5.js. using kdl as the syntax but i will probably write my own parser at some point to get rid of those annoying quotation marks

  • Post #1940624

    draft blog post -- with illustrations! https://nas.sr/text/sawa/ this was finished as part of the residency requirements and is phrased accordingly. I think the final version I&amp;#39;ll post on my site will be phrased slightly differently and acknowledge the residency. but the substance is more or less locked as a documentation of the first prototype and the core principles 🙏 comments + feedback appreciated

  • Post #1830827

    thinking of the general patterns emerging from SAWA and my decentralized git experiments, abstract patterns towards decentralized anarchic democratic decision making.

  • Post #1830826

    whoa what if SAWA just stood for &amp;quot;Simple Administration Without Administrators&amp;quot;

  • Post #1786873

    https://github.blog/news-insights/company-news/an-update-on-github-availability/ git is a remarkable piece of technology that was designed to be decentralized out of an understanding that centralized systems are brittle and represent single points of failure github effectively undoes the benefits of decentralization. we can do better, the future does not look like this.

  • Post #1645556

    preparing a few talks this week and the slide framework i built in 2023 for causal islands is the best one i&amp;#39;ve put together by a mile. i started on a different thing for my 2025 nyu class that was based on svgs but i think i need to relegate that one to a fever dream. the causal islands system is just based on html and coroutines, extremely simple. proud of me of three years ago 🙏

  • Post #1645552

    whoa the merkle tree, the data structure that underlies git history, was originally... patented 😮 https://worldwide.espacenet.com/patent/search/family/022107098/publication/US4309569A?q=pn%3DUS4309569

  • Post #1570227

    hooked up monaco for a basic livecoding interface, its coming together! 🙏

  • Post #1404661

  • Post #1404659

    @migratory yup -- fixed!

  • Post #1404658

    very good reference I got as feedback on my decentralized document system: https://en.wikipedia.org/wiki/Tools_for_Conviviality relevant to people on this server and likely familiar to many but new to me!

  • Post #1404657

    had a very successful semi public demo this week! the system held up and worked as expected. we built a collective of 17 people over the course of the evening, all transitively connected to each other through a web of trust. we made and edited 6 documents together. I haven&amp;#39;t counted the number of edits but there are about 1700 objects stored in the database so that&amp;#39;s the ballpark. extremely grateful and excited for where this is headed!

  • Post #1179299

    found the dispossessed quote i had been thinking of for years: There were no rules of parliamentary procedure at meetings in PDC. Interruptions were sometimes more frequent than statements. The process, compared to a well-managed executive conference, was a slab of raw beef compared to a wiring diagram. Raw beef, however, functions better than a wiring diagram would, in its place — inside a living animal.

  • Post #1124820

    way to go Hungary 🙏🇭🇺

  • Post #1041214

    streaming video games with @LaineNooney tonight! catch us around 7pm! https://twitch.tv/sierra_offline

  • Post #1041212

    playing games with @LaineNooney tonight 🙏 https://m.twitch.tv/sierra_offline ~7pm depending on whether or not I can outrun this storm

  • Post #715435

    whats interesting about petname systems like https://www.inkandswitch.com/backchannel/ is that they mesh extremely well with the arguments i made in 2019 that in order to have a programming experience that did not privilege one written culture over another you had to abandon the notion of &amp;quot;human-readable names&amp;quot; at the level of APIs and libraries. i used the terms &amp;quot;display names&amp;quot; and &amp;quot;canonical names&amp;quot; but the ideas are quite similar. makes me...

  • Post #435448

    i finally have a workable path to livecoding dabke music! the breakthrough came when i found that sofeh studio was released as a vst at some point. that meant i could load it into renoise (via yabridge linux -&amp;gt; windows vst bridge) and livecode it using 8fl and fennel. here is a **very rough** badly mixed jam, popping up the VST occasionally. but it totally works!

  • Post #327291

    im working on a decentralized software issues/pull requests thing that lives directly in git and works with all existing git hosts. it will work by running a command in your repo like git todo web which will open a local web server that serves a github/gitlab issues-like interface for you to use. you can take out new issues, comments on existing issues, etc. theres a way to do this that runs in the browser without javascript. i know this is important to a lot of people. this whole thing becom...