I also do this sort of restless refactoring. I find interacting with a new codebase is a kind of brain hack that (subjectively) helps me get up to speed faster.
It appears to have something to do with CGS units.
1 Jy = 10-23 erg s-1 cm-2 Hz-1 (cgs)
only their figure: L9.9 GHz < 2.1 × 10^25 erg s−1 Hz−1
leaves out the cm-2. (So not a density, like Jy. Perhaps 'L' is luminosity? ... As in: "The solar luminosity unit is a measure of the Sun's radiant energy and is equal to 3.828×10^(26) Watts." -(NRAO)
I was thinking maybe joules/year e.g. energy/time might be some brightness indicator for some astronomical definition of brightness - especially in the non-optical wavelengths.
But that's division, not multiplication. Another thread in my brain thought maybe the product of the two could be useful for people in that field, sort of how ISP is useful to people in rocketry but us normal people need to divide it by G(earth) to get something intuitive.
I don't think it's obscure in that field or for the target audience. You might want to read the soon to be published distilled and transposed article in popular mechanics ...
Do phones have trusted execution environments? I suppose you could require the recipient provide attestation that it's running the expected binary. Of course, this is pointless if the hardware manufacturer shares their root keys with the government.
If you find the output a bit hard to parse at times (as I do), you might want to try qalc instead, I use it all the time from the terminal to do conversions:
$ qalc
> 3 millilightseconds to miles
3 milliLightSeconds ≈ 558 mi + 1491 yd + 0.1692913386 ft
I'm not sure if it has all the same units as `units` does, but it replaced my use of it entirely as it can do other useful operations as well
I agree the law should attempt to be specific, but I have to point out that this is still quite ambiguous!
Is it permissible to dictate/listen to text messages on my handheld smartphone, so long as I don't hold it in my hand? Can I click "next track" on the steering wheel, but not on my phone screen?
What about smart watches? They are not handheld, but they are equally distracting, if not more so than a phone because their screens are so tiny and fiddly.
I thought TRAMP overrides that setting in your SSH config.
> TRAMP uses the ControlMaster=auto OpenSSH option by default, if possible. However, it overwrites ControlPath settings when initiating ssh sessions. TRAMP does this to fend off a stall if a master session opened outside the Emacs session is no longer open. That is why TRAMP prompts for the password again even if there is an ssh already open.
reply