Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
Privatize Alternatives
Similar projects and alternatives to privatize
-
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
-
-
dizquetv
Create live TV channels from your own media. Access the streams using the simulated HDHomerun tuner or the generated M3U URl.
-
-
-
-
InfluxDB
InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
-
hof
Framework that joins data models, schemas, code generation, and a task engine. Language and technology agnostic.
-
-
-
-
-
-
-
-
-
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
privatize discussion
privatize reviews and mentions
-
Ask HN: Most interesting tech you built for just yourself?
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
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
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
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:
```
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 21 Apr 2025
Stats
The primary programming language of privatize is JavaScript.