mORMot2 VS task-organizer

Compare mORMot2 vs task-organizer and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
mORMot2 task-organizer
6 4
455 -
- -
9.9 -
8 days ago -
Pascal
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.

mORMot2

Posts with mentions or reviews of mORMot2. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-10-11.
  • Modern Pascal is still in the race (2022)
    3 projects | news.ycombinator.com | 11 Oct 2023
    This article reads more like an ad for mORMot 2 than Pascal. I've been out of the Pascal game for a few years, so I had to look up mORMot 2.[0] Apparently Synopse are the maintainers of it.

    The article basically compare their CSV/JSON serialising library to Go's standard CSV/JSON libraries. Looking at the Go code, it's pretty clear why it has memory issues, it reads all the lines into a single object (well, `[][]string`) immediately, rather than reading line for line (which takes advantage of the stream).

    I am not sure how this is remarkable and impressive for Pascal. They talk about how you don't need to use the `try..finally..Free` routine all the time, but that's only if the object in question is an interface. Interfaces are somehow handled by a reference counter in Object Pascal, so you need to know how to operate on objects vs interfaces, because they act very different. Pascal is full of these quirks.

    [0] https://github.com/synopse/mORMot2

  • Lazarus – Professional Free Pascal Rad IDE
    9 projects | news.ycombinator.com | 22 Apr 2022
  • Welcome to the mORMot Community
    1 project | /r/mormot | 6 Sep 2021
    The repository is at https://github.com/synopse/mORMot2 and the official web site with the documentation is https://synopse.info/forum/
  • Turbo Pascal: A Great Choice for Programming Under CP/M (2013)
    2 projects | news.ycombinator.com | 30 Jan 2021
    The most powerful and stable web framework is mORMot, it supports both FPC and Delphi. Here is its version 2 in development: https://github.com/synopse/mORMot2

    I use Delphi all the time, IMHO, it's the best tool for Windows desktop app development - concise language, blazing fast compile time, easy UI design, flexible UI framework, all-in-one IDE, and so on. It's joy to me :)

    And here is my new desktop software written in Delphi: https://docxmanager.com/

task-organizer

Posts with mentions or reviews of task-organizer. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-04-22.
  • Lazarus – Professional Free Pascal Rad IDE
    9 projects | news.ycombinator.com | 22 Apr 2022
    Happy to see Lazarus on the front page.

    I have used it for many years. For me it's still the only IDE with a fast compiler that creates native applications for Linux and Windows (and many other OS). And it doesn't require additional runtime libraries to be installed, so just download and run the application.

    BTW: I created a Personal Kanban Task Organizer that is automatically built for Linux and Windows. It uses lazbuild in a GitLab CI Docker Container:

    https://gitlab.com/moasda/task-organizer

  • Ask HN: What’s your favorite tool for planning your day?
    4 projects | news.ycombinator.com | 24 Oct 2021
    https://gitlab.com/moasda/task-organizer

    It has an Outlook integration so I can see my tasks for today in the Outlook calendar.

    Runs on Windows and Linux.

  • Ask HN: Do you know any fast, lightweight, user-friendly kanban board for Linux?
    3 projects | news.ycombinator.com | 28 Aug 2021
    Or maybe any other program to sort tasks and manage projects? I found that kanban is very useful for me, because columns may be not only date-based (for example "Idea/Backlog/Create branch/.../Production/...").

    I recently found some good kanbans, but each of them is missing something. For example, a very cool https://gitlab.com/moasda/task-organizer/ has in-built search but has no tags. https://github.com/peterhs73/xBan looks very nice and simple but is very slow when columns are >5. Another nice kanban is https://github.com/Lyaaaaaaaaaaaaaaa/Project_Kanban, but is has no search functions and many other useful things.

    Of course, at one night I can drink more coffee and try to fix one of them but maybe you know some other local, fast and easy program? Maybe not very popular.

  • Ask HN: Tools you have made for yourself?
    97 projects | news.ycombinator.com | 12 Jun 2021

What are some alternatives?

When comparing mORMot2 and task-organizer you can also consider the following projects:

python4delphi - Free components that wrap up Python into Delphi and Lazarus (FPC)

streamlit - Streamlit — A faster way to build and share data apps.

CEF4Delphi - CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi or Lazarus/FPC for Windows, Linux and MacOS.

Project_Kanban - A lightweight desktop software, under the MIT licence to create and manage your Kanbans boards for your personal projects

castle-engine - Cross-platform (desktop, mobile, console) 3D and 2D game engine supporting many asset formats (glTF, X3D, Spine...) and using modern Object Pascal

Indy - Indy - Internet Direct

Advent_of_Code_in_Pascal - My solutions to the Advent of Code, in Free Pascal

AutoHotkey - AutoHotkey - macro-creation and automation-oriented scripting utility for Windows.

travesty - Parody text generator

libpascurl - libPasCURL is delphi and object pascal wrapper around cURL library. Library for transferring data with URL syntax, supporting HTTP, HTTPS, FTP, FTPS, GOPHER, TFTP, SCP, SFTP, SMB, TELNET, DICT, LDAP, LDAPS, FILE, IMAP, SMTP, POP3, RTSP and RTMP.

Axes-Armour-Ale - A fantasy, ASCII dungeon crawler for Windows, Linux & OSX

programmer-calculator - Terminal calculator made for programmers working with multiple number representations, sizes, and overall close to the bits