Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
gchpaco
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
gchpaco
6y ago
The main difference is that engineers have a code of ethics they're expected to uphold, with the threat of taking away your certification if you don't.
2.
▲
by
gchpaco
7y ago
If you read the article, they discuss it there.
3.
▲
by
gchpaco
7y ago
And said notation causes the generic type system to be Turing complete, as in the Java case.
4.
▲
by
gchpaco
7y ago
There are only two "natural" problem classes known that are not either definitely in P or definitely in NP, and this article concerns one of them. (The other is integer factorization / discrete logs). And I'm not sure
5.
▲
by
gchpaco
8y ago
In general his complaints regarding logic are incoherent. A function is not a messy weird object in mathematics; it's a possibly infinite set of ordered pairs where there are no duplicates of the first element of the ordered pair. Th
6.
▲
by
gchpaco
8y ago
The C and I presume C++ standard has been very carefully avoiding the idea of a preprocessor being separate at all . The standard was very carefully worded to prevent that being necessary, because most C compilers do not have a separate
7.
▲
by
gchpaco
8y ago
There's a number of fisheyes that produce circular images on rectangular film (obviously, not using the entirety of the film surface).
8.
▲
by
gchpaco
8y ago
No, but it is the one name that people remember, and saves much explanation. The Rolleicord, the Mamiya C series, and the YashicaMats, one of which is my TLR, were more consumer oriented.
9.
▲
by
gchpaco
8y ago
The #2 Brownie came out in 1901 and shot 6cm x 9cm, and all of the surviving Brownies I've seen shot rectangular formats. There was the Brownie 127 which shot square, but I only learned of its existence just now; have never seen one i
10.
▲
by
gchpaco
8y ago
Too small, slide mounts were already standardized on 24x36, and the square was never all that popular among the general photographer. The reason why the square shape in 120 was originally developed was a technical hack. Since it outputs a
11.
▲
by
gchpaco
8y ago
I damn near released a (private) message protocol without a version field a couple months ago, and I know better. Fortunately stopped myself and added it before any actual data got released.
12.
▲
by
gchpaco
10y ago
A formal language is basically just a mathematical set of acceptable strings made up of symbols in a (typically finite) alphabet; thus the smallest is probably the empty set, or if you insist on an accepting path, a set containing only the
13.
▲
by
gchpaco
10y ago
Depends on the database, but Cassandra, for example, has quorum mode for writes, which requires a majority of the cluster members ack the write. This can be enabled on a per-query basis, and also for reads. The other way of doing it is thi
14.
▲
by
gchpaco
10y ago
The printing is the fun part, anyway.
15.
▲
by
gchpaco
10y ago
I love my X-Pro, and I loved Fuji film before it, but remember Fuji has never been under the anti-trust concerns Kodak has, and that forced them to divest the film processing and professional camera arms.
16.
▲
by
gchpaco
10y ago
I'm not competent to explain why Tacoma Narrows failed, but it obviously wasn't up to design load. The existence of large sheets of glass falling off buildings and endangering people from multiple different installations strongly
17.
▲
by
gchpaco
10y ago
There are two major issues that crop up in my experience. * Node as a runtime is deeply mediocre, in my experience. You can usually solve this by throwing more (usually virtualized) hardware at the problem. * Meteor's architecture is
18.
▲
by
gchpaco
10y ago
I do not, myself, know why this is the case. I can come up with several plausible reasons; for example, you're basically coming up with an alternate input device for your computer piggybacked onto something that's already there.
19.
▲
by
gchpaco
10y ago
It is ... difficult for me to describe just how dangerous it is to try to use 3 dimensional intuitions in a higher dimensional space. As the number of dimensions increases the amount of "space" there is for things to get weird ge
20.
▲
by
gchpaco
10y ago
Part of the problem is that most accessibility software has a hell of a learning curve, that the blind have implicitly overcome already to use the thing at all. (e.g. emacspeak) It can be very daunting to try to use it as a sighted person
21.
▲
by
gchpaco
10y ago
As a counterpoint it's routine in topological mathematics to work with 8 or 12 or 11 dimensional objects.
22.
▲
by
gchpaco
11y ago
In addition to what pbsd said, Carmichael numbers are incredibly rare. Your odds of stumbling across one by chance are lower than the odds of a cosmic ray flipping the bit of memory that causes you to believe you have stumbled across one
23.
▲
by
gchpaco
11y ago
Bit braces (the C shaped tools) are also the finest Phillips screwdrivers available, I've found. The design makes it easy to exert a lot of force to prevent the bit from camming out, and the amount of torque one can generate is astoun
24.
▲
by
gchpaco
11y ago
When you set a large beam of wood on fire, what typically happens is the outside chars but the fire never reaches the core, which stays intact. This won't happen so much with typical dimensional lumber like a 2x4, but when you look at
25.
▲
by
gchpaco
11y ago
There are almost no 100 year old brick buildings in San Francisco. Why? Because there was a big goddamn earthquake in 1906, and unreinforced masonry (which is to say, functionally almost all of it) deals badly with earthquakes in general.
26.
▲
by
gchpaco
11y ago
Truth, I dunno why I have 20 bits stuck in my head.
27.
▲
by
gchpaco
11y ago
Acme, too, defaults to variable width, and looks rather better for it. It's always a little awkward in Emacs because a lot of the system packaging (package.el, for example) assumes mono, but it can work.
28.
▲
by
gchpaco
11y ago
Don't idly dismiss emoji. They're the first thing from outside the Basic Multilingual Plane that people actually want to use, and as a result the first thing to find all the bugs and hidden assumptions going from a 16 bit wide ch
29.
▲
by
gchpaco
11y ago
Pretty printing is surprisingly tricky. Last time I had to do it, I ended up with this: https://github.com/rethinkdb/rethinkdb/blob/next/src/pprint/... which has become my favorite algorithm f
30.
▲
by
gchpaco
11y ago
Average, yes. But that reflects high infant mortality. Generally speaking if you survived to 20 you would probably make it to 60 barring misadventure or war.
More ›