Territory Ceded

If you want to take a beautiful vacation but definitely don’t want to run into billionaire Larry Ellison, maybe try Lanai, the Hawaiian island he recently purchased:
Like a lot of omnipotent forces, Ellison has remained mostly invisible. He has visited Lanai many times — locals told me they can tell he’s on the island when they see his yacht hitched in the harbor — but he seems determined to keep a formal distance from the community, shielding himself behind the executive team of Pulama Lanai, the management company he set up to oversee the island’s transformation. Although Pulama holds frequent public meetings on Lanai, Ellison has declined to attend any or to address residents directly. Several residents told me that they’d resorted to reading biographies of Ellison to learn more about the man — books that have somewhat disquieting titles like “Everyone Else Must Fail” and “The Difference Between God and Larry Ellison,” the punch line being: “God doesn’t think he’s Larry Ellison.”
One of the few confirmed Larry Ellison sightings in this fascinating story, which is mostly about his attempt to rapidly remake Lanai into some sort of green resort utopia, was at a brand new juice bar, where he was spotted “sitting on a stool and sipping away like a regular person.”
A useful exercise, if you find yourself at any point just sort of going along with this story, but still faintly wondering how all of this is possible, is to imagine the same piece written without about a theoretical small town somewhere in the contiguous states — replace “Maui County” with, say, “Washington County.” Process once more that the new “owner” of this small town, which is still governed by a county, state and federal government, controls over 95 percent of the town’s property, as well as most of its utilities — everything, more or less, besides its roads and public buildings — and uses an opaque corporate authority to overwhelm the locals with either unaccountable promises or less friendly intimations. A not-so-beautiful place, landlocked, without a history of one-man colonial land ownership (which should really make this whole situation more ethically obvious, but which instead seems to be held up as some sort of “it’s always been this way” rationalization). It might read a little bit differently?
New York City, September 22, 2014

★★★★★ White, blowing clouds streaked the blue overhead like images of the planet from space. Litter blew along the base of the wall at the foot of the fountain. Even the littlest shreds of cloud, tattered and curling on themselves, were bright and solid-looking. Two women went by wearing scarves — lightweight decorative ones, but wrapped like mufflers. The sun warmed and dazzled the spaces it could find between the high-rises. Wind brushed softly through the still-green leaves. Getting to the river in the afternoon promised more sun, but also the brunt of the breeze. It turned out to be the warmth that prevailed. Later, lower light glowed in the trees and through a sail out on the Hudson. Sundown was a wash of red and violet just over the pale twilit water.
SALES, "Getting It On"
The first EP from SALES comes out this week, but most of its songs — save for the one above — have been filtering through the internet for months (“Toto” for about a year; the most popular, “Chinese New Year,” since January). You wouldn’t know the band hadn’t released an album if this one didn’t exist to remind you. They’re very… what is a band supposed to be now? Present? Anyway: You can stream the EP here, and buy it here. It is excellent.
Enterprise-Grade Media Encoding Using the Yo Smartphone App: A White Paper
by Vijith Assar
A Guide To Converting Empty Transients Into Stateful Bits
TABLE OF CONTENTS
- Abstract
- Precedents and Prior Art
- 2.1) Pulse Code Modulation
2.2) The Nyquist Theorem
2.3) Sony® Direct Stream Digital™ - Format Design
- Obstacles
- Credits
1. ABSTRACT
Yo is a single-purpose mobile app which has become very popular despite its limited ability to send only empty notifications which do not include any content (see Figure 1). Much of its use has taken the form of a new lightweight social network of sorts in which notifications can be exchanged between friends and acquaintances, who then separately interpret the implied meaning.

Figure 1: Yo mobile app
Recognizing that a notification mechanism is more useful than the app’s unusual marketing successes might suggest, events such as coding competitions have attempted to make use of the app’s functionality in more pragmatic ways, some of which are now even presented as available services inside the app. Yo was also recently added as a supported output mechanism by IFTTT, a popular internet service which allows users to aggregate other services and create customized new multiplatform functionality. Similarly, this paper puts forth a theoretical specification for a high-resolution file format for audio storage which could be built atop Yo and would outperform most existing encoders, including uncompressed WAV and AIFF as well as compressed FLAC, MP3, AAC, and other algorithms such as those used by streaming music services.
2. PRECEDENTS AND PRIOR ART
In order to understand the specification for a proposed Yo-based encoder, one must first understand the following three basic principles of digital audio.
2.1 PULSE CODE MODULATION
Pulse code modulation (hereafter, PCM) is the most common method of representing audio, used in popular formats like MP3, AAC, and WAV. It works by taking a series of successive measurements called “samples,” which are basically just snapshots of the sound wave at a specific point in time. These can then be re-assembled and played back to create a replica of the sound wave over time.
It may help to visualize PCM as a sort of “graph paper” (see Figure 2) onto which the sound wave is to be drawn, progressing from left to right across the grid. The rows are bits, stacked vertically to provide the detail in each individual snapshot. The columns are samples, one following after the next to provide the detail over time.

