A new OLED microdisplay from MicroOLED boasts the world’s highest pixel density, stuffing an incredible 5.4 million gapless pixels into a 0.61-inch display.Continue Reading on Mashable.com
For comparison, at 326 pixels per inch (ppi), the iPhone 4′s Retina display sports 614,400 pixels.
Wednesday, March 14, 2012
This New OLED Microdisplay Blows the Retina Display Away
More Trans Fat Consumption Linked to Greater Aggression, Researchers Find
Researchers at the University of California, San Diego School of Medicine have shown -- by each of a range of measures, in men and women of all ages, in Caucasians and minorities -- that consumption of dietary trans fatty acids (dTFAs) is associated with irritability and aggression.Continue Reading on ScienceDaily.com
Trans fat
http://en.wikipedia.org/wiki/Trans_fat
トランス脂肪酸
http://ja.wikipedia.org/wiki/トランス脂肪酸
Beatrice Alexandra Golomb, MD, PhD
Get Me out of This Slump: Visual Illusions Improve Sports Performance
With the NCAA men's college basketball tournament set to begin, college basketball fans around the United States are in the throes of March Madness. Anyone who has seen a game knows that the fans are like extra players on the court, and this is especially true during critical free throws. Fans of the opposing team will wave anything they can, from giant inflatable noodles to big heads, to make it difficult for players to focus on the basket.Continue Reading on ScienceDaily.com
Jessica K. Witt
http://www1.psych.purdue.edu/~jkwitt/
Billy Corgan at South by Southwest Interactive… live blogged
I’m going to try to compile all of our Billy Corgan at SXSWi coverage here… as best I can. Bear with me as this post may through go changes throughout the day.
Last night, Corgan appeared at Google’s “Android House” at Lustre Pearl, a well known local bar and music venue. Although he was scheduled to go on there around 5 PM, but judging from tweets made at the event he was on closer to 10 PM CDT. Based on the tweets I’m seeing, Corgan made remarks that were critical of the recording industry and promoted his rediscovered love for the album. He was on the ”Google Play” stage, Google Play being the new name for Android Market, which Google is rebranding and rolling out new features for… I’m particularly fascinated by the Google Play Artists’ Hub.Continue Reading on HipstersUnited.com
Allocative Efficiency and Marginal Benefit : Marginal Utility and maximization
Marginal Utility and maximization
Continue Learning on KhanAcademy.org
Productive efficiency
http://en.wikipedia.org/wiki/Productive_efficiency
Allocative efficiency
http://en.wikipedia.org/wiki/Allocative_efficiency
Marginal cost
http://en.wikipedia.org/wiki/Marginal_cost
Marginal benefit
http://www.investopedia.com/terms/m/marginalbenefit.asp
ラベル:
Lecture
Safari Development Essential Videos - Session 204 - Building Compatible Websites Using Emerging Web Technologies
Safari pushes the web forward by implementing the latest, most innovative HTML and CSS technologies. Adopt these technologies without creating multiple versions of your website to stay compatible with other browsers. Discover how to use object detection …Talks about
- Common Coding Pitfalls
- Fallback Techniques
- CSS Effects
- HTML 5 Media Elements
- HTML 5 Offline Data
Feature Detection
if ('XMLHttpRequest' in window) { ... }
if ('openDatabase' in window) { ... }
if ('innerHTML' in document.body) { ... }
if ('contentEditable') in document.body { ... }
if ('webkitTransition' in document.body.style) { // transitions exist }
HTML 5 Media Elements
Media Queries
http://www.w3.org/TR/css3-mediaqueries/
HTML 5 Offline Data
Key/value storage
if ('localStorage' in window) { ... }
if ('sessionStorage' in window) { ... }
SQL API for structured data storage
if ('openDatabase' in window) { ... }
Offline application cache
if ('applicationCache' in window) { ... }
Tuesday, March 13, 2012
New Revolutions in Particle Physics: The Standard Model - The Standard Model Lecture 4 (February 1, 2010)
Professor Leonard Susskind continues his discussion of group theory.
Generators of the group
Singlet
Baryon
Meson
Glueball
http://en.wikipedia.org/wiki/Glueball
Dynamics
Flux tube
http://en.wikipedia.org/wiki/Flux_tube
Gauge theory
http://en.wikipedia.org/wiki/Gauge_theory
Dynamics
Flux tube
http://en.wikipedia.org/wiki/Flux_tube
Gauge theory
http://en.wikipedia.org/wiki/Gauge_theory
Khan Academy launches iPad app with complete library of over 2,700 educational videos
Although there are a few unofficial apps in the App Store that allow you to access content from the Khan Academy, the online education portal has just launched an official iPad app. Available for free in the App Store now, the app provides access to the organization’s over 2,700 educational videos that cover a wide range of subjects from K-12 math and science, to history and finance. The biggest difference between the new official app and those from third-party devs is you can now log in to your Khan Academy account, get credit for watching videos, and track goals and achievements from within the app. The app also provides fully subtitled videos with the ability to browse by subtitle, an enhanced video scrubber, and lets you download videos and playlists for offline viewing.Continue Reading on 9to5mac.com
ラベル:
Apple
Monday, March 12, 2012
The Amazing Place - An intimate office where ideas come to life
At the office of Sid Lee, a creative agency located in Toronto's Distillery Historic District, Victorian Industrial architecture mingles with design elements of the 21st century, creating an inspiring fusion of old and new.Watch the Video on TheGlobeAndMail.com
Sid Lee
http://sidlee.com/
Pinterest leads content curation boom
There’s been a lot of buzz lately around new social media networks focused on content curation.Continue Reading on TheGlobeAndMail.com
Pinterest, a virtual pinboard that lets you collect and post your favourite things on the web, is driving the most interest. But others, such as Buyosphere, an online shopping destination based on community recommendations, are gaining traction.
Buyosphere
http://buyosphere.com/
Whole Foods Market
http://www.wholefoodsmarket.com/
Pinterest Drives More Referral Traffic Than Google Plus, YouTube and LinkedIn Combined
Google@SXSW - Interactive - Developers
Google@SXSW - Interactive - Developers
Lightning Talks
Holo: Exploring the design of the Android user interface
Styles and Themes
http://developer.android.com/guide/topics/ui/themes.html
The next gen of Social Apps is in a Hangout: introducing Google+ Hangout Apps
Writing Hangout Apps
https://developers.google.com/+/hangouts/writing
Running Hangout Apps
https://developers.google.com/+/hangouts/running
The VJ in Your Pocket: Mobile YouTube API Apps for Content Creators, Curators and Consumers
Youtube API
https://developers.google.com/youtube/
LinkTV
http://www.linktv.org/
Shortform
http://tv.shortform.com/
Nowbox
http://nowbox.com/
Cloud adventures: Instant scale... from zero to millions of hits in 24 hours
App Engine
http://code.google.com/appengine/
BigQuery
https://developers.google.com/bigquery/
HTML5's Bleeding Edge (Speaker: Paul Irish)
The Slideshow - The Edge of HTML5
http://dl.dropbox.com/u/39519/talks/html5-therealbleedingedge/template/index.html#1
CSS Regions
http://labs.adobe.com/technologies/cssregions/
CSS Filter
http://en.wikipedia.org/wiki/CSS_filter
Pointer Lock API
https://developer.mozilla.org/en/API/Mouse_Lock_API
Fullscreen API
https://wiki.mozilla.org/Gecko:FullScreenAPI
navigator.connection Object
http://davidbcalhoun.com/2010/using-navigator-connection-android
navigator.getUserMedia()
http://dev.w3.org/2011/webrtc/editor/getusermedia.html
WebRTC
http://en.wikipedia.org/wiki/WebRTC
HTML5 Demos and Examples
http://html5demos.com/
HTML5 Demos
http://html5-demos.appspot.com/
HTML5 Rocks
http://www.html5rocks.com/en/
HTML5 Please
http://html5please.com/
Beautiful Maps: Enhancing geographic information with HTML5
Google Map Javascript API V3 - Styling
http://code.google.com/apis/maps/documentation/javascript/styling.html
MarkerCluster Example
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/simple_example.html
Dotter Example
http://broady.github.com/Dotter/example.html
Google Cloud SQL
https://developers.google.com/cloud-sql/
Lightning Talks
Holo: Exploring the design of the Android user interface
Styles and Themes
http://developer.android.com/guide/topics/ui/themes.html
The next gen of Social Apps is in a Hangout: introducing Google+ Hangout Apps
Writing Hangout Apps
https://developers.google.com/+/hangouts/writing
Running Hangout Apps
https://developers.google.com/+/hangouts/running
The VJ in Your Pocket: Mobile YouTube API Apps for Content Creators, Curators and Consumers
Youtube API
https://developers.google.com/youtube/
LinkTV
http://www.linktv.org/
Shortform
http://tv.shortform.com/
Nowbox
http://nowbox.com/
Cloud adventures: Instant scale... from zero to millions of hits in 24 hours
App Engine
http://code.google.com/appengine/
BigQuery
https://developers.google.com/bigquery/
HTML5's Bleeding Edge (Speaker: Paul Irish)
The Slideshow - The Edge of HTML5
http://dl.dropbox.com/u/39519/talks/html5-therealbleedingedge/template/index.html#1
CSS Regions
http://labs.adobe.com/technologies/cssregions/
CSS Filter
http://en.wikipedia.org/wiki/CSS_filter
Pointer Lock API
https://developer.mozilla.org/en/API/Mouse_Lock_API
Fullscreen API
https://wiki.mozilla.org/Gecko:FullScreenAPI
navigator.connection Object
http://davidbcalhoun.com/2010/using-navigator-connection-android
navigator.getUserMedia()
http://dev.w3.org/2011/webrtc/editor/getusermedia.html
WebRTC
http://en.wikipedia.org/wiki/WebRTC
HTML5 Demos and Examples
http://html5demos.com/
HTML5 Demos
http://html5-demos.appspot.com/
HTML5 Rocks
http://www.html5rocks.com/en/
HTML5 Please
http://html5please.com/
Beautiful Maps: Enhancing geographic information with HTML5
Google Map Javascript API V3 - Styling
http://code.google.com/apis/maps/documentation/javascript/styling.html
Getting Started with Styled Map
http://google-maps-utility-library-v3.googlecode.com/svn/trunk/markerclusterer/examples/simple_example.html
Dotter Example
http://broady.github.com/Dotter/example.html
Google Cloud SQL
https://developers.google.com/cloud-sql/
ラベル:
Conference,
Google
Billy Corgan on The Rock of Chris Jericho
Billy mentioned how hard it has been to write the book, saying it takes as much time as making a record. He mentioned how he had to be the one to write it, crediting Pumpkins fans as being able to see through it if someone else were to write it.Continue Reading on Crestfallen.com
Subscribe to:
Posts (Atom)