{"slug": "the-source-code-to-my-track-siberspace", "title": "The source code to my track 'siberspace'", "summary": "The article presents the source code for a music track titled \"siberspace,\" which appears to be created using a live coding or algorithmic music environment. The code sets a tempo, loads French speech samples from a \"shabda\" library, and arranges them into a rhythmic structure alongside synthesized bass, piano, and kick drum patterns. The speech samples are derived from a text that declares cyberspace as an independent domain free from governmental control.", "body_md": "siberspace.js\n\n      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.\n      \nLearn more about bidirectional Unicode characters\n\n \n    Show hidden characters\n\nsetcps(130/60/4)\n\nsamples('shabda/speech/fr-FR/f:Governments of the Industrial World')\n\nsamples('shabda/speech/fr-FR/f:you weary giants of flesh and steel')\n\nsamples('shabda/speech/fr-FR/f:aï come from saïberspace') \n\nsamples('shabda/speech/fr-FR/f:the new home of Maïnd.')\n\nsamples('shabda/speech/fr-FR/f:On behalf of the future')\n\nsamples('shabda/speech/fr-FR/f:aï ask you of the past')\n\nsamples('shabda/speech/fr-FR/f:to leave us alone')\n\nsamples('shabda/speech/fr-FR/f:You are not welcome among us')\n\nsamples('shabda/speech/fr-FR/f:You have no sovereignty where we gather.')\n\nsamples('shabda/speech/fr-FR/f:aï address you with no greater authority')\n\nsamples('shabda/speech/fr-FR/f:than that with which liberty itself always speaks.')\n\nsamples('shabda/speech/fr-FR/f:aï declare the global social space we are building')\n\nsamples('shabda/speech/fr-FR/f:to be naturally independent of the tyrannies you seek to impose on us.')\n\nsamples('shabda/speech/fr-FR/f:You have no moral right to rule us')\n\nsamples('shabda/speech/fr-FR/f:nor do you possess any methods of enforcement')\n\nsamples('shabda/speech/fr-FR/f:we have true reason to fear.')\n\nsamples('shabda/speech/fr-FR/f:Ours is a world that is both everywhere and nowhere but it is not where bodies liv')\n\nsamples('shabda/speech/fr-FR/f:We will spread ourselves across the Planet so that no one can arrest our thoughts.')\n\nsamples('shabda/speech/fr-FR/f:We will create a civilization of the Maïnd in saïberspace')\n\nsamples('shabda/speech/fr-FR/f:May it be more humaïne and fair')\n\nsamples('shabda/speech/fr-FR/f:than the world your governments have made before.')\n\nstack(\n\n  s(`[\n\n \n\n    [~]/16\n\n \n\n    Governments_of_the_Industrial_World\n\n    you_weary_giants_of_flesh_and_steel\n\n    aï_come_from_saïberspace\n\n    the_new_home_of_Maïnd\n\n \n\n    [~]/4\n\n \n\n    On_behalf_of_the_future\n\n    aï_ask_you_of_the_past\n\n    to_leave_us_alone\n\n    You_are_not_welcome_among_us\n\n    You_have_no_sovereignty_where_we_gather\n\n    [~]/4\n\n    aï_address_you_with_no_greater_authority\n\n    than_that_with_which_liberty_itself_always_speaks\n\n    aï_declare_the_global_social_space_we_are_building\n\n    to_be_naturally_independent_of_the_tyrannies_you_seek_to_impose_on_us\n\n    [~]/4\n\n    You_have_no_moral_right_to_rule_us\n\n    nor_do_you_possess_any_methods_of_enforcement\n\n    we_have_true_reason_to_fear\n\n    [~]/4\n\n    Ours_is_a_world_that_is_both_everywhere_and_nowhere_but_it_is_not_where_bodies_liv\n\n    [~]/4\n\n \n\n    We_will_spread_ourselves_across_the_Planet_so_that_no_one_can_arrest_our_thoughts\n\n    We_will_create_a_civilization_of_the_Maïnd_in_saïberspace\n\n    May_it_be_more_humaïne_and_fair\n\n    than_the_world_your_governments_have_made_before\n\n    [~]/4\n\n    [~]/4\n\n    aï_come_from_saïberspace\n\n    the_new_home_of_Maïnd\n\n    [~]/4\n\n    [~]/4\n\n    aï_come_from_saïberspace\n\n    the_new_home_of_Maïnd\n\n    [~]/4\n\n    aï_come_from_saïberspace\n\n    [~]/4\n\n    aï_come_from_saïberspace\n\n    [~]/4\n\n    aï_come_from_saïberspace\n\n    [~]/4\n\n    aï_come_from_saïberspace\n\n \n\n    ]/128\n\n \n\n    `).gain(0.9).room(0.5).delay(0.5),\n\n \n\nnote(\"e1 e2\")\n\n.fm(\"7\").gain(0.7)\n\n.lpf(perlin.range(90,1000).slow(8))\n\n.lpenv(-3).lpa(.2).room(.5).fast(2)\n\n._punchcard(),\n\n  note(irand(16).segment(16).scale(\"e1:minor:pentatonic\"))\n\n  .degradeBy(0.4).slow(4)\n\n  .s(\"piano\")\n\n  .lpf(500)\n\n  .gain(0.9).legato(0.95)\n\n  .room(2)\n\n._punchcard(),\n\ns(\"[bd:11]*4\").gain(0.9).lpf(400).room(0.2)._punchcard(),\n\nnote(\"[e1 e3 e2 e1]*2\").s(\"sawtooth\").legato(0.9).mask(\"[1 1 1 1]*4\")\n\n .lpq(16)\n\n  .lpf(rand.range(300,1500).slow(4))\n\n  .gain(rand.range(0.9,1).slow(4))._punchcard()).scope()", "url": "https://wpnews.pro/news/the-source-code-to-my-track-siberspace", "canonical_source": "https://gist.github.com/0atman/2cc632a557fa3c8b28a4396bf28829c9", "published_at": "2024-06-25 15:14:57+00:00", "updated_at": "2026-05-23 22:06:16.419978+00:00", "lang": "en", "topics": ["artificial-intelligence", "cybersecurity", "web3"], "entities": ["Governments of the Industrial World", "Maïnd"], "alternates": {"html": "https://wpnews.pro/news/the-source-code-to-my-track-siberspace", "markdown": "https://wpnews.pro/news/the-source-code-to-my-track-siberspace.md", "text": "https://wpnews.pro/news/the-source-code-to-my-track-siberspace.txt", "jsonld": "https://wpnews.pro/news/the-source-code-to-my-track-siberspace.jsonld"}}