Bookmate VS TermKit

Compare Bookmate vs TermKit and see what are their differences.

Bookmate

Watch changes in Chrome bookmarks, and use bookmarks as an append-only key-value store via an fs-like API. (by o0101)

TermKit

Experimental Terminal platform built on WebKit + node.js. Currently only for Mac and Windows, though the prototype works 90% in any WebKit browser. (by unconed)
SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
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
Bookmate TermKit
3 20
7 4,435
- -
0.0 0.0
over 1 year ago over 12 years ago
JavaScript JavaScript
GNU Affero General Public License v3.0 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.

Bookmate

Posts with mentions or reviews of Bookmate. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-11-15.
  • The Small Website Discoverability Crisis
    14 projects | news.ycombinator.com | 15 Nov 2023
    Create a list of bookmarks linking to websites you find interesting, and publish it for the world to see...The model is as recursive as it is simple. There is nothing preventing a list of bookmarks from linking to another list of bookmarks...The creation of a bookmark list is a surprisingly fun project.

    I agree. I've often thought of people publishing a list of bookmarks in a way that everyone can see. I even created DownloadNet originally based on this idea. I wanted a way to publish one of my bookmark folders as a server for people.

    But then, as so often happens, the simple idea evolved, and I got carried away by who knows what (technical challenges? I don't know) and ended up creating a personal archive and search engine with only a scant integration with bookmarks.

    This article is a good reminder of what originally seemed to me a good idea. Perhaps I should add it there. Also, perhaps p2p could be an easy way to federate these things? Not everyone can just create their own server, nor do they want to host it on big providers always.

    I've been tossing around the idea of p2p as a way to "solve" this, but it's still rather formless: new and vague. Over the last 3 days I created a p2p blog (and again, got carried away -- perhaps with technical challenges -- and added p2p chat). But I think there's something there.

    Perhaps I should listen to that idea that keeps recurring for me. To that first version of it anyway.

    Something simple, that unifies, publishing a bookmark folder (I have some chrome bookmark reading code^0), over p2p (I have janus^1), and possibly uses either the popularity of DownloadNet, or even some of the search/archiving stuff -- without getting carried away -- to assist in delivery or marketing.

    I don't know. A clear synthesis right now escapes me, but that's OK. I think there's something there: bookmarks (maybe a special bookmark folder, something referential, like "/var/www/html"), into which bookmarks go and then become public; a lightweight p2p server (that perhaps in some limit future could be federates effortlessly for p2p discovery, but who knows how?). Ugh...still too complex perhaps.

    Bookmark folder + p2p + transitive (my bookmark folder includes a link to another person's bookmark folder ~~ somehow).

    So it's like that article recently on the homepage "We need webrings" or sth. I didn't think that was particularly a good idea, but now I see at least a partial appeal.

    The "link" to another person's p2p bookmark "folder" will instead be a normal www hyperlink that links to the "signalling access point" where you can do the ritual to make the connection.

    People may think the weirdness, unavailability (you have to be running the little service in your terminal or as a daemon), and difficulty makes it a non-starter. But I think these "backward" elements, could be a paradoxical strength.

    I don't know. I think there's something there. I definitely want to keep pushing in this direction, anyhow.

    0: https://github.com/00000o1/Bookmate

  • Show HN: Bookmate.js – fs-like API for Chrome bookmarks
    1 project | news.ycombinator.com | 28 Sep 2022
  • Show HN: Bookmate – Node API to monitor Chrome bookmark events and write to sync
    1 project | news.ycombinator.com | 3 Jan 2022

TermKit

Posts with mentions or reviews of TermKit. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-10.
  • Waveterm
    4 projects | news.ycombinator.com | 10 Dec 2023
    First time I saw an idea like this was with termkit [1], which I thought was great and was sad to see it didn't get continued development.

    I really feel like we overlook the ways in which we limit ourselves by having our CLI interfaces be tied to a thing that emulates a terminal from the 80s.

    The composability, scriptability, history, etc. of CLIs is great, but why should that preclude us from being able to quickly show a PNG or graph a function?

    Maybe it's an idea whose time has come.

    [1] https://github.com/unconed/TermKit

  • Stable Fiddusion: Frequency-domain blue noise generator
    1 project | news.ycombinator.com | 16 Nov 2023
  • The Small Website Discoverability Crisis
    14 projects | news.ycombinator.com | 15 Nov 2023
  • Hackery, Math and Design by Steven Mittens
    1 project | news.ycombinator.com | 21 Jul 2023
  • Fuck It, We'll Do It Live
    1 project | /r/javascript | 25 May 2023
    I'm impressed by this blog every time I see it, both visually and content-wise.
  • Calculating dot products on GPU instead of CPU
    1 project | /r/opengl | 7 Apr 2023
  • Ask HN: Has anyone fully attempted Bret Victor's vision?
    8 projects | news.ycombinator.com | 22 Jan 2023
    I agree with this. It's hard to nail down why Victor's talks are so compelling, when each of these items separately are much more mundane but are still quite well explored areas.

    * "What if" feedback loops/direct manipulation

    Victor's vision abstractly seems to be trying to predict/explore the consequence of some action in programming, and in specific demonstration seems to be using small widgets to allow easy manipulation of inputs to get an intuitive understanding of outputs. This could be boiled down to different goals: "Allow a program to be more easily tweaked" and "Explore a concept to get intuition of a different viewpoint". The more cynical/pragmatic interpretations for these are "make a GUI for your program" and "use interactive demos when teaching certain topics".

    The first interpretation is almost comical, but we can maybe expand this to be "when you make a GUI, think about how your interface is being interpreted intuitively and this can help make your app more usable". This can maybe understood more easily when taken with the fact that Bret Victor helped design the interface for the first iPhone - famously intuitive to use. This also leads to its limitations - only concepts that have another more intuitive viewpoint can be represented. I can add a colour wheel to my WYSIWYG editor rather than hex values, but I can't easily create a GUI that lets me express that I want to validate, strip the whitespace from an email address and put it into lowercase.

    The second interpretation leads to explorable explanations, which Victor has made a few of himself [0,1], but I would also cite Nicki Case [2] and unconed [3] as being other good examples. Again, this is only afforded to specific topics that have scope for exploration.

    * Making logic feel more geometric/concrete

    This can be seen in things like Labview (made in 1986), Apache NiFi (made in 2006) among others, e.g. SAS. In a sense, this has existed in the form of UNIX pipelines and functional programming since the first LISP was made. There is a further point which is "there currently aren't tools like this that are suitable for a non-programming audience", which is what 'Low Code' and 'No Code' is trying to achieve, but unfortunately in practice as soon as you hit a limitation of the framework then you're back to needing an engineer again.

    * Human Interfaces

    Sort of addressed in 'feedback loops' point above, but the DynamicLand is an interesting demo of what he's trying to get to. I think this speaks more to me with internet of things. I have friends who have set up full smart-home heating systems and can move music between rooms which are all very much seen the same as adjusting a physical thermostat rather than 'programming' or similar.

    There is definitely a lot that can be explored here for certain applications, but there probably isn't direct utility in arranging pieces of paper with coloured dots on it in order to set the path of a robot. I can see this in a more consulting/capture sense of presenting certain input parameters in a more physical format, but again this is deviating from the OP's notion that this is a whole programming environment.

    [0] http://worrydream.com/LadderOfAbstraction/

    [1] http://worrydream.com/KillMath/

    [2] https://ncase.me

    [3] https://acko.net

  • B Com -> BE IT (Learning)
    2 projects | /r/india | 5 Jan 2023
    Just a ref: https://acko.net/
  • this true?
    1 project | /r/ProgrammerHumor | 19 Dec 2022
  • Use.GPU
    7 projects | news.ycombinator.com | 9 Sep 2022
    Cool, Steven Wittens is behind this. The header at https://acko.net/ is one of the first examples of WebGL I remember seeing in the wild, and still one of the cleanest. Looking forward to seeing where this goes!

What are some alternatives?

When comparing Bookmate and TermKit you can also consider the following projects:

alfred-chrome-workflow - Chromium based browser workflow for Alfred 4

manim - A community-maintained Python framework for creating mathematical animations.

webring - Make yourself a website

termy - A terminal with autocomplete

NiM - Streamline Your Node.js Debugging Workflow with Chromium (Chrome, Edge, More) DevTools.

mathbox - Presentation-quality WebGL math graphing

json-token-replace - :feet: Replace token string {{name}} in json with values from another json where key is token {"name":"Alex"}

consola - 🐨 Elegant Console Logger for Node.js and Browser

floccus - :cloud: Sync your bookmarks privately across browsers and devices

manim - Animation engine for explanatory math videos

LinkAce - LinkAce is a self-hosted archive to collect links of your favorite websites.

playground-macos - My portfolio website simulating macOS's GUI, developed with React and UnoCSS.