Hacker News new | past | comments | ask | show | jobs | submit | frud's comments login

The game goes through several phase changes as you progress.


That's good to hear, because right now I'm playing it by placing something heavy on the M key.


Any form that doesn't have loose fibrils, microparticles, or dust.

I'd compare it to wood from walnut trees, which is perfectly safe to handle and use in dining tables, etc., but dust from its' woodworking is toxic.


> Any form that doesn't have loose fibrils, microparticles, or dust.

Encasement breaks, materials erode, have to be manufactured and disposed. That's not a valid argument at all.

> I'd compare it to wood from walnut trees

Well, then you are very uninformed. The toxicity characteristics are nothing alike. If you want to point to a similar hazard, I'd suggest beryllium compounds.


I used to work for a company that sold factory automation technology, and had hundreds of manuals for all the products they sold. In the front matter of every manual was a disclaimer that nothing in the manual was warranted to be true. This was automation equipment running things like steel mills, factories, petroleum plants, where failures could result in many deaths and grave financial losses.


I could see that for paper manuals or normal pdfs since once they leave the premises of the company anyone could alter the pages of the manual.


The real story here is that Air Canada's lawyers argued, among other things, that the chatbot was a separate and independent legal entity from Air Canada and therefore Air Canada was not obligated to honor the made up policy.

In other words, this was possibly the first historical argument made in a court that AI's are sentient and not automated chattel.


Or maybe it simply means that it's a service offered by another company


For basically forever compilers and languages have been designed with a total ordering on operator precedences. The Yacc compiler generator tool maps operator precedence to integers, as do most handwritten compiler parsers.

A total ordering has a definite answer to the question "is x greater than, equal to, or less than y?" for all x and y. A partial ordering will answer "I don't know" for some x and y.

It's quite possible to implement operator precedence using a partial ordering. When the parser has to resolve precedence between two operators and their relationship is not defined, throw an "ambiguous precedence" error.

You can implement the partial ordering by putting all the operators into a DAG of sets of operators. If two operators are in the same set, they have equal precedence. If there is a path through the DAG from one operator to the other, that defines the precedence relation. Else there is no relation.

Say "*" is defined to have a higher precedence than "+", and they both have an undefined precedence relation with "&". Then "1 + 2 * 3" should compile into "1 + (2*3)", but "1 + 2 & 3" should throw an "ambiguous precedence" syntax error.


Even if it's stable in a game theory sense, it depends on the political class being partitioned into exactly two parties. Otherwise the two biggest parties would have an incentive to smother all smaller competitors.

I think the answer has to lie in an algorithmic solution dependent on a high-resolution population density map.


Fish + fire = sushi


Did you know that Bill Gates is the richest samurai?


Wow, cool. A paper that costs $20 to read. I'll be sure to hop on that.



That's quite an injection if it can cure six children at once.


It must have been a pretty terrifying needle.


That's nothing, one small kid with one remaining cowpox lesion was the source of vaccination material for Spanish America.

https://en.wikipedia.org/wiki/Balmis_Expedition

(They took off from Europe with 22 kids and did an "infectious relay" in pairs. By the time they got to South American mainland, precisely 21 kids already resolved their cowpox. One last kid was still barely infectious, thus becoming the sole source of the vaccination material.)


I have an idea. Why don't we give new experimental AI systems their own off-grid nuclear power plants so they can't be switched off. There's no way that could go wrong.


I can’t let you interrupt my fine-tuning run, Dave.


Easy, just broaden the responsibilities of the SCRAM officer. Within reach of their axe you have:

]The cable for the control rods

]The power feed from the plant to the AI datacenter

]The backbone fiber connecting the DC to the wider world

In event of Skynet episode, sever all three!


Colossus irl


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: