<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Daniel La Corte</title><link>https://daniellacorte.de/</link><description>Recent content on Daniel La Corte</description><generator>Hugo</generator><language>en-us</language><lastBuildDate>Fri, 10 Apr 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://daniellacorte.de/index.xml" rel="self" type="application/rss+xml"/><item><title>PatchLib</title><link>https://daniellacorte.de/projects/patchlib/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/projects/patchlib/</guid><description>&lt;p&gt;I&amp;rsquo;m interested in synthesizers and modular sound design.&lt;/p&gt;
&lt;p&gt;Anyone who works with semi-modular equipment knows the problem: you dial in something good, the cables are just right, the sequencer has a rhythm that locks in. Then you move on, and it&amp;rsquo;s gone. Knob positions, patch bay connections, sequencer settings exist only in the moment.&lt;/p&gt;
&lt;p&gt;PatchLib is my solution to that. It&amp;rsquo;s a personal patch documentation tool for analog Moog synthesizers. For each patch you create a record with all knob values, a visual patch bay connection map, free-text notes, and an audio recording. Everything you need to reconstruct the sound exactly, weeks or months later.&lt;/p&gt;</description></item><item><title>Webpage to Markdown</title><link>https://daniellacorte.de/projects/webpage-to-markdown/</link><pubDate>Sat, 01 Jun 2024 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/projects/webpage-to-markdown/</guid><description>&lt;p&gt;Built around the idea of a Second Brain, the knowledge management system developed by Tiago Forte, this tool captures web content directly into an Obsidian vault without leaving the browser. Tools like Pocket or Raindrop are great for bookmarking, but they felt too heavy for what I wanted. I was looking for something more direct: read something, save it, it&amp;rsquo;s in my vault.&lt;/p&gt;
&lt;p&gt;Webpage to Markdown is a system made of two components: a Chrome extension and an Obsidian plugin. The extension extracts article content using Readability and converts it to Markdown via Turndown, then sends it as structured JSON to a local HTTP server. The Obsidian plugin runs that server and writes the incoming content as &lt;code&gt;.md&lt;/code&gt; files into the vault, organized by domain and enriched with YAML frontmatter.&lt;/p&gt;</description></item><item><title>Apple Health Data Lake</title><link>https://daniellacorte.de/projects/apple-health-data-lake/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/projects/apple-health-data-lake/</guid><description>&lt;p&gt;Two years of heart rate, HRV, sleep, and steps, sitting in the Apple Health app, visible through charts, but not usable. I wanted to run SQL queries, explore correlations, and build my own aggregates. Not inside another app, but on raw data I fully control.&lt;/p&gt;
&lt;p&gt;The missing piece was an iOS app called Health Auto Export. It exposes Apple Health data over a local TCP server on port 9000 using JSON RPC 2.0, as long as the app is in the foreground and both devices are on the same WiFi. No cloud, no third-party data sharing.&lt;/p&gt;</description></item><item><title>Polynode</title><link>https://daniellacorte.de/projects/polynode/</link><pubDate>Fri, 10 Apr 2026 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/projects/polynode/</guid><description>&lt;p&gt;Polyrhythm is what happens when you stop forcing everything to share the same pulse. A 5-step kick against a 7-step snare against a 3-step hi-hat — each cycling at its own rate, locking back into phase only at longer intervals. The result is rhythm that feels alive rather than metronomic.&lt;/p&gt;
&lt;p&gt;Polynode is a drum machine built around that idea. It runs entirely in the browser — no install, no account.&lt;/p&gt;</description></item><item><title>Second Brain, finally using what I collect</title><link>https://daniellacorte.de/writing/second-brain/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/writing/second-brain/</guid><description>&lt;p&gt;I had a simple problem.&lt;/p&gt;
&lt;p&gt;I consumed a lot of information, saved a lot of things, but rarely used any of it.&lt;br&gt;
Bookmarks, notes, screenshots, everything was somewhere, but not really actionable.&lt;/p&gt;
&lt;p&gt;I often researched the same things multiple times.&lt;br&gt;
At some point, I almost stopped taking notes altogether.&lt;/p&gt;
&lt;hr&gt;
&lt;h2 id="what-is-a-second-brain"&gt;What is a Second Brain?&lt;/h2&gt;
&lt;p&gt;A Second Brain is an external system that supports your thinking.&lt;/p&gt;
&lt;p&gt;Not just storing notes, but organizing knowledge so you can actually use it later.&lt;/p&gt;</description></item><item><title>Simplifying My Second Brain</title><link>https://daniellacorte.de/writing/simplifying-second-brain/</link><pubDate>Thu, 09 Apr 2026 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/writing/simplifying-second-brain/</guid><description>&lt;p&gt;While working on this blog, I noticed something:&lt;/p&gt;
&lt;p&gt;Over time, my system had become unnecessarily complex.&lt;/p&gt;
&lt;p&gt;What started as a clean setup slowly turned into a mix of folders, utilities, plugins, and routines. It all looked structured, but it did not really help me think or get things done.&lt;/p&gt;
&lt;p&gt;Instead, I was organizing more than I was using the system.&lt;/p&gt;
&lt;p&gt;So I decided to reset it and reduce everything to the essentials.&lt;/p&gt;</description></item><item><title>About</title><link>https://daniellacorte.de/about/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/about/</guid><description>&lt;p&gt;I work at the intersection of product and data. As a Product Owner for Data Engineering at idealo in Berlin, I focus on building data products, working with cloud infrastructure on AWS, and bridging the gap between technical teams and strategic goals.&lt;/p&gt;
&lt;p&gt;My background is in Computer Science, with research work in AI explainability. I care about building things that are useful, understandable, and well-designed.&lt;/p&gt;
&lt;p&gt;This site is a place for me to experiment, write, and share ideas. Nothing here is meant as strong opinion or advice. It reflects things I find interesting and worth thinking about, and maybe some of it is useful to someone else too.&lt;/p&gt;</description></item><item><title>Imprint</title><link>https://daniellacorte.de/imprint/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/imprint/</guid><description>&lt;h2 id="information-pursuant-to--5-tmg"&gt;Information pursuant to § 5 TMG&lt;/h2&gt;
&lt;p&gt;Daniel La Corte – Daniel La Corte&lt;br&gt;
c/o Online-Impressum #7444&lt;br&gt;
Europaring 90&lt;br&gt;
53757 Sankt Augustin&lt;br&gt;
Deutschland&lt;/p&gt;
&lt;h2 id="contact"&gt;Contact&lt;/h2&gt;
&lt;p&gt;Email: &lt;a href="mailto:daniel.la-corte@proton.me"&gt;daniel.la-corte@proton.me&lt;/a&gt;&lt;/p&gt;
&lt;h2 id="responsible-for-content-pursuant-to--55-para-2-rstv"&gt;Responsible for content pursuant to § 55 para. 2 RStV&lt;/h2&gt;
&lt;p&gt;Daniel La Corte – Daniel La Corte&lt;br&gt;
c/o Online-Impressum #7444&lt;br&gt;
Europaring 90&lt;br&gt;
53757 Sankt Augustin&lt;/p&gt;
&lt;h2 id="disclaimer"&gt;Disclaimer&lt;/h2&gt;
&lt;p&gt;The contents of this site have been created with the utmost care. However, no guarantee can be given for the accuracy, completeness or timeliness of the content.&lt;/p&gt;</description></item><item><title>Privacy Policy</title><link>https://daniellacorte.de/privacy/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/privacy/</guid><description>&lt;p&gt;This website is a personal blog and online CV.&lt;/p&gt;
&lt;h2 id="tracking--analytics"&gt;Tracking &amp;amp; Analytics&lt;/h2&gt;
&lt;p&gt;No tracking or analytics tools are used on this website.&lt;/p&gt;
&lt;h2 id="server-log-files"&gt;Server Log Files&lt;/h2&gt;
&lt;p&gt;When you access this website, basic technical data may be automatically processed by the hosting provider (AWS) in server log files. This includes:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;IP address&lt;/li&gt;
&lt;li&gt;Date and time of the request&lt;/li&gt;
&lt;li&gt;Browser type and version&lt;/li&gt;
&lt;li&gt;Operating system&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;This data is used solely to ensure the reliable operation of the website and is not used for tracking, profiling, or analytics purposes.&lt;/p&gt;</description></item><item><title>Social</title><link>https://daniellacorte.de/social/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://daniellacorte.de/social/</guid><description>&lt;p&gt;Places to find me online.&lt;/p&gt;</description></item></channel></rss>