notesutils VS frame

Compare notesutils vs frame and see what are their differences.

notesutils

Utilities for extracting notes from Notes.app. This repository is lightly maintained and mainly exists to serve as documentation and starting point for your own scripts. (by dunhamsteve)

frame

Personal DB to help maintain focus on long-sequences of tasks. (by lelanthran)
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
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
notesutils frame
3 6
198 17
- -
0.0 6.6
over 1 year ago 4 months ago
Python C
The Unlicense GNU General Public License v3.0 only
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.

notesutils

Posts with mentions or reviews of notesutils. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.
  • My productivity app is a never-ending .txt file
    20 projects | news.ycombinator.com | 19 Feb 2024
  • Ask HN: What's your favorite programmer niche?
    8 projects | news.ycombinator.com | 15 Oct 2022
    I should write this stuff up, but I haven't.

    I do have some brief notes on the "Notes.app" format here:

    https://github.com/dunhamsteve/notesutils/blob/master/notes....

    But I didn't discuss my methodology -- Generic decoding of protobuf, building up a schema as you go -- the tricky part there is that a byte array and a substructure look the same, so you have to try to decode it, and if successful, try that schema on the next example.

    Here is another fun technique - scanning through a disassembly of an Apple framework looking for assembly patterns that match the protobuf compiler output (this was dependent on which language was targeted by protobuf):

    https://gist.github.com/dunhamsteve/224e26a7f56689c33cea4f0f...

    So you find the serializer / deserializer code and figure out what the original protbuf spec looked like.

  • Notes on the Notes App
    1 project | news.ycombinator.com | 9 Dec 2021

frame

Posts with mentions or reviews of frame. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.
  • My productivity app is a never-ending .txt file
    20 projects | news.ycombinator.com | 19 Feb 2024
    > Hey, I've realized the same thing (that my workflows are stack-based) awhile ago, but didn't get to the point of writing a tool yet. Dare to share?

    Sure, but because I'm only using it for myself, you're going to have to compile it yourself if you want (for now, anyway).

    Originally designed to be CLI app, I find I only use the GUI these days (also in the repo).

    Start here in case this is not for you: https://github.com/lelanthran/frame/blob/master/docs/FrameIn...

    > Also, which approach you use to efficiently store and re-store relevant context information? I often find that intricate but important details are lost during context switch.

    Everything is stored in a hierarchical DB, AKA the filesystem :-)

    Each 'frame' is a directory with a specific set of files, and the directory name serves as the name of the frame. At any given time, a metainfo file in the root points to the currently active frame.

  • BigForth
    1 project | news.ycombinator.com | 8 Jan 2024
    I think he might mean:

    1. Push items onto a stack.

    2. Create new stacks (words) for categories of items.

    FWIW, I do the same, and use a tool (now using almost exclusively the GUI tool I include in the github repo) to do it.

    This is the explanation of the tree-of-stacks method that I am using: https://github.com/lelanthran/frame/blob/master/docs/FrameIn...

    (yes yes, it's a slideshow, but until I can make a video, this is a better medium for visualising how it works).

  • Show HN: NowDo – a super-simple todo app for procrastinators (macOS)
    1 project | news.ycombinator.com | 16 Dec 2023
    Always on top is a good idea, my to-do app (we all wrote one at some point) is designed to be integrated into the PS1 variable so it's always on top.

    Shameless plug https://github.com/lelanthran/frame/blob/master/docs/FrameIn...

  • Todo apps are meant for robots
    1 project | news.ycombinator.com | 16 Jul 2023
    I did the same - a tree of tasks:

    https://github.com/lelanthran/frame/blob/release/v0.1.4/docs...

    I made it integrate with my PS1 variable so that it's useful from the terminal; my terminal prompt includes the current task, the same way it includes the git branch.

    (There's a GUI I'm working on too, at the moment).

  • List one task, do it, cross it out
    2 projects | news.ycombinator.com | 10 Jun 2023
    I made a tool to help me do exactly this! I even made a HN post about it, after making some HN comments about how well it is working for me.

    (It's https://github.com/lelanthran/frame/blob/master/docs/FrameIn... in case anyone is interested).

  • Show HN: Personal Focus Management
    1 project | news.ycombinator.com | 15 May 2023

What are some alternatives?

When comparing notesutils and frame you can also consider the following projects:

cpgtou - A one-way iconv-like library to convert text from ANSI code pages to Unicode

one-item-todo-list

TablaM - The practical relational programing language for data-oriented applications

equinox - Elegant easy-to-use neural networks + scientific computing in JAX. https://docs.kidger.site/equinox/

PixiJS - The HTML5 Creation Engine: Create beautiful digital content with the fastest, most flexible 2D WebGL renderer.

diffrax - Numerical differential equation solvers in JAX. Autodifferentiable and GPU-capable. https://docs.kidger.site/diffrax/

sito - sito: A serialization suite

Keychain-Dumper - A tool to check which keychain items are available to an attacker once an iOS device has been jailbroken