I am putting as much as i can into my TODO+archive database (see https://github.com/andrey-utkin/taskdb/wiki/Live-demo#workou... ), and it is pretty neat already for analysis with querying and visualization. But your stuff is orders of magnitude bigger. Possibly I will set up HPI for myself some day.
Show HN: Interface for all digital aspects of my life
81–90 of 95 posts
Re: Show HN: Interface for all digital aspects of my life
#82My version of this is called Dogsheep, and involves building tools that suck my data from various sources into SQLite databases so I can query it all using Datasette. https://dogsheep.github.io/ I enjoyed reading this author's essay on why he doesn't think loading everything into relational databases is the best approach: https://beepb00p.xyz/unnecessary-db.html I think I have a workarounds for most of the issues he…
Re: Show HN: Interface for all digital aspects of my life
#83This is amazing. I am putting as much as i can into my TODO+archive database (see https://github.com/andrey-utkin/taskdb/wiki/Live-demo#workou... ), and it is pretty neat already for analysis with querying and visualization. But your stuff is orders of magnitude bigger. Possibly I will set up HPI for myself some day.
Re: Show HN: Interface for all digital aspects of my life
#84Polar opposite - Does anyone enjoy digital amnesia? I feel like I might be a little weird here, but every so often I'll just go in and delete all my notes, reminders, apps, photos, etc and start again. Wondering if anyone else does this? I like doing it because it helps clear my head, even though the files or data are digital they take up some space in my head. I do it every few months, just have a fresh slate. I won…
Re: Show HN: Interface for all digital aspects of my life
#85Earlier quoted context omitted.
> Which parts of my city have I yet to explore? > Can I search all my conversation with John across 3 messaging apps, email, SMS and phone? These are totally pain points for me / questions I'd love to have some answers for... Anyone tried to get the historic iOS location data to answer the first question?
If you live in Europe it should be possible..?
Google Takeout gives me my location history, but getting it is a manual process.
Banks must offer an API. I just haven't looked into it yet.
Re: Show HN: Interface for all digital aspects of my life
#86Earlier quoted context omitted.
If you live in Europe it should be possible..?
The GDPR says you can get access to your data. It doesn't say it should be available in a convenient, computer-friendly format. Google Takeout gives me my location history, but getting it is a manual process. Banks must offer an API. I just haven't looked into it yet.
Re: Show HN: Interface for all digital aspects of my life
#87Re: Show HN: Interface for all digital aspects of my life
#88Earlier quoted context omitted.
Cool, that's similar to my project Timeliner: https://github.com/mholt/timeliner It downloads your data from social media (or other online sites) into a single sqlite database. It can even draw relations between various accounts/people. I use it to back up my Google Photos.
There's also heedy: https://heedy.org/
Re: Show HN: Interface for all digital aspects of my life
#89The linked post and video (including a demo) of Andrew Louis's 'Memex' project is really neat as well! Really cool interface there: https://hyfen.net/memex/
Re: Show HN: Interface for all digital aspects of my life
#90My version of this is called Dogsheep, and involves building tools that suck my data from various sources into SQLite databases so I can query it all using Datasette. https://dogsheep.github.io/ I enjoyed reading this author's essay on why he doesn't think loading everything into relational databases is the best approach: https://beepb00p.xyz/unnecessary-db.html I think I have a workarounds for most of the issues he…
Cool, that's similar to my project Timeliner: https://github.com/mholt/timeliner It downloads your data from social media (or other online sites) into a single sqlite database. It can even draw relations between various accounts/people. I use it to back up my Google Photos.
I've focused on Google Takeout exports so far. Only gotten Hangouts and Voice working at this point.
I feel like all of us need to be working on a common codebase for all these parsers. I just found out a week ago that the Hangouts format changed significantly and totally broke my parser (which I actually adapted from https://bitbucket.org/dotcs/hangouts-log-reader/)