privatize VS malten

Compare privatize vs malten and see what are their differences.

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
privatize malten
9 4
18 26
- -
0.0 5.9
about 1 year ago about 2 months ago
JavaScript Go
- MIT License
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.

privatize

Posts with mentions or reviews of privatize. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    I partially encrypt/decrypt a file based on the presence of special HEREDOCs (ie <The tool is still a WIP as it isn't portable between machines -- https://github.com/higgins/privatize

    more on it here: https://encapsulate.me/writing/Privatize.html

  • Show HN: My new free note taking tool
    21 projects | news.ycombinator.com | 19 Jul 2022
    Yes!

    I keep a daily log tracked in git. All of it public although some information is encrypted with my privatization tool (https://github.com/higgins/privatize).

    The log itself is a simple org file but I parse and render it in html here so that I can share important event dates (eg: my wedding) with my family and friends.

    Here is what I did yesterday:

  • Show HN: Partially encrypt a file based on its HEREDOCs
    8 projects | news.ycombinator.com | 16 Mar 2022
    ooo, good call out. thanks!

    currently i only have one warning in place if I forget to close there heredoc: https://github.com/higgins/privatize/blob/main/index.js#L168

    but could add some more error checking. added to TODOs: https://github.com/higgins/privatize/commit/9696f30576897898...

  • Show HN: Partially encrypt a file based on its
    1 project | news.ycombinator.com | 16 Mar 2022
    https://github.com/higgins/privatize

    When added to a git repo, it will automatically transparently encrypt/decrypt files you want privatized.

    For example if you configured your repo to privatize the file `example.txt`, you could write:

    ```

malten

Posts with mentions or reviews of malten. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-27.
  • Ask HN: What do you do to combat loneliness and isolation?
    1 project | news.ycombinator.com | 11 May 2023
    What kind of community would you like to be a part of?

    Do you see yourself as a leader or a follower?

    Thank-you for working on Malten:

    https://malten.com/

  • Ask HN: Most interesting tech you built for just yourself?
    149 projects | news.ycombinator.com | 27 Apr 2023
    Lots of things. But one I am coming back to is called Malten (https://malten.com). It was essentially a place for me to blackhole my thoughts anonymously rather than putting them on twitter. Recently as I've seen ChatGPT take off it's made me revisit the project and create an integration for it (not yet publicly hosted). Ideally I'd just be able to voice my thoughts to an AI now in a private manner. Let's see.

    https://github.com/asim/malten for anyone who wants to run it themselves.

  • Cryptboard.io – Anonymous encrypted web clipboard and chat
    3 projects | news.ycombinator.com | 25 Nov 2022
    I built something similar but it wasn't intended as a clipboard. Mostly for anonymous chat but I personally ended up using it as a clip board. The difference. We don't persist anything on the server side, it's totally in memory and you can create new streams that have shorter ttls.

    Website: https://malten.xyz

    Source code: https://github.com/asim/malten