Skip to content

Instantly share code, notes, and snippets.

View Laurian's full-sized avatar

Laurian Gridinoc Laurian

  • Creative Technologist ※ Knight-Mozilla OpenNews Fellow ※ Visual analytics × Computational Linguistics × Semantic Web
  • Cyberspace
  • X @gridinoc
View GitHub Profile
@Laurian
Laurian / index.html
Last active August 29, 2015 14:03
The Perplex & Other Stories
<div role=main class=single>
<article id="post-374" class="post-374 post type-post status-publish format-standard hentry category-mojo category-mozilla tag-hyperlink tag-hypertext tag-metadata tag-pingback tag-ted-nelson">
<header class=entry-header>
<h1 class=entry-title>The Perplex <span class="amp">&amp;</span> Other Stories</h1>
<div class=entry-meta>
<a href="/archive/2011/06/the-perplex-and-other-stories/index.html" title="22:09" rel="bookmark"><time class="entry-date" datetime="2011-06-05T22:09:26+00:00" pubdate>June 5, 2011</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="/archive/profile/index.html" title="View all posts by Laurian Gridinoc" rel="author">Laurian Gridinoc</a></span></span> </div>
</header>
<!DOCTYPE html>
<html>
<head>
<base href="http://www.jasondavies.com/maps/raster/satellite/">
<meta charset="utf-8">
<title>Drones</title>
<style>
@import url(../../maps.css);
#map {
@Laurian
Laurian / 0_reuse_code.js
Created May 27, 2014 12:44
Here are some things you can do with Gists in GistBox.
// Use Gists to store code you would like to remember later on
console.log(window); // log the "window" object to the console
gistup
(function($) {
$.fn.oembed = function(url, options, callback) {
options = $.extend(true, $.fn.oembed.defaults, options);
return this.each(function() {
var container = $(this),
resourceURL = (url != null) ? url : container.attr("href"),
provider;
@Laurian
Laurian / index.html
Last active December 18, 2015 13:29 — forked from mbostock/.block
<!DOCTYPE html>
<meta charset="utf-8">
<body>
<script src="http://d3js.org/d3.v3.min.js"></script>
<script>
var nodes = [{"label":"Christopher J Dennis"},{"label":"Bob Gonsalves"},{"label":"Bob Martinengo"},{"label":"Jeff Gomez"},{"label":"Frank Da Silva"},{"label":"Linda Nelson"},{"label":"Michael Bekemeyer"},{"label":"Christie Strong"},{"label":"Michele Simmons"},{"label":"Tom Marcinko"},{"label":"Jeff Norman"},{"label":"Jon Reiss"},{"label":"Elisabeth Holm"},{"label":"Travis Megill"},{"label":"John Paul Rice"},{"label":"Adisakdi Tantimedh"},{"label":"Tieg Zaharia"},{"label":"Nathan Loofbourrow"},{"label":"Erin Hoffman"},{"label":"Howard A. Rodman"},{"label":"Zetetics"},{"label":"Jeanne Veillette Bowerman"},{"label":"Brendon Fogle"},{"label":"Niki Anis Ab Karim"},{"label":"Tom Morton"},{"label":"Angela Shelton"},{"label":"Douglas Lain"},{"label":"Marcella Selbach"},{"label":"Flyway Film Festival"},{"label":"Mark Stolaroff"},{"label":"Joe Gold"},{"label":"Laurian Gridinoc"},{"label":"Bruce Murphy"},{"label"
Exception in thread "main" java.lang.RuntimeException: Allocation of search manager resources failed
at edu.cmu.sphinx.decoder.search.SimpleBreadthFirstSearchManager.allocate(SimpleBreadthFirstSearchManager.java:650)
at edu.cmu.sphinx.decoder.AbstractDecoder.allocate(AbstractDecoder.java:87)
at edu.cmu.sphinx.recognizer.Recognizer.allocate(Recognizer.java:168)
at edu.cmu.sphinx.demo.aligner.Aligner.main(Aligner.java:103)
Caused by: java.io.FileNotFoundException: /Users/laurian/Downloads/sphinx4-1.0beta6-src/sphinx4-1.0beta6/bld/lm_giga_64k_nvp_3gram/means (No such file or directory)
at java.io.FileInputStream.open(Native Method)
with

We will give communities a new because it benefits to local people. Everyone wins.

Our platform is a storytelling platform is a living interface that are published in big media and the media and nuanced understanding of the media platforms by becoming contributors rather than mere “subjects”. The project will give communities a storytelling platform that are published in conjunction with, or in these mainstream media platforms by receiving more complete and want to local people. Everyone wins.

Our platform is a sensitive large market magazine piece about an Indian Reservation whose people feel misrepresented by receiving more complete and nuanced understanding of local storytellers on Cowbird.com, and consumers. Communities benefit by ensuring sustained traffic to attach collections of the media platforms by receiving more complete and the media websites.

Our first test case is a storytelling platform that are published in big media websites, and you have something quite revolutionary.

@Laurian
Laurian / gist:2262897
Created March 31, 2012 12:01
MedPack

Some people at SXSW were scared by my MedPack, here are the contents:

  • melatonin for jet lag
  • caffeine tablets
  • proton-pump inhibitors for controlling stomach acid secretion (sometimes I forget to eat, and I don't want to autodigest)
  • cetirizine, antihistaminic
  • betahistine for vertigo
  • scopolamine for motion sickness
  • ibuprofen
  • piracetam, a nootropic, good for hangover
location / {
root /var/www/$host;
index index.php index.html;
if (!-f /var/www/$host/$uri) {
rewrite ^/(.+)$ /index.php?q=$1 last;
}
}
location ~ \.php$ {