Live data from Hacker News

Frink

frinklang.org

31–40 of 66 posts

Re: Frink

#31

For people in Python-world, I've tried many units packages and tend to prefer https://pint.readthedocs.io For the bedroom example someone posted, here's the equivalent in pint: import pint # Possibly my least favorite thing about Pint is # the verbose importing/instantiating dance u = pint.UnitRegistry() q = u.quantity() # there are multiple ways of making objects: volume = q('10 feet') * q(10, 'feet') * (10 * u.feet…

> I'm wondering about an importer for the Frink ones... but https://frinklang.org/frinkdata/units.txt doesn't seem to have a license?)

This is just a list of facts, no? You can't really copyright such a thing.

Re: Frink

#32

For people in Python-world, I've tried many units packages and tend to prefer https://pint.readthedocs.io For the bedroom example someone posted, here's the equivalent in pint: import pint # Possibly my least favorite thing about Pint is # the verbose importing/instantiating dance u = pint.UnitRegistry() q = u.quantity() # there are multiple ways of making objects: volume = q('10 feet') * q(10, 'feet') * (10 * u.feet…

As far as I know, facts and information can't be copyrighted, which means at the very least the raw data in units.txt can be used freely with flagrant disregard for licensing.

Re: Frink

#35

Earlier quoted context omitted.

These are fun and I do them often, but you can just use google for most of this.

GNU units

Or Duckduckgo. For some reason GNU units never understands what I type, which is of course my own incompetence, but DDG does a fine job.

Re: Frink

#36
post #30

Earlier quoted context omitted.

Ur carpenter is amazing.

I'm not quite sure what this means, but your profile proves you're not a spam bot, so I guess I won't flag it... did you submit this in the wrong tab or am I missing something?

I’m guessing they meant that it would require a good carpenter to make a room exactly 3m x 4m x 3m

Re: Frink

#37

For people in Python-world, I've tried many units packages and tend to prefer https://pint.readthedocs.io For the bedroom example someone posted, here's the equivalent in pint: import pint # Possibly my least favorite thing about Pint is # the verbose importing/instantiating dance u = pint.UnitRegistry() q = u.quantity() # there are multiple ways of making objects: volume = q('10 feet') * q(10, 'feet') * (10 * u.feet…

> I'm wondering about an importer for the Frink ones... but https://frinklang.org/frinkdata/units.txt doesn't seem to have a license?) This is just a list of facts, no? You can't really copyright such a thing.

Don't know if this holds water... E.g. a cartographic map: just a "diagram" of facts?

Why not ask if there is a license for this file?

Edit: And as I see in this thread there is gnu-units (https://en.wikipedia.org/wiki/GNU_Units) probably there is something with a license.

Re: Frink

#38

Earlier quoted context omitted.

> I'm wondering about an importer for the Frink ones... but https://frinklang.org/frinkdata/units.txt doesn't seem to have a license?) This is just a list of facts, no? You can't really copyright such a thing.

Don't know if this holds water... E.g. a cartographic map: just a "diagram" of facts? Why not ask if there is a license for this file? Edit: And as I see in this thread there is gnu-units ( https://en.wikipedia.org/wiki/GNU_Units ) probably there is something with a license.

The expression of facts is copyrightable, not the facts though. So importing it is water tight.

Re: Frink

#39
post #30

Earlier quoted context omitted.

I'm not quite sure what this means, but your profile proves you're not a spam bot, so I guess I won't flag it... did you submit this in the wrong tab or am I missing something?

I’m guessing they meant that it would require a good carpenter to make a room exactly 3m x 4m x 3m

How would it be harder than to make a room exactly 10 feet x 12 feet x 8 feet?

Re: Frink

#40

Earlier quoted context omitted.

> I'm wondering about an importer for the Frink ones... but https://frinklang.org/frinkdata/units.txt doesn't seem to have a license?) This is just a list of facts, no? You can't really copyright such a thing.

Don't know if this holds water... E.g. a cartographic map: just a "diagram" of facts? Why not ask if there is a license for this file? Edit: And as I see in this thread there is gnu-units ( https://en.wikipedia.org/wiki/GNU_Units ) probably there is something with a license.

A map is not copyrightable. It is just a diagram of facts. Mapmakers protect themselves by inserting fake data which they can then use to claim copyright.
Post reply on HN