Welcome to Bookmarker!

This is a personal project by @dellsystem. I built this to help me retain information from the books I'm reading.

Source code on GitHub (MIT license).

Activity

You added a note
1 month, 2 weeks ago

I had it as my monitor stand

Seibel: What about The Art of Computer Programming? Some of the people I've talked to on this have absolutely read it from cover to cover. Some people have it on the shelf and use it as a reference. And some people just have it on the shelf.

Norvig: At one point I had it as my monitor stand beca…

—p.319 Coders at Work: Reflections on the Craft of Programming 8. Peter Norvig (287) by Peter Seibel
You added a note
1 month, 2 weeks ago

you have to understand a little bit more

Norvig: I think the people that are really successful are the same—at least that's what I see around here. But, yeah, it is a little bit more of, “Can I quickly get an understanding of what I need,” and less of, “I need complete understanding.” I think some of it is bravado, this willingness to say…

—p.294 8. Peter Norvig (287) by Peter Seibel
You added a note
1 month, 2 weeks ago

are we just pulling the cobwebs off?

Armstrong: Yes. Why this is I don't know. The funny thing is, if you give two programmers the same problem—it depends on the problem, but problems of a more mathematical nature, they can often end up writing the same code. Subject to just formatting issues and relabeling the variables and the funct…

—p.234 6. Joe Armstrong (205) by Peter Seibel
You added a note
1 month, 2 weeks ago

the standard debugging was one beer

Armstrong: Well, as an undergraduate some of the courses involved writing programs and I really enjoyed that. And I got to be very good at debugging. If all else failed, I would debug people's programs. The standard debugging was one beer. Then it would go up—a two-beer problem or a three-beer prob…

—p.207 6. Joe Armstrong (205) by Peter Seibel
You added a note
1 month, 2 weeks ago

and lack empathy with the rest of us

Seibel: Speaking of writing intricate code, I've noticed that people who are too smart, in a certain dimension anyway, make the worst code. Because they can actually fit the whole thing in their head they can write these great reams of spaghetti code.

Bloch: I agree with you that people who are …

—p.202 5. Joshua Bloch (167) by Peter Seibel