Widdler is a single binary that serves up TiddlyWikis
1–10 of 52 posts
Re: Widdler is a single binary that serves up TiddlyWikis
#2Re: Widdler is a single binary that serves up TiddlyWikis
#3Re: Widdler is a single binary that serves up TiddlyWikis
#4Re: Widdler is a single binary that serves up TiddlyWikis
#5I've been using TiddlyDesktop, but that thing has some questionable privacy because it's based on Chromium. One time, I had it running in the background while working on something completely unrelated, and I got a Chrome-style popup/alert warning me about a network printer being disconnected. I didn't even have Chrome installed on my machine at the time and it took me a while to realize that it came from TiddlyDesktop.
But besides the privacy issues, TiddlyDesktop only serves local wikis. That's annoying when you have multiple devices.
Also, pro-tip if you're on Ubuntu: the latest golang version in the default repos isn't compatible with this. You'll need to use golang 1.16 or later, which can be installed manually from the website, or installed via apt with a custom PPA (https://github.com/golang/go/wiki/Ubuntu)
Re: Widdler is a single binary that serves up TiddlyWikis
#6Unrelated, but does anyone else feel that there are way too many non-descriptive proper nouns in tech? I had no clue what to expect from the title, or any idea of why I should be interested in it.
Re: Widdler is a single binary that serves up TiddlyWikis
#7Re: Widdler is a single binary that serves up TiddlyWikis
#8Unrelated, but does anyone else feel that there are way too many non-descriptive proper nouns in tech? I had no clue what to expect from the title, or any idea of why I should be interested in it.
There's two of the words you complain about in it: the name of the project itself, and TiddlyWiki - which is clear that it's a wiki, and naming it explicitly instead of just referencing a generic wiki is useful for everyone who is aware of it.
Re: Widdler is a single binary that serves up TiddlyWikis
#9Re: Widdler is a single binary that serves up TiddlyWikis
#10Wow, that is just 357 lines of Go code. So much of my work life is using complex systems in AWS and GCP that are beyond my ability to understand “turtles all the way down.” It is refreshing to see something so simple and focused on one thing. In the early days of Ruby on Rails, I had the source code to Ruby and for Ruby on Rails on my laptop and it was all fairly readable. Those days are long gone.