#LifeTracking

2025-02-26

Теоретические и практические рассуждения об оцифровке отдельных аспектов личности

В контексте ИИ в статье понимается использование комплекса механизмов на основе LLM + reasoning + agents + RAG + ML. В контексте статьи оцифровка личности или самодигитализация – это практика всеобъемлющей записи и оцифровки различных аспектов жизни человека. Идея статьи заключается в обзоре теоретических и практических аспектов создания «единого цифрового архива всего опыта индивида» – то есть фиксировании практически полного набора мыслей, переживаний и действий человека в цифровой форме. Для этого используются разнообразные средства: от носимых сенсоров и приложений до "цифровых дневников". Концептуально самодигитализация близка к движениям Quantified Self и лайфлоггинга , цель которых – « самопознание через сбор данных о себе с помощью технологий ». В итоге получается постоянный поток персональных данных – своеобразная «чёрная коробка» жизни человека, превращающая его повседневный опыт в данные, пригодные для хранения, анализа и воспроизведения.

habr.com/ru/articles/886026/

#SelfDigitization #QuantifiedSelf #AIPersonalization #LifeTracking #DataDrivenGrowth #DigitalTwin #PersonalAnalytics #LifeOptimization #CognitiveTech #BiohackingData

BT Writes Codebtwritescode
2023-10-17

I ended up using for a bunch of other data collection tasks:

☁️ I've always suspected that the cloudier it is, the less happy I am. I track cloud coverage and temps every 4 hours via OpenWeatherMap
🦣 Does posting to social media impact my mood? Count today's Mastodon posts
🗣️ What does the impact of using social media have on my day? Pull data from the API for my productivity score and a few categories
☑️ WIP: How many tasks did I complete in a day?

An n8n flow chart showing the logic to count how many Mastodon posts I made yesterday, then saving that result into Postgres. An n8n flow chart showing the logic to track cloud coverage, actual temperature, and "feels like" temperature every four hours, then storing in a Postgres database.An n8n flow chart showing the logic to retrieve productivity stats from the RescueTime API, then storing that data in a Postgres database.
BT Writes Codebtwritescode
2023-10-17

Been going down the rabbit hole over the past few months. What previously started as a bunch of manual inputs is slowly getting more automated.

Yesterday's contribution was pulling data from the Fitbit API for weight, steps, sleep quality, and water consumption. Using , it looks a little something like this.

Anything that'll be accurate just after midnight I collect shortly after at 1am. Other things like my weight or sleep stats get collected at noon.

A flow chart showing the automated data collection of Fitbit data into a Postgres database, using the n8n software.

Client Info

Server: https://mastodon.social
Version: 2025.04
Repository: https://github.com/cyevgeniy/lmst