turkeysandwich's comments

turkeysandwich | 7 years ago | on: Sqlite: Code Of Conduct

> In the future, should someone wish to become a core developer of SQLite and is in every way qualified except that he or she does not feel comfortable with some details of this rule (for example, the overtly religious elements), then appropriate adjustments can be made at that point. The objective of the rule is not to impose a particular religious creed, but rather to use time-tested behavioral guidelines to promote a productive and peaceful community.

turkeysandwich | 10 years ago | on: Is there a simple algorithm for intelligence?

Any algorithms we use to simulate intelligence with machines are excessively wasteful.

There's not enough energy to simulate human intelligence at the same speed that humans think, without just essentially producing biological computers.

And that's more of bio-engineering than anything relating to computing.

turkeysandwich | 10 years ago | on: Running a Dark Web pedophile honeypot

His parenting isn't worse than her abuse, obviously.

But he should still chill the fuck out. Yes, bad things happen. But no, you're not permanently broken. You can grow up and have a normal life.

turkeysandwich | 14 years ago | on: Richard Stallman: How I do my Computing

The type of REPL he's referring to has very specific features. Read returns a parsed structure, eval evaluates a parsed structure and print writes a parsed structure. Python's REPL just deals with strings, I believe.
page 2