Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
nola-a
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
nola-a
5mo ago
For more insights on Git, check out https://github.com/nolasoft/okgit
2.
▲
by
nola-a
7mo ago
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 from minor issues, it can become more difficult after you
3.
▲
by
nola-a
7mo ago
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' instead, but every time I try it, I fi
4.
▲
Show HN: Effective Git
(github.com)
37 points
by
nola-a
7mo ago
|
9 comments
5.
▲
by
nola-a
7mo ago
AI Isn't Bursting — The Anti-AI Narrative Is Exploding in Their Faces
6.
▲
Effective Agents
(medium.com)
1 points
by
nola-a
7mo ago
|
0 comments
7.
▲
by
nola-a
7mo ago
The real encrypted journal is hidden among several fake ones, so two authentication factors are used: the key and the journal ID.
8.
▲
by
nola-a
7mo ago
I use my jump project — it only needs a few lines of Bash using OpenSSL. https://github.com/nolasoft/jump
9.
▲
by
nola-a
3y ago
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 and battle tested (iii) Bash is bash :)
10.
▲
by
nola-a
3y ago
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 level, that is a enough long key must be chosen. Maybe the scri
11.
▲
Would you trust a repository made like this to save your secrets?
(github.com)
2 points
by
nola-a
3y ago
|
5 comments
12.
▲
by
nola-a
3y ago
Hi All, my intention is to keep my secrets on a nice public repo, what do you think? Thanks!
13.
▲
My Git Best Practices
(github.com)
2 points
by
nola-a
3y ago
|
0 comments
14.
▲
Telegram Bot API vs. Curl
(gist.github.com)
2 points
by
nola-a
4y ago
|
0 comments
15.
▲
by
nola-a
5y ago
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 all browsers support it. So (i) if you want a solution tha
16.
▲
A pure C Mjpeg-over-HTTP server
(github.com)
39 points
by
nola-a
5y ago
|
18 comments