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

Recently, when I tried to access  http://slashdot.org/ in Firefox, I would see my browser title bar flash briefly to “AT&T GUI”, and then I would get redirected to: http://slashdot.org/ cgi-bin/redirect.ha which returns slashdot’s custom error 404 page! What is going on? (Read on for answer…) Did slashdot mess up their mod_rewrite config? (Nope, works fine in a different browser...) Did my HTTPS everywhere extension go crazy? (N..

Eve.NET is a simple HTTP and REST client for Web Services powered by the Eve Framework . It leverages both System.Net.HttpClient and Json.NET to provide the best possible Eve experience on the .NET platform. Written and maintained by the same author of the Eve Framework itself, Eve.NET is delivered as a portable library (PCL) and runs seamlessly on .NET4, Mono, Xamarin.iOS, Xamarin.Android, Windows Phone 8 and Windows 8. We use Eve.NET ..


CFP Open! - flick.etc.gen.nz - 11 years ago - eng
pWoohoo! We've put out the a href=http://flick.etc.gen.nz/~puck/nz2015minidebconf/./Call_for_Presentations/Call for Presentations/a for the combined LCA2015 Debian Miniconf and NZ2015 mini-DebConf, both being held in Auckland, New Zealand in 2015!/p

I recently participated at Startup Weekend DC which was part of the Global Startup Battle where we built Stream Motion , it turns a #hashtag into a photo stream designed specifically for events. (Try entering #SWDC to see what Startup Weekend DC was like) I've participated in a lot of Startup Weekends, once as an organizer and countless other times as an attendee. I love it. I always have a great time, meet awesome people and get a c....

I recently participated at Startup Weekend DC which was part of the Global Startup Battle where we built Stream Motion , it turns a #hashtag into a photo stream designed specifically for events. (Try entering #SWDC to see what Startup Weekend DC was like) I've participated in a lot of Startup Weekends, once as an organizer and countless other times as an attendee. I love it. I always have a great time, meet awesome people and get a c....

I've been running some instances of Kippo for quite some while now with great results. I recently wrote an Ansible playbook to automate the process of deploying Kippo hosts and also make it scalable. You can find the playbook on my GitHub page , specifically here .

In the second part of the series, we will focus on how to optimise the views to make applications smoother.


In the second part of the series, we will focus on how to optimise the views to make applications smoother.

Originally published on the AdRoll Blog on November 12, 2014 . The advertising industry has undeniably become a data play, as consumers are generating valuable data with every digital interaction. We hear buzzwords like “big data,” “machine learning” and “real-time algorithms,” but little about how these puzzle pieces fit together to help marketers achieve their business objectives. Over the last few years, the ad tech industry has lea....

Screenshot Saturday 199 - etodd.io - 11 years ago - eng
Level design for days" has been my motto for several months now, and this week is no different. Behold, new challenge levels! These are timed, bite-sized maps with simple goals that can be completed in under a minute. They're the kind of things you can create in the level editor and share on Steam. I need to find a new texture for that garish green material. Lots of other things are happening, but they're more like a million ti..

Creating a community is no easy task. When LayerVault founders Kelly Sutton and Allan Grinshtein saw engineers were edging out designers in other communities…

Deploying your first Python-app can be tedious if you want to do everything by yourself. There are many great tutorials that help you set up all the necessary programs you’ll need to host your webapp. And trust me, it’s not easy: You’ll have to use a webserver that proxies the requests from your browser to a WSGI server . This in turn handles the communication with your app. You’ll also have to serve the static media like images, w....

If you frequently send out mass email news letters and keep getting users replying to all recipients, or need to

No more starving snails - liza.io - 11 years ago - eng
Dear jar capacity validator, I’m sorry I ever doubted you. I thought you were killing my snails, but really it’s my lack of you that caused the problem. I am the one guilty of virtual snailslaughter.

After collecting some photovoltaic data using PikoPy and a some readings from the residential meter it was time to put everything together. The data is collected by a couple of scripts triggered by a cronjob every five minutes. $ crontab -l */5 * * * * python /home/solarpi/kostal_piko.py */5 * * * * python /home/solarpi/collect_meter.py */15 * * * * python /home/solarpi/collect_weather.py The results are then written into a SQLite database..

pHTTP offers very powerful support for a href=http://tools.ietf.org/html/rfc2616#section-13caching/a:/p blockquote pThe goal of caching in HTTP/1.1 is to eliminate the need to send requests in many cases, and to eliminate the need to send full responses in many other cases. The former reduces the number of network round-trips required for many operations; we use an quot;expirationquot; mechanism for this purpose (see section 13.2). The latt....


Open Source Design - una.im - 11 years ago - eng
When designers and developers work together from the start, it produces better outcomes. But how can we get designers involved and wanting to participate in the open source community from the start?

Problem: Alice chooses a secret polynomial $ p(x)$ with nonnegative integer coefficients. Bob wants to discover this polynomial by querying Alice for the value of $ p(x)$ for some integer $ x$ of Bob’s choice. What is the minimal number of queries Bob needs to determine $ p(x)$ exactly? Solution: Two queries. The first is $ p(1)$, and if we call $ N = p(1) + 1$, then the second query is $ p(N)$.

