This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
TWiT 366 | |
http://twit.tv/show/this-week-in-tech/366 | |
------------------------------------ | |
0:00 intro | |
2:48 Kevin Rose returns: Digg's death & rebirth, Milk, transition to Google. | |
14:21 Google Self-Driving Cars: 300k miles without a non-human driver accident. The future, and technology outpacing legislation -- and how huge tech leaks will render many laws useless. | |
16:47 Rathole: GoPro footage of plane crash, NBC Olympic coverage fail. | |
21:40 Sponsor: GoToMyPC | |
24:32 Diamond Club: talk from last week continued (about the book's success), the iTunes Top 100, etc. | |
29:24 Google & Takedown Requests: their new search terms (re: copyright notices) -- and the general ongoing issue of takedown requests. Talk about how right holders could dictate search results, says EFF. About the takedown request process being flawed. Example of LendInk.com, a site by a disabled vet that coordinates legal exchange of print books (but was effectively shut down after high volume of takedown requests). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
def create | |
@project_todo_comment = ProjectTodoComment.new(params[:project_todo_comment]) | |
@project_todo = ProjectTodo.find(@project_todo_comment.project_todo_id) | |
@project = Project.find(@project_todo.project_id) | |
respond_to do |format| | |
if @project_todo_comment.save | |
format.html { redirect_to project_url(@project.id), notice: 'Project todo comment was successfully created.' } | |
format.json { render json: @project_todo_comment, status: :created, location: @project_todo_comment } | |
else |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$(document).ready(function(){ | |
var aboveHeight = 138; | |
$(window).scroll(function(){ | |
if ($(window).scrollTop() > aboveHeight){ | |
$('.sticky_nav').fadeIn("fast"); | |
} else { | |
$('.sticky_nav').fadeOut("fast"); | |
} | |
}); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Jekyll Generator for SCSS | |
# | |
# (File paths in this description relative to jekyll project root directory) | |
# Place this file in ./_plugins | |
# Place .scss files in ./_scss | |
# Compiles .scss files in ./_scss to .css files in whatever directory you indicated in your config | |
# Config file placed in ./_sass/config.rb | |
# | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HEY SOUL SISTER | |
by Train | |
=============================================================================== | |
(capo 4th fret) | |
INTRO | |
C G Am F | |
...Hey, hey... hey... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function(){window.open('http://localhost:3000', '','width=320,height=480');})(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"songs": [ | |
{ | |
"title": "1904", | |
"artist": "The Tallest Man on Earth", | |
"year": "2012", | |
"web_url": "http://www.songnotes.cc/songs/78-the-tallest-man-on-earth-1904", | |
"img_url": "http://fireflygrove.com/songnotes/images/artists/TheTallestManOnEarth.jpg" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"name": "99% Invisible", | |
"description": "A Tiny Radio Show about Design with Roman Mars", | |
"url_web": "http://99percentinvisible.org", | |
"url_rss": "http://feeds.99percentinvisible.org/99percentinvisible", | |
"url_itunes": "https://itunes.apple.com/us/podcast/id394775318", | |
"image": "http://cdn.99percentinvisible.org/wp-content/uploads/powerpress/99invisible-logo-1400.jpg" | |
}, | |
{ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Intro Riff, Version 1 | |
The Marty Schwartz version (http://www.youtube.com/watch?v=XWWM6sn0opU). The 2nd and 3rd bars use an open E string as liberally as possible, which is nice for minimizing movement of your left hand. | |
e-|---2--2----------------|---0--0---0--4--4--5--7---|- | |
B-|----------3------------|--------------------------|- | |
G-|--------------4---4----|--------------------------|- | |
D-|-----------------------|--------------------------|- | |
A-|-----------------------|--------------------------|- | |
E-|-----------------------|--------------------------|- |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
500 DAYS OF SUMMER -- breakdown of the movie timeline | |
by David Potsiadlo (@davidpots) | |
------------------------------------------------------------------------ | |
============================================================================================================ | |
THE ORDER SEEN IN THE MOVIE | |
============================================================================================================ | |
488 0:00:51 on a bench, she has the ring | |
1 0:01:10 tom his his board meeting. jan 8th. when he first sees summer in his office. |
OlderNewer