From 22d3abdaa17f02fc5f7d3f29318b45e22a0a8b7d Mon Sep 17 00:00:00 2001 From: Jon Michael Aanes Date: Fri, 2 Aug 2024 16:05:27 +0200 Subject: [PATCH] Updated --- README.md | 28 ++++++++++++++++++---------- 1 file changed, 18 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 4a3754f..1d098ed 100644 --- a/README.md +++ b/README.md @@ -1,16 +1,24 @@ -# Well, there you are... +Hello, I am the professional programming addict. -I've been waiting for you. You see, I've been meaning to reach you about your code's warranty.... +My software work is split in three fields: -## I guess I make code +- Personal hobby coding projects, which this page is dedicated to. +- Games side-work, which is associated with the + [Takunomi](https://takunomi.itch.io/) game studio, which I am the lead + programmer for. I also made an RPG for a Game Jam, called [Rabbit + Knight](https://jmaa.itch.io/rabbit-knight). Check it out! +- Professional Work. Mostly on programming languages, blockchain and multi-party + computation. -Some is public. Most is private. +## Personal Projects, Python -## I guess I also make games. +My interests when making projects for myself: -Most of them are associated with the [Takunomi](https://takunomi.itch.io/) -game studio, but I also sometimes make my own, like [Rabbit Knight](https://jmaa.itch.io/rabbit-knight). Check it out! +1. **Data access**: Which sources of data exists? These can be API's, or they + can require scraping. +2. **Interoperability**: How can data fit into the same frameworks? +3. **Presentation/Actions**: How can this data be presented efficiently to + a power-user? How can actions be performed efficiently (possibly + automatically) and with full user understanding of the consequences? -## Are you leaving... so soon? - -Well... then, be seeing ya! +Please see my [list of public repositories](https://gitfub.space/Jmaa?tab=repositories)