Problem: Alice chooses a secret polynomial $ p(x)$ with nonnegative integer coefficients. Bob wants to discover this polynomial by querying Alice for the value of $ p(x)$ for some integer $ x$ of Bob’s choice. What is the minimal number of queries Bob needs to determine $ p(x)$ exactly? Solution: Two queries. The first is $ p(1)$, and if we call $ N = p(1) + 1$, then the second query is $ p(N)$.

Problem: Alice chooses a secret polynomial $ p(x)$ with nonnegative integer coefficients. Bob wants to discover this polynomial by querying Alice for the value of $ p(x)$ for some integer $ x$ of Bob’s choice. What is the minimal number of queries Bob needs to determine $ p(x)$ exactly? Solution: Two queries. The first is $ p(1)$, and if we call $ N = p(1) + 1$, then the second query is $ p(N)$.

Robert C.Martin, of Clean Code fame, has something to say on the role of we programmers in today’s society. We rule the world. We don’t quite understand this yet. More importantly, the world doesn’t quite understand it yet. Our civilization doesn’t quite realize how dependent it has become on software — on us. He goes as far as suggesting a programmer’s code of conduct of sorts. Food for thought I guess, although I suspect we’re to..

Have you ever written JUnit tests extending a class that does some before and after work, so you didn’t have to repeat that code in various test classes?

The D programming language has quickly become our language of choice on the Data Science team for any task that requires efficiency, and is now the keystone language for our critical infrastructure. Why? Because D has a lot to offer. A Brief Introduction One of the clearest advantages of using D compared to other typical data science workflows is that it compiles down into machine code. Without an interpreter or virtual machine layer,....

The SoundCloud API will be dropping support for Extensible Markup Language (XML) responses. XML will be phased out on the following schedule…

In the inaugural part of the series, I have covered ListFragments and it’s single advantage while having full control over the fragment and it’s layout. It will reduce the pain of managing or showing the progress, because ListFragment does it automatically for you

Over the weekend I spoke at the Embergarten Saturday Symposium , which was an awesome mini conference on Ember in Toronto. My topic was “Ember at 10ft”, and it was about how to build a TV friendly interface in Ember.js. The talk was recorded but not yet posted, however I’ve already posted the source code on github. The github repo contains my slides from the talk as well as speaking notes. I’ve also put up an online demo . Check it ..


In the inaugural part of the series, I have covered ListFragments and it’s single advantage while having full control over the fragment and it’s layout. It will reduce the pain of managing or showing the progress, because ListFragment does it automatically for you

The SoundCloud API will be dropping support for Extensible Markup Language (XML) responses. XML will be phased out on the following schedule…




Python-like generator functions, implemented as a library: Generator functions implemented as a library This is possible through two simple tricks: The language represents stack frames as objects on the heap. There’s a native function for grabbing the current stack frame. Turns out replacing the calling stack frame is really the only thing you need in order to implement coroutines and generics. The implementation is only 23 lin..

Python-like generator functions, implemented as a library: Generator functions implemented as a library This is possible through two simple tricks: The language represents stack frames as objects on the heap. There’s a native function for grabbing the current stack frame. Turns out replacing the calling stack frame is really the only thing you need in order to implement coroutines and generics. The implementation is only 23 lin..

Python-like generator functions, implemented as a library: Generator functions implemented as a library This is possible through two simple tricks: The language represents stack frames as objects on the heap. There’s a native function for grabbing the current stack frame. Turns out replacing the calling stack frame is really the only thing you need in order to implement coroutines and generics. The implementation is only 23 lin..

In the open source community you’ll often hear the phrase “free as in speech” or “free as in beer” in


grepr - 7DFPS 2014 - etodd.io - 11 years ago - eng
I survived 7DFPS , barely. Here are some fascinating statistics: Days to create an FPS: 7 Hours spent: 93 Levels built: 5 Lines of code written: 2313 Hours to spare before deadline: 2 Functioning brain cells remaining: approximately 4 I'm happy with the result, though. Jack did a great job on the audio as usual, although at the last minute I had to throw in some clunky placeholder sfxr sounds. Blame me for those! Maybe we'll replac..

Like many other people who hold a degree in science, I look at people who are currently upset about GMO products with pity and disdain. They don’t know what it is, but they’re willing to call it evil for whatever reason. GMO stands for genetically modified organism, which is essentially any organism (plant, animal, amoeba, etc.) that has had its DNA modified in some way. DNA are the blueprints of a living cell that in turn produce the R..

Like many other people who hold a degree in science, I look at people who are currently upset about GMO products with pity and disdain. They don’t know what it is, but they’re willing to call it evil for whatever reason. GMO stands for genetically modified organism, which is essentially any organism (plant, animal, amoeba, etc.) that has had its DNA modified in some way. DNA are the blueprints of a living cell that in turn produce the R..

It's been a little over a month since I started using tmux. Below, I'll try to explain most of my .tmux.conf, a bit of my current workflow using awesome + tmux and various cool stuff you can do with tmux. My latest .tmux.conf can be found on my dotfiles repo on GitHub .

18 visitors online