connectednotes VS xact

Compare connectednotes vs xact and see what are their differences.

connectednotes

A note taking app based on Zettelkasten. (by tsiki)

xact

Model based design for developers (by wtpayne)
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
connectednotes xact
2 2
26 1
- -
0.0 0.0
almost 2 years ago almost 3 years ago
TypeScript Python
MIT License GNU Affero General Public License v3.0
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.

connectednotes

Posts with mentions or reviews of connectednotes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-18.
  • Looking for feedback and/or test users for my free & open source Zettelkasten app
    5 projects | /r/Zettelkasten | 18 Jan 2021
    Hey, thanks for taking a look! Good to know the mobile view is fine, most of the time I test on my laptop. The tech stack is Typescript/Angular plus some libraries like Codemirror for the editor and Cytoscape for graphing. The github is at https://github.com/tsiki/connectednotes is you're interested in taking a closer look.
  • Ask HN: Show me your Half Baked project
    154 projects | news.ycombinator.com | 9 Jan 2021
    https://connectednotes.net (github: https://github.com/tsiki/connectednotes)

    It's essentially Zettelkasten based note taking + flashcards + FOSS

    It's a bit beyond half-baked but I'm currently trying to crush most annoying bugs for the alpha release and there's plenty of those, so it's not exactly baked either.

xact

Posts with mentions or reviews of xact. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-01-09.
  • Ask HN: Show me your Half Baked project
    154 projects | news.ycombinator.com | 9 Jan 2021
    https://github.com/wtpayne/xact - Model Based Systems/Software Engineering tool with support for machine learning and synthetic data.
  • Ask HN: Does Your Company Practice Model Based Systems Engineering? (MBSE)
    1 project | news.ycombinator.com | 24 Dec 2020
    MBSE is a vastly underappreciated technique, and one that deserves much more exposure in the mainstream tech community.

    Sadly, I have found myself exceedingly disappointed at the tooling available to support MBSE, having mainly used Simulink, and also experimented with a few others like Rhapsody, Capella and EA.

    Constant mouse usage with Simulink gave me really bad RSI, and merging models was a pain, due to the way that layout and structural information were mixed together in the xml-based .mdl file format.

    So (naturally) I made a text-based alternative. It's a bit like TensorFlow in that you create a compute graph (computational model), and then run it.

    The model itself can be generated dynamically in a script, using JQuery-like syntax to add or change nodes, or alternatively it can be stored and version controlled in one or more text files, using YAML, XML, JSON or TOML (or some mixture of those) to serialise the structure in an easy-to-diff-and-merge form.

    https://github.com/wtpayne/xact