Why do I get: > unknown unit 'millilightseconds' Is this one of the embellishments that just makes the story more entertaining?
Here's the line you'll want to add:
lightsecond lightyear / 365.25 / 24 / 60 / 60
41–50 of 145 posts
Why do I get: > unknown unit 'millilightseconds' Is this one of the embellishments that just makes the story more entertaining?
Here's the line you'll want to add:
lightsecond lightyear / 365.25 / 24 / 60 / 60
1 year ago: https://news.ycombinator.com/item?id=8176458 2 years ago: https://news.ycombinator.com/item?id=6296201 3 years ago: https://news.ycombinator.com/item?id=3802458 4 years ago: https://news.ycombinator.com/item?id=3114391 5 years ago: https://news.ycombinator.com/item?id=1293652 6 years ago: https://news.ycombinator.com/item?id=385068 7 years ago: https://news.ycombinator.com/item?id=123489
Why do I get: > unknown unit 'millilightseconds' Is this one of the embellishments that just makes the story more entertaining?
Not an embellishment at all. Via 'man units': "The conversion information is read from a units data file that is called 'definitions.units' and is usually located in the '/usr/share/units' directory." Via definitions.units (L. 223), you can see the milli- prefix: https://gist.github.com/anonymous/f06769de95e0c7f9e658#file-... Via deifnitions.units (L. 1060), you can see the lightsecond unit: https://gist.github.com/a…
lightsecond lightyear / 365.25 / 24 / 60 / 60
Earlier quoted context omitted.
Not an embellishment at all. Via 'man units': "The conversion information is read from a units data file that is called 'definitions.units' and is usually located in the '/usr/share/units' directory." Via definitions.units (L. 223), you can see the milli- prefix: https://gist.github.com/anonymous/f06769de95e0c7f9e658#file-... Via deifnitions.units (L. 1060), you can see the lightsecond unit: https://gist.github.com/a…
Some distributions only support lightyear so adding this line to your units file (which you can find with man units) will give you support for *lightseconds: lightsecond lightyear / 365.25 / 24 / 60 / 60
Another of the 10,000 here - this is such a delightful story. Also just discovered the "units" conversion program and disappointed that the default Mac library has only 586 units. And shockingly there don't seem to be compatible libraries out there.
Edit: You'll then want to run it with `gunits` rather than `units`
This always reminds me of the email around the world: http://phrack.org/issues/41/4.html
Earlier quoted context omitted.
This is an interesting idea. Have a system where a community can mark something as important, and to have it automatically reposted at preset intervals. Community members could be allowed to additionally repost, or the system can politely say it's already archived and will be shared again on such & such date. Use it as a way to reinforce community history.
Sounds like we already have exactly such a system, no?
Why do I get: > unknown unit 'millilightseconds' Is this one of the embellishments that just makes the story more entertaining?
Another of the 10,000 here - this is such a delightful story. Also just discovered the "units" conversion program and disappointed that the default Mac library has only 586 units. And shockingly there don't seem to be compatible libraries out there.
`brew install gnu-units` should do it :) Edit: You'll then want to run it with `gunits` rather than `units`