Posts on C++, data compression, algorithms, and more!


<< Newer   129 posts page 7 of 13 Older >>
  • NY Times Considered Hip - Patent Office Considered Harmful

    A funny New York Times headline points to an unsettling patent lawsuit.
  • My Breakup With Angie

    Angie's List was useful, and provided a pretty good service for the price, but I finally dumped my membership this fall. Let me try to explain why.
  • Yet Another Word Puzzle

    I love a good word problem, this one turned up in a homework assignment. C++ source code is used to attack it.
  • No Exceptions - With One Exception

    I have a simple C++ utility class I use to help me throw informative, easy to build exceptions. Yes, exceptions are problematic, but there's one place I can use them with impunity - to cause a fatal error that aborts my program.
  • Visa vs. the Z-Axis

    A Visa advertising campaign fails to resonate with me.
  • The Father of VoIP Moves On

    Richard Platt, who oversaw the development of the first commercially successful VoIP phone system, is leaving Cisco.
  • Building the Convex Hull

    I explain the Graham convex hull algorithm, a classic problem in computational geometry, and provide C++ demonstration code. A fancy animated GIF build with gnuplot helps to illustrate the process.
  • C++ Hash Table Memoization: Simplifying Dynamic Programming

    This article discusses the use of C++ hash containers to improve storage of subproblem results when using dynamic programming (DP). I provide a fully-developed C++ example of an algorithm, and show how it can be adapted to use hash table memoization.
  • The Multicore Kerfuffle and a Dose of Reality

    We're in panic over a transition from increasing clock speed to increasing core count. I argue that the panic is unwarranted.
  • Phishers take it to the next level

    Phishers move to automated voice calling - a game changer!
<< Newer Older >>

subscribe via RSS