[ Launch: tinkerbell ] e881ac86e0b636984bdf by zellyn
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
syntax = "proto2"; | |
// Copyright 2012, Square Inc. | |
// This file provides the default Sake service exported on all Sake services. Useful for debugging | |
// remote hosts from the commandline or other tools. | |
package squareup.sake; | |
option java_package = "com.squareup.protos.sake"; | |
option java_generic_services = true; |
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
const int MAX_ITER = 100; | |
const float MAX_DIST = 20.0; | |
const float EPSILON = 0.001; | |
struct RayResult { | |
vec3 pos; | |
vec3 normal; | |
float dist; | |
float mindist; | |
float totaldist; |
I hereby claim:
- I am zellyn on github.
- I am zellyn (https://keybase.io/zellyn) on keybase.
- I have a public key whose fingerprint is ED49 AABD 0E8C CCC1 18C1 CBBA B33D 7892 02A6 7C01
To claim this, I am signing this object:
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
Level: Jakarta | |
username: 20202e2c2d7e3a3b3d3d2b2b2a2a23234040ffffffffffffffffffffffffffff | |
password: ffffffffc2240f9312300b4f8e104d4e0eed8d110c430f43073c1bb302240c5e0f6d0b110e5e0d6d0b93f72330413fe31f533ee31e53e93f0643074308430e480f48b0120824054f0e470f48b0120824084f0858085a0e470f47b0120824074f0f553f900f04062c07850759165336901016e52b30413a401bffb1400a1d062032402580b0121028394035feb0123a245646f23f8146063832403d80b012104139500a453990bc4bf1233a5015543a902201e323324059ffb012105d32d0f0ff2e435d4e64247d93d627ce4364240e4df83fffffffffffffffffffffffffffff | |
See http://bit.ly/1lYboGC |
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
{"endpoint":"","display":"svg","public":true,"require":[],"tab":"edit","display_percent":0.7,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01} |
Using the “displacement by noise” method from the Mathematica StackExchange discussion, but with SVG filters.
The filter unfortunately operates pixel-by-pixel. I tried changing the filterRes
parameter, but it slowed things down badly.
Tested in Chrome 23 on Ubuntu Precise, and Chrome 22 on Mac OS 10.8.
Check out Dan Foreman-Mackey's more sophisticated version of xkcd-style graphs with d3.
Discuss this on Hacker News, Reddit, or Google+.
[ Launch Inlet ]
[ Launch Inlet ]
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
{"endpoint":"","public":true,"require":[],"tab":"edit","display_percent":0.7,"play":false,"loop":false,"restart":false,"autoinit":true,"pause":true,"loop_type":"period","bv":false,"nclones":15,"clone_opacity":0.4,"duration":3000,"ease":"linear","dt":0.01,"display":"svg"} |