<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xmlns:dw="https://www.dreamwidth.org">
  <id>tag:dreamwidth.org,2011-08-12:1072886</id>
  <title>Path: Illogical</title>
  <subtitle>You can get there from here.  Maybe.</subtitle>
  <author>
    <name>kjw</name>
  </author>
  <link rel="alternate" type="text/html" href="https://kjwcode.dreamwidth.org/"/>
  <link rel="self" type="text/xml" href="https://kjwcode.dreamwidth.org/data/atom"/>
  <updated>2011-09-30T04:58:55Z</updated>
  <dw:journal username="kjwcode" type="personal"/>
  <entry>
    <id>tag:dreamwidth.org,2011-08-12:1072886:10793</id>
    <link rel="alternate" type="text/html" href="https://kjwcode.dreamwidth.org/10793.html"/>
    <link rel="self" type="text/xml" href="https://kjwcode.dreamwidth.org/data/atom/?itemid=10793"/>
    <title>C++11 rough cuts</title>
    <published>2011-09-30T04:58:55Z</published>
    <updated>2011-09-30T04:58:55Z</updated>
    <category term="books"/>
    <category term="c++"/>
    <category term="dev"/>
    <dw:music>Until I Fall Away, by the Gin Blossoms</dw:music>
    <dw:mood>calm</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Like most new language standards, C++11 currently lacks a book describing what's new and giving some examples.  Sure, you can skip from site to site and blog to blog and put it together for yourself, but I'd rather spend more time learning than searching.&lt;br /&gt;&lt;br /&gt;I did some searching for books that might fit the bill and found two.&lt;br /&gt;&lt;br /&gt;&lt;a href="http://my.safaribooksonline.com/9780132781145"&gt;C++ Primer Plus, Sixth Edition&lt;/a&gt; wasn't in the top search results, but it's the one I bought based on the reputation of earlier editions.  It's currently in pre-publication "rough cut" phase, but O'Reilly lets readers follow as the book's being worked on.  Needless to say, I'm a big fan of that way of doing things!  I don't need perfect information just yet -- I just need a bunch of pushes in the right direction.&lt;br /&gt;&lt;br /&gt;The other book I found is &lt;a href="http://www.wrox.com/WileyCDA/WroxTitle/Professional-C-2nd-Edition.productCd-0470932449.html"&gt;Professional C++, 2nd Edition&lt;/a&gt;.  I'm not as familiar with Wrox books as I am with O'Reilly, and I didn't see any sort of early access program.  This book is also probably slightly ahead of my C++ skill level, as I still need the occasional extra bit of information to get things to click.  At any rate, this book is due to be published in October.&lt;br /&gt;&lt;br /&gt;At any rate, I'm happy to have something to work from.  If you know what the perfect next step after C++ Primer Plus is, please let me know.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=kjwcode&amp;ditemid=10793" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2011-08-12:1072886:10634</id>
    <link rel="alternate" type="text/html" href="https://kjwcode.dreamwidth.org/10634.html"/>
    <link rel="self" type="text/xml" href="https://kjwcode.dreamwidth.org/data/atom/?itemid=10634"/>
    <title>C++11 catch-up</title>
    <published>2011-09-28T04:36:30Z</published>
    <updated>2011-09-28T04:38:00Z</updated>
    <category term="dev"/>
    <category term="c++"/>
    <dw:mood>pessimistic</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Catching up on C++11 and C++ in general now.  On one hand it doesn't feel like it makes sense, given that Perl is such a versatile tool, and I don't really do anything &lt;em&gt;important&lt;/em&gt;, anyway.  On the other hand it feels like it's worth checking out now that the new standard is out.&lt;br /&gt;&lt;br /&gt;I've seen the C++0x label for so long that I've taken to calling C++11 C++0xB instead.  I'm sure I'm not the first to think of it, but it amuses me somewhat.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=kjwcode&amp;ditemid=10634" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2011-08-12:1072886:5924</id>
    <link rel="alternate" type="text/html" href="https://kjwcode.dreamwidth.org/5924.html"/>
    <link rel="self" type="text/xml" href="https://kjwcode.dreamwidth.org/data/atom/?itemid=5924"/>
    <title>First patch reviewed</title>
    <published>2011-09-03T06:57:03Z</published>
    <updated>2011-09-03T06:57:50Z</updated>
    <category term="health"/>
    <category term="dev"/>
    <category term="dw"/>
    <dw:music>The Auld Sod, by Spirit of the West</dw:music>
    <dw:mood>sore</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>7</dw:reply-count>
    <content type="html">Successfully reviewed my first patch for the Dreamwidth codebase today.  I managed not to destroy anything, and even inspired &lt;span style='white-space: nowrap;'&gt;&lt;a href='https://sophie.dreamwidth.org/profile'&gt;&lt;img src='https://www.dreamwidth.org/img/silk/identity/user.png' alt='[personal profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='https://sophie.dreamwidth.org/'&gt;&lt;b&gt;sophie&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; to release a script.  This saved me creating another 100 users by hand, thereby making my day.  :)&lt;br /&gt;&lt;br /&gt;I think I'm going to concentrate on code review as opposed to writing code, at least for the time being.  There's obviously lots of talent going into writing code, but I know there aren't enough code review hands on deck.  I'll put my effort where it's needed most.&lt;br /&gt;&lt;br /&gt;In other news, my body is doing the "you need to give me insulin" aches even after I've given it ample insulin.  It does this every so often for no apparent reason.  Ow, my muscles.  :(&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=kjwcode&amp;ditemid=5924" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2011-08-12:1072886:3175</id>
    <link rel="alternate" type="text/html" href="https://kjwcode.dreamwidth.org/3175.html"/>
    <link rel="self" type="text/xml" href="https://kjwcode.dreamwidth.org/data/atom/?itemid=3175"/>
    <title>DreamHacking, part 2</title>
    <published>2011-08-21T21:06:48Z</published>
    <updated>2011-08-21T21:06:48Z</updated>
    <category term="community"/>
    <category term="dev"/>
    <dw:mood>amused</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>3</dw:reply-count>
    <content type="html">I now have a 'hack.  I also have a lot of reading to do, learning the ins and outs of the DW codebase (and how to do its bidding, or convince it to do mine).  I've also met a lot of really great folks so far, and expect to meet more.  DW has to have the most insanely friendly dev community I've seen yet.&lt;br /&gt;&lt;br /&gt;Thanks to all!  I'm looking forward to getting up to speed and contributing.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=kjwcode&amp;ditemid=3175" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2011-08-12:1072886:2886</id>
    <link rel="alternate" type="text/html" href="https://kjwcode.dreamwidth.org/2886.html"/>
    <link rel="self" type="text/xml" href="https://kjwcode.dreamwidth.org/data/atom/?itemid=2886"/>
    <title>DreamHacking</title>
    <published>2011-08-21T01:08:17Z</published>
    <updated>2011-08-21T01:08:17Z</updated>
    <category term="dev"/>
    <category term="community"/>
    <dw:music>Whirlwind, by Beauty's Confusion</dw:music>
    <dw:mood>mellow</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">Just sent a message to &lt;span style='white-space: nowrap;'&gt;&lt;a href='https://denise.dreamwidth.org/profile'&gt;&lt;img src='https://www.dreamwidth.org/img/silk/identity/user_staff.png' alt='[staff profile] ' width='17' height='17' style='vertical-align: text-bottom; border: 0; padding-right: 1px;' /&gt;&lt;/a&gt;&lt;a href='https://denise.dreamwidth.org/'&gt;&lt;b&gt;denise&lt;/b&gt;&lt;/a&gt;&lt;/span&gt; asking for a DreamHack account.  I probably won't be especially productive, but it'd be nice to help drive the bug count down on weekends.  I could probably host my dev instance myself almost as easily, but my servers are CentOS and theirs are Ubuntu.  I'm also apt to make major changes to my servers with little thought (that's why I have them, after all) and having one less thing I'd break is probably the line between having the energy to participate and not.  I've got to hand it to them for offering DreamHack accounts -- it looks like DreamWidth really gets open source dev, and that's a nice thing to see.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=kjwcode&amp;ditemid=2886" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
  <entry>
    <id>tag:dreamwidth.org,2011-08-12:1072886:2410</id>
    <link rel="alternate" type="text/html" href="https://kjwcode.dreamwidth.org/2410.html"/>
    <link rel="self" type="text/xml" href="https://kjwcode.dreamwidth.org/data/atom/?itemid=2410"/>
    <title>DreamWidth code base</title>
    <published>2011-08-19T05:56:39Z</published>
    <updated>2011-08-19T05:56:39Z</updated>
    <category term="community"/>
    <category term="dev"/>
    <dw:music>Jericho, by the Asian Dub Foundation</dw:music>
    <dw:mood>content</dw:mood>
    <dw:security>public</dw:security>
    <dw:reply-count>0</dw:reply-count>
    <content type="html">While stumbling through the Latest Things the other day I happened upon a post referring to an announcement that people who want to hack on the Dreamwidth code base are well taken care of -- hosted dev instances, and so forth.  IIRC, DreamWidth is a mostly-Perl system, and I'm a mostly-Perl kind of guy.  Depending on my stock of tuits, I may throw my hat into the ring this weekend and get set up.&lt;br /&gt;&lt;br /&gt;&lt;img src="https://www.dreamwidth.org/tools/commentcount?user=kjwcode&amp;ditemid=2410" width="30" height="12" alt="comment count unavailable" style="vertical-align: middle;"/&gt; comments</content>
  </entry>
</feed>
