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't think they are worth hiring.
But there were also great AI papers, and meta advice on reading them efficiently. (I don't remember any crimes against ferrets, but presumably the reading list changed over time)
I appreciated that class, and it's only grown on me over time. Another line that really stuck with me was something like "forsan et haec olim meminisse iuvabit" (Which I remembered as "Perhaps we will look back on even this with fondness") It's so easy to undervalue amazing things when they are happening to you. I was really convinced that I was appreciating it, even more than many around me. But I still look back and think I could have soaked it in, even more.
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 clouds.
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 Figure 2:
A) I can flip between cone and weird triangle, saw the cone first
B) I see it as if someone placed identical cat stickers on the drawing. I can intellectually understand the perspective, how the upper-right one is supposed to be bigger, but don't experience it that way.
C) I see that there is an implicit rectangle (to me it looks slightly wider than tall). But the color doesn't "spread" to the middle, it's just like 2A -- a boundary in the surrounding shapes implicitly extends into the empty space to form a rectangle shape.
D) It takes minimal, but non-zero effort to see the vase
E) It's trivial to flip between the two orientations of the cube
F) skipped
G) I don't understand what I'm looking for here. I see clouds, sky, and a silhouette with a tree. Is there a face in it somewhere? I can see the smiley face on https://en.wikipedia.org/wiki/Pareidolia
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 gains treatment. After that, all gains are taxed as regular additional income.
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).
The reason the math still works is that 12 million gas priced at 1 gwei/gas would cost 12 million gwei, which is .012 ether. (Since one ether is defined as a billion billion wei) ... Maybe this was all what you meant, but it was hard for me to decipher.
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.
> 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 you happen to have a reference implementation, with a small surface API, it can be a very fast way to write tests: tell hypothesis to input anything it wants and validate that both libraries produce the same result. It's not magic, you will probably still have to give hints about how to build interesting inputs, but still a very quick way to get a lot of coverage. (Also be sure to crank up the number of examples to build more confidence, 100 is often not enough to really explore an input space).
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 technical lectures, I especially remembered his peripheral aphorisms.
But he said one thing that I immediately agreed with (conceptually) and have recalled at many hard times in my life: "Perhaps we will look back on even this with fondness." (But in Latin, because Pat Winston)
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 that, had two enemies: the antiwar left and black people. You understand what I'm saying? We knew we couldn't make it illegal to be either against the war or black, but by getting the public to associate the hippies with marijuana and blacks with heroin, and then criminalizing both heavily, we could disrupt those communities. We could arrest their leaders, raid their homes, break up their meetings, and vilify them night after night on the evening news. Did we know we were lying about the drugs? Of course we did."
– John Ehrlichman, to Dan Baum for Harper's Magazine in 1994, about President Richard Nixon's war on drugs, declared in 1971.
> 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. This is trivial to do in Ethereum (and other blockchains, presumably).
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 and powerful example is escrow.
Enabling one-shot, instant escrow with strangers on the Internet has real-world benefits. For example, the current safest way to exchange Burning Man tickets is to meet someone in person, inspect the tickets and cash, and trade them by hand. If they were a blockchain asset, they could be traded nearly instantly and safely across the world. With a stable dollar asset, the official escrow service could even make it more difficult to sell above face value.
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 with a script doing a bunch of data reads, running side by side with hundreds of Chrome tabs, few of which are regularly accessed. (Totally hypothetical, of course...)
Swapping some rarely used ram out so the OS can buffer disk into ram seems like a reasonable approach (although maybe even more reasonable is: close some tabs).
Your point still stands that more ram is strictly as good or better performance in this scenario, but you might be able to get an equivalent performance boost much more cheaply with some swap space for the underused ram. Also, upgrading past 32 GB ram starts to veer from expensive to impossible on a laptop.
But there were also great AI papers, and meta advice on reading them efficiently. (I don't remember any crimes against ferrets, but presumably the reading list changed over time)
I appreciated that class, and it's only grown on me over time. Another line that really stuck with me was something like "forsan et haec olim meminisse iuvabit" (Which I remembered as "Perhaps we will look back on even this with fondness") It's so easy to undervalue amazing things when they are happening to you. I was really convinced that I was appreciating it, even more than many around me. But I still look back and think I could have soaked it in, even more.