Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
pfrrp
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Adobe names insider Chakravarthy CEO, Narayen transitions to executive chair
(reuters.com)
3 points
by
pfrrp
15d ago
|
0 comments
2.
▲
San Jose Semaphore Solved
(adobe.com)
3 points
by
pfrrp
3mo ago
|
0 comments
3.
▲
Shantanu Narayen to Transition from Adobe CEO Role
(news.adobe.com)
3 points
by
pfrrp
6mo ago
|
0 comments
4.
▲
by
pfrrp
7mo ago
There is even a software "law" related to this: https://www.hyrumslaw.com/ " With a sufficient number of users of an API, it does not matter what you promise in the contract: all observable behaviors of your
5.
▲
Pharmacologic reversal of advanced Alzheimer's disease in mice
(cell.com)
7 points
by
pfrrp
9mo ago
|
0 comments
6.
▲
A Decline in Churchgoing Led to a Rise in 'Deaths of Despair'
(studyfinds.org)
6 points
by
pfrrp
9mo ago
|
2 comments
7.
▲
We got the internet all wrong
(thedispatch.com)
3 points
by
pfrrp
1y ago
|
0 comments
8.
▲
California's Freedom-Loving, Bible-Thumping Hub of Hard Tech
(vanityfair.com)
3 points
by
pfrrp
2y ago
|
2 comments
9.
▲
React Aria: Craft world-class accessible components with custom styles
(react-spectrum.adobe.com)
11 points
by
pfrrp
3y ago
|
0 comments
10.
▲
Writing code for both computers and humans
(tonymottaz.com)
49 points
by
pfrrp
3y ago
|
29 comments
11.
▲
by
pfrrp
3y ago
> I came across the theories of B. F. Skinner, which I thought were terrible, because they were an attempt to fit curves to behavior without any internal ideas. Anyone guess what he would think about the current generation of popular too
12.
▲
Facebook’s hardware ambitions are undercut by its anti-China strategy
(washingtonpost.com)
2 points
by
pfrrp
4y ago
|
0 comments
13.
▲
Francis Ford Coppola’s $100M Dollar Bet
(gq.com)
184 points
by
pfrrp
5y ago
|
134 comments
14.
▲
Like rain on your wedding day
(bookforum.com)
1 points
by
pfrrp
5y ago
|
0 comments
15.
▲
Goldman Sachs exploits ‘woke values’ to pursue its own profit and power
(nypost.com)
8 points
by
pfrrp
5y ago
|
2 comments
16.
▲
by
pfrrp
5y ago
Great story. He’s an excellent speaker and very charismatic. For those interested he has a non profit focused on teaching reading and writing: https://www.johncorcoranfoundation.org/
17.
▲
Opt Out of Offers from Creditors
(optoutprescreen.com)
2 points
by
pfrrp
5y ago
|
0 comments
18.
▲
Decent Espresso
(decentespresso.com)
3 points
by
pfrrp
5y ago
|
0 comments
19.
▲
The rise of US 'Zoom towns'
(bbc.com)
3 points
by
pfrrp
5y ago
|
0 comments
20.
▲
GitHub Actions being actively abused to mine cryptocurrency on GitHub servers
(bleepingcomputer.com)
2 points
by
pfrrp
5y ago
|
0 comments
21.
▲
by
pfrrp
7y ago
Related work by the AMP team is their worker dom project: https://github.com/ampproject/worker-dom The gist is to mirror a subset of DOM apis in workers and project changes back out to the main page. As far as I know a
22.
▲
by
pfrrp
7y ago
For those interested in moving apps (or parts) into a web worker, this project by the AMP team has some fascinating ideas (via DOM API replication in a worker): https://github.com/ampproject/worker-dom
23.
▲
by
pfrrp
13y ago
Skip the require vs browserify debate and use https://github.com/webpack/webpack . Allows for amd commonjs and almost any other format around. With gulp and grunt plugins!