HN user

air

538 karma
Posts0
Comments77
View on HN
No posts found.

Minor nitpick

"The green and blue colors, z-position, and normal vector are all interpolated in the same manner. (Texture coordinates behave slightly differently because there you’d also need to take the perspective into account.)"

Colors (c), z, and texture coordinates (t) should all be interpolated differently because of perspective. You need to interpolate 1/z, c/z, t/z and for every pixel then do division eg. c/z / 1/z = c

FFmpeg 3.0 released 10 years ago

IMHO the hostile takeover of the ffmpeg project by the libav guys (Fabrice Bellard had to wield trademark to force them to rename the fork) and intense FUD campaign were much bigger issues.

"The real problem with land [and property taxes] is the fact it tends to flow into the cost of rent and homeownership."

The price of property and rent in popular places will be what the market will bear. So with tax, the rent would stay the same. Price of apartments would go down, because buyers need to pay the tax, so they cannot afford as much.

Apartments in space efficient towers would be grow in value relatively, because they don't need to pay so much tax, so there would be incentive to build more densely.

This means more apartments and cheaper prices.

It's discussed in the article:

Many people believe that the source of this myth was a 1945 Food and Nutrition Board recommendation that said people need about 2.5 liters of water a day. But they ignored the sentence that followed closely behind. It read, “Most of this quantity is contained in prepared foods.”

Indeed, from the references of your link:

The Panel has decided that the reference values for total water intake should include water from drinking water, beverages of all kind, and from food moisture.

"This past spring, Juliano Rizzo (@julianor) and I came up with a cryptographic attack on Telegram's MTProto "secret" chat communications which can be performed in O(2^64) time."

Using asymptotic notation without an argument (usually "n") makes me cringe. O(2^64) = O(1)

Jolla Tablet 12 years ago

It's not a re-implementation, just a port. Dalvik is licensed under Apache License 2.0 which allows proprietary derivatives.

As an end user:

I can combine GPLv2 (eg. linux kernel) and BSD licensed code, and distribute it.

I can combine GPLv3 and BSD licensed code, and distribute it.

I cannot combine GPLv2 and GPLv3 licensed code, and distribute it.

As an end user, I like BSD licensed code more.

They use the same loophole as with phones. Microsoft distributes Linux VMs through its subsidiary Microsoft Open Technologies, which was created just for this purpose. It does not own the patents so MS doesn't have to license them.