mu1 VS WikidPad

Compare mu1 vs WikidPad and see what are their differences.

mu1

Prototype tree-walking interpreter back when Mu was a high-level statement-oriented language, c. 2018 (by akkartik)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mu1 WikidPad
3 18
2 194
- 0.0%
0.0 1.9
almost 5 years ago 11 months ago
HTML Python
- GNU General Public License v3.0 or later
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.

mu1

Posts with mentions or reviews of mu1. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-03.
  • Small Project Build Systems (2021)
    2 projects | news.ycombinator.com | 3 Apr 2023
    I got sick of juggling code that migrated from one category to the other, so I wrote a little script that deals with chopping up a large source file into multiple TUs before feeding them to the compiler.

    https://github.com/akkartik/mu1/blob/master/build2

    More details: https://news.ycombinator.com/item?id=33574154#33575045

  • Ask HN: Programming Without a Build System?
    15 projects | news.ycombinator.com | 12 Nov 2022
    This really speaks to me. Modern software is too hard to assemble from source. If you're shipping sources, every moving part you add increases the odds of something going wrong on other people's computers.

    It's worth having some skepticism of tools. By making some operations easy, tools encourage them. Build systems make it easy to bloat software. Package managers make it easy to bloat dependencies. This dynamic explains why Python in particular has such a terrible package management story. It's been around longer than Node or Rust, so if they seem better -- wait 10 years!

    For many of my side projects I try to minimize moving parts for anyone (usually the '1' is literally true) who tries them out. I work in Unix, and one thing I built is a portable shell script that acts like a build system while being much more transparent about what it does: https://codeberg.org/akkartik/basic-build

    When I use this script my build instructions are more verbose, but I think that's a good thing. They're more explicit for newcomers, and they also impose costs that nudge me to keep my programs minimalist.

    You can see this build system evolve to add partial builds and parallel builds in one of my projects:

    https://github.com/akkartik/mu1/blob/master/build0

    https://github.com/akkartik/mu1/blob/master/build1

    https://github.com/akkartik/mu1/blob/master/build2

    https://github.com/akkartik/mu1/blob/master/build3

    https://github.com/akkartik/mu1/blob/master/build4

    Each of these does the same thing for this one repo -- build it -- but adding successively more bells and whistles.

    I think providing just the most advanced version, build4, would do my users a disservice. It's also the most likely to break, where build0 is rock solid. If my builds do break for someone, they can poke around and downgrade to a simpler version.

  • 10 Years Against Division of Labor in Software
    5 projects | news.ycombinator.com | 22 Jan 2022
    Totally agreed!

    Here's a prototype from a few years ago where I tried to make this easier: https://github.com/akkartik/mu1#readme (read just the first few paragraphs)

    I still think the full answer lies in this direction.

WikidPad

Posts with mentions or reviews of WikidPad. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-06-09.
  • What WIKI do you recommend
    5 projects | /r/sysadmin | 9 Jun 2023
    MoinMoin [wikipedia link] uses flat files, so does WikidPad as a personal wiki.
  • Is there an app to keep track of all the details when writing a story?
    2 projects | /r/write | 2 Jun 2023
  • Good open source Linux based wiki for work organization?
    5 projects | /r/sysadmin | 27 Apr 2023
    For an individual, I used to use WikidPad and quite like it.
  • Private Wiki Creation
    4 projects | /r/learnprogramming | 6 Apr 2023
    There also are "serverless" wikis, like http://tiddlywiki.com/ (can be run as a standalone desktop app - see in the bottom, or Wiki on a Stick, or WikiPad
  • Python 3.12.0 is to remove long-deprecated items
    13 projects | news.ycombinator.com | 16 Nov 2022
  • Ask HN: Programming Without a Build System?
    15 projects | news.ycombinator.com | 12 Nov 2022
    Details I didn't include but should have (I wasn't sure I'd have any replies at all... I should have had more faith, sorry)

    It's a bit of a ramble, sorry about that.

    MSTOICAL[0] is a fork of an old C based Forth variant, it took some help from the HN community[1] to get it to compile in a modern 64 bit environment, for which I am very thankful. However, it uses AutoConf to configure, build, install, etc... and I can't for the life of me figure out how to remove all of that logic. (C isn't my primary language, I'm willing to learn that, but adding AutoConf on top of it was too much)

    In order to work on that, I was willing to switch to Linux (Ubuntu)... got everything up and running for the most part, but then I couldn't access WikidPad[2], my local Wiki with my appointments, etc. I missed a doctors appointment because of that, so went back to Windows.

    The issue is around wxWindows changing the names of variables in some calls. On Windows, you just download an EXE installer and you're good to go. I couldn't figure it out because the program seems to be unwilling to support newer Python versions. (I could be wrong)

    I don't understand why they felt the need to make breaking changes to wxWindows, and the python is a bit too dense for me.

    So finally... I'm back in Windows 10, and decided to try to craft together a twitter clone with a bunch of weird ideas that I tossed out at 3:30 am in a twitter thread, and put into a more coherent manifesto.[3]

    [0] https://github.com/mikewarot/mstoical

    [1] https://news.ycombinator.com/item?id=30957273

    [2] https://github.com/WikidPad/WikidPad

    [3] https://github.com/mikewarot/iceberg/blob/main/MANIFESTO.md

  • Free open source alternatives to Notion?
    18 projects | /r/opensource | 7 Nov 2022
  • Online World Organization for Novel
    1 project | /r/worldbuilding | 27 Oct 2022
    When it comes to organization I would recommend using a wiki tool. The interlinked articles in a wiki is super useful to build a web of information and help you not lose track of important details. Wikidpad is a great free desktop tool.
  • Who remembers Wikidpad?
    2 projects | /r/ObsidianMD | 29 Sep 2022
  • wikia for writers to work offline
    2 projects | /r/writers | 23 Sep 2022
    Wikidpad is quite functional. It's not the prettiest but it does its job. I don't know if or how you can implement images. But it's free and maybe worth a try.

What are some alternatives?

When comparing mu1 and WikidPad you can also consider the following projects:

iceberg - Twitter hit an iceberg, let's replace the ship by Thanksgiving (Nov 24, 2022)

obsidian-auto-link-title - Automatically fetch the titles of pasted links

create-react-app-zero - All of Create React App, none of the dependencies

pyenv-win - pyenv for Windows. pyenv is a simple python version management tool. It lets you easily switch between multiple versions of Python. It's simple, unobtrusive, and follows the UNIX tradition of single-purpose tools that do one thing well.

Odin - Odin Programming Language

TiddlyDesktop - A custom desktop browser for TiddlyWiki 5 and TiddlyWiki Classic, based on nw.js

pyenv-virtualenv - a pyenv plugin to manage virtualenv (a.k.a. python-virtualenv)

TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

llvm-mingw - An LLVM/Clang/LLD based mingw-w64 toolchain

Trilium Notes - Build your personal knowledge base with Trilium Notes

squeak.org - Squeak/Smalltalk Website

xstream - Serialize Java objects to XML and back again.