Skip to content

Instantly share code, notes, and snippets.

@beauvais
Created November 16, 2012 17:14
Show Gist options
  • Save beauvais/4089103 to your computer and use it in GitHub Desktop.
Save beauvais/4089103 to your computer and use it in GitHub Desktop.
clippings_and_highlights
Dive Into Python (Mark Pilgrim)
- Highlight on Page 11 | Loc. 218-19 | Added on Monday, June 13, 2011, 09:54 PM
You KNOW HOW OTHER books go on and on about programming fundamentals, and finally work up to building a complete, working program? Let's skip all that.
==========
Dive Into Python (Mark Pilgrim)
- Note on Page 11 | Loc. 219 | Added on Monday, June 13, 2011, 09:54 PM
Often love this approach to learning, but appreciate context too.
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 12 | Loc. 232-33 | Added on Monday, June 13, 2011, 10:02 PM
every Python function returns a value. If the function ever executes a return statement, it will return that value; otherwise, it will return None, the Python null value.
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 17 | Loc. 279-80 | Added on Monday, June 13, 2011, 10:09 PM
But everything is an object in the sense that it can be assigned to a variable or passed as an argument to a function
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 17 | Loc. 281 | Added on Monday, June 13, 2011, 10:10 PM
Everything in Python is an object. Strings are objects. Lists are objects. Functions are objects. Even modules are objects.
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 19 | Loc. 293-94 | Added on Monday, June 13, 2011, 10:13 PM
Each value is printed on the same line, separated by spaces (the commas don't print).
==========
Dive Into Python (Mark Pilgrim)
- Bookmark on Page 19 | Loc. 294 | Added on Monday, June 13, 2011, 10:13 PM
So
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 20 | Loc. 312-13 | Added on Monday, June 13, 2011, 10:16 PM
Reference Manual (http: //www. python. org/doc/current/ref) discusses the low-level details of importing modules (http://www.python.org/doc/current/ref/import.html).
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 26 | Loc. 347-48 | Added on Tuesday, June 14, 2011, 12:10 AM
• How to Think Like a Computer Scientist (http: //www. ibiblio. org/obp/ thinkCSpy) provides information about dictionaries and shows how to use dictionaries to model sparse matrices (http: //www. ibiblio.org/obp/thinkCSpy/ chaplo.htm).
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 29 | Loc. 374-76 | Added on Tuesday, June 14, 2011, 12:15 AM
If both slice indices are left out, all elements of the list are included. But this is not the same as the original li list; it is a new list that happens to have all the same elements. li[ : ] is shorthand for making a complete copy of a list.
Adding
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 34 | Loc. 421 | Added on Tuesday, June 14, 2011, 12:23 AM
A tuple is an immutable list. A tuple cannot be changed in any way once it is created.
==========
Dive Into Python (Mark Pilgrim)
- Highlight on Page 37 | Loc. 448-49 | Added on Tuesday, June 14, 2011, 12:28 AM
When a command is split among several lines with the line-continuation marker (\), the continued lines can be indented in any manner; Python's normally stringent indentation rules do not apply.
==========
Dive Into Python (Mark Pilgrim)
- Bookmark on Page 38 | Loc. 463 | Added on Tuesday, June 14, 2011, 07:51 PM
parameters
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 538-39 | Added on Wednesday, June 22, 2011, 09:11 PM
Great companies start in garages all the time. Yours can too.
==========
God Collar (Marcus Brigstocke)
- Highlight Loc. 98-99 | Added on Thursday, June 23, 2011, 07:04 PM
I recorded Masterchef over the Professor Brian Cox documentary …
==========
God Collar (Marcus Brigstocke)
- Note Loc. 99 | Added on Thursday, June 23, 2011, 07:06 PM
Happily reading God Collar and discovered the sign of lapsed Atheists:
==========
God Collar (Marcus Brigstocke)
- Highlight Loc. 1169-70 | Added on Tuesday, June 28, 2011, 09:47 PM
We try not to be gits but our innate selfishness, greed and fear prevent us from making the bold step into area (b) and away from githood.
==========
God Collar (Marcus Brigstocke)
- Highlight Loc. 1947-48 | Added on Saturday, July 02, 2011, 12:58 PM
Well, I was an atheist when I started reading The God Delusion; by the time I’d finished it I was an agnostic. I was going to read it again but I worried I might turn into a fundamentalist Christian.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 841-43 | Added on Sunday, July 10, 2011, 03:43 PM
The business world is littered with dead documents that do nothing but waste people’s time. Reports no one reads, diagrams no one looks at, and specs that never resemble the finished product. These things take forever to make but only seconds to forget.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Note Loc. 843 | Added on Sunday, July 10, 2011, 03:43 PM
this is important...
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Note Loc. 843 | Added on Sunday, July 10, 2011, 03:47 PM
this is important...
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 995-97 | Added on Sunday, July 10, 2011, 04:02 PM
Small victories let you celebrate and release good news. And you want a steady stream of good news. When there’s something new to announce every two weeks, you energize your team and give your customers something to be excited about.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1040-42 | Added on Sunday, July 10, 2011, 04:08 PM
We’re all terrible estimators. We think we can guess how long something will take, when we really have no idea. We see everything going according to a best-case scenario, without the delays that inevitably pop up. Reality never sticks to best-case scenarios.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1067-69 | Added on Sunday, July 10, 2011, 04:11 PM
Long lists are guilt trips. The longer the list of unfinished items, the worse you feel about it. And at a certain point, you just stop looking at it because it makes you feel bad. Then you stress out and the whole thing turns into a big mess.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Note Loc. 1069 | Added on Sunday, July 10, 2011, 04:11 PM
i do this...
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1129 | Added on Sunday, July 10, 2011, 04:55 PM
Decommoditize your product. Make it something no one else can offer.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1142-44 | Added on Sunday, July 10, 2011, 04:57 PM
Pour yourself into your product and everything around your product too: how you sell it, how you support it, how you explain it, and how you deliver it. Competitors can never copy the you in your product.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1154-55 | Added on Sunday, July 10, 2011, 04:58 PM
Audi takes on Lexus’s automatic parking systems with ads that say Audi drivers know how to park their own cars.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Bookmark Loc. 1155 | Added on Sunday, July 10, 2011, 04:59 PM
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1172-73 | Added on Sunday, July 10, 2011, 05:00 PM
Defensive companies can’t think ahead; they can only think behind. They don’t lead; they follow.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1174-75 | Added on Sunday, July 10, 2011, 05:00 PM
Do less than your competitors to beat them. Solve the simple problems and leave the hairy, difficult, nasty problems to the competition. Instead of one-upping, try one-downing. Instead of outdoing, try underdoing.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1201-5 | Added on Sunday, July 10, 2011, 05:02 PM
Don’t shy away from the fact that your product or service does less. Highlight it. Be proud of it. Sell it as aggressively as competitors sell their extensive feature lists. Who
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1204-5 | Added on Sunday, July 10, 2011, 05:02 PM
Who
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1204-5 | Added on Sunday, July 10, 2011, 05:03 PM
Who
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1204-5 | Added on Sunday, July 10, 2011, 05:03 PM
Who
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1215-17 | Added on Sunday, July 10, 2011, 05:04 PM
Focus on competitors too much and you wind up diluting your own vision. Your chances of coming up with something fresh go way down when you keep feeding your brain other people’s ideas. You become reactionary instead of visionary. You wind up offering your competitor’s products with a different coat of paint.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1221-23 | Added on Sunday, July 10, 2011, 05:06 PM
Don’t ask yourself whether you’re “beating” Apple (or whoever the big boy is in your industry). That’s the wrong question to ask. It’s not a win-or-lose battle. Their profits and costs are theirs. Yours are yours.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Note Loc. 1223 | Added on Sunday, July 10, 2011, 05:06 PM
Good answer to whether this will kill that in the tech world.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1236-38 | Added on Sunday, July 10, 2011, 05:07 PM
It’s so easy to say yes. Yes to another feature, yes to an overly optimistic deadline, yes to a mediocre design. Soon, the stack of things you’ve said yes to grows so tall you can’t even see the things you should really be doing.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1255-56 | Added on Sunday, July 10, 2011, 05:08 PM
It’s better to have people be happy using someone else’s product than disgruntled using yours.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1325-26 | Added on Sunday, July 10, 2011, 05:14 PM
No one knows who you are right now. And that’s just fine. Being obscure is a great position to be in. Be happy you’re in the shadows.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1387-88 | Added on Sunday, July 10, 2011, 05:21 PM
As a business owner, you should share everything you know too.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1830-33 | Added on Sunday, July 10, 2011, 08:26 PM
You don’t create a culture. It happens. This is why new companies don’t have a culture. Culture is the by-product of consistent behavior. If you encourage people to share, then sharing will be built into your culture. If you reward trust, then trust will be built in. If you treat customers right, then treating customers right becomes your culture.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1846 | Added on Sunday, July 10, 2011, 08:27 PM
Decisions are temporary.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1865-66 | Added on Sunday, July 10, 2011, 08:28 PM
They’re a result of giving people the privacy, workspace, and tools they deserve. Great environments show respect for the people who do the work and how they do
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1900 | Added on Sunday, July 10, 2011, 08:33 PM
Policies are organizational scar tissue.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Highlight Loc. 1918-20 | Added on Sunday, July 10, 2011, 08:37 PM
Stay away from buzzwords when normal words will do just fine. Don’t talk about “monetization” or being “transparent”; talk about making money and being honest. Don’t use seven words when four will do.
==========
ReWork (Jason Fried and David Heinemeier Hansson)
- Note Loc. 1920 | Added on Sunday, July 10, 2011, 08:37 PM
I believe words influence thought and fake or distancing words cannot inspire.
==========
Meaning in Language: An Introduction to Semantics and Pragmatics (D. Alan Cruse)
- Highlight on Page 9 | Loc. 124-25 | Added on Thursday, July 14, 2011, 10:02 AM
Since utterances in their initial form as mental representations cannot be transmitted directly (telepathy, if it exists at all, does not appear to be reliable),
==========
Meaning in Language: An Introduction to Semantics and Pragmatics (D. Alan Cruse)
- Note on Page 9 | Loc. 125 | Added on Thursday, July 14, 2011, 10:02 AM
Quite.
==========
The Once and Future King (T. H. White)
- Highlight on Page 11 | Loc. 138-40 | Added on Sunday, August 21, 2011, 05:40 PM
‘That’s it.’ ‘Hic, Haec, Hoc,’ said Sir Ector. ‘Have some more of this drink, whatever it calls itself.’ ‘Hunc,’ said Sir Grummore.
==========
The Once and Future King (T. H. White)
- Note on Page 11 | Loc. 140 | Added on Sunday, August 21, 2011, 05:40 PM
t.h. white goes well with a sunday afternoon.
==========
The Once and Future King (T. H. White)
- Highlight on Page 40 | Loc. 672-74 | Added on Sunday, August 21, 2011, 09:34 PM
‘Kay,’ said Merlyn, suddenly terrible, ‘thou wast ever a proud and ill-tongued speaker, and a misfortunate one. Thy sorrow will come from thine own mouth.’
==========
The Once and Future King (T. H. White)
- Highlight on Page 40 | Loc. 677-78 | Added on Sunday, August 21, 2011, 09:35 PM
The knob of the handle was made of the skull of a stoat, oiled and polished like ivory, and Kay loved
==========
The Once and Future King (T. H. White)
- Highlight on Page 52 | Loc. 902-3 | Added on Sunday, August 21, 2011, 11:03 PM
‘Love is a trick played on us by the forces of evolution. Pleasure is the bait laid down by the same. There is only power. Power is of the individual mind, but the mind’s power is not enough. Power of the body decides everything in the end, and only Might is Right.
==========
The First World War: An Illustrated History (Penguin Books) (A J P Taylor)
- Highlight Loc. 2133-34 | Added on Saturday, September 10, 2011, 09:19 PM
The men in top hats wanted the war to go on. Men in cloth caps wanted to end it. Lenin wore a cloth cap.
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Bookmark Loc. 362 | Added on Tuesday, September 20, 2011, 11:27 PM
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Highlight Loc. 643-44 | Added on Sunday, September 25, 2011, 06:32 PM
The Church is called to be a holy priesthood. The presbyter is called to signify this priestly calling. In more sacramental language, the presbyter is a sign of the priestly life of the Church.
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Note Loc. 644 | Added on Sunday, September 25, 2011, 06:32 PM
Reading an Anglican perspective on priests.
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Highlight Loc. 800-802 | Added on Sunday, September 25, 2011, 06:59 PM
The priest is called to support and to nurture Christians wherever they may be found, helping them in whatever way is appropriate to actualize their priestly calling to be with and for others, living in the ways of God’s kingdom and practising the presence of God in their places of work and leisure.
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Highlight Loc. 939-41 | Added on Sunday, September 25, 2011, 07:58 PM
Gregory regularly refers to the priest as a rector, a Latin word that found its way intact into the English language. Derived from the verb rego (meaning, to keep straight or guide in the right direction), it literally meant a helmsman or a herdsman and was even used of an elephant driver!
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Note Loc. 941 | Added on Sunday, September 25, 2011, 07:58 PM
hmm, maybe a vicar should strive to be a kitten-herder?
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Highlight Loc. 1123-36 | Added on Sunday, September 25, 2011, 08:09 PM
O Good Shepherd Jesus good, gentle, tender Shepherd, behold as a shepherd, poor and pitiful, a shepherd of your sheep indeed, but weak and clumsy and of little use, cries out to you. To you, I say, Good Shepherd, this shepherd, who is not good, makes his prayer. He cries out to you, troubled upon his own account, and troubled for your sheep.47
==========
Being a Priest Today: Exploring Priestly Identity (Christopher Cocksworth)
- Highlight Loc. 1251-52 | Added on Sunday, September 25, 2011, 08:23 PM
Take heed to yourselves . . . lest you famish while you prepare their food.51
==========
Anglicanism: A Very Short Introduction (Very Short Introductions) (Mark Chapman)
- Highlight Loc. 232-33 | Added on Wednesday, September 28, 2011, 11:09 PM
The Church of England can be understood as perhaps the purest form of the late medieval church ideal surviving after the Reformation.
==========
Anglicanism: A Very Short Introduction (Very Short Introductions) (Mark Chapman)
- Highlight Loc. 252-54 | Added on Wednesday, September 28, 2011, 11:13 PM
Some looked for authority in the direct experience of God in the heart or in God’s Word as set forth in Scripture (the Evangelicals). Others sought it in God’s appointed messengers, the bishops (the Anglo-Catholics).
==========
Anglicanism: A Very Short Introduction (Very Short Introductions) (Mark Chapman)
- Note Loc. 254 | Added on Wednesday, September 28, 2011, 11:14 PM
interesting pov on evangelicals and catholic...what about others?
==========
The Holy Bible, English Standard Version (Crossway Bibles)
- Highlight Loc. 46775-77 | Added on Monday, November 28, 2011, 06:07 PM
COLOSSIANS 3 If then you have been raised with Christ, seek the things that are above, where Christ is, seated at the right hand of God. 2Set your minds on things that are above, not on things that are on earth.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 83 | Added on Wednesday, December 14, 2011, 07:55 AM
Always give readers the option of seeing more information if they wish to do so.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 95-96 | Added on Wednesday, December 14, 2011, 07:57 AM
This sort of content isn’t neutral, either: it actively wastes time and money and works against user and business goals.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 112-14 | Added on Wednesday, December 14, 2011, 07:59 AM
“make sure that (1) the user can figure out what to do, and (2) the user can tell what is going on.”2
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 128-29 | Added on Wednesday, December 14, 2011, 08:01 AM
Publishing content that is self-absorbed in substance or style alienates readers.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 257 | Added on Wednesday, December 14, 2011, 08:18 AM
An editor’s only permanent alliance is with the audience, the readership.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 379-80 | Added on Wednesday, December 14, 2011, 08:41 AM
The fact that anyone reads anything at all online is a demonstration of an extraordinary hunger for content.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 389 | Added on Wednesday, December 14, 2011, 08:42 AM
As a designer, the only way to ensure that the page makes for good reading is to read it yourself;
==========
The Elements of Content Strategy (Erin Kissane)
- Bookmark Loc. 389 | Added on Wednesday, December 14, 2011, 08:42 AM
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 394-95 | Added on Wednesday, December 14, 2011, 08:44 AM
reduce distractions in sidebars, fight ads that obstruct content, and give readers the equivalent of good light and a quiet room.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 405-6 | Added on Wednesday, December 14, 2011, 08:45 AM
And as content advocates, we should be ready to contribute to the design of user experiences that involve our content.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 436 | Added on Wednesday, December 14, 2011, 04:49 PM
I will now oversimplify to the point of cartoonishness.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 475-76 | Added on Wednesday, December 14, 2011, 04:57 PM
(If this subject interests you, get thee to a copy of Clout, by Colleen Jones.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 489-90 | Added on Wednesday, December 14, 2011, 05:02 PM
(http://bkaprt.com/cs/9/).
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 634-36 | Added on Wednesday, December 14, 2011, 05:27 PM
Before we dive in, a note about “deliverables”—those things we give or “deliver” to clients. It’s a ridiculous, clumsy word. Unfortunately, the circumlocutions required to get around it are awful, too, so I’m going to keep using it. And hey, it could be worse—at least our industry mostly avoids “work product.”
==========
The Elements of Content Strategy (Erin Kissane)
- Note Loc. 636 | Added on Wednesday, December 14, 2011, 05:27 PM
well put about awkwardly needed business vocabulary.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 712 | Added on Wednesday, December 14, 2011, 05:41 PM
content specialists are well placed to act as user advocates,
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 721-22 | Added on Wednesday, December 14, 2011, 05:42 PM
It’s very easy for content specialists to be drawn into internal conflicts. Don’t let it happen.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 727-28 | Added on Wednesday, December 14, 2011, 05:43 PM
What matters is that you take the time to clarify what the project is meant to accomplish—and to make sure that everyone who needs to agree on that point, does.
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 757-58 | Added on Friday, December 16, 2011, 12:00 PM
Some people call this stuff “success metrics,” which is pretty clear, but I like “victory conditions,”
==========
The Elements of Content Strategy (Erin Kissane)
- Note Loc. 758 | Added on Friday, December 16, 2011, 12:00 PM
Ha! Yes:
==========
The Elements of Content Strategy (Erin Kissane)
- Highlight Loc. 844-46 | Added on Friday, December 16, 2011, 12:12 PM
Back in the 1990s, when you loaded a webpage with inline JPEG images, they started out looking like classic Nintendo characters and gradually came into focus. So too will your content strategy work gradually evolve from blocky, abstract outlines into crisp photographic detail.
==========
The Picture of Dorian Gray (Oscar Wilde)
- Highlight on Page 4 | Loc. 3-4 | Added on Tuesday, January 10, 2012, 08:24 AM
The highest as the lowest form of criticism is a mode of autobiography. Those who find ugly meanings in beautiful things are corrupt without being charming. This is a fault.
==========
The Picture of Dorian Gray (Oscar Wilde)
- Highlight on Page 8 | Loc. 46-47 | Added on Tuesday, January 10, 2012, 08:31 AM
A bishop keeps on saying at the age of eighty what he was told to say when he was a boy of eighteen, and as a natural consequence he always looks absolutely delightful.
==========
Clout: The Art and Science of Influential Web Content (Colleen Jones)
- Highlight Loc. 385-86 | Added on Saturday, May 26, 2012, 12:11 PM
If your content speaks well, it grows a relationship between your company and your customers or users.
==========
Semantic Web for the Working Ontologist [2nd Ed.] (Dean Allemang and James Hendler)
- Highlight Loc. 268-73 | Added on Saturday, July 21, 2012, 04:49 PM
Then they go on to explain how they used some conventional, established technology such as relational databases, XML stores, or object stores to make their data more connected and consistent. But what is it that these developers are building? What is it about managing data this way that made it worth their while to create a whole subsystem on top of their base technology to deal with it? And where are these projects two or more years later? When those same developers are asked whether they would rather have built a flexible, distributed, connected data model support system themselves than have used a standard one that someone else optimized and supported, they unanimously chose the latter. Infrastructure is something that one would rather buy than build.
==========
Semantic Web for the Working Ontologist [2nd Ed.] (Dean Allemang and James Hendler)
- Note Loc. 273 | Added on Saturday, July 21, 2012, 04:49 PM
infrastructure is more desirable bought than built.
==========
Semantic Web for the Working Ontologist [2nd Ed.] (Dean Allemang and James Hendler)
- Highlight Loc. 585-87 | Added on Saturday, July 21, 2012, 05:47 PM
It is the inherent ambiguity of natural language at each level that makes the next layer of commentary necessary until the degree of ambiguity is “good enough” that no more levels are needed.
==========
Quaker Writings: An Anthology, 1650-1920 (Penguin Classics) (Thomas D. Hamm)
- Highlight on Page 6 | Loc. 366 | Added on Tuesday, August 07, 2012, 11:41 PM
Tobacco was a thing I did not love, and psalms I was not in a state to sing; I could not sing.
==========
Quaker Writings: An Anthology, 1650-1920 (Penguin Classics) (Thomas D. Hamm)
- Note on Page 6 | Loc. 366 | Added on Tuesday, August 07, 2012, 11:41 PM
George Fox expresses the beginnings of #firstworldproblems
==========
Designing for Emotion (Aarron Walter)
- Highlight Loc. 338-39 | Added on Sunday, July 31, 2011, 02:12 AM
Every time we add content to an interface, it makes it harder for humans to identify patterns and contrasting elements.
==========
Designing for Emotion (Aarron Walter)
- Highlight Loc. 891 | Added on Monday, August 01, 2011, 07:56 PM
You’ll need to be persuasive without letting your marketing show when courting a skeptical, lazy, or apathetic audience.
==========
The Prose Edda (Penguin Classics) (Jesse L. Byock)
- Bookmark Loc. 126 | Added on Wednesday, September 05, 2012, 02:43 PM
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight Loc. 204-5 | Added on Tuesday, November 13, 2012, 09:21 AM
I have been the recipient of sixteen death threats, all of which came from Bible-quoting “true believers.”
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight Loc. 219-20 | Added on Tuesday, November 13, 2012, 09:23 AM
However, more than any ecclesiastical figure in my knowledge, he pushed his church into real dialogue with the real world.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight Loc. 242-43 | Added on Tuesday, November 13, 2012, 09:27 AM
It arises out of the sense that God must be worshiped with the mind as well as the heart. It also reveals that any god who is threatened by new truth from any source is clearly dead already.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight Loc. 246-47 | Added on Tuesday, November 13, 2012, 09:28 AM
Clifford L. Stanley, one of my theology professors almost forty-five years ago, was fond of saying, “Any god who can be killed ought to be killed.”
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight Loc. 253-54 | Added on Tuesday, November 13, 2012, 09:29 AM
To them I issue the biblical invitation: “Come now, let us reason together, says the Lord” (Isa. 1:18). They are the ones who seem to understand that Christianity must change or die.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 4 | Loc. 312 | Added on Tuesday, November 13, 2012, 09:35 AM
Human words always contract and diminish my God awareness. They never expand it.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 4 | Loc. 315-16 | Added on Tuesday, November 13, 2012, 09:36 AM
The words of the Apostles’ Creed, and its later expansion known as the Nicene Creed, were fashioned inside a worldview that no longer exists.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 5 | Loc. 339-40 | Added on Tuesday, November 13, 2012, 09:39 AM
at the very least, as something idolatrously called the “unchanging sacred tradition of the Church.” I do not care to worship a God defined by masculinity.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 18 | Loc. 529-30 | Added on Tuesday, November 13, 2012, 04:54 PM
We do not want to be among those who fear that if we think about what we say about God, either our minds will close down or our faith will explode.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Note on Page 18 | Loc. 530 | Added on Tuesday, November 13, 2012, 04:54 PM
finding this book both challenging and affirming
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 19 | Loc. 550-52 | Added on Tuesday, November 13, 2012, 05:04 PM
I hasten to recognize that any and all contemporary reformulations of the Christian faith will still be but the products of yet another age in human history.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 19 | Loc. 552-53 | Added on Tuesday, November 13, 2012, 05:04 PM
So any recasting of the creeds that we might produce today will be no more eternal than those formulations of the fourth and fifth centuries proved to be, nor should they be.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 20 | Loc. 558-60 | Added on Tuesday, November 13, 2012, 05:15 PM
As a believer, I am not prepared to deny the reality of the underlying Christian experience. Yet I do recognize that the future understanding and the very shape of Christianity will inevitably be different, profoundly different, from that which has come down to us from the past.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 20 | Loc. 563-64 | Added on Tuesday, November 13, 2012, 05:16 PM
I am exiled from the worldview in which the creed was formed.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 21 | Loc. 570 | Added on Tuesday, November 13, 2012, 05:17 PM
That vocation is to legitimize the questions, the probings, and, in whatever form, the faith of the believer in exile.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 21 | Loc. 574-76 | Added on Tuesday, November 13, 2012, 05:18 PM
The hunger for God is deep and pervasive in our society today. We need to recognize that this is not the same thing as hunger for the answers the church has traditionally given. Indeed, many seekers today do not act as if the Church will ever be a place where God can be fruitfully sought.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Note on Page 21 | Loc. 576 | Added on Tuesday, November 13, 2012, 05:18 PM
yep:
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 33 | Loc. 748 | Added on Tuesday, November 13, 2012, 06:15 PM
The modern consciousness was on the way to becoming godless, at least by traditional religious definitions.
==========
Why Christianity Must Change or Die (John Shelby Spong)
- Highlight on Page 47 | Loc. 935-37 | Added on Tuesday, November 13, 2012, 06:58 PM
No creature can finally conceptualize beyond its own limits or its own being. A horse cannot think or imagine beyond the experience of a horse. Despite our human pretensions, that is also true of human beings. If human beings have gods, they will look and act remarkably like human beings.
==========
@beauvais
Copy link
Author

for example: it appears that the format is <title line>, , , , ,

and it looks like consists of | |

@beauvais
Copy link
Author

for example: it appears that the format is <title line>, , , , ,

and it looks like consists of | |

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment