Site uses cookies to provide basic functionality.
Javascript rendering is set to off by default when visiting the site via .onion and .i2p domains. It can be enabled back again in user's settings section. Javascript rendering set to off means, that you can disable javascript in your browser now and the site will remain functional.
There is also IRC server now available via native IRC clients or non javascript web based one.
Fonts can be adjusted in user's settings section as well.
Check FAQ for more.

OK

Heroku’s latest Cedar stack supports running anything. Heroku’s officially supported languages actually have their buildpacks public via Heroku’s github , you can view several of them at: Python Build Pack Ruby Build Pack Scala Build Pack There have even been some created as fun weekend hacks such as the NES Rom Buildpack . Recently at Heroku my teams have started exploring new forms of collaborating and documenting. In par....

Heroku’s latest Cedar stack supports running anything. Heroku’s officially supported languages actually have their buildpacks public via Heroku’s github , you can view several of them at: Python Build Pack Ruby Build Pack Scala Build Pack There have even been some created as fun weekend hacks such as the NES Rom Buildpack . Recently at Heroku my teams have started exploring new forms of collaborating and documenting. In par....

I ordered a Das Keyboard Model S Ultimate Silent via PC Case Gear on Monday and picked it up today (it actually got here on Tuesday, but I wasn’t home and missed the delivery).

I’ve recently been amazed at the number of companies that are still using a VPN or other means to manage their apps/network. Not just large enterprisey companies, but small agile startups. I fully understand that it works, but 95% of these places are also using another key tool for access inside their company… Google Apps . I fully expect companies to use google apps, its more of the former that surprises me most. For a long time OpenID wa....

I’ve recently been amazed at the number of companies that are still using a VPN or other means to manage their apps/network. Not just large enterprisey companies, but small agile startups. I fully understand that it works, but 95% of these places are also using another key tool for access inside their company… Google Apps . I fully expect companies to use google apps, its more of the former that surprises me most. For a long time OpenID wa....

This post assumes familiarity with some basic concepts in algebraic topology, specifically what a group is and the definition of the fundamental group of a topological space. The fundamental theorem of algebra has quite a few number of proofs (enough to fill a book!). In fact, it seems a new tool in mathematics can prove its worth by being able to prove the fundamental theorem in a different way. This series of proofs of the fundamental the..

This post assumes familiarity with some basic concepts in algebraic topology, specifically what a group is and the definition of the fundamental group of a topological space. The fundamental theorem of algebra has quite a few number of proofs (enough to fill a book!). In fact, it seems a new tool in mathematics can prove its worth by being able to prove the fundamental theorem in a different way. This series of proofs of the fundamental the..

This post assumes familiarity with some basic concepts in algebraic topology, specifically what a group is and the definition of the fundamental group of a topological space. The fundamental theorem of algebra has quite a few number of proofs (enough to fill a book!). In fact, it seems a new tool in mathematics can prove its worth by being able to prove the fundamental theorem in a different way. This series of proofs of the fundamental the..

GenghisCon 2012 - liza.io - 14 years ago - eng
GenghisCon 2012 was awesome. I didn’t run around trying to do everything as much as I did in the previous years due to



With the massive SOPA/PIPA website content blackout on January 18th (including major sites such as Wikipedia), the general public suddenly became far more educated on digital freedom issues. The music and movie industry has amassed a fortune in the last 50 years selling music and movies before the dawn of the Internet. Back then, if you wanted music, you had to buy it on some physical medium such as a cassette tape or CD. Similarly, if ..

With the massive SOPA/PIPA website content blackout on January 18th (including major sites such as Wikipedia), the general public suddenly became far more educated on digital freedom issues. The music and movie industry has amassed a fortune in the last 50 years selling music and movies before the dawn of the Internet. Back then, if you wanted music, you had to buy it on some physical medium such as a cassette tape or CD. Similarly, if ..

Hi all, Just released a new app, in collaboration with Chris Sienkiewicz and Dave Crawford. For more info follow the wpcentral review or have a watch of the video below. Grab the app here: Marketplace Link Get updates and info by liking here: Facebook page As always would love to hear your thoughts on the app. @fleon - sorry no beta this time round, will let you know if we do one for future releases


