mind-palace VS HPI

Compare mind-palace vs HPI and see what are their differences.

mind-palace

Mind palace: mnemonic note taking system. (by msipos)

HPI

Human Programming Interface 🧑👽🤖 (by karlicoss)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
mind-palace HPI
2 14
8 1,392
- -
0.0 8.5
over 1 year ago 29 days ago
Python Python
- MIT License
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

mind-palace

Posts with mentions or reviews of mind-palace. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-01-31.
  • Gains I'm Seeing from My Second Brain Tool
    13 projects | news.ycombinator.com | 31 Jan 2022
    That's a cool extension, I didn't know about it.

    I built an entire app around the idea that every note participate sin the spaced repetition queue. For me it has made a lot of difference, as I have managed to internalize (as in put into a practice) a lot of the stuff that I put into my "second brain", for example insights from books I have read, videos I watched or blog posts, etc:

    https://github.com/msipos/mind-palace

  • Everything I Know – Wiki
    9 projects | news.ycombinator.com | 25 Jan 2021
    I had the same problem which is why I made an app called MindPalace (https://github.com/msipos/mind-palace)

    It's a note app where every note has a repetition schedule. The schedule can be dynamic (growing-shrinking) or fixed.

    For example, my diary entries repeat every 365 days so I enjoy reading what my diary entries/thoughts were a year (or 2, or 3) years ago.

HPI

Posts with mentions or reviews of HPI. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-30.
  • First Personal Search Engine Prototype
    3 projects | news.ycombinator.com | 30 Dec 2023
    If this is interesting to you, you should check out the interesting work that karlicoss and others have done with "Human Programming Interface" [0] / [1].

    I've been kicking this idea around for quite a few years and have gone through multiple iterations before finding HPI and tossing out all my work in favor of building off theirs.

    HPI is a great platform to build your own stuff off and benefit from all the work that has already been done because imo building a good foundation is the hardest part. Sean Breckenridge's HPI-API is super interesting and useful, could likely be worked into this search engine concept, quite sure Sean actually has both newsboat and Firefox modules already made.

    I wrote modules of my own and made an authentication wrapped HPI-API and a GraphQL instance but currently in the middle of an infra move so nothing super cool to show off.

    Lots of interesting stuff in collecting and leveraging your data. If any of this stuff catches your eye, I highly encourage browsing karlicoss' exobrain [2] because there are some interesting things in there.

    [0]: https://github.com/karlicoss/HPI

    [1]: my own stuff, not trying to step on Karli, just wanted a 3 letter org for my stuff: https://github.com/hpi

    [2]: https://beepb00p.xyz/myinfra.html

  • I put my whole life into a single database
    4 projects | news.ycombinator.com | 27 Apr 2022
    My version of this: Human Programming Interface https://github.com/karlicoss/HPI

    It's a bit heavier on the automatic data aggregation side, but has some manual inputs as data sources too.

  • “Obtaining My Personal Data from Amazon Was a Nightmare”
    3 projects | news.ycombinator.com | 27 Mar 2022
  • Gains I'm Seeing from My Second Brain Tool
    13 projects | news.ycombinator.com | 31 Jan 2022
    This is my approach!

    I'm using HPI [0] as a sort of universal API for almost all of my data (manual notes, bookmarks, instant messages, internet comments, etc)

    Then I use it in tools like Orger [1] and Promnesia [2] which function as my second brain

    [0] https://github.com/karlicoss/HPI

    [1] https://github.com/karlicoss/orger

    [2] https://beepb00p.xyz/promnesia.html

  • Electric Tables – an experiment in personal databases
    8 projects | news.ycombinator.com | 26 Jan 2022
    I suppose HPI[0] kind of is that? ;)

    A community repository would be super nice for those. Something along the lines of DefinitelyTyped[1], all managed through git, easily integrates with other stuff (like shown on npmjs.org when the @types package exists), allows maintainers to "own" the adapters they contribute. It's really the N adapters * T time per adapter that really makes it hard for one person to do. That plus monitoring API changes/flakiness of each adapter to make sure the data is still solid.

    [0] https://github.com/karlicoss/HPI

    [1] https://github.com/DefinitelyTyped/DefinitelyTyped

  • Ask HN: Who Wants to Collaborate?
    58 projects | news.ycombinator.com | 1 Jan 2022
    I'm working on tools/projects to unify, access, interact and use my personal data for quantified self, knowledge management, etc.

    A couple of examples:

    - https://github.com/karlicoss/HPI#readme

    - https://github.com/karlicoss/promnesia#readme

    Would very much love to discuss it with other people, collaborate etc.

  • Questions about Emacs
    3 projects | /r/emacs | 13 Oct 2021
    Emacs is born as a human-computer interface, not specifically a PIM/PKM systems (Personal Information Management systems, Personal Knowledge Management systems), those are born at Xerox Parc and they never really took off, unfortunately. You can find a small intro like https://doi.org/10.1145/1480506.1480524 you can find many research articles and thesis on the ACM and other places, try https://karl-voit.at/tagstore/downloads/Voit2011.pdf by /u/publicvoit today in Emacs the most popular of such systems in org-roam, a wrapper/accessing tool for org-mode, witch is probably one of the most powerful, Memacs is another classic one that do something more and something less, Dimitri Gerasimov have it's own public HPI https://beepb00p.xyz/hpi.html with Grasp and Promnesia extensions for Emacs and probably many others do exists but they are used/developed by a small community and while in the "old" wiki book before, "personal note/evernote boom", now "zettelkasten boom" interest keep being there documentation especially at newcomer level is nearly zero... There are research papers, few whole books, tons of articles, but nothing like a complete and simple learning path...
  • Need opinions regarding developing a browser extension(firefox) for taking notes from a webpage
    7 projects | /r/emacs | 14 Sep 2021
    Their author have developed a more complex script collection (HPI, https://beepb00p.xyz/hpi.html) witch is a bit confuse, but seems alive and for certain aspects do extra things then memacs (https://github.com/novoid/Memacs).
  • How often do you refresh reddit profile?
    7 projects | /r/privacytoolsIO | 30 Jun 2021
    Side note: His Promnesia and HPI projects are just mind blowing!
  • One Hundred Ideas for Computing
    4 projects | news.ycombinator.com | 19 May 2021
    Some of my favourites:

    - "5. Life engine" and "92. Personal Data API"

       I'm working on this in "Human Programming Interface" :) https://github.com/karlicoss/HPI#readme It's far from solving these in general, but it works for me very well.

What are some alternatives?

When comparing mind-palace and HPI you can also consider the following projects:

alfred-my-mind - Alfred workflow to search through my notes and bookmarks

deepstream.io - deepstream.io server

simplenote-ios - Simplenote for iOS

wakatime - Command line interface used by all WakaTime text editor plugins.

tinysearch - 🔍 Tiny, full-text search engine for static websites built with Rust and Wasm

org-roam-ui - A graphical frontend for exploring your org-roam Zettelkasten

docs - Logseq documentation

megadetector-gui - A desktop application that makes using MegaDetector's model easier

wiki - some useful information

PowerDeleteSuite - Power Delete Suite for Reddit

orger - Tool to convert data into searchable and interactive org-mode views

Memacs - What did I do on February 14th 2007? Visualize your (digital) life in Org-mode