mind-palace VS wiki

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

mind-palace

Mind palace: mnemonic note taking system. (by msipos)
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 wiki
2 4
8 32
- -
0.0 6.3
over 1 year ago about 1 month ago
Python
- -
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.

wiki

Posts with mentions or reviews of wiki. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-10.
  • Memray – A Memory Profiler for Python
    10 projects | news.ycombinator.com | 10 Feb 2024
    I collected a list of profilers (also memory profilers, also specifically for Python) here: https://github.com/albertz/wiki/blob/master/profiling.md

    Currently I actually need a Python memory profiler, because I want to figure out whether there is some memory leak in my application (PyTorch based training script), and where exactly (in this case, it's not a problem of GPU memory, but CPU memory).

    I tried Scalene (https://github.com/plasma-umass/scalene), which seems to be powerful, but somehow the output it gives me is not useful at all? It doesn't really give me a flamegraph, or a list of the top lines with memory allocations, but instead it gives me a listing of all source code lines, and prints some (very sparse) information on each line. So I need to search through that listing now by hand to find the spots? Maybe I just don't know how to use it properly.

    I tried Memray, but first ran into an issue (https://github.com/bloomberg/memray/issues/212), but after using some workaround, it worked now. I get a flamegraph out, but it doesn't really seem accurate? After a while, there don't seem to be any new memory allocations at all anymore, and I don't quite trust that this is correct.

    There is also Austin (https://github.com/P403n1x87/austin), which I also wanted to try (have not yet).

    Somehow this experience so far was very disappointing.

    (Side node, I debugged some very strange memory allocation behavior of Python before, where all local variables were kept around after an exception, even though I made sure there is no reference anymore to the exception object, to the traceback, etc, and I even called frame.clear() for all frames to really clear it. It turns out, frame.f_locals will create another copy of all the local variables, and the exception object and all the locals in the other frame still stay alive until you access frame.f_locals again. At that point, it will sync the f_locals again with the real (fast) locals, and then it can finally free everything. It was quite annoying to find the source of this problem and to find workarounds for it. https://github.com/python/cpython/issues/113939)

  • Jog: Print the last 10 commands you ran in the current directory
    13 projects | news.ycombinator.com | 8 Nov 2021
    We use a shell history per directory per user. This is very helpful, esp in distributed shared environments.

    https://github.com/albertz/wiki/blob/master/shell.md#history

  • Everything you never wanted to know about ANSI escape codes
    4 projects | news.ycombinator.com | 3 Feb 2021
    There is much more, though.

    See here for an overview:

    https://github.com/albertz/wiki/blob/master/terminal-escape-...

    There are a couple of non-standard extensions, e.g. by iTerm:

    https://iterm2.com/documentation-escape-codes.html https://iterm2.com/documentation-images.html

    Some of them are pretty complicated to standardize. E.g. see this discussion on simple image support:

    https://gitlab.freedesktop.org/terminal-wg/specifications/-/...

  • Everything I Know – Wiki
    9 projects | news.ycombinator.com | 25 Jan 2021
    Skimming through this, it looks more like organized public bookmarks. Many of the pages just contain (mostly) a list of links. There are barely any notes.

    I actually do this as well. Just some text files, where I put links I stumble upon, which I find interesting. Not always all links but only really interesting ones. Also maybe only for topics where I think it's not so easy to find such links later on via Google.

    Sometimes I also do research on some new topic, and for that I keep notes. If I think the research / overview / my notes of this topic are of any value to others, I would maybe just make it public somewhere.

    Some of these links and notes I keep private. If it is public, I would probably just put it here:

    https://github.com/albertz/wiki

What are some alternatives?

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

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

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

simplenote-ios - Simplenote for iOS

atuin - ✨ Magical shell history

docs - Logseq documentation

knowledge - Everything I know

HPI - Human Programming Interface 🧑👽🤖

broken-link-checker - Find broken links, missing images, etc within your HTML.

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

jog - Simple script to print the last 10 commands you ran in the current directory