Figure 2: Pulse Code Modulation
So-called “CD quality” audio is PCM which uses 16-bit samples and takes 44,100 of them per second — the latter number is therefore called the “sample rate.” High resolution contexts such as professional recordings often use 24-bit samples and higher sample rates ranging from 88,100 to 192,000 samples per second.
2.2 THE NYQUIST THEOREM
Sound waves are defined by oscillation, with higher frequencies such as high-pitched keys on the far right of a piano oscillating more rapidly than lower frequencies. In order to detect that something has oscillated back and forth, you have to measure it at least twice. Thus, the Nyquist Theorem states that in order to avoid unwanted audible distortions, the sample rate of a PCM audio file must be at least twice as fast as the highest frequency it contains. Further generalizing this point, increasing the sample rate at which a waveform is digitally measured also increases the amount of information that can be conveyed.
2.3 SONY® DIRECT STREAM DIGITAL™
Throughout the short history of digital audio, PCM has been the leader, but a serious competitor finally emerged in 1999 when Sony introduced its Direct Stream Digital™ (hereafter, DSD) method of audio encoding. DSD never really took off commercially beyond the short-lived Super Audio Compact Disc album format, but for a while in the mid-2000s it captured the attention of audio technology professionals, many of whom thought it sounded significantly better than PCM.
DSD is a completely different paradigm from PCM. The individual samples are only 1-bit, each operating as a binary on/off switch with no capacity to represent any detail in measurement. However, the sample rate is considerably higher than PCM — 2,822,400 samples per second for conventional use, or up to 22,579,200 samples per second for high-resolution contexts like professional recordings.
With DSD encoding the wave is represented by the delta of timing changes between state flips of the one-bit sample; the speed at which the on/off value of the bit is changing is equivalent to the slope of the waveform curve (see Figure 3).

Figure 3: Sony® Direct Stream Digital™
A single bit can thus be used to represent a very complex sound wave, provided that the sample rate is extremely fast.
3. FORMAT DESIGN
A Yo-based audio encoder would largely just re-implement DSD using the app’s notification system. However, unlike the single bit required for DSD, Yo’s notifications are stateless transient events which disappear once they’ve been received, rather than stable bits which can retain their on/off state. This problem can be rectified through the use of a second complementary notification.
The second notification can be obtained by simply doubling the sample rate; per the Nyquist Theorem, this increases the amount of information that can be encoded. Two stateless Yo events can then be used to store a persistent bit value.
The transformation from Yo event to bit state can happen in one of two ways. The first option involves interpolating two Yo events into a single oscillation of a one-bit square wave, with the second Yo validating the first. The second option uses the first Yo to convey timing, and then uses the presence or absence of the second expected Yo to convey the on/off status of the bit.
With either strategy, Nyquist-like principles from PCM can be used to increase the bandwidth of the waveform and attach to each Yo an additional data point, which is itself also conveyed with a second Yo. This turns the app’s empty notifications into bit-like constructs which reliably convey a state, and those pseudo-bits can then be used to build an audio signal using the DSD model of waveform representation.
4. OBSTACLES
4.1 AVAILABLE WORD CLOCKS
Audio playback devices rely on an internal or external component called a “word clock” to manage the speed at which samples are read. Naturally, high sample rates require high-end word clocks. Widespread consumer adoption of Yo-based audio would depend on the development of a low-cost, high-speed word clock which could be easily incorporated in common devices such as phones and personal audio players, which typically have built-in audio decoding hardware which only supports PCM and its lower sample rates.
4.2 ACCESS TO DEVICE NOTIFICATIONS
Clearly, any service which depends on aggregation of Yos must first be able to access them. Yo is first and foremost an app for mobile devices, but mobile operating systems typically mediate direct access to push notifications such as the Yos. Encoding audio directly on a mobile device in response to incoming Yos would therefore require either native support within the Yo app, or else a new software layer which can route push notifications from the Yo app to the companion encoder. The latter arrangement would require deep hooks into the operating system and thus could likely only be developed with vendor cooperation. Barring support within the Yo app or the cooperation of smartphone vendors, encoding could still happen remotely and finished files could be transferred to the device upon completion, after which the platform’s native audio handling and existing tools such as JACK and Audiobus could route the output stream as necessary.
4.3 SERVICE RATE LIMITS
Yo does provide a data exchange endpoint for developers to use when building tools that integrate with the service, such as the proposed new audio format. However, it is also customary for technology companies to limit the rate at which such endpoints can be accessed, so as to prevent spam and abuse. The current service rate limit allows third-party tools to send one Yo per minute, equivalent to 0.167 Yos per second (hereafter, YPS). The proposed Yo-based audio format requires a DSD-level sample rate which has been doubled to allow Nyquist-based bit state construction and validation. This works out to at least 5.65 million YPS, or up to 45.2 million YPS for high-resolution contexts like professional recordings. Our inquiries to the app’s parent company about raising the maximum rate limit for sending Yos by 270,409,581 percent were not acknowledged. Thus, the primary obstacle to a useful Yo-based digital audio format is Yo itself.
[Yo-based Encoder Company name pending] is currently seeking 1.5 million dollars in seed-stage venture funding.
5. CREDITS
Vijith Assar (@vijithassar) is a writer and programmer who previously worked as an audio engineer, recently helped build custom media archival software for Bob Dylan, and occasionally contributes to the recording studio industry magazine Tape Op.
War Encoded

