Recent Posts (page 67 / 71)

by Leon Rosenshein

Big Data

We've got lots of data, but we're not the only ones. Think about CERN. The keep gigabytes/sec for 10s of Pb per experiment and they run multiple experiments a year.

by Leon Rosenshein

Meetings

Meetings. They're a part of life, and with teams spread across 3 time zones, 5+ buildings and a test track, meetings with at least one person not in the room are common, almost the norm. Some are great, some are terrible, and most are kind of mediocre. Unless you're that one person who's remote. In that case great meetings are like unicorns. We've heard about them. Some of us have even been in them, but they're rare, All hope is not lost though. Here are some tips for making hybrid and all remote meetings work better.

by Leon Rosenshein
by Leon Rosenshein

Asking Good Questions

Here's a handy checklist for asking coding questions. It's targeted at StackOverflow and non-realtime questions in general, but the list applies to asking questions directly of someone else as well. The better you understand and can explain your question the more likely you'll get an answer.

by Leon Rosenshein
by Leon Rosenshein
by Leon Rosenshein
by Leon Rosenshein

Lint

Linting has come a long way. I first used PC-Lint back when it was new and it was valuable back then. Today linters do a lot more than look for strangely placed ,s that change the meaning of a statement. Today, a list of common issues found/reported by Intel's PVS-Studio.

by Leon Rosenshein

Code Reviews

A big part of a developer's life. They can be a great way to get a broader perspective on the code you've written and suss out hidden gotcha's others know about. They can also slow you down. Multiple iterations, arguments over style vs substance, or just waiting for someone to take a look. There's lots of anecdotal evidence (user dreams/nightmares) on the topic, and even some more academic publications. Starting from the idea that code reviews are worthwhile and we want to make the most of them, how do we avoid some of the perils? Here's a couple of articles on that provide some guidelines.