Two Plus Two Publishing LLC Two Plus Two Publishing LLC
 

Go Back   Two Plus Two Poker Forums > Other Topics > Programming

Notices

Programming Discussions about computer programming

Reply
 
Thread Tools Display Modes
Old 03-25-2011, 10:54 PM   #1
Hypothetical Ubermonkey
 
jalexand42's Avatar
 
Join Date: Oct 2005
Location: Open Shoving My Range
Posts: 4,552
** UnhandledExceptionEventHandler :: OFFICIAL LC / CHATTER THREAD **

Here's a thread for random crap.

If this forum becomes permanent, we can decide if we wanna recycle this thread periodically.

Welcome!
jalexand42 is offline   Reply With Quote
Old 03-25-2011, 10:58 PM   #2
Carpal \'Tunnel
 
Gullanian's Avatar
 
Join Date: Dec 2006
Location: London
Posts: 13,022
Re: ** OFFICIAL CHATTER THREAD **

Hi!

00000001st
Gullanian is offline   Reply With Quote
Old 03-25-2011, 11:48 PM   #3
Carpal \'Tunnel
 
CPFB's Avatar
 
Join Date: Nov 2005
Location: TEXAS, ya'll!
Posts: 7,188
Re: ** OFFICIAL CHATTER THREAD **

10th
CPFB is offline   Reply With Quote
Old 03-25-2011, 11:50 PM   #4
adept
 
MNOWAX's Avatar
 
Join Date: Jun 2010
Location: Phelps, NY
Posts: 1,004
Re: ** OFFICIAL CHATTER THREAD **

just wanted to say hi. I am mainly a hardware guy, I don't do much programming, but would love to learn more. Sounds like I'll be lurking a lot around here!
MNOWAX is offline   Reply With Quote
Old 03-25-2011, 11:59 PM   #5
Carpal \'Tunnel
 
Benholio's Avatar
 
Join Date: Jun 2004
Location: Atlanta, GA
Posts: 6,482
Re: ** OFFICIAL CHATTER THREAD **

Heyo. Would anyone be interested in starting a book review/recommendation thread? There are so many programming books out there, it would be nice to separate the wheat from the chaff.

Things that would be nice to know about some of the popular books:

-Basic review (5/5 stars!)
-Prerequisite knowledge / difficulty level
-What is the goal of the book? (ie: Teach some design patterns, etc)
-Any particular chapters/items that helped you the most

I would start the thread myself if I had a good review. I do have a couple of books queued up to read sometime soon that I'd particularly enjoy feedback on:

Agile Software Development, Principles, Patterns, and Practices (recommended by Gaming Mouse)

Clean Code: A Handbook of Agile Software Craftsmanship

The Pragmatic Programmer: From Journeyman to Master
Benholio is offline   Reply With Quote
Old 03-26-2011, 12:01 AM   #6
Hypothetical Ubermonkey
 
jalexand42's Avatar
 
Join Date: Oct 2005
Location: Open Shoving My Range
Posts: 4,552
Re: ** OFFICIAL CHATTER THREAD **

Quote:
Originally Posted by Benholio View Post
Heyo. Would anyone be interested in starting a book review/recommendation thread? There are so many programming books out there, it would be nice to separate the wheat from the chaff.

Things that would be nice to know about some of the popular books:

-Basic review (5/5 stars!)
-Prerequisite knowledge / difficulty level
-What is the goal of the book? (ie: Teach some design patterns, etc)
-Any particular chapters/items that helped you the most

I would start the thread myself if I had a good review. I do have a couple of books queued up to read sometime soon that I'd particularly enjoy feedback on:

Agile Software Development, Principles, Patterns, and Practices (recommended by Gaming Mouse)

Clean Code: A Handbook of Agile Software Craftsmanship

The Pragmatic Programmer: From Journeyman to Master

I'm definitely okay with trying this, and I expect that if someone read a fantastic book for Ruby for example, they could post a review in the Ruby discussion thread.

If anyone has some books they love, feel free to start a thread about them.
jalexand42 is offline   Reply With Quote
Old 03-26-2011, 12:04 AM   #7
Carpal \'Tunnel
 
jukofyork's Avatar
 
Join Date: Sep 2004
Posts: 10,213
Re: ** OFFICIAL CHATTER THREAD **

Quote:
Originally Posted by Benholio View Post
Heyo. Would anyone be interested in starting a book review/recommendation thread?
Yeah, I think that would be a pretty good idea!

Juk
jukofyork is offline   Reply With Quote
Old 03-26-2011, 12:25 AM   #8
newbie
 
Join Date: Jul 2010
Posts: 25
Re: ** OFFICIAL CHATTER THREAD **

