Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
addingnumbers
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
addingnumbers
3y ago
grep isn't necessary at all here: lsof -s TCP:LISTEN -i :$port
2.
▲
by
addingnumbers
3y ago
> The doors had to remain open and pointing away from the earth It's the opposite. The orbiter usually kept it doors pointed toward Earth and the "bottom" tiles pointed away from Earth, and orbited with its engines pointed
3.
▲
by
addingnumbers
3y ago
Proxy ARP would have the raspberry pi provide its own MAC address as the MAC for the server IP. All the traffic from the clients to the backup server would have to pass through the Pi's network interface for the duration of the session
4.
▲
by
addingnumbers
3y ago
The alerts tend to be geared more toward attempts to reach a secured system that isn't accessible to you.
5.
▲
by
addingnumbers
3y ago
> Answer "I don't know" if you are not 95% certain they exist. Technically, this could be read as == instead of >=, meaning it should answer "I don't know" when it is 99% or 100% certain...
6.
▲
by
addingnumbers
3y ago
> All it takes to get rid of snaps forever is `sudo apt purge snapd`. That's not enough. Some package could eventually drag it back in. $ apt show firefox Package: firefox ... Pre-Depends: debconf, snapd If you
7.
▲
by
addingnumbers
3y ago
Add this to your login script: export FZF_DEFAULT_OPTS="--exact" Or invoke it with one of these: fzf --exact fzf -e Or if you start your search with a single quote ' it disables fuzz. (But maybe you already kn
8.
▲
by
addingnumbers
3y ago
It returns non-zero exit codes when there are no matches or no selections made, so you can shorten that: fuzz() { file=$(fzf) && nvim "$file"; }
9.
▲
by
addingnumbers
4y ago
Won't recursing also spread your queries across multiple providers? And in the clear for deep packet inspectors to see, instead of encrypted?
10.
▲
by
addingnumbers
4y ago
> In Gilbert and Sullivan's Pirates of Penzance, Frederick is indentured to a band of pirates until his 21st birthday. That particular wording coming back around to bite him when it's pointed out that he was born on February 29
11.
▲
by
addingnumbers
4y ago
That's a petty interpretation, it's a big leap reading "don't send your unique identity to strange servers by default" as "never use private keys, always use passwords instead." Nothing about that config s
12.
▲
by
addingnumbers
4y ago
That's all from the 1807 moralized version, the 1734 version doesn't have any golden eggs, goose, or harp. In the older version the giant swings a sword at him and dies himself instead by the protection of a magic ring Jack found
13.
▲
by
addingnumbers
4y ago
> only including data from users who have turned on "Make searches and browsing better (Sends URLs of pages you visit to Google)" One big problem there is that we don't know what percentage of users for whom "turned o
14.
▲
by
addingnumbers
4y ago
I'm surprised they didn't recommend dnsmasq to begin with, it's a lot lighter on resources which could be important with low-end machines, and with DNS and DHCP services baked in to one process you don't need to worry ab
15.
▲
by
addingnumbers
4y ago
Well, that's convenient. It looks like maybe Ingenuity's panel could use a little blast of nitrogen though: https://www.nasa.gov/sites/default/files/styles/full_width_f...
16.
▲
by
addingnumbers
4y ago
Perseverance (the rover) has its own "Gaseous Dust Removal Tool (GDRT)" that puffs compressed nitrogen to remove dust from samples before analyzing them, not sure if it can turn that back around on its own panels though...
17.
▲
by
addingnumbers
4y ago
My grandmother's best friend was a librarian, so I got a lot of encouragement growing up to make use of library services. I remember calling the local library dozens of times for school reports. The local library wasn't where my g
18.
▲
by
addingnumbers
4y ago
They circumvent this by forcing certain traffic to circumvent your hardened WiFi by using the mobile network radios.
19.
▲
by
addingnumbers
4y ago
> Also, aren't there proxies that you can setup that can inspect HTTPS connections (so long as you install the proxy's cert on your machine). It's common for apps to prevent this with certificate pinning. They'll igno
20.
▲
by
addingnumbers
4y ago
> If they have my authenticator app then they've already totally owned me anyway. Seems like that is the problem they're trying to improve by using 3FA instead of 2FA.
21.
▲
by
addingnumbers
4y ago
Seems like they're talking about RBA, risk-based authentication.
22.
▲
by
addingnumbers
4y ago
They completely undermined the first establishment of "have you tried turning it off an on again?" The line doesn't land half as well without the entire 45 seconds (no exaggeration, I counted on the seek bar) of Roy licking h
23.
▲
by
addingnumbers
4y ago
> most websites/companies will quite happily let the impostor click a "Forgot password" link and get a SMS code to verify their identity That's not 2FA. There is one single factor there, the SMS code. SMS 2FA does not
24.
▲
by
addingnumbers
4y ago
What about battery replacement? Seems like no matter how good the display and build quality, all eBook readers are bound to stop holding a charge after 3-4 years. I feel like the ongoing availability of newly-produced replacement batteries
25.
▲
by
addingnumbers
4y ago
"We are unable to determine if the vulnerability was exploited." How hard they looked is not of any consequence if they can't tell it wasn't exploited.
26.
▲
by
addingnumbers
4y ago
> "why do I need anonymity if I'm not doing anything wrong" These people didn't do anything wrong either: "They Told Their Therapists Everything. Hackers Leaked It All" A mental health startup built its bus
27.
▲
by
addingnumbers
4y ago
That's why I referred to it as a psychological trick. They should be open and forthcoming about their level of confidence, instead of using the least worrying language they can offer while remaining technically correct.
28.
▲
by
addingnumbers
4y ago
It would be more honest to say "We aren't able to determine whether it was exploited" which could better brace potentially impacted users for the possibility they might be affected. This is a relatively benign case but the sa
29.
▲
by
addingnumbers
4y ago
Don't know about Chappelle, but Fallon has his ethereum name service (ENS) address "Fallon.eth" in the "Name" field of his verified twitter account profile.
30.
▲
by
addingnumbers
4y ago
"We have no evidence that this was exploited" is a standard psychological trick they pull in vulnerability announcements to give an unfounded impression that it hasn't been exploited.
More ›