• submit to reddit
Mitch Pronschinske05/17/13
2291 views
0 replies

Links You Don't Want To Miss (May 17)

New JavaScript and CSS tools are on their way, along with a managed NoSQL DB from Google. Plus Jekyll 1.0 and a super-jumping robot.

Robert Diana05/16/13
14447 views
6 replies

The Big List of 256 Programming Languages

I am not recommending a specific language over others at this time, but providing a long list of languages based on GitHub and TIOBE.

Paul Reed05/16/13
3128 views
0 replies

The Ship Show: Does Your Entire Team Have to Git It?

Version control is becoming a ubiquitous part of the “DevOps movement,” and we talk through what level of understanding should be expected, what level of training should be provided, and whether those are different for different teams or different tools.

Allen Coin05/16/13
5391 views
1 replies

Links You Don't Want to Miss (May 16)

Today: A full-text client-side search in CSS3, Georgia Tech's online MS in Computer Science for $7,000, 3 new APIs for Android announced at Google I/O, and a Klingon translator!

Paul Hammant05/16/13
2670 views
0 replies

The Sorry State of the Anti-Software Patents Movment

Paul Hammant takes a broad look at the anti-software patent organizations, old and new, and where we are right now in the process of affecting real change in US software patent laws.

Eric Gregory05/15/13
4175 views
0 replies

Dev of the Week: Michael Sahota

This week we're talking to Michael Sahota, Certified Scrum Master, active member of the Agile community, and co-organizer of Agile Tour Toronto.

Eric Gregory05/15/13
3290 views
0 replies

Links You Don't Want To Miss (5/15)

Today: The Universal Bytecode, an old math problem solved, the sound of sorting (algorithms), and a solution for automating development environments. Plus: the long history of selfish generations.

Abby Fichtner05/15/13
2122 views
0 replies

Who Are You Imitating?

And so now, as I’m wondering what my next “big thing” will be (no pressure, Abbs) – I also wonder who might be next. Am I exposing myself to enough awesome to let me grow or am I getting too comfortable with who and what I know today?

Nick Johnson05/14/13
5019 views
0 replies

Algorithm of the Week: Damn Cool Secure Permutations with Block Ciphers

A secure permutation is one in which an attacker, given any subset of the permutation, cannot determine the order of any other elements. A simple example of this would be to take a cryptographically secure pseudo-random number generator, seed it with a secret key, and use it to shuffle your sequence.

A. Jesse Jiryu Davis05/13/13
901 views
0 replies

Wasp's Nest: A Lock-Free Concurrency Pattern In Python

In recent work on PyMongo, I used a concurrency-control pattern that solves a variety of reader-writer problem without mutexes. I'm dubbing it the Wasp's Nest. Stick with me—by the end of this post you'll know a neat concurrency pattern, and have a good understanding of how PyMongo handles replica set failovers.

Mitch Pronschinske05/13/13
4154 views
0 replies

Links You Don't Want To Miss (May 13)

See why Ars Technica thinks that the W3C’s new DRM framework will empower the open web and check out the benchmarking of Dart and Java. Plus a iOS 7 concept design and 7 tips on minion management.

Eli Bendersky05/11/13
2488 views
0 replies

Python Will Have enums in 3.4!

After months of intensive discussion (more than a 1000 emails in dozens of threads spread over two mailing lists, and a couple of hundred additional private emails), PEP 435 has been accepted and Python will finally have an enumeration type in 3.4!

Yuriy Lopotun05/10/13
19221 views
6 replies

How to Stand Out at Work: 10 Tips for Programmers (Part 1)

I’ve been in the IT industry for almost 8 years working in 4 different companies. During this time I had a chance to work with a couple dozen programmers, some of them successfully developing their career, some satisfied and staying in one place, and some fired.

Allen Coin05/10/13
3819 views
0 replies

Links You Don't Want to Miss (May 10)

Today: Java SE changes its release numbering scheme, how good C# habits can encourage bad JavaScript habits, PyPy 2.0 releases, and imagining a camera that can capture the movement of light in femtoseconds.

Mikko Ohtamaa05/09/13
2493 views
0 replies

Exporting and Sharing Sublime Text Configuration

Sublime Text is a very powerful and popular text editor. But it’s more than a text editor… it’s an ecosystem of programmer’s tools where you can go to armory and choose the winning set for every code you’ll face.