Not a book but a service. Books24x7 If your company doesn't offer it, get them to offer it. Its what O'Reilly's Safari is trying to be but it has more publishers.

For books
Learn Objective-C for Java Developers
by James Bucanek
Apress © 2009 (519 pages) Citation
ISBN:9781430223696

Great book to learn objective-c if you know java.
4 out 5 five stars (not a great reference after you've read what you need).
notthatphil is offline   Reply With Quote
Old 03-26-2011, 12:54 AM   #9
Carpal \'Tunnel
 
jukofyork's Avatar
 
Join Date: Sep 2004
Posts: 10,213
Re: ** OFFICIAL CHATTER THREAD **

Quote:
Originally Posted by Benholio View Post
Heyo. Would anyone be interested in starting a book review/recommendation thread?
Perhaps the same could be done for podcasts too? There seems to be an almost infinite amount of them; varying vastly in quality and content.

Juk
jukofyork is offline   Reply With Quote
Old 03-26-2011, 06:52 AM   #10
 
goofyballer's Avatar
 
Join Date: Jun 2005
Location: Searching for my Canuck soulmate
Posts: 40,359
Re: ** OFFICIAL CHATTER THREAD **

Programming TR:

I just wrote my first Python script a couple days ago. I had a memory dump of a text file in the debugger (it was a debug log that hadn't been flushed to disk) and I wanted to convert it from hex to readable text.

Results: it was really easy! Python is kool.
goofyballer is offline   Reply With Quote
Old 03-26-2011, 09:29 AM   #11
Carpal \'Tunnel
 
jukofyork's Avatar
 
Join Date: Sep 2004
Posts: 10,213
Re: ** OFFICIAL CHATTER THREAD **

Quote:
Originally Posted by goofyballer View Post
Programming TR:

I just wrote my first Python script a couple days ago. I had a memory dump of a text file in the debugger (it was a debug log that hadn't been flushed to disk) and I wanted to convert it from hex to readable text.

Results: it was really easy! Python is kool.
The "indentation scope" thing always seemed a bit weird to me: people argue that since you already indent things as part of standard programming practices it doesn't matter, but if you add more scope around some already heavily indented code you have no curly brackets or begin/end statements to "remind" you what the original scope looked like (probably negated by using a decent IDE though).

Juk
jukofyork is offline   Reply With Quote
Old 03-26-2011, 11:35 AM   #12
lolcat
 
kerowo's Avatar
 
Join Date: Nov 2005
Posts: 20,763
Re: ** OFFICIAL CHATTER THREAD **

Moving python scripts between vi and text wrangler tends to screw up the white space and causes errors, which gets annoying, but I was able to parse XML in a python script by using google so that's pretty cool. Now I just need to learn enough to make it look a little less preschool.
kerowo is offline   Reply With Quote
Old 03-26-2011, 01:43 PM   #13
enthusiast
 
swrittenb's Avatar
 
Join Date: Jul 2009
Location: Ontario, Canada
Posts: 58
Re: ** OFFICIAL CHATTER THREAD **

Quote:
Originally Posted by goofyballer View Post
Results: it was really easy! Python is kool.
Yay, Python! I got started in Python about five or six years ago, and it just keeps getting more and more powerful. For simple tasks, you can really save a lot of time with a good general scripting language.
swrittenb is offline   Reply With Quote
Old 03-26-2011, 02:40 PM   #14
BSOD and racetrack Ninja
 
wellju's Avatar
 
Join Date: Feb 2010
Location: ALL OF THEM
Posts: 5,129
Re: ** OFFICIAL CHATTER THREAD **

We should be glad that Bill Gates was wrong with "640K ought to be enough for anybody".

Otherwise beautiful languages like Python and Ruby wouldn't exist and we would be busy typing 1000 lines in C instead of a single "optparse".
wellju is offline   Reply With Quote
Old 03-26-2011, 03:12 PM   #15
centurion
 
tesuji's Avatar
 
Join Date: Jan 2011
Location: UK
Posts: 108
Re: ** OFFICIAL CHATTER THREAD **

Quote:
Originally Posted by jukofyork View Post
The "indentation scope" thing always seemed a bit weird to me: people argue that since you already indent things as part of standard programming practices it doesn't matter, but if you add more scope around some already heavily indented code you have no curly brackets or begin/end statements to "remind" you what the original scope looked like (probably negated by using a decent IDE though).

Juk
Or your editing someone else's code and realise they've used spaces instead of tabs (or vice versa). I like the way Haskell indentation works.
tesuji is offline   Reply With Quote

Reply
      

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -4. The time now is 08:47 AM.


Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.6.0 ©2011, Crawlability, Inc.
Copyright © 2008-2010, Two Plus Two Interactive