Archive for the 'code' Category

[from AsterFax] SpanDSP error codes ( useful if you are about to organize faxing from asterisk or other voip )

Saturday, June 8th, 2013

SpanDSP provides the core functionallity within Asterisk for sending and recieving faxes. spandsp is a library which provides many of the DSP functions needed for telephony. It is designed to be independent of the telephony platform itself. http://www….

[from AsterFax] SpanDSP error codes ( useful if you are about to organize faxing from asterisk or other voip )

Saturday, June 8th, 2013

SpanDSP provides the core functionallity within Asterisk for sending and recieving faxes. spandsp is a library which provides many of the DSP functions needed for telephony. It is designed to be independent of the telephony platform itself. http://www….

The Architecture of Open Source Applications

Sunday, June 2nd, 2013

so called AOSA book. ” Architects look at thousands of buildings during their training, and study critiques of those buildings written by masters. In contrast, most software developers only ever get to know a handful of large programs well—usually …

The Architecture of Open Source Applications

Sunday, June 2nd, 2013

so called AOSA book. ” Architects look at thousands of buildings during their training, and study critiques of those buildings written by masters. In contrast, most software developers only ever get to know a handful of large programs well—usually …

What are the unwritten rules of deleting code? | Ars Technica

Wednesday, January 9th, 2013

Good tips / insights about old code deletion / code review

What are the unwritten rules of deleting code? | Ars Technica

Wednesday, January 9th, 2013

Good tips / insights about old code deletion / code review

What are the unwritten rules of deleting code? | Ars Technica

Wednesday, January 9th, 2013

Good tips / insights about old code deletion / code review

Solving Every Sudoku Puzzle [by Peter Norvig]

Friday, April 15th, 2011

An essay by Peter Norvig showing how to program sudoku solver.
Note: Read this if you are a software developer . Even better is to print it out and read it with a pencil.

How Facebook Ships Code « FrameThink – Frameworks for Thinking People

Thursday, January 20th, 2011

Notes about facebook internal PM process (release, builds, QA, deployments, management, etc)
… Interesting that they manage to do their work like a small startup team, even thought they are #1 site on the Net and have ~ 2K employees.

L-peer in the software world: Switching from C# to Java [REDHAT Virtualization Platform Management App re-write]

Tuesday, April 13th, 2010

Great post about challenges that one team inside of Redhat faced when they were challenged with the task of migrating C#/IIS/MS-SQL-based VM management tool into Java. The post is more interested from the project management perspective, than from th…