HN2new | past | comments | ask | show | jobs | submit | 2014-06-03login
Stories from June 3, 2014
Go back a day, month, or year. Go forward a day, month, or year.
1.A first-person engine in 265 lines of JS (playfuljs.com)
528 points by hunterloftis on June 3, 2014 | 97 comments
2.End-To-End – OpenPGP Chrome extension from Google (code.google.com)
509 points by gbarboza on June 3, 2014 | 166 comments
3.Micro Python – a lean and efficient implementation of Python 3 (python.org)
468 points by maxerickson on June 3, 2014 | 93 comments
4.Chris Lattner on Swift (nondot.org)
405 points by tambourine_man on June 3, 2014 | 198 comments
5.Swift – observations from Rust’s original designer (graydon2.dreamwidth.org)
344 points by porada on June 3, 2014 | 84 comments
6.Why Startups Need to Focus on Sales, Not Marketing (wsj.com)
308 points by sama on June 3, 2014 | 155 comments
7.Flappy Bird in Swift (github.com/fullstackio)
309 points by pjvds on June 3, 2014 | 124 comments
8.Sweden’s proposed six-hour workday (washingtonpost.com)
270 points by Libertatea on June 3, 2014 | 266 comments
9.Metal as a Service (ubuntu.com)
193 points by CMCDragonkai on June 3, 2014 | 102 comments
10.$1.99 SSL certificates offered by Namecheap (namecheap.com)
195 points by vially on June 3, 2014 | 79 comments
11.Camlistore – open-source personal storage system for life (camlistore.org)
190 points by hswolff on June 3, 2014 | 45 comments
12.The Indian Miracle-Buster Stuck in Finland (bbc.com)
188 points by anishkothari on June 3, 2014 | 111 comments
13.Google releases stats on email encryption in transit (google.com)
183 points by Matt_Cutts on June 3, 2014 | 50 comments
14.Why the more your job helps others, the less you get paid (salon.com)
164 points by primroot on June 3, 2014 | 147 comments
15.24, the Monster, and quantum gravity (plus.google.com)
151 points by msvan on June 3, 2014 | 52 comments
16.A high-profile fork: one year of Blink and Webkit (nom.es)
152 points by progers7 on June 3, 2014 | 33 comments
17.Why and how to avoid hamburger menus (lmjabreu.com)
150 points by Jacqued on June 3, 2014 | 67 comments
18.Visual Studio 14 Preview (msdn.com)
140 points by Permit on June 3, 2014 | 100 comments
19.I Build Supercomputers in My Spare Time (parallella.org)
131 points by stevesalevan on June 3, 2014 | 32 comments
20.How Different Cultures Understand Time (businessinsider.com)
126 points by ghosh on June 3, 2014 | 139 comments
21.Letting go (mattgemmell.com)
119 points by arm on June 3, 2014 | 55 comments
22.GCHQ spy base revealed (theregister.co.uk)
121 points by jjgreen on June 3, 2014 | 45 comments

For the curious: the reason that this property with 24 holds is because 24 = 2^3 * 3. For any prime number p:

p^2 - 1 = (p+1)(p-1)

And p+1 and p-1 must both be multiples of 2 because p is odd. Furthermore, one of p+1 or p-1 is also a multiple of 4 (because they are both multiples of 2 and only 2 apart). So, we can see where the 2^3 factor comes from in the magic number 24. The remaining factor, 3, comes from the fact that p is prime and not a multiple of 3, so either p+1 or p-1 must be a multiple of 3 (otherwise p-1, p, and p+1 would be three consecutive numbers, none of which are divisible by 3, which is impossible).

As a result, for any prime p > 3, (p+1)(p-1) is divisible by 24, so p^2 - 1 is also divisible by 24.


The BBC obituary on Shulgin[1] calls him the "Godfather of Ecstasy"[2], but he was far more than that.

He synthesized and carefully chronicled the effects of hundreds of psychoactive compounds on himself and a small, dedicated core group of explorers of human consciousness.

His efforts were published in two massive, definitive tomes called PiHKAL[3][4] and TiKHAL[5][6], the titles of which stand for "Phenethylamines I Have Known and Loved" and "Tryptamines I Have Known and Loved", respectively.

These volumes contained detailed chemical synthesis instructions for the compounds he created, along with "trip reports" and ratings[7] of the compounds' psychoactivity, ranging from:

PLUS / MINUS (+/-) "The level of effectiveness of a drug that indicates a threshold action. If a higher dosage produces a greater response, then the plus/minus (+/-) was valid. If a higher dosage produces nothing, then this was a false positive."

to

PLUS FOUR (++++) "A rare and precious transcendental state, which has been called a 'peak experience', a 'religious experience,' 'divine transformation,' a 'state of Samadhi' and many other names in other cultures. It is not connected to the +1, +2, and +3 of the measuring of a drug's intensity. It is a state of bliss, a participation mystique, a connectedness with both the interior and exterior universes, which has come about after the ingestion of a psychedelic drug, but which is not necessarily repeatable with a subsequent ingestion of that same drug. If a drug (or technique or process) were ever to be discovered which would consistently produce a plus four experience in all human beings, it is conceivable that it would signal the ultimate evolution, and perhaps the end of, the human experiment."

His chemistry lab was DEA-licensed to handle "illegal" (scheduled) compounds, though he often synthesized entirely novel compounds which were not scheduled because neither the compounds nor the laws scheduling them existed yet.

Shulgin tirelessly educated the public and the law-enforcement community on the effects and value of psychedelic and psychoactive compounds, and wrote a highly informative Q&A column.[7]

Shulgin's pioneering work inspired generations of chemists, self-experimenters, and explorers. He was well known, loved, and respected as one of the most highly accomplished psychedelic chemists in history. His presence and guidance will be deeply missed.

[1] - https://en.wikipedia.org/wiki/Alexander_Shulgin

[2] - http://www.bbc.co.uk/news/health-27676669

[3] - https://en.wikipedia.org/wiki/PIHKAL

[4] - http://www.erowid.org/library/books_online/pihkal/pihkal.sht...

[5] - https://en.wikipedia.org/wiki/TIHKAL

[6] - http://www.erowid.org/library/books_online/tihkal/tihkal.sht...

[7] - http://www.cognitiveliberty.org/shulgin/blg/index.html

25.Devcards – Taking Interactivity to the Next Level (rigsomelight.com)
105 points by brucehauman on June 3, 2014 | 22 comments

I had dinner with him once at a conference; he was amazing. When asked about the safety of self-testing novel substances (he of course starts at insanely low doses, but still), he said that he's learned to identify the signs of grand mal seizures, and if he feels one coming on, he simply sticks himself with a couple hundred miligrams of phenobarbital, straps himself in, and goes for a ride. Then he gets back to work.

Exposing yourself to the direct, harsh feedback of the market is key. I've noticed that bad founders will do just about anything to avoid this. Instead of selling, which is hard, they spend their time going to conferences and meetups, trying to do PR, talking to biz dev people about partnerships, etc. It all sounds like work, but mainly serves to insulate them from the harsh reality that nobody wants their product.
28.How Do You Get a Train Moving? (wired.com)
95 points by zw123456 on June 3, 2014 | 56 comments
29.A version-controlled object database with real-time collaborative editing (coreobject.org)
84 points by ewasylishen on June 3, 2014 | 18 comments
30.Google Loon balloon crashes near Yakima (seattletimes.com)
97 points by gregholmberg on June 3, 2014 | 45 comments

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: