Another meating at the awfus, eh?
Brent Lamborn
Posts
-
Thought of the day -
Is it possible to be suave but not debonair and vice versa?I think everyone is ignoring the preface of the question. I've never in my life heard the two combined into one sentence. Always seperate. So using the two together to me would would be equivalent to making fun of someone for thinking he is suave or debonair. :doh:
-
.NET robotics controllerVery true. It can easily become dad's project if you aren't careful. My son helped me build the robot but it became my task to update the firmware on it before we could deploy code to it. Looking back, I should have had him more involved with the firmware update too.
-
.NET robotics controllerInteresting. My son and I are working on a similar project. We are building a robot with a camera that can be controlled from the Internet. So, we can drive around and look inside our home while we aren't there. We started with this: http://www.ghielectronics.com/catalog/product/140[^] Have a look at that or consider .NET Gadgeteer which is brand new on the scene! http://www.ghielectronics.com/catalog/category/265/[^] http://netmf.com/gadgeteer/[^] My son (12 years old) is so excited about the project that he's been writing c# code on paper at school to program the robot and then when he gets home he cracks open the laptop, codes it with VS2010 and deploys it to the robot. Pretty cool.
-
Top 10 Pick-up Lines the Code Project Ladies Are Sick of HearingCome back to MySpace so I can Twitter all over your Facebook. (a t-shirt I saw somewhere on the intarwebnets)
-
Read This If You Hate MeetingsWhat is all this talk about a deleted post?
-
Read This If You Hate MeetingsHe's an outlaw, what'd you expect?
-
Read This If You Hate MeetingsExactly. I thought the whole thread would disappear.
-
Read This If You Hate Meetingshttp://www.paulgraham.com/makersschedule.html[^]
modified on Thursday, July 30, 2009 5:53 PM
-
Your First Computer...TRS-80 From Radio Shack, complete with cassette drive + 2 joysticks and 16k of memory. Got it when I was like 8 yrs old. Wrote my first code on it (BASIC). Still got it in my closet. Anyone want to buy it? :cool:
-
Why do I bother....What better place for a narc nap than in a meating? (ya thats how I spell it)
-
Microsoft Azure ServicesI have a free Azure Beta account, but haven't been able to use it since I run XP at work and home. Ya gotta have Vista - which I don't what to use.
-
Why Flash?That's what I thought when I first read about it too, then I figured MS saw it as a way to spread Silverlight, until I saw it was Flash.
-
Why Flash?Microsoft just launched a celeb site featuring horizontal scrolling: http://www.wonderwall.com/[^] Why Flash and not Silverlight? :sigh:
-
I've been searching for an error handling comprehensive...Don't forget this scenario:
try
{
// some code
// some more code
// even more code
}
catch (Exception e)
{
try
{
// still, more code
}
catch (Exception e)
{
//um, another try...catch?
}
} -
WPF, love it or hate it?Hate it. I like Adobe's Flex platform much more. Databinding is much more intuitive, controls can be styled with regular CSS and I feel it provides more seperation between layers. Flex feels like a presentation layer. To me WPF feels like a mix between presentation and biz logic. Animations render far more smoothly in Flex as well. WPF doesn't do what you expect it to do sometimes given the XAML I'm staring at - therefore I've renamed it WTF. The Expressions stuff is odd - difficult to figure out.
-
Digital conversion made easy [modified]No kiddin. What a massive waste of resources those commercials are huh!?
-
I just had a fight with my matesStellar. Found my new sig.
Brent "Write me the greatest code in the world, or I'll eat your soul."
-
I just had a fight with my matesObviously.
-
I just had a fight with my mates:laugh: the part that gets me is "to simplify it" . I'd hate to have to try and make sense of the complicated version.