Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
oxygen_crisis
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
oxygen_crisis
6mo ago
Technically it's an IPv4 router once you enable net.ipv4.ip_forward in step 1, the rest is enabling a whole lot of supplementary services and operations not intrinsic to the definition of a router.
2.
▲
by
oxygen_crisis
6mo ago
> * dotted zero vs slashed zero (i prefer the slashed zero, but dotted is fine as well) The most shocking revelation that I took from this game is how many coding fonts think it's acceptable to neither slash nor dot their zeroes.
3.
▲
by
oxygen_crisis
6mo ago
Might be a good idea in general to throw out a few preventative iterations of "Your code is broken, can you find the mistake?" before you even bother reading its initial output
4.
▲
by
oxygen_crisis
6mo ago
Windows NTP client uses UDP port 123 as both the destination and source port, rather than letting the OS assign an ephemeral source port. Many ISPs (e.g. AT&T Fiber) block UDP traffic with source port 123 to mitigate NTP amplification a
5.
▲
by
oxygen_crisis
7mo ago
Yep, humans have had a remedy for the problem of ambiguity in language for tens of thousands of years, or there never could have been an agricultural revolution giving birth to civilization in the first place. Effective collaboration relies
6.
▲
by
oxygen_crisis
1y ago
There was a Lenovo and an ASUS and an Acer in between but those all went in the graveyard pile before their second year was up and I had to keep resorting to the 2011 Macbook. And that's counting the extra ~year I got out of the Lenovo
7.
▲
by
oxygen_crisis
1y ago
Isn't the real prize the library of personally-identified samples preserved in their "biobank" and not the methodologies or analysis they've applied to it so far...
8.
▲
by
oxygen_crisis
1y ago
I thought the touch bar was even worse than the butterfly keys... I put off upgrading my personal MacBook for years after work issued me a MacBook with the touch bar. Such a usability nightmare for the sake of eye candy. That was a long sev
9.
▲
by
oxygen_crisis
2y ago
You're somewhat exaggerating the effect, the headline uses past tense and your comparisons don't.
10.
▲
by
oxygen_crisis
2y ago
They are only misleading if you allow yourself to be misled by them. It's an extremely informative measurement if you are aware of how it works and don't misinterpret the results.
11.
▲
by
oxygen_crisis
2y ago
Traceroute doesn't use ping requests except with the old Windows binary. Usually it uses "Time-to-live (TTL) exceeded in transit" messages. Beyond that technicality, your guess is often right... Routers will frequently priori
12.
▲
by
oxygen_crisis
2y ago
Steam Deck succeeded where Steam Machines flopped because of nearly a decade of advancement on the Proton compatibility layer, so the catalog of eligible games is orders of magnitude larger than it was in 2015. When Steam Machines re-launch
13.
▲
by
oxygen_crisis
2y ago
The deck already has bluetooth for controllers and HDMI out if you get a standard USB3/HDMI dongle (or their expensive dock). Essentially all you're asking for them to add is better specs. In December their revised branding guidel
14.
▲
by
oxygen_crisis
2y ago
You could let users choose what to mirror, and one of those choices could be a big bucket of all the least available stuff, for pure preservationists who don't want to focus on particular segments of the data. Sort of like the bittorre
15.
▲
by
oxygen_crisis
2y ago
I see 24 seeders for the entire 72-episode run of the 1991 sitcom "Herman's Head" which was so poorly rated that it's never seen a home media or streaming release, your premise doesn't hold any water at all.
16.
▲
by
oxygen_crisis
2y ago
This isn't the equivalent of burning it, a closer equivalent would be barricading it for a while. Still awful, but nowhere near as awful as the former.
17.
▲
by
oxygen_crisis
2y ago
GNU screen has a `lockscreen` option with a $LOCKPRG environment variable, and an `idle` command that can do `idle 300 lockscreen`. tmux has `lock-command` / `lock-after-time`. You could implement a screensaver on top of those... they
18.
▲
by
oxygen_crisis
2y ago
There's no timeout on SSH sessions by default. In good conditions you can go months without sending a single byte of traffic between an SSH server and client and both will pick up the connection just fine when it's time to communi
19.
▲
by
oxygen_crisis
2y ago
Has anyone rolled this into a docker container yet? Would you like me to share if I can't find one and wind up doing it myself?
20.
▲
by
oxygen_crisis
2y ago
The court explicitly limited their decision to the voices of professional singers in that case: > ...these observations hold true of singing, especially singing by a singer of renown. The singer manifests herself in the song. To imperson
21.
▲
by
oxygen_crisis
2y ago
We may be choosier than most about social media, but here we are typing our thoughts into a web page expecting nothing in return except the possibility of hearing other peoples' thoughts. We all know people who are truly tired of socia
22.
▲
by
oxygen_crisis
2y ago
sshpass is a travesty of security. It has all the pitfalls of putting your front door key under your doormat. Except you're doing it in a world where everyone can materialize a unique key out of thin air, and you can always instantly t
23.
▲
by
oxygen_crisis
2y ago
Showing it to a reporter with a reputable news agency shouldn't count as distribution. Reporters and their editors are meant to be the experts on the ethics and legalities of what should be redacted and what level of detail is in the p
24.
▲
by
oxygen_crisis
2y ago
echo 1*; echo 2*; ... Break it into tenths (ninths, maybe, with no leading zeroes?), or finer granularity if necessary. The argument list isn't nearly as constrained as it was a decade ago. "echo {00000001..10000000}" works i
25.
▲
by
oxygen_crisis
2y ago
> An interview question for a position that requires knowledge of bash/linux/stuff could be: > What if you're ssh'd into a machine, you're in your trusty bash shell, but unfortunately you cannot spawn any new
26.
▲
by
oxygen_crisis
2y ago
I don't think there is one... macOS doesn't have enough functionality-breaking updates to make a significant list, and Linux/BSD-based distros generally do cleanly segmented updates to individual apps and services rather than
27.
▲
by
oxygen_crisis
2y ago
Here's >100 of them in the past ~8 months: https://www.manageengine.com/patch-management/resources/micr...
28.
▲
by
oxygen_crisis
2y ago
> how often are big eruptions followed by even bigger eruptions? Quite often, I'd say. Disruptions in the stability of geological processes frequently have a compounding domino effect... a volcanic eruption is often preceded by the
29.
▲
by
oxygen_crisis
2y ago
$* will break on directory names containing spaces and other bash "word" delimiters, use "$@": cd() { builtin cd "$@" && ls; }
30.
▲
by
oxygen_crisis
2y ago
iTerm2 for MacOS has similar functionality baked in, but less demanding on the server side. Rather than using a ton of server-side image libraries to render the picture into sixels on the server, it just sends a base64-encoded copy of the w
More ›