Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
housecarpenter
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
housecarpenter
4mo ago
Why is asking 'can machines think?' assuming our thinking could be modeled as a machine? It's raising the possibility that our thinking could be modeled as a machine. Given that, as you acknowledge, we don't have a clu
2.
▲
by
housecarpenter
4mo ago
Why would it serve the interests of AI companies to promote materialism? It seems to me that idealism would be more in the interest of AI companies to promote, since my impression is idealists are more likely than materialists to believe th
3.
▲
by
housecarpenter
5mo ago
I don't think that's necessarily the case. I understand that there's a continuum in reality, but psychologically, I still tend to perceive each shade as discretely either blue or green, especially when the shade is presented
4.
▲
by
housecarpenter
5mo ago
Isabelle/HOL haven't been solving open problems, as far as I'm aware. They've been used for making fully-formal proofs of problems that were already considered proved to a satisfactory level by the mathematical community
5.
▲
by
housecarpenter
7mo ago
The reason I don't spend the majority of my time in code review is that when I'm reviewing my teammates' code I trust that the code has already been substantially verified already by that teammate in the process of writing it
6.
▲
by
housecarpenter
8mo ago
It's true that onomatopoeia isn't always a word, but in the particular case of "aah", I think that particular choice of letters is conventionalized enough that it is a word.
7.
▲
by
housecarpenter
9mo ago
From Wikipedia: "The exact location of Hyperion is nominally secret but is available via internet search.[12] However, in July 2022, the Redwood Park superintendent closed the entire area around the tree, citing "devastation of th
8.
▲
by
housecarpenter
10mo ago
My impression (as a dilettante programmer without relevant credentials) is that there isn't really any question about whether mathematical structures can be rooted in set theory, or can be expressed as extensions of set theory. Dis
9.
▲
by
housecarpenter
1y ago
Defining first-order logic doesn't really require set theory, but it does require some conception of natural numbers. Instead of saying there's an infinite set of variables, you can have a single symbol x and a mark *, and then yo
10.
▲
by
housecarpenter
1y ago
My first thought on reading your comment was to disagree and say no, we can have the exact value of 1, because we can choose our system of units and so we can make the square a unit square by fiat. A better way to dispute the unit square di
11.
▲
by
housecarpenter
1y ago
Consider the identity function f, which just takes an argument and returns it unchanged, and has the polymorphic type a -> a, where a is a type variable. What's the type of f(f)? Obviously, since f(f) = f it should be a -> a as w
12.
▲
by
housecarpenter
1y ago
It would surprise me if most rationalists didn't know who Jaynes was. I first heard of him via rationalists. The Sequences talk about him in adulatory tones. I think Yudkowsky would acknowledge him as one of his greatest influences.
13.
▲
by
housecarpenter
1y ago
What do you find surprising---the fact that it doesn't come out red, or the fact that people are confused by this behaviour?
14.
▲
by
housecarpenter
1y ago
At least in my country (the UK), people generally do not learn abstract algebra in high school. That's a university-level topic. I think there is a definite "step up" in complexity between the structures of abstract algebra s
15.
▲
by
housecarpenter
1y ago
It is a particular sense of "nondeterminism", but it's not specific to functional programming, I think it's the usual one theoretical CS as a whole. It's the same sense in which "nondeterminism" is used in
16.
▲
by
housecarpenter
1y ago
As a non-arachnophobe, I don't find spiders of any kind to be cute. But I also don't find anything about their appearance or behaviour to be unpleasant or scary. They're just aesthetically unremarkable. Similar to, say, fish-
17.
▲
by
housecarpenter
1y ago
As somebody with autism, one thing I'd say from my experience (I don't know how many people will agree) is that interviewing has felt like a much more severe stress test of my soft skills than anything I've had to do while ac
18.
▲
by
housecarpenter
2y ago
I think the author made a typo, and they actually meant to refer to 2.92, not 2.29. The table preceding the part mentioning 2.29 only includes 2.92. And 2.29 doesn't include the text "This is not easy!”, whereas 2.92 does.
19.
▲
by
housecarpenter
2y ago
> it is absolutely completely impossible to randomly put a dot down on a number line and have it be pi It's not impossible, it just has zero probability of occurring.
20.
▲
by
housecarpenter
2y ago
An spoken English sentence is a finite string of phonemes. The set of allowable phonemes is finite. Given a finite set X, the set of all finite strings of elements of X is countable. (The latter statement holds because for any given n, the
21.
▲
by
housecarpenter
2y ago
What do you mean by "the use of the Least Upper Bound"?
22.
▲
by
housecarpenter
2y ago
Can you elaborate on why?
23.
▲
by
housecarpenter
2y ago
Technically, `a :: Num` would be declaring , or defining that `a` is of type `Num`. After you see `a :: Num`, you can assume from then on as you're reading the program that `a` has type `Num`; if something is incompatible with that
24.
▲
by
housecarpenter
2y ago
As I understand it, the main advantage of having separate CUSTOMER and ORDER tables rather than just have a field on CUSTOMER which is a list of order IDs is that the latter structure makes it easy for someone querying the database to retri
25.
▲
by
housecarpenter
2y ago
You can absolutely formalize proofs using diagonalization arguments on a computer in just the same way you would formalize any other proof. For example here's the Metamath formalization of Cantor's argument that a set cannot be eq
26.
▲
by
housecarpenter
2y ago
Yes, that's right.
27.
▲
by
housecarpenter
2y ago
The way I see it, the distinction between = and ≡ isn't really to do with equality having more than one meaning. An "identity" like sin^2 x + cos^2 x ≡ 1 is really just shorthand for "for every real number x, we have sin
28.
▲
by
housecarpenter
2y ago
I think you misunderstood the parent comment. They're not talking about defining the reals by setting up a mapping where each real number corresponds to a unique natural number. They're talking about defining the reals by setting
29.
▲
by
housecarpenter
2y ago
The paper says psychological, not physiological. It looks like what Codd means by "psychological features" are features that are (or are intended to) make it easier for users to express what they want to do in the language, as opp
30.
▲
by
housecarpenter
2y ago
Table-valued function.
More ›