The DRY Principle - radek.io - 14 years ago - eng

We all know that Gmail is the best email provider out there. It’s in the browser, it’s all ajaxy, you never delete anything, your emails are cleverly organized into conversations, you know the drill… But have you ever tried to use more than one account at a time? It’s horribly broken. Let’s have a look at your options… Multiple sign-in Google allows you to log into more than one account at a time. They provide you with a menu option to ....

We all know that Gmail is the best email provider out there. It’s in the browser, it’s all ajaxy, you never delete anything, your emails are cleverly organized into conversations, you know the drill… But have you ever tried to use more than one account at a time? It’s horribly broken. Let’s have a look at your options… Multiple sign-in Google allows you to log into more than one account at a time. They provide you with a menu option to ....


This proof assumes knowledge of complex analysis, specifically the notions of analytic functions and Liouville’s Theorem (which we will state below). The fundamental theorem of algebra has quite a few number of proofs (enough to fill a book!). In fact, it seems a new tool in mathematics can prove its worth by being able to prove the fundamental theorem in a different way. This series of proofs of the fundamental theorem also highlights how ..

This proof assumes knowledge of complex analysis, specifically the notions of analytic functions and Liouville’s Theorem (which we will state below). The fundamental theorem of algebra has quite a few number of proofs (enough to fill a book!). In fact, it seems a new tool in mathematics can prove its worth by being able to prove the fundamental theorem in a different way. This series of proofs of the fundamental theorem also highlights how ..

This proof assumes knowledge of complex analysis, specifically the notions of analytic functions and Liouville’s Theorem (which we will state below). The fundamental theorem of algebra has quite a few number of proofs (enough to fill a book!). In fact, it seems a new tool in mathematics can prove its worth by being able to prove the fundamental theorem in a different way. This series of proofs of the fundamental theorem also highlights how ..

I was using django-filebrowser on a project and my Rackspace VM quickly ran out of disk space. Since the site isn’t getting much traffic at all, I didn’t want to pay extra for a bigger VM. Instead, I decided to move all of the user uploaded media to Rackspace Cloudfiles . It’s super cheap and they have a nice API. Now, the challenge was to make the transition from a filebrowser-based system. First of all, I knew I was going to use dja....

I was using django-filebrowser on a project and my Rackspace VM quickly ran out of disk space. Since the site isn’t getting much traffic at all, I didn’t want to pay extra for a bigger VM. Instead, I decided to move all of the user uploaded media to Rackspace Cloudfiles . It’s super cheap and they have a nice API. Now, the challenge was to make the transition from a filebrowser-based system. First of all, I knew I was going to use dja....


After almost 15 hours or compile-try-fail-repeat, I’ve figured out the formula for compiling nodeJS on a Phidget SBC2 board!

A First Look at Google’s N-Gram Corpus In this post we will focus on the problem of finding the appropriate word boundaries in strings like “homebuiltairplanes”, as is common in web URLs like www.homebuiltairplanes.com. This is an interesting problem because humans do it so easily, but there is no obvious programmatic solution. We will begin this article by addressing the complexity of this problem, continue by implementing a simple model u..

A First Look at Google’s N-Gram Corpus In this post we will focus on the problem of finding the appropriate word boundaries in strings like “homebuiltairplanes”, as is common in web URLs like www.homebuiltairplanes.com. This is an interesting problem because humans do it so easily, but there is no obvious programmatic solution. We will begin this article by addressing the complexity of this problem, continue by implementing a simple model u..

A First Look at Google’s N-Gram Corpus In this post we will focus on the problem of finding the appropriate word boundaries in strings like “homebuiltairplanes”, as is common in web URLs like www.homebuiltairplanes.com. This is an interesting problem because humans do it so easily, but there is no obvious programmatic solution. We will begin this article by addressing the complexity of this problem, continue by implementing a simple model u..

