Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
carver
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
carver
1mo ago
I agree that if a sub agent could work then handoff is the wrong skill. These docs on the site agree too: > What it buys is portability, not compression. That makes the skill narrower than it sounds. You need a file only when the work ha
2.
▲
by
carver
1y ago
What a great seminar, that was. I really appreciated his advice on writing recommendation letters, too: the expectation is shifted wildly towards effusive. If you are plainly complimentary, it can come off as a secret warning that you don&#
3.
▲
by
carver
2y ago
If you are interested in variants of minesweeper, this one is awesome: https://magnushoff.com/articles/minesweeper/ (scroll to the bottom)
4.
▲
by
carver
2y ago
Ahah! I see it now, thanks.
5.
▲
by
carver
2y ago
Fascinating. Thanks for the clue. It's the most complete blank for me of all the tests. I looked up the reference image, but still cannot see it in figure 2G. I can't even guess at where the eyes/nose/mouth are in the cl
6.
▲
by
carver
2y ago
It seems that Aphantasia does not globally bin into two groups, since I don't fit in either. By my rough count of Figure 2 tests, where Derek is at 0 to Loren at 6 (ignoring F), I have about 3.5 atypical responses. My experience with F
7.
▲
by
carver
4y ago
Is this the "uh, thing"? https://www.theatlantic.com/politics/archive/2015/01/the-blo...
8.
▲
by
carver
5y ago
I don't buy that the reversion to income tax should happen on high percentage gains if the absolute gains are low. I think the tax could be made even more progressive. Something like: The first $500k of capital gains get current cap ga
9.
▲
by
carver
5y ago
Based on context, you seem to be referring to gas when you say 12 million "ether gwei" (the block limit being 12 million gas, lately). But gas is its own unit, not measured in ether (or in wei, the smallest atomic unit of ether).
10.
▲
by
carver
6y ago
Yeah, digital-only NFTs will likely be a fad. I'll be interested again when the trend moves toward deeds. A title for a physical work could have staying power. Even potentially an iou from an artist for a one of a kind (physical) piece
11.
▲
by
carver
6y ago
> Hypothesis is pretty smart to find edge cases that you usually don't think of. This is worth reemphasizing. For certain kinds of hard problems, I've found it really valuable for building confidence in an implementation. If yo
12.
▲
by
carver
6y ago
Tail call optimization is appealing. Sometimes recursion is the cleanest implementation, but call depth is not known up front.
13.
▲
by
carver
7y ago
RIP Pat Winston - he infuriated me the most when he said something so obviously true and which I wanted to be false. One example: "No one will ever read your paper in entirety, so write for the skimmers." As much as I loved his te
14.
▲
by
carver
7y ago
`if re.match(p1, line) as m`, maybe?
15.
▲
by
carver
8y ago
Was this a traceable ring signature[1], or something different? [1] https://en.wikipedia.org/wiki/Ring_signature#Applications_an...
16.
▲
by
carver
8y ago
It's even worse than that: politicians created over-reaching laws and enforcement, to demographically target political opponents and take away their right to vote. > "The Nixon campaign in 1968, and the Nixon White House after
17.
▲
by
carver
9y ago
The link said triple blind, technically -- ”Masking: Triple (Participant, Investigator, Outcomes Assessor)”
18.
▲
by
carver
9y ago
> You can only do that if the transaction is atomic, which requires that the tickets and money are on the same blockchain and exchanged in the same transaction. Yes, they should be on the same chain, so that the transaction is atomic. T
19.
▲
by
carver
9y ago
The most natural follow-up to currencies on a blockchain are assets, like a ticket to a concert, shares in a company, or a deed to a car. Once more assets are represented this way, many kinds of applications would be valuable. One simple an
20.
▲
by
carver
9y ago
Agreed, in most situations. One counter example: If your processes in sum tend to A) access many disk locations, at large total disk space B) hold a lot of underused data in ram This isn't totally impossible. Maybe an Ethereum node wit
21.
▲
by
carver
9y ago
> And worse, its energy consumption is not a function of its transaction volume, but of its price in fiat. It's also a function of time, dropping in half every ~4 years. (Rounding transaction fees to zero) Which isn't to argue
22.
▲
by
carver
9y ago
> Also, Ethereum is in a quagmire regarding scaling. "Quagmire" is a bit provocative, but yes scaling is a serious problem that needs to be solved. > In fact, I do believe it's cheaper to spend bitcoin now than it is et
23.
▲
by
carver
9y ago
That's terrible news. I was undergrad there in mid 2000s, and perceived that some, but not all, of these issues had improved. Being a man, and less attentive to the issues at the time, it doesn't surprise me that I missed it. It c
24.
▲
Unifying Logins with Ethereum and ENS
(medium.com)
2 points
by
carver
9y ago
|
0 comments
25.
▲
by
carver
9y ago
>There is no way you could push down the market 10 percent today. GDAX fell about 8% yesterday, from $96.82 to $89.07 in one hour (May 4, 9-10am) with about $2 million worth of trades. It's a little early to call this a post-volatil
26.
▲
by
carver
10y ago
It depends on the context. Ethereum is a platform that uses a blockchain to build and record consensus. Conceptually, the blockchain is a technology underpinning each cryptocurrency. Across the many cryptocurrencies in use, there are many b
27.
▲
by
carver
10y ago
You've nailed it. In this case, the call stack depth would halt you before TheDAO runs out of funds, though. So you end up with some multiple, say 30x, where you can put in 1 ether and drain 30 ether. There is about a month lockup peri
28.
▲
by
carver
10y ago
While I prefer non-upgradable contracts for the same reason, there are mechanisms to reach some middle ground, like: 1) a significant delay between the announcement of an upgrade and the actual upgrade (enforced by the blockchain) 2) a mech
29.
▲
by
carver
10y ago
The US government freezes bank accounts all the time.
30.
▲
How “Open Execution” Will Replace Open Source
(linkedin.com)
3 points
by
carver
10y ago
|
0 comments
More ›