Live data from Hacker News

The Need to Read

paulgraham.com

191–195 of 195 posts

Re: The Need to Read

#191

It's interesting that the article's thesis is about reading, but most of the article is actually about writing . And I think that's an understated point. I myself wrote a blog piece about "Blogging as Structured Thinking" earlier this year. I think that actually plenty of people do reading in various forms of content. The real challenge is getting people to do more writing. If you want to be a thinker, you have to wr…

Thanks for the inspiration. I've tried starting this in various forms over the years and failed over and over. I guess I haven't fully committed to using my real name as a public persona for authorship. These are the reasons I think I've failed to blog:

Reasons: 1) Indecision - Wordpress has dependency issues that need to be kept up with, as I understand, and there's so many scripts targeting vulnerable packages...so it made sense to use a tech stack like Hugo, except...

2) Tech fatigue - I'm not a programmer, so I've ended up, more than five times, starting test sites with Gatsby or Hugo and gotten frustrated due to my limited JS knowledge, not having a mentor or being in a class (maybe I should revisit the programming class idea). I've been stuck in "dependency hell" and countless "PATH://" problems that resulted in me sudo'ing random commands from StackOverflow posts in the hope to brute force my way out of such problems, not fully cognizant of the risks associated with those issues. And then thinking back, "damn that Hugo site was quite nice, I'd like to revisit it", and when I do, feel completely lost and have to start from scratch again. The result is spending hours a day trying to get some minute design/CSS feature to work with constant tinkering, and that could have been actual writing time! Maybe ADHD is to blame...

3) Fear (of success) - I'm afraid that if I really dig deep into something I'm passionate about that is also controversial, and end up lucky enough to get some attention, that there will be people who will want to target me (i.e. writing letters to my company about how I'm a dangerous conspiracy theorist, etc.) Is this a legitimate fear or just paranoia?

4) Abuse - I'm concerned that if I spill out my soul, my hard work will be ingested by AI-driven tools such as GPT-3 - that the work will somehow lose value if it's published. But by not publishing, there's no exposure to these ideas, and it's basically pointless to not publish, because then no one can read your work and send you email about it.

Honestly, PG's site is design perfection in my view. Are those endnotes he uses doable in the Wordpress environment? Upon writing this, I realize it might be best to bite the bullet and go for a Wordpress.com type of site, seated on a custom domain. I don't know how to make it air-tight from a security perspective though, but maybe that's not as important as I'm thinking it is.

Re: The Need to Read

#192
post #169

Earlier quoted context omitted.

Wild guess… Schopenhauer, Einstein, et al, were referring to their peers and associates, many sigmas out on the curve. I’m imagining a sensor of the larger sample reaching the “reading limit”; it would make a neutrino detector look like fireworks at a disco.

The quotes are for the most part about ideas and creativity being stifled by reading, and this can happen to anyone - it's related to the curse of knowledge and the preservation of the beginner's mind. Reading others' ideas, especially polished ones with a lot of authority behind them, can act as a filter on one's own (delicate, barely formed) ideas. Ideas already have a difficult path into reality, and others' biase…

It can happen to anyone, but does happen to you. Thank your lucky sigmas.

Re: The Need to Read

#193
post #55

Many of us are programmers. Some of us are also trying to be writers. Trust me: writing is like programming. Reading code is very useful to become a better programmer, but you learn programming mostly by writing code. Similarly you mostly learn how to write prose by writing prose, tons of it. Reading is especially useful if you identify certain books that are very high in style (for me one of such books was "Vite di…

I write probably 30-100 emails a day, I struggle with writing longer form things.

About Hanselman got you covered

https://keysleft.com/

Re: The Need to Read

#195
post #175
post #172

Earlier quoted context omitted.

So do you take notes as you read? How do you handle charts?

Yes indeed, anytime anything is worth remembering (or connecting with other notes) I write it down. It interrupts reading, so I don’t churn through as many books. I used to set goals like x books per year, but now I realize it’s a vanity metric and instead read for insights. I use Obsidian for note taking, which supports images too.

Pondering about trying out Zettelkasten, I'm thinking whether it would make sense to take notes in a sequential log ... like one file per day/week/month/year ... and then regularly, like daily or weekly sort things in to the zettelkasten structure.

Anybody tried that?

AFAIK, this is how many data(base)-systems do to make writing more efficient: Write down into a write-cache of some sort, and then do batch-wise indexing as a separate process.

Thoughts?

Post reply on HN