Skip to content

Commit

Permalink
added project: Anelec
Browse files Browse the repository at this point in the history
  • Loading branch information
mtln committed Nov 10, 2024
1 parent 02c8e41 commit 2a92943
Show file tree
Hide file tree
Showing 4 changed files with 36 additions and 4 deletions.
24 changes: 24 additions & 0 deletions nbs/10_andri.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Binary file added nbs/Anelec.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 5 additions & 4 deletions nbs/index.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
7 changes: 7 additions & 0 deletions nbs/projects.json
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
}


]

0 comments on commit 2a92943

Please sign in to comment.