Skip to content

Instantly share code, notes, and snippets.

b61f24d89806d16ef6e980c10a068434:
path: 5
---
{{#if Discourse.Mobile.mobileView}}
{{adsenseBlock "320" "50" "topic_bottom_mobile"}}
{{else}}
{{adsenseBlock "728" "90" "topic_bottom"}}
{{/if}}

Intro to the reader:

This is a potential outline for blog posts profiling and covering open source tech ventures. The objective of these posts is to show that there is a variety of financing models to sustain Open (-Source) Tech Ventures. A secondary objective is to give more exposure and visibility to the projects.

Please take a look at the following structure and provide feedback whether you think this is achieving these goals, as well as this covers the important aspects of your venture. Please comment on anything you deem important to mention. Still this is just a draft, so if you think I should start over, please mention that, too.

Thank you for your time and feedback!


Keybase proof

I hereby claim:

  • I am ligthyear on github.
  • I am techcreationist (https://keybase.io/techcreationist) on keybase.
  • I have a public key whose fingerprint is 3127 E8B7 8AF0 F85B E356 7241 B9C0 1D7D D160 98D8

To claim this, I am signing this object:

NEW_SERVER = "http://community.hackership.org"
def find_all_cats(category_id)
Category.where(:parent_category_id => category_id).pluck(:id) << category_id
end
def replace_topic_with_permalink(topic)
current = topic.relative_url
Permalink.new(:url => current, :external_url => "#{NEW_SERVER}#{current}").save
@gnunicorn
gnunicorn / soundcloud-mm.py
Created December 1, 2011 16:18
soundcloud multimedia keys for linux
#!/usr/bin/env python
"""
Toggle Play-Pause of soundcloud running in your chrome (you obvisouly started with '--remote-shell-port=9222').
inspired (and largely copied) from:
http://code.google.com/p/mog-mm/
"""
import socket
@gnunicorn
gnunicorn / modernizr-snippet.js
Created January 2, 2012 13:54
Nachbarschaftsauto Photo stack Animation
var photo_stack_speed = 7500;
Modernizr.load([
{
load: '//ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js',
complete: function() {
if (!window.jQuery) {
Modernizr.load('/js/libs/jquery-1.5.2.min.js');
}
}
},
@gnunicorn
gnunicorn / gist:2352035
Created April 10, 2012 15:08
memcache extension for Jinja2 on Google AppEngine
from google.appengine.api import memcache
from jinja2 import nodes
from jinja2.ext import Extension, next
"""
A great Jinja2 Extension for quicker caching of fully rendered content using
Memcache on AppEngine.
@gnunicorn
gnunicorn / gist:3032616
Created July 2, 2012 10:44
zmq install error mac
npm http GET https://registry.npmjs.org/zmq
npm http 304 https://registry.npmjs.org/zmq
> zmq@2.1.0 preinstall /Users/benjaminkampmann/dev/node_modules/zmq
> node-waf clean || (exit 0); node-waf configure build
Nothing to clean (project not configured)
Setting srcdir to : /Users/benjaminkampmann/dev/node_modules/zmq
Setting blddir to : /Users/benjaminkampmann/dev/node_modules/zmq/build
Checking for program g++ or c++ : /usr/bin/g++
@gnunicorn
gnunicorn / sign_me_into_sndcld.py
Created September 2, 2012 08:32
oauth2 authentiaction stream for soundcloud
import BaseHTTPServer
import soundcloud
import urlparse
"""
A simple server for Soundcloud OAuth2 authentication for test cases.
Please make sure the callback for your app is set to http://localhost:10101/callback.
After you've provided the credentials as follows, open your browser and point it to
http://localhost:10101/ - it will immediatly redirect you to soundcloud where you login
@gnunicorn
gnunicorn / gist:3748738
Created September 19, 2012 09:43
Git for Beginners: Call for Coaches

The OpenTechSchool has set up and hosted a few tech workshops and meetups here in Berlin now. Aside from the monthly Beginners Meetup and hosting the Udacity Global Meetup we hosted workshops for program beginners in Python and Javascript on our own and on the premise of CampusParty.

One thing that was extraordinary popular on CampusParty was the Workshop on Git for beginners. And we decided to do it again, this time with a closer focus on version control as a major benefit in code sharing (by using git and github) for beginners - free of charge.

So if you are interested in