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.
> * 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…
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
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…
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…
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…
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...
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…
You're somewhat exaggerating the effect, the headline uses past tense and your comparisons don't.
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.
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…
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…
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…
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…
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.
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.
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…
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…
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?
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…
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…
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…
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…
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}"…
> 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 processes…
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.
> * 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…
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
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…
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…
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…
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...
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…
You're somewhat exaggerating the effect, the headline uses past tense and your comparisons don't.
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.
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…
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…
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…
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…
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.
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.
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…
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…
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?
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…
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…
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…
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…
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}"…
> 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 processes…