.profile/README.md

24 lines
1017 B
Markdown
Raw Permalink Normal View History

2024-08-02 14:08:19 +00:00
Hello. I make software, sometimes games, sometimes professionally.
2024-05-22 23:12:11 +00:00
2024-08-02 14:08:19 +00:00
My software work is split in three:
2024-05-22 23:12:11 +00:00
2024-08-02 14:08:19 +00:00
- **Personal hobby coding**: Which this profile is dedicated to.
- **Games** side-work: I am the lead programmer for the
[Takunomi](https://takunomi.itch.io/) indie studio. I [Rabbit
Knight](https://jmaa.itch.io/rabbit-knight), a Game Jam RPG. Check it out!
- **Professional Work**: Mostly programming languages, blockchain and multi-party
2024-08-02 14:05:27 +00:00
computation.
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
## Personal Projects, Python
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
My interests when making projects for myself:
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
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?
2024-05-22 23:12:11 +00:00
2024-08-02 14:05:27 +00:00
Please see my [list of public repositories](https://gitfub.space/Jmaa?tab=repositories)