This week was a lot of under the hood improvements. The voxel engine got a TON of performance optimizations, which allow my Nvidia GTX 260 to render my test scene at 100-200 FPS. Screenshots: New features: Rough-draft tutorial level with instructions and whatnot. Fullscreen toggling on-the-fly by hitting F11 Rudimentary fog effect Performance optimizations: Voxels are now rendered as surfaces, rather than complete ....

Inerrancy - honza.pokorny.ca - 14 years ago - eng
As evangelical Christians, we believe in what is called the inerrancy of the Bible. This means that we believe that the Word of God contains no mistakes. I love the way pastor Mark Driscoll puts it: If we see something in the Bible that we don’t agree with, it means we’re wrong. I am continually amazed at how many people will dismiss entire passages in the Bible as silly or primitive. We are intelligent modern people, we don’t belie..

Inerrancy - honza.pokorny.ca - 14 years ago - eng
As evangelical Christians, we believe in what is called the inerrancy of the Bible. This means that we believe that the Word of God contains no mistakes. I love the way pastor Mark Driscoll puts it: If we see something in the Bible that we don’t agree with, it means we’re wrong. I am continually amazed at how many people will dismiss entire passages in the Bible as silly or primitive. We are intelligent modern people, we don’t belie..

Google is an extremely powerful set of tools (not just the search engine - Google apps as well!). However, few people really know how to find what they want using it. So here are a few tips you can use when using Google: Putting quotes around a set of words tells Google to search for those words specifically as a single item - for example, to search only for cell phone radiation you could enter:

Google is an extremely powerful set of tools (not just the search engine - Google apps as well!). However, few people really know how to find what they want using it. So here are a few tips you can use when using Google: Putting quotes around a set of words tells Google to search for those words specifically as a single item - for example, to search only for cell phone radiation you could enter:

GitHire - www.evantahler.com - 14 years ago - eng
David Padilla of Crowd Interactive recently realized he was on this recruiting site called GitHire. They use algorithms to inspect your…

For those of you who don’t know what Phidgets are, they are small robotic prototyping boards which can handle (binary) input and output…

My last post was about creating a generic npm package to talk to a phidget board. This post is about compiling nodeJS to run on a phidget board

Updates Coming Soon - boyter.org - 14 years ago - eng
A few updates should be rolling out soon to searchco.de with the first being a big jump on the amount of open source/free software code being indexed. At last check there was about 1.1 billion lines of code indexed. This should more then double in the next release to well over 2 billion. When I have an exact count I will publish it here. Secondly some massive speed increases are on the way. This will mostly be due to beefing up the server..

This primer is a third look at Python, and is admittedly selective in which features we investigate (for instance, we don’t use classes, as in our second primer on random psychedelic images). We do assume some familiarity with the syntax and basic concepts of the language. For a first primer on Python, see A Dash of Python. We’ll investigate some of Python’s useful built-in types, including lists, tuples, and dictionaries, and we use them t..

This primer is a third look at Python, and is admittedly selective in which features we investigate (for instance, we don’t use classes, as in our second primer on random psychedelic images). We do assume some familiarity with the syntax and basic concepts of the language. For a first primer on Python, see A Dash of Python. We’ll investigate some of Python’s useful built-in types, including lists, tuples, and dictionaries, and we use them t..

This primer is a third look at Python, and is admittedly selective in which features we investigate (for instance, we don’t use classes, as in our second primer on random psychedelic images). We do assume some familiarity with the syntax and basic concepts of the language. For a first primer on Python, see A Dash of Python. We’ll investigate some of Python’s useful built-in types, including lists, tuples, and dictionaries, and we use them t..

Sneak Peak: http://www.wpcentral.com/sneak-peek-square-sharing-app-windows-phone [youtube http://www.youtube.com/watch?v=u37FcXQUat4&w=560&h=315 ]

So I'm working on a new design for my site and using the super-great stylus CSS preprocessor along with this great gist for simple responsive layout (again with stylus and the nib library). Well, I wanted to see which of my CSS3 media queries were in effect. Here's a simple way to do it with the :before selector. First, put some markup in your HTML near the top, like this (using jade template language . body .content header ..

I recently started playing Tiny Towers (a couple weeks ago) and although I’m not an expert at the game, I found

17 visitors online