<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
    <channel>
      <title>shipi ! (◡‿◡✿)</title>
      <link>https://labs.shipisnature.com</link>
      <description>Last 10 notes on shipi ! (◡‿◡✿)</description>
      <generator>Quartz -- quartz.jzhao.xyz</generator>
      <item>
    <title>Internet as a place</title>
    <link>https://labs.shipisnature.com/La-teor%C3%ADa-del-internet-muerto-ya-no-es-una-teor%C3%ADa/Internet-as-a-place</link>
    <guid>https://labs.shipisnature.com/La-teor%C3%ADa-del-internet-muerto-ya-no-es-una-teor%C3%ADa/Internet-as-a-place</guid>
    <description><![CDATA[ [Internet como un espacio] El internet solía ser un lugar, solía ser un lugar especial para mucha gente, un lugar sin límites pero a la vez también un lugar definido. ]]></description>
    <pubDate>Thu, 26 Mar 2026 22:17:13 GMT</pubDate>
  </item><item>
    <title>Carta para catakosmos</title>
    <link>https://labs.shipisnature.com/Cartakosmos/Carta-para-catakosmos</link>
    <guid>https://labs.shipisnature.com/Cartakosmos/Carta-para-catakosmos</guid>
    <description><![CDATA[ 27 de febrero 2026 안녕 !!! no sé cuanto tiempo habrá pasado para cuando recibas este papelito pero quería decirte que aunque no nos hayamos visto desde hace casi dos meses, siento que aún sigue habiendo esa chispa única entre nosotros !! tenemos para años digo yo wuajja Me alegra mucho verte, siempre... ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>Beta Testing key points</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Beta-Testing-key-points</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Beta-Testing-key-points</guid>
    <description><![CDATA[ Definition In the software lifecycle, there are two primary testing phases: Alpha testing: Performed by the developer and few close associates. ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>Beta testing indications</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Beta-testing-indications</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Beta-testing-indications</guid>
    <description><![CDATA[ To-do: Scorecard / Google Form Nueva nota con las preguntas a responder por los candidatos. ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>GoldSrc reverb DSP implementation.</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/GoldSrc-reverb-DSP-implementation.</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/GoldSrc-reverb-DSP-implementation.</guid>
    <description><![CDATA[ VST will be a little bit different, see more: Proposed changes for VST Architecture Two-tap feedback delay network with random modulation. ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>Proposed changes for VST</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Proposed-changes-for-VST</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Proposed-changes-for-VST</guid>
    <description><![CDATA[  Dry/Wet crossfade Input scaling Use soft-clipping instead of hard-clipping Implies not clipping signals until the final stage of the signal flow. ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>Rust plugin skeleton</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Rust-plugin-skeleton</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/Rust-plugin-skeleton</guid>
    <description><![CDATA[ Creating a project It’s better to create from template: pip install cookiecutter cookiecutter gh:robbert-vdh/nih-plug-template This will scaffold the full project structure including a copy of xtask and .cargo/config.toml If not: You have to create a library project. ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>To-do</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/To-do</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/To-do</guid>
    <description><![CDATA[  Now we are using Vizia! Investigate why plugin window won’t resize Manual scale factor change does resize the window ! Investigate how to implement host→plugin resize in the vst3 wrapper. ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>VST Parameters</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/VST-Parameters</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/VST-Parameters</guid>
    <description><![CDATA[  ParameterRangeDefault valueRoom type / PresetsTunnelEnable Low-pass filterboolfalseEnable Amplitude modulationboolfalseReverb size[0,0.1]0.05Reverb feedback[0,1)0.85Enable reverb low-passbooltrueDelay time[0,0.4]0.008Delay feedback[0,1)0.96Enable delay low-passbooltrueHaas delay time[0,0.1]0.01Plug... ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item><item>
    <title>reverb_dsp_code_workflow</title>
    <link>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/reverb_dsp_code_workflow</link>
    <guid>https://labs.shipisnature.com/GoldSrc-Reverb-DSP/reverb_dsp_code_workflow</guid>
    <description><![CDATA[ Xash3D FWGS — s_dsp.c Code Workflow Complete execution flow of the DSP system, from engine startup through per-frame processing to shutdown. 1. ]]></description>
    <pubDate>Thu, 26 Mar 2026 18:45:15 GMT</pubDate>
  </item>
    </channel>
  </rss>