HackerTrans
热门最新趋势评论往期问答秀出招聘

pgayed

no profile record

提交

Ask HN: Bay Area neighborhoods to meet other startup people?

1 分·作者 pgayed·3年前·3 评论

Vacuum Balloon—A 350-Year-Old Dream (2019)

arxiv.org
1 分·作者 pgayed·3年前·0 评论

Listen to Paul Graham talk early internet, web apps and YC

pod.link
4 分·作者 pgayed·3年前·1 评论

[untitled]

1 分·作者 pgayed·3年前·0 评论

SICP Distilled: Wizard Book in Clojure

sicpdistilled.com
5 分·作者 pgayed·3年前·0 评论

Lou’s List

louslist.org
1 分·作者 pgayed·3年前·0 评论

REPL JS: Evaluates as you type

repljs.com
1 分·作者 pgayed·3年前·0 评论

Zen and the Art of the Internet: A Beginner's Guide to the Internet (1992)

legacy.cs.indiana.edu
2 分·作者 pgayed·3年前·1 评论

1-Hour Code: Fast Programming is a Powerful Skill

buttondown.email
3 分·作者 pgayed·3年前·0 评论

Guile Hacker Handbook

jeko.frama.io
1 分·作者 pgayed·3年前·0 评论

SVB Races to Prevent Bank Run as Funds Advise Pulling Cash

bloomberg.com
4 分·作者 pgayed·3年前·2 评论

Shortcuts to move faster in Bash command line

teohm.com
3 分·作者 pgayed·3年前·0 评论

[untitled]

1 分·作者 pgayed·3年前·0 评论

评论

pgayed
·3年前·讨论
Thanks! I’m still curious about good neighborhoods for chance encounters though.
pgayed
·3年前·讨论
Related discussions on HN, pretty old though!

(2013) https://news.ycombinator.com/item?id=4994459

(2010) https://news.ycombinator.com/item?id=1455531

(2008) https://news.ycombinator.com/item?id=296404
pgayed
·3年前·讨论
PG on the problem with fame: “‘The world sucks because of tech, and tech sucks because of Paul Graham.’” lol
pgayed
·3年前·讨论
I don't know if it's possible to build an audience as large as Fridman’s without superficial treatment of wide ranging topics.

(I appreciate his efforts but I don't consider him a geek of any discipline or field, limiting his depth overall.)
pgayed
·3年前·讨论
Yes, agreed. HN archetype usually predicts failure of the introduced product or its irrelevance.

But maybe it goes the other way with clones. (“[Original thing] doesn't stand a chance. Releasing [Clone] will totally kill the userbase.”)
pgayed
·3年前·讨论
Interactions on Meta follow “proximity”-based neighborhood customs (birthdays, pictures of kids, social flexing, vacations). Polite society dinner talk.

You do not need to be followed on Meta, only liked.

Interactions on Twitter follow “rules” of interest-based disputes and discussion (sports, finance, AI dooming, technology predictions).

You do not need to be liked on Twitter, only followed.
pgayed
·3年前·讨论
It is so difficult to write challenging exams that only top-tier (“devoted”) professors do.
pgayed
·3年前·讨论
“Friends”: a group of people who reinforce among themselves a particular worldview and the permissible behaviors that go with it
pgayed
·3年前·讨论
Deliver an approximate or good-enough solution to buy yourself time.
pgayed
·3年前·讨论
Reduce the problem to a simpler one you know how to solve.
pgayed
·3年前·讨论
I would happily welcome a 9- to 10-hour oral history from Paul Graham.
pgayed
·3年前·讨论
> After all, I had no right to chastise him for yelling when I was screaming at him myself. Maybe I had the temper problem, not him.

I don’t know what I want to call this fallacy. Maybe tit-for-tat fallacy.

One person’s bad behavior doesn’t “annihilate” or vacate the other’s. They don't “cancel out”.

The tactic is (reflexively) used to derail the interrogator and change subject.

“Yes, it is true I am also verbally abusive but right now we're talking about your verbal abuse.”

It's not that this line of reasoning works with the abuser but at least it's a reminder to oneself what's being attempted.
pgayed
·3年前·讨论
I like it!

Here's one I use to decide from a list of free-form submissions whether to generate a link or a Google search:

  (fn [pair-of]
    (let [text (get pair-of 1)]
      (cond 
        (clojure.string/starts-with? text "http")
          (list [:a {:href text} (truncate text 60)] [:br])
        :else (list [:a {:href (str "https://google.com/search?q=" text)} text] [:br]))))
Doesn't always work but works often enough! ;)
pgayed
·3年前·讨论
Are you describing a particular experience you had?
pgayed
·3年前·讨论


  (map link-expander list-of-links)
I wonder what it looks like in Arc. Does HN keep any of its codebase public?
pgayed
·3年前·讨论
Related to this thread, generally, is Simon Baron Cohen’s The Pattern Seekers: How Autism Drives Human Invention https://www.amazon.com/Pattern-Seekers-Autism-Drives-Inventi...
pgayed
·3年前·讨论
> One warning is perhaps in order---this territory we are entering can become a fantastic time-sink. Hours can slip by, people can come and go, and you'll be locked into Cyberspace. Remember to do your work!

> With that, I welcome you, the new user, to The Net.
pgayed
·3年前·讨论
Your argument is still circular.

Why is the function you’re describing better served by government?

For alternatives, see Underwriters Laboratories.

https://en.m.wikipedia.org/wiki/UL_(safety_organization)

Note that it predates OSHA by ~75 years.
pgayed
·3年前·讨论
Four years is a long time. Maybe this was your first significant partner. Those breakups can be hard.

Open yourself up to people around you. Friends. Colleagues you trust or admire. Have and make dinner with them. Be social. Be vulnerable to people who seem receptive.

Keep a good routine. Don't let it get out of whack but don't overwork yourself into isolation.

You'll be okay in time. HN is rooting for you.
pgayed
·3年前·讨论
The commentary on this phenomenon is an example of itself.