Blogs

May 14, 2012

Ham It Up

Hamming distance is important in reliable systems and is also used in some cryptography algorithms.

May 14, 2012

The JavaFX SceneBuilder Tool

Oracle recently released a preview of a new tool to help with GUI layout for JavaFX 2.x applications, called the JavaFX SceneBuilder. It's available for Windows, Mac OS X, and Linux, and you can download it here. It's available on all of these platforms because it's built on Java itself.

May 10, 2012

The Tell-Tale Compiler

In this post, I want to remind you to consider issues that your parallel code can encounter from the compiler.




Articles                                     RSS

Software Engineers All!

May 15, 2012

Faking a CS degree will get you fired. Falsely claiming to be a software engineer will get you — wait, is that even possible? - Design

Interview With Ward Cunningham

May 15, 2012

The creator of the Wiki dishes on the Wiki, Wikipedia's policies, OO design, technical debt, CoffeeScript and Perl, how to survive as a veteran programmer, and doing the simplest thing that could possibly work. - Design

Testing OO Systems, Part 1

May 15, 2012

OO tests stimulate an object and observe that object's behavior. The tests do not look at the object's state to judge whether or not the test succeeds, they just look at the object's behavior. When I call dog.expressHappiness(), my test succeeds when I observe that wagTail() is called. I would never look inside the dog at the isHappy field. - Testing

The New C Standard Explored

May 08, 2012

C11 specifies many security features that require minimal changes to existing code. They greatly reduce unexpected behavior and prevent many kinds of common attacks. - C/C++

The New Native Languages

May 08, 2012

D and Go are at the forefront of a new generation of native languages emerging in the space between C and C++. - Design

Kernels, Contexts, Threads, and Extensible Database Architecture

May 07, 2012

If you are building a new database management system or simply want to write better database applications, you should be aware of the extensible architecture of operating systems and database managers. - Database

Jolt Awards: The Best Testing Tools

May 01, 2012

The Annual Award for Best Testing Products - Jolt Awards

Oracle and the End of Programming As We Know It

May 01, 2012

If Oracle prevails in its claim that APIs can be copyrighted, nearly every aspect of programming will be changed for the worse. - JVM Languages

Using SQLite on Android

May 01, 2012

With a little care, SQLite can be used as a data store or full database on Android devices - Database

Calling Constructors with Placement New

April 26, 2012

Trying to create an object at a specific memory address highlights the peculiarities of C++ constructors - C/C++

Best of the Web

What the New iPad and iOS 5.1 Mean for Developers

The new display is gorgeous. But local storage for HMTL5 is currently broken on the new iPad and performance of some apps is slower. Here's a deep dive into the issues, including benchmarks and analysis.

Quick Read

Triple Buffering as A Concurrency Mechanism

Triple Buffering is a way of passing data between a producer and a consumer running at different rates. It ensures that the consumer sees only complete data with minimal lag.

Quick Read

Embedding GDB Breakpoints in C Source Code

Have you ever wanted to embed GDB breakpoints in C source code? Something like this:
printf("Hello,\n");
EMBED_BREAKPOINT;
printf("world!\n");

Quick Read

Writing Kernel Exploits

Why attack the kernel? Because it has a huge attack surface with potential for very interesting bugs. This presentation (pdf) takes a code-level dive into recently reported Linux-kernel exploits.

Quick Read


More "Best of the Web" >>



Video

Enabling People and Organizations to Harness the Transformative Power of Technology