Sign In
A Polyglot's Tales
Mike Lanzetta's Blog - Tales from a programming polyglot.
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
About
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Advanced search options...
Search In:
Everything
Blogs
Forums
People
Groups
Places
Pages
Date range:
All Time
Last Year
Last 6 Months
Last 3 Months
Last Month
Last Week
Last Two Days
Tags
No tags have been created or used yet.
Archive
Archives
May 2010
(1)
December 2009
(1)
October 2009
(1)
June 2009
(1)
May 2009
(1)
April 2009
(1)
March 2009
(1)
MSDN Blogs
>
A Polyglot's Tales
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
A Polyglot's Tales
Duck Typing in C# 4.0
Posted
over 2 years ago
by
Lanzetta
1
Comments
One of my favorite new features in C# 4.0 is the dynamic keyword. Not only does it allow you to do freaky things with interactions between C# and scripting languages like IronRuby, but it opens up one of my favorite features from that language – Duck...
A Polyglot's Tales
Misusing Infer.NET For Fun and Profit
Posted
over 3 years ago
by
Lanzetta
0
Comments
I’ve recently started looking into Infer.NET – I’m trying to learn some Bayesian inference, and it seems like a good tool for the job (I’m a bear of little brain, and need all the help I can get). However, it’s an exciting library, so I’ve been playing...
A Polyglot's Tales
Using Java Concurrency Primitives: ReadWriteLock
Posted
over 3 years ago
by
Lanzetta
0
Comments
So it’s been some time since I updated this blog, and I thought I’d explain why just on the off-chance folks are actually reading. My wife and I just bought a new house (well, town-house, we are in Seattle), and that took (and is still taking) a lot of...
A Polyglot's Tales
Writing a Powershell Snapin for Bing
Posted
over 3 years ago
by
Lanzetta
6
Comments
I’ve been meaning to write a post on how to author custom Powershell Cmdlets for some time now, as it’s incredibly easy to do and makes an awesome cmd shell even better. I’m still more comfortable in tcsh, but for working in Windows, Powershell makes...
A Polyglot's Tales
Java’s Checked vs. Unchecked Exceptions
Posted
over 3 years ago
by
Lanzetta
0
Comments
I’m probably late to the party here (I’ve been in C#-land lately), but I think I’ve finally worked out what irks me about the Checked vs. Unchecked Exception religious war in the Java world. I’ve always been on the Checked side of the fence, but lately...
A Polyglot's Tales
“You can’t use that, it’s not performant”
Posted
over 3 years ago
by
Lanzetta
2
Comments
I can’t tell you how many times I’ve heard this - from PMs, dev leads, and colleagues. Other than the use of the “word” performant, what bugs me about this is that usually they don’t have any data (or current data) to back it up. Coming from the Java...
A Polyglot's Tales
Introduction
Posted
over 3 years ago
by
Lanzetta
0
Comments
Hello all, and welcome to A Polyglot’s Tales. I’m starting up this blog mostly as my own personal dumping ground for any useful information that I need to archive, but also feel might be useful to the community. I’ve been a C++/Java developer on *nix...
Page 1 of 1 (7 items)