# lincolnloop

Published articles for lincolnloop.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## What is WebRTC? Post on LincolnLoop's blog

DevFeed: [What is WebRTC? Post on LincolnLoop's blog](<https://devfeed.tech/articles/what-is-webrtc-post-on-lincolnloop-s-blog-35486.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/what-is-webrtc-post-on-lincolnloops-blog/>)

Author: Graham King

Published: 2012-09-12T16:33:05Z

Content type: article

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [WebRTC](<https://devfeed.tech/topics/webrtc.md>), [browser](<https://devfeed.tech/topics/browser.md>), [JavaScript](<https://devfeed.tech/topics/javascript.md>), [P2P](<https://devfeed.tech/topics/p2p.md>), [webcam](<https://devfeed.tech/topics/webcam.md>), [real-time](<https://devfeed.tech/topics/real-time.md>)

Tags: [browser](<https://devfeed.tech/tags/browser.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [lincolnloop](<https://devfeed.tech/tags/lincolnloop.md>), [peer-to-peer](<https://devfeed.tech/tags/peer-to-peer.md>), [real-time](<https://devfeed.tech/tags/real-time.md>), [software](<https://devfeed.tech/tags/software.md>), [video](<https://devfeed.tech/tags/video.md>), [web](<https://devfeed.tech/tags/web.md>), [webcam](<https://devfeed.tech/tags/webcam.md>), [webrtc](<https://devfeed.tech/tags/webrtc.md>)

### AI overview

The article introduces WebRTC as a specification and project that adds browser-based JavaScript APIs for accessing webcams and microphones and connecting directly to other browsers. It highlights video calling and the potential for peer-to-peer, serverless browser applications.

### Source excerpt

I blogged What is WebRTC over on Lincoln Loop's blog: WebRTC, short for Web Real Time Communications, is a specification and project adding JavaScript APIs in the browser to: - Access a user's webcam and microphone: getUserMedia. - Connect directly to another browser: PeerConnection and DataChannel. Being able to do video calling in the browser is exciting, but to me the most exciting part of WebRTC is the prospect of peer-to-peer apps in the browser, and server-less applications.

## What is SPDY? Post on Lincoln Loop's blog

DevFeed: [What is SPDY? Post on Lincoln Loop's blog](<https://devfeed.tech/articles/what-is-spdy-post-on-lincoln-loop-s-blog-35485.md>)

Original publisher: [Read original article](<https://darkcoding.net/software/what-is-spdy-post-on-lincoln-loops-blog/>)

Author: Graham King

Published: 2012-07-12T20:00:39Z

Content type: article

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [Protocol (disambiguation)](<https://devfeed.tech/topics/protocol.md>), [HTTP](<https://devfeed.tech/topics/http.md>), [TLS (Transport Layer Security)](<https://devfeed.tech/topics/tls.md>), [SSL](<https://devfeed.tech/topics/ssl.md>)

Tags: [blog](<https://devfeed.tech/tags/blog.md>), [faster](<https://devfeed.tech/tags/faster.md>), [fewer](<https://devfeed.tech/tags/fewer.md>), [http](<https://devfeed.tech/tags/http.md>), [lincolnloop](<https://devfeed.tech/tags/lincolnloop.md>), [loading](<https://devfeed.tech/tags/loading.md>), [post](<https://devfeed.tech/tags/post.md>), [protocol](<https://devfeed.tech/tags/protocol.md>), [replacement](<https://devfeed.tech/tags/replacement.md>), [secure-by-default](<https://devfeed.tech/tags/secure-by-default.md>), [software](<https://devfeed.tech/tags/software.md>), [spdy](<https://devfeed.tech/tags/spdy.md>), [ssl](<https://devfeed.tech/tags/ssl.md>), [tcp](<https://devfeed.tech/tags/tcp.md>), [tls](<https://devfeed.tech/tags/tls.md>)

### AI overview

This introductory post explains SPDY, a binary, frame-oriented protocol designed as a replacement or wrapper around HTTP. It describes SPDY as typically running over TLS and using multiplexing to carry many transactions over one TLS connection, reducing the number of TCP connections used for web content.

### Source excerpt

I blogged an introduction to and explanation of SPDY, the next-gen HTTP. It should cover all the basics. SPDY (pronounced speedy) is a replacement for HTTP, and feels like a wrapper for it. SPDY is a packet (frame) oriented binary protocol, usually wrapped in TLS (SSL), and as such a little harder to follow than HTTP. Our care free days in the jungle, surviving on the bare necessities and debugging connections with telnet, are coming to an end.

## Optimize for motivation: Post on Lincoln Loop's blog

DevFeed: [Optimize for motivation: Post on Lincoln Loop's blog](<https://devfeed.tech/articles/optimize-for-motivation-post-on-lincoln-loop-s-blog-35263.md>)

Original publisher: [Read original article](<https://darkcoding.net/behaviour/optimize-for-motivation/>)

Author: Graham King

Published: 2012-06-15T16:15:05Z

Content type: opinion

Language: en

Sources: [Graham King](<https://devfeed.tech/sources/graham-king.md>)

Topics: [optimize](<https://devfeed.tech/topics/optimize.md>)

Tags: [behaviour](<https://devfeed.tech/tags/behaviour.md>), [blog](<https://devfeed.tech/tags/blog.md>), [flow](<https://devfeed.tech/tags/flow.md>), [intrinsic-motivation](<https://devfeed.tech/tags/intrinsic-motivation.md>), [lincolnloop](<https://devfeed.tech/tags/lincolnloop.md>), [motivation](<https://devfeed.tech/tags/motivation.md>), [optimize](<https://devfeed.tech/tags/optimize.md>), [post](<https://devfeed.tech/tags/post.md>), [psychology](<https://devfeed.tech/tags/psychology.md>), [remote](<https://devfeed.tech/tags/remote.md>)

### AI overview

An opinion article about intrinsic motivation, flow, and the limits of coercion, framed around understanding motivation when working remotely with a client.

### Source excerpt

Excited to have my first post on Lincoln Loop's blog, about intrinsic motivation, flow, and why you don't find cats in offices: When your client is hundreds of miles away, but your bed only three feet, it helps to understand motivation. The first thing to understand about motivation is that it's not something you do to someone. That's called coercion. With enough power you can make anyone do almost anything, but you can't make them want to; and typically ...