diff --git a/nbs/10_andri.ipynb b/nbs/10_andri.ipynb index 778c37c..d5ee357 100644 --- a/nbs/10_andri.ipynb +++ b/nbs/10_andri.ipynb @@ -266,6 +266,30 @@ " i += 1\n" ] }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "#| echo: false\n", + "if i < len(projects):\n", + " display(Markdown(project_to_markdown(projects[i])))\n", + " i += 1\n" + ] + }, + { + "cell_type": "code", + "execution_count": null, + "metadata": {}, + "outputs": [], + "source": [ + "#| echo: false\n", + "if i < len(projects):\n", + " display(Markdown(project_to_markdown(projects[i])))\n", + " i += 1\n" + ] + }, { "cell_type": "code", "execution_count": null, diff --git a/nbs/Anelec.jpg b/nbs/Anelec.jpg new file mode 100644 index 0000000..11eb409 Binary files /dev/null and b/nbs/Anelec.jpg differ diff --git a/nbs/index.ipynb b/nbs/index.ipynb index 734a440..956f032 100644 --- a/nbs/index.ipynb +++ b/nbs/index.ipynb @@ -24,10 +24,11 @@ "source": [ "As a kid, whenever someone asked what I wanted to be when I grew up, Iā€™d always say, 'an inventor.' Starting October 23, 2024, I'll be documenting an old project every day. So stay tuned and follow me as the website grows! \n", "\n", - "* 2024-11-08: [WhatsAppChatConverter](/20_whatsapp_converter.ipynb) My father asked me how he could print his WhatsApp chat history with my late brother. I had to realize that this was not possible, and there was no useful free tool to archive or print a chat in a nice format. So, I wrote one.\n", - "* 2024-11-04: [batGPT](/10_andri.ipynb#batgpt) Write assessment reports for assistive technologies using AI\n", - "* 2024-11-03: [Brainwaver: Pink Noise](/10_andri.ipynb#brainwaver-pink-noise) Nothing but binaural pink noise to get into the flow and focus\n", - "* 2024-11-02: [Dino Stampf Deep Learning](/10_andri.ipynb#dino-stampf-deep-learning) Pre-LLM AI generated pseudo-Swiss German lyrics\n", + "* 2024-11-10: [Anelec, 1985-1990](/10_andri.ipynb#anelec) My first company at the age of 12\n", + "* 2024-11-08: [WhatsAppChatConverter, 2024-](/20_whatsapp_converter.ipynb) My father asked me how he could print his WhatsApp chat history with my late brother. I had to realize that this was not possible, and there was no useful free tool to archive or print a chat in a nice format. So, I wrote one.\n", + "* 2024-11-04: [batGPT, 2024-](/10_andri.ipynb#batgpt) Write assessment reports for assistive technologies using AI\n", + "* 2024-11-03: [Brainwaver: Pink Noise, 2013](/10_andri.ipynb#brainwaver-pink-noise) Nothing but binaural pink noise to get into the flow and focus\n", + "* 2024-11-02: [Dino Stampf Deep Learning, 2017](/10_andri.ipynb#dino-stampf-deep-learning) Pre-LLM AI generated pseudo-Swiss German lyrics\n", "* 2024-11-01: [VisualMix, 2022](/10_andri.ipynb#visualmix) Mix and arrangement of a song visualized\n", "* 2024-10-31: [gschichtefritz.ch current, 2023 - ](/10_andri.ipynb#gschichtefritz.ch-current) Shop and App backend\n", "* 2024-10-30: [gschichtefritz.ch legacy, 2009 - 2023](/10_andri.ipynb#gschichtefritz.ch-legacy) CRM, shop, CD burner automation, accounting, and more\n", diff --git a/nbs/projects.json b/nbs/projects.json index 3750ee4..3659ac0 100644 --- a/nbs/projects.json +++ b/nbs/projects.json @@ -101,6 +101,13 @@ "year_start": 2024, "quote": "My father asked me how he could print his WhatsApp chat history with my late brother. I had to realize that this was not possible, and there was no useful free tool to archive or print a chat in a nice format. So, I wrote one.", "description": "There's a [dedicated project page](/20_whatsapp_converter.ipynb) for that" + },{ + "title": "Anelec", + "year_start": 1985, + "year_end": 1990, + "quote": "My first company at the age of 12", + "description": "A funny memory I found at my brother's place in 2024: A catalog from 1986, when I was 13 years old. I already had a 'company' named 'Anelec' (derived from Andri Electronics). I etched circuit boards at home in the laundry room and sold kits and electronic circuits at school. I remember that the mother of a classmate was quite shocked when I sold her son a light organ with the note '220 volts! Danger of death!' and some drawn skulls on the circuit board šŸ˜€.\n\n ![A page from 'Anelec Catalog 1986'](Anelec.jpg)" } + ]