HisGraceTheDuck | 8 years ago | on: After Universal Basic Income, the Flood
HisGraceTheDuck's comments
HisGraceTheDuck | 8 years ago | on: 75% decline over 27 years in total flying insect biomass in protected areas
HisGraceTheDuck | 8 years ago | on: Show HN: Chaotic Life – deterministic behavior from unsynchronized threads
The "state" array stores the state of the cells in the life simulation in the lowest bit of each int in the array. The rest of the bits are used to store the count of the current generation for that cell.
Each thread can then examine cells independently and determine whether there's enough information in the cell's neighbours (taking generations into account) to update the cell's state (and increment the generation).
The trick is that even though the threads could be reading and writing the same cells at the same time, they will only ever write the same thing and so it doesn't matter.
HisGraceTheDuck | 9 years ago | on: Study reveals substantial evidence of holographic universe
There is a very well developed model of how this relationship could work in a simpler case. I suggest you have a look at this wikipedia page: https://en.wikipedia.org/wiki/AdS/CFT_correspondence
Hopefully this mathematical model will convince you that the holographic principle is, at the very least, more mature than a minion meme.
HisGraceTheDuck | 9 years ago | on: With Google's RAISR, images can be up to 75% smaller without losing detail
HisGraceTheDuck | 9 years ago | on: Libreboot – A free BIOS or UEFI replacement
HisGraceTheDuck | 9 years ago | on: Libreboot – A free BIOS or UEFI replacement
https://libreboot.org/docs/hcl/index.html#supported_laptops_...
Nothing recent but on the plus side, you should be able to pick one up without spending too much.
HisGraceTheDuck | 9 years ago | on: Gonorrhea Is Becoming Untreatable, U.N. Health Officials Warn
Getting preachy about it isn't going to win you friends or change anyone's mind.
HisGraceTheDuck | 9 years ago | on: Gonorrhea Is Becoming Untreatable, U.N. Health Officials Warn
Things like genome therapy are unfortunately a long way off so we need to look for antibiotics in the meantime.
HisGraceTheDuck | 9 years ago | on: Tail call optimization for JavaScript in Babel
HisGraceTheDuck | 9 years ago | on: Tail call optimization for JavaScript in Babel
Anyone know if that would be feasible?
HisGraceTheDuck | 9 years ago | on: Only Samsung Can Save Android from iPhone Domination
(speaking as an iPhone user)
HisGraceTheDuck | 9 years ago | on: The Elegance of Deflate
UBI essentially assumes that everyone is a rational actor and that they will not succumb to spending the basic income on non-productive things (drugs, alcohol, gambling, excessively expensive consumables, etc). This is demonstrably false, especially if individuals don't have a day job. On an individual level it's easy to say that people should be responsible for their own wellbeing. But as a matter of public policy, it's just plain bad policy.
It's also hard to see how that money would /not/ be extracted in the form of higher prices across the board.
And the main point of the article is a very good one: what happens to all the now-unskilled labour?