Viewing profile — nola-a
nola-a
HN member- Joined
- Wed, Jan 12, 2022, 10:20 PM UTC
- HN karma
- 38
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About nola-a
No profile information was provided.
Recent public activity
-
comment
Comment #47689073
For more insights on Git, check out https://github.com/nolasoft/okgit
-
comment
Comment #47285666
If you're working on your private branch and can tolerate a small loss of accuracy in your commit history, then rebasing is fine. However, if you sometimes use reflog to recover fr…
-
comment
Comment #47285625
I know it's just my opinion, but even though 'checkout' is overloaded with meanings, I always find it the most unambiguous. Some of my coworkers keep telling me to use 'switch' ins…
-
story
Show HN: Effective Git
As many of us shift from being software engineers to software managers, tracking changes the right way is growing more important. It’s time to truly understand and master Git.
-
comment
Comment #47159360
AI Isn't Bursting — The Anti-AI Narrative Is Exploding in Their Faces
- story
-
comment
Comment #47084182
The real encrypted journal is hidden among several fake ones, so two authentication factors are used: the key and the journal ID.
-
comment
Comment #47084126
I use my jump project — it only needs a few lines of Bash using OpenSSL. https://github.com/nolasoft/jump
- story
-
comment
Comment #37953462
Just to be sure that your secrets are reasonably available, always. (i) GitHub for high availability of the repo, (ii) Openssl, even it is not flawless, it is available everywhere …
-
comment
Comment #37953420
Looking at the script, a double round with aes-256-cbc [0] is done, moreover the file is hidden among thousands of files. Like others ciphers it is vulnerable at implementation lev…
-
comment
Comment #37948353
Hi All, my intention is to keep my secrets on a nice public repo, what do you think? Thanks!
- story
- story
- story
-
comment
Comment #29991415
Mjpeg over Http is not a live streaming format, it takes a lot of bandwidth, it has high latency, it run on TCP which it is not a protocol for streaming, the only advantage is that…
- story