At 11:12 EST, on the DoD News Channel, which was until last month known as the Pentagon Channel, reporters were shown a video of one of the many air strikes carried out this week against ISIS in Syria. The video was played within a frame: Windows Media Player 9, which was officially released in January of 2003, one day prior to the State of the Union address in which the president said these words:
The United States will ask the U.N. Security Council to convene on February the 5th to consider the facts of Iraq’s ongoing defiance of the world. Secretary of State Powell will present information and intelligence about Iraqi’s — Iraq’s illegal weapons programs, its attempts to hide those weapons from inspectors and its links to terrorist groups.
We will consult, but let there be no misunderstanding: If Saddam Hussein does not fully disarm for the safety of our people, and for the peace of the world, we will lead a coalition to disarm him.
“And if war is forced upon us,” he continued, “we will fight with the full force and might of the United States military, and we will prevail.”
The video appears to show between thirteen and fifteen distinct explosions — the result of munitions that were guided, apparently, by GPS. How many people died will be revealed just before we are told who they are, and well after we are told who they were supposed to be. At 10:17 EST, reporter Charlie Spiering recorded a gif of the air strike and posted it on Twitter.
Live Sketches from the Big Climate March
by Hallie Bateman






















Hallie Bateman is a freelance illustrator and cartoonist based in Brooklyn. She is on Twitter and Instagram. She doesn’t want your attention but she needs it.
The Real Estate Agent's Preferred Way of Thinking About Climate Change

“The answer is the Pacific Northwest, and probably especially west of the Cascades.”
“Actually, the strip of coastal land running from Canada down to the Bay Area is probably the best.”
“I predict we’re going to have millions of people moving to [the country’s midsection, like Minneapolis, Salt Lake City, Milwaukee and Detroit].”
“Alaska is going to be the next Florida by the end of the century.”
The grim parlor game that we’re playing here is “Where will people move when the now-inevitable environmental apocalypse that the human race could’ve averted but loved its SUVs and one-dollar hamburgers and air conditioning a little too much to do anything about finally arrives later this century and renders large tracts of this country uninhabitable because they will either be underwater or have no water at all?”
And who can be blamed for turning real doom scenarios into games or glib jokes (“Man, Alaska is going to be niiiiiice”)? People, as a whole, are clearly so bad at imagining future consequences that one of the only ways to get them to do it is to dress it up literally as an act of imagination — and who doesn’t love imagining Other Places where they would rather live? Except for roughly two weeks in the fall and two weeks in the spring, New Yorkers do it all year long: L.A. (all winter), Austin (in early spring), Portland (whenever work is annoying, if they are under forty years old).
So imagine away! Make a dim goal of it even — “I’m moving to Detroit in twenty years” — and buy a house now, for pennies on the dollar. I’m saving up to move to Montreal, because I figure all of the Canadian healthcare and French talk will keep most of the other Americans away and poutine still tastes good, even when it’s a hundred degrees outside.
Photo by Giampaolo Macorig
"And is also an interesting public speaker..."
“The perfect writer is is entirely focused on accuracy; entirely fearful of litigation; and possesses a keen sense of dramatic scene.”