HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lwf

no profile record

comments

lwf
·3 वर्ष पहले·discuss
https://mosh.org/#faq:~:text=Q%3A%20What%20is%20Mosh%27s%20s...

The cryptography is standard AES-128 in OCB3 mode. It's been around long enough, and has had enough security scrutiny to at least discover a few minor DoS vulnerabilities, that it isn't entirely unreviewed.

For the cipher itself, see https://en.wikipedia.org/wiki/OCB_mode#Attacks
lwf
·3 वर्ष पहले·discuss
It's client-side, so works even if the remote system is totally hung and did not clearly disconnect.

For example, running `systemctl suspend` will not terminate active SSH connections before putting the destination machine into a sleep state, and thus Ctrl+C (which isn't processed by SSH) will do nothing until the remote host is woken up by some mechanism.
lwf
·3 वर्ष पहले·discuss
DNS servers listen on port 53 :)
lwf
·4 वर्ष पहले·discuss
The vast minority of utilities in the United States, by number of customers served, are investor-owned; publicly-owned and co-operative utilities only cover 50m people.[1]

Theoretically, the grid is supervised by the California Public Utilities Commission, which has wide latitude to set standards and regulations for PG&E and others. The Public Utility Code is the highest law in the state of California[2], so IMHO a large part of the blame for PG&E's failures fall on CPUC's failed oversight[3][4]

[1]: https://www.eia.gov/todayinenergy/detail.php?id=40913

[2]: https://en.wikipedia.org/wiki/California_Public_Utilities_Co...

[3]: http://www.sfgate.com/bayarea/article/CPUC-head-Michael-Peev...

[4]: https://www.nbcbayarea.com/investigations/pge-probation-lift...
lwf
·4 वर्ष पहले·discuss
Written so hastily they misquoted the "discount" offered (57%, when the clickthru clearly says 51%).
lwf
·4 वर्ष पहले·discuss
Note that Shaw's and Star Market are both Albertsons :)
lwf
·4 वर्ष पहले·discuss
Surprised to not see gmail.com in the list[1].

[1]: https://drewdevault.com/2021/02/25/Gmail-is-a-huge-source-of... , https://news.ycombinator.com/item?id=26265329
lwf
·4 वर्ष पहले·discuss


  > Translated to a human-readable timestamp, 54566975 
  becomes:
  > 
  > Friday, September 24, 1971 06:29:35 GMT
No, that's PDT :)

  $ TZ=UTC date --date=@54566975
  Fri 24 Sep 13:29:35 UTC 1971
lwf
·4 वर्ष पहले·discuss
Which doesn't even make sense, given it was abolished by Nazi Germany "when Hitler's distaste for the supposedly "Jewish-influenced" script saw it officially discontinued"

(via https://en.wikipedia.org/wiki/Blackletter)
lwf
·10 वर्ष पहले·discuss
Sure, which is why we have `libopenssl0.9.8`, `libopenssl1.0.0`, etc. In Debian at least, the policy is that package names for libraries should include something approximating the SONAME to allow for exactly this.

Eventually you drop the old one, because you can no longer provide security support or for some other reason. But if there are compelling reasons otherwise, distributions can and do provide multiple ABIs for the same library.