Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
adventureadmin
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
adventureadmin
5y ago
Ahh, well that's still an improvement, but it would be nice to not have to download anything.
2.
▲
by
adventureadmin
5y ago
How does it work with with `~/.ssh/config`? Mainly, say I have keys in the vault for many machines, if they all get added to the 1password ssh-agent sock, won't you get "Too Many Auth failures", unless there is a wa
3.
▲
by
adventureadmin
5y ago
>I read somewhere that a lot of procrastination is fear of failure or fear of the unknown The Brain Science podcast from Changelog has an episode about perfectionism and how it can lead to procrastination, by the fear of rejection or fai
4.
▲
by
adventureadmin
5y ago
> if boss likes us you, they may bestow a favor upon you. That's the rub with job as well, management simply can't follow their own return-to-office policy uniformly without bleeding talent, which is clearly going to lead to a
5.
▲
by
adventureadmin
5y ago
I'm surprised that others don't find mentioning your former company's name in a commit message, for similar software, an admission that you were inspired or thinking of that company's design. When software is both your h
6.
▲
by
adventureadmin
5y ago
I don't think anyone bothers to backdoor a shell in that way. Why not just target libc via LD? That tricks bash, sh, python, etc; but you can use setuid to check for the existence of malware that is evading through LD_PRELOAD.
7.
▲
by
adventureadmin
6y ago
What's your backend written in? I'm in a similar position where work is pushing cypress, but there is no library for cypress in our backend language, there is for playwright. I want to do something in the frontend, and check the b
8.
▲
by
adventureadmin
6y ago
I feel ya, I did not graduate either, and didn't go for CS. After having Linux as a hobby, I made my way into a web dev job. The "good enough" work is killing me. I feel like I am pushing and pulling my team to the light, eve
9.
▲
by
adventureadmin
7y ago
I feel the code above is clearly a bastardization, which is possible in several languages. Not to discount your point in the many bashisms, but that example is definitely not what's wrong with scripting.
10.
▲
by
adventureadmin
9y ago
Specifically, it modifies the file in place (-i), Matches lines between paragraph tags(/PatternStart/,/PatternEnd/), Then, doesn't delete those lines matching the pattern range (!d), which has the effect of deleting
11.
▲
by
adventureadmin
9y ago
And meanwhile all my crypto is stolen by the gov at btce because of alleged fraud. They should do the same to wells Fargo.
12.
▲
by
adventureadmin
9y ago
Well, you'll certainly be interested in wpscan.
13.
▲
by
adventureadmin
9y ago
Yes, but the proper thing to do is never curl to your terminal, especially a privileged terminal. And really, you shouldn't paste either.