parseInt is meant for strings so it converts the number there into a string. Once the numbers get small enough it starts representing it with scientific notation. So 0.0000001
converts into "1e-7"
where it then starts to ignore the e-7
part because that’s not a valid int, so it is left with 1
https://javascript.plainenglish.io/why-parseint-0-0000001-0-8fe1aec15d8b
This was just recently removed from sudo. Truly the end of an era
Remove "This incident will be reported." from user warnings.
This used to indicate that email had been sent to the administrator
telling them that someone tried to run sudo. Whether or not sudo
sends email is now configurable, so the warning may not be accurate.
It is also confusing to the user since they will not know who the
incident is being reported to. See also https://xkcd.com/838
https://github.com/sudo-project/sudo/commit/6aa320c96a37613663e8de4c275bd6c490466b01
EDIT: apparently it was added back for some cases
https://github.com/sudo-project/sudo/commit/9757d29a24ac1872872cf09757b0439c54089707
Crossposts already exist, there’s a button for it. For example, I just crossposted this post so now it shows up with a little cross-posted to: World News
and my cross-post on World News also shows a little cross-posted to: environment@beehaw.org
To be fair my suspicious is steam deck users likely make up a larger chunk of recent desktop Linux growth and aren’t (as) likely to go to typical linux spaces online. Though since this is based on browser data, I also wonder how many steam deck users are actually browsing the web on them, so perhaps that my be a bad assumption on my part