wiki VS knowledge

Compare wiki vs knowledge and see what are their differences.

Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
wiki knowledge
4 29
32 4,743
- -
6.3 8.3
about 1 month ago about 2 months ago
JavaScript
- -
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.

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

knowledge

Posts with mentions or reviews of knowledge. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-23.

What are some alternatives?

When comparing wiki and knowledge you can also consider the following projects:

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

ArchiveBox - 🗃 Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more...

atuin - ✨ Magical shell history

tiddlyresearch - Local and Anki-compatible note-taking tool based on TiddlyWiki

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

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

learn-anything.xyz - Organize world's knowledge, explore connections and curate learning paths

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

antigen - The plugin manager for zsh.

userbase - Create secure and private web apps using only static JavaScript, HTML, and CSS.