Human Programming Interface | beepb00p
TLDR: I'm using HPI (Human Programming Interface) package as a means of unifying, accessing and interacting with all of my personal data. HPI is a Python package (named my), a collection of modules for: The package hides the gory details of locating data, parsing, error handling and caching. You simply 'import' your data and get to work with familiar Python types and data structures. Here's a short example to give you an idea: "which subreddits I find the most interesting?" In contrast, once the data is available as Python objects, I can easily plug it into existing tools, libraries and frameworks. It makes building new tools considerably easier and opens up new ways of interacting with the data. I tried different things over the years and I think I'm getting to the point where other people can also benefit from my code by 'just' plugging in their data, and that's why I'm sharing this. Imagine if all your life was reflected digitally and available at your fingertips. This library is my
Human Programming Interface [see within blog graph] My life in a Python package If you're in a hurry, feel free to jump straight to the demos . see SETUP for the installation/configuration guide see DEVELOPMENT for the development/extension guide see DESIGN for the design goals see exobrain/HPI for some of my raw thoughts and todos on the project TLDR : I'm using HPI (Human Programming Interface) package as a means of unifying, accessing and interacting with all of my personal data. HPI is a Python package (named my ), a collection of modules for: social networks: posts, comments, favorites re
Explore this link on the map →related reading
- The sad state of personal data and infrastructure | beepb00pbeepb00p.xyz
- Map of my personal data infrastructure | beepb00pbeepb00p.xyz
- Parsed | Custom, interpretable AI systems that continuously learnparsed.com
- Program Manager, Human Data | OpenAIopenai.com
- GitHub - Surfer-Org/Protocol: Open-source framework for exporting your personal data. · GitHubgithub.com
- Honchohoncho.dev
- GitHub - hypothesis/browser-extension: The Hypothesis browser extensions. · GitHubgithub.com
- Type-Safe and Portable Support for Packed Data (Experience Paper)drops.dagstuhl.de
- Data Dashboard | Parkinson's Precision Medicine Initiativeppmi-info.org
- GitHub - PradyumnaKrishna/Colab-Hacks: Simple Hacks for Google Colaboratory to boost your productivity and help you to perform daily tasks. · GitHubgithub.com
- GitHub - philipl/pifs: πfs - the data-free filesystem! · GitHubgithub.com
- Python Pickle Tutorial: Object Serialization | DataCampdatacamp.com