<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>Accidental Technologist - Latest Comments</title><link xmlns="http://www.w3.org/2005/Atom" rel="http://api.friendfeed.com/2008/03#sup" href="http://disqus.com/sup/all.sup#forumcomments-4857c95f" type="application/json"/><link>http://accidentaltechnologist.disqus.com/</link><description></description><atom:link href="http://accidentaltechnologist.disqus.com/comments.rss" rel="self"></atom:link><language>en</language><lastBuildDate>Fri, 17 May 2013 11:52:54 -0000</lastBuildDate><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-900429374</link><description>&lt;p&gt;Most Rails developers, as you'll see by going to any Rails conference, use Macs, but there's an MSI installer for GraphViz if you want to use Windows.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">andrekibbe</dc:creator><pubDate>Fri, 17 May 2013 11:52:54 -0000</pubDate></item><item><title>Re: 7 Great Bootstrapping Podcasts to Jumpstart Your Business Today</title><link>http://accidentaltechnologist.com/entrepreneurship/7-great-bootstrapping-podcasts-to-jumpstart-your-business-today/#comment-900035414</link><description>&lt;p&gt;&lt;a href="http://LifestyleBusinessPodcast.com" rel="nofollow"&gt;LifestyleBusinessPodcast.com&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">dylanized</dc:creator><pubDate>Fri, 17 May 2013 01:20:28 -0000</pubDate></item><item><title>Re: 7 Great Bootstrapping Podcasts to Jumpstart Your Business Today</title><link>http://accidentaltechnologist.com/entrepreneurship/7-great-bootstrapping-podcasts-to-jumpstart-your-business-today/#comment-900001763</link><description>&lt;p&gt;Wow! Rob: thank you so much for your kind words.&lt;/p&gt;

&lt;p&gt;It's because of listeners like you that we do Product People. Cheers!&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Product People</dc:creator><pubDate>Fri, 17 May 2013 00:13:53 -0000</pubDate></item><item><title>Re: Damn You Rails Multiparameter Attributes</title><link>http://accidentaltechnologist.com/ruby-on-rails/damn-you-rails-multiparameter-attributes/#comment-896642893</link><description>&lt;p&gt;I solved this problem by using `composed_of' method.&lt;/p&gt;

&lt;p&gt;modify and add these lines in your model.&lt;br&gt;composed_of :expiration_date,&lt;br&gt;                       :class_name =&amp;gt; 'Date',&lt;br&gt;                       :mapping =&amp;gt; %w(Date to_s),&lt;br&gt;                  :constructor =&amp;gt; Proc.new { |date| (date &amp;amp;&amp;amp; date.to_date) || Date.today },&lt;br&gt;                   :converter =&amp;gt; Proc.new { |value| value.to_s.to_date } &lt;/p&gt;

&lt;p&gt;refered to: &lt;a href="http://apidock.com/rails/ActiveRecord/Aggregations/ClassMethods/composed_of" rel="nofollow"&gt;http://apidock.com/rails/Activ...&lt;/a&gt;&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Derrick Zhang</dc:creator><pubDate>Mon, 13 May 2013 21:40:19 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-894707660</link><description>&lt;p&gt;Agreed - my development and deploy platforms are identical (Ubuntu).  Having to learn and maintain a separate development environment is a big overhead.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">MarkJones</dc:creator><pubDate>Sun, 12 May 2013 12:12:06 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892884972</link><description>&lt;p&gt;A quick look at documentation and sample project use both gems, I do prefer gem 'railroady':&lt;/p&gt;

&lt;p&gt;- ERD + UML&lt;/p&gt;

&lt;p&gt;- more output format options.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">picksio</dc:creator><pubDate>Sat, 11 May 2013 03:02:05 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892337606</link><description>&lt;p&gt;Hmm, seeing as rails is most frequently used on unix based systems, OSX and Linux fits the bill. Until recently, it was pretty tedious to even get a working version of Ruby, Rails, and gems on a Windows machine. So, your figure about user base, means nothing when talking about a specific Framework and specific development environments.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Robby Rob</dc:creator><pubDate>Fri, 10 May 2013 11:52:59 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892237010</link><description>&lt;p&gt;Thanks Jim!  &lt;/p&gt;

&lt;p&gt;I did briefly check out Railsroady but the requirements were a bit more.  I may take a look at it to see if there are advantages to using it.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Fri, 10 May 2013 09:52:22 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892233221</link><description>&lt;p&gt;Nice, works as advertised, install in one line, add a gem to Gemfile &amp;amp; call. Another usage of one of my preferred tools, GraphViz&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Martin Van Aken</dc:creator><pubDate>Fri, 10 May 2013 09:47:21 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892221510</link><description>&lt;p&gt;Great post, Rob!&lt;/p&gt;

&lt;p&gt;There's also &lt;a href="https://github.com/preston/railroady" rel="nofollow"&gt;https://github.com/preston/rai...&lt;/a&gt; but I haven't tried that&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">saturnflyer</dc:creator><pubDate>Fri, 10 May 2013 09:31:43 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892188738</link><description>&lt;p&gt;Yes, it does. I tried them out but didn't really like the output.  I wanted something easy to configure, easy to recreate the diagram and easily fit on a page in landscape to print.  RubyMine didn't seem very flexible and once I started trying to get it to do what I want and I was spending too much time for a simple task, I decided it wasn't for me.  If you use RubyMine on a regular basis then it might make sense to use the tool you know. &lt;/p&gt;

&lt;p&gt;I like rails-erd because it's fast to run and since most of my development is using Sublime Text 2, it made the choice easy.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Fri, 10 May 2013 08:43:29 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892184744</link><description>&lt;p&gt;The RubyMine IDE also has a built-in diagrams generator.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Michel Pigassou</dc:creator><pubDate>Fri, 10 May 2013 08:37:03 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892178956</link><description>&lt;p&gt;I think it's safe to say most Rails developers are on Macs and some on Linux.  Are you not a Rails developer?  If you are one, are you on Windows?&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Fri, 10 May 2013 08:27:34 -0000</pubDate></item><item><title>Re: Dead Simple Model Diagrams for Your Rails Project</title><link>http://accidentaltechnologist.com/ruby-on-rails/dead-simple-model-diagrams-for-your-rails-project/#comment-892174175</link><description>&lt;p&gt;I get really annoyed at the amount of Rails developers that assume we work on Macs. Macs make up less than 10% of the user base and I wouldn't touch one with a barge pole! ;)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Kevin McCaughey</dc:creator><pubDate>Fri, 10 May 2013 08:21:13 -0000</pubDate></item><item><title>Re: Hate that Apple Podcasts App in iOS 6?</title><link>http://accidentaltechnologist.com/apple/hate-that-apple-podcasts-app-in-ios-6/#comment-882639426</link><description>&lt;p&gt;Thanks for the useful tip.&lt;br&gt;Unfortunately, this works as long as one downloads on the Mac/PC and syncs podcasts onto the iDevice. &lt;br&gt;But as soon as you try to download a podcast directly onto the iDevice Apple reminds you that "Podcasts Have Moved" "New episodes can be downloaded using the Podcasts app"&lt;br&gt;Given the simplicity of downloading new podcasts (or listening to them in streaming) directly on out iDevice without going through Mac/PC I think I'm gonna sadly reinstall Podcasts again ...&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">paulfromitaly</dc:creator><pubDate>Thu, 02 May 2013 16:06:07 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-866807464</link><description>&lt;p&gt;Fucking dumbass.  Get with the fucking program broham.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">johndurbinn</dc:creator><pubDate>Thu, 18 Apr 2013 03:13:46 -0000</pubDate></item><item><title>Re: Free Ultimately Always Has a Price</title><link>http://accidentaltechnologist.com/entrepreneurship/free-ultimately-always-has-a-price/#comment-829326372</link><description>&lt;p&gt;Yes, you are definitely right.  Google gives away their services in exchange for finding out about those habits.&lt;/p&gt;

&lt;p&gt;A company who is creating a service in exchange for money has a much better chance of keeping that service going if they are making a profit from it.  The company who takes my money in exchange for using their accounting services is most likely going to be around tomorrow.&lt;/p&gt;

&lt;p&gt;Google on the other hand, doesn't take money but instead takes my habits.  Once my habits don't result in any useful patterns, then the service is tossed aside.  Google is a user company, much like a leach.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Thu, 14 Mar 2013 13:41:55 -0000</pubDate></item><item><title>Re: Free Ultimately Always Has a Price</title><link>http://accidentaltechnologist.com/entrepreneurship/free-ultimately-always-has-a-price/#comment-829287838</link><description>&lt;p&gt;I have one counterpoint...  By using any Google services - even the free ones - we are technically customers because of the data they are able to acquire from us.  They can see what news types I subscribe to, what specific stories of those feeds that I read, and even how often I read them or share them.  I would think that is useful information for them for ad generation - as much if not more so than correlated search data.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Matt Lamoureux</dc:creator><pubDate>Thu, 14 Mar 2013 12:55:28 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-821117953</link><description>&lt;p&gt;I knew Ember was the wrong tool for the job...I just thought it was cool.  ;)&lt;br&gt;(sorry, that was mean.  This is a VERY interesting topic. Thanks for starting it!)&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Jeff Pritchard</dc:creator><pubDate>Wed, 06 Mar 2013 11:19:54 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-807311920</link><description>&lt;p&gt;Hi Joseph,&lt;/p&gt;

&lt;p&gt;Good to hear from you and stopping by. :-)&lt;/p&gt;

&lt;p&gt;Ember.js may be the new generation, time will tell.  I just think most of these frameworks are trying so hard that the developers make the implementation details of their use so hard that maintenance is difficult.  I think most about the next developer who comes along and has to try to figure out an archaic old framework.&lt;/p&gt;

&lt;p&gt;I have a project right now that is total mess and it is from the days when people thought it was a fantastic idea to use RJS templates all over the place with AJAX calls sprinkled in.  The app works, but trying to debug and enhance...the apps seems magical.&lt;/p&gt;

&lt;p&gt;Don't get me started on node.js...it will be a cold day in hell when I use JavaScript on the server.  Not going to happen.  It sucks in the browser, it will really suck on the server.&lt;/p&gt;

&lt;p&gt;I guess if you use Ember.js, Backbone.js, Knockout.js or one of the others like it you can have a nice application as long as the developer has a clue what he is doing and doesn't take their learning and put it into production.&lt;/p&gt;

&lt;p&gt;My 2 cents.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Thu, 21 Feb 2013 13:45:12 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-807303205</link><description>&lt;p&gt;Rob,&lt;/p&gt;

&lt;p&gt;I have to agree with your main points. Until we get a new generation of JS frameworks, it is best to simplify as much as possible and do more on the server.&lt;/p&gt;

&lt;p&gt;Ember.js may be this new generation, but still the mantra of less complexity is better for your code will always held true. Perhaps the answer is going with one single stack  in the server and front-end. Would a combination of JS in both places work? We will know eventually.&lt;/p&gt;

&lt;p&gt;As of know using the best most solid back-end and some good solid JS seems to be the best.&lt;/p&gt;

&lt;p&gt;Cheers,&lt;/p&gt;

&lt;p&gt;Joseph Hurtado&lt;br&gt;Founder Agile Lion Institute&lt;br&gt;Web: &lt;a href="http://www.AgileLion.com" rel="nofollow"&gt;http://www.AgileLion.com&lt;/a&gt;&lt;br&gt;Twitter: @AgileLionInst, @JosephHurtado&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Joseph Hurtado</dc:creator><pubDate>Thu, 21 Feb 2013 13:34:54 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-807212164</link><description>&lt;p&gt;I know.  I just thought it was cool.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Thu, 21 Feb 2013 11:44:52 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-807101470</link><description>&lt;p&gt;The logo that you've used in your "Say no to Javascript" picture is the Java logo - not Javascript&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Mr Spoon</dc:creator><pubDate>Thu, 21 Feb 2013 10:16:33 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-805599812</link><description>&lt;p&gt;Thank you for the reply Dennis.  I think you are seeing *exactly* what I am talking about and deal with most days when inheriting a project.&lt;/p&gt;

&lt;p&gt;I run my own company and take on client projects, some green field and some not.  The ones that have been around for a while almost always suffer from some form of this.  I can usually point to the problems as being JavaScript related, so many different frameworks and so many developer wanting to give them a try.  A try isn't good enough and leaves a mess.&lt;/p&gt;

&lt;p&gt;Frameworks are pretty decent but history repeats itself; frameworks get developed, used and then recede into the night.  I see Backbone.js having the same future.&lt;/p&gt;

&lt;p&gt;Your experience is a perfect example of what I am talking about.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Wed, 20 Feb 2013 08:19:08 -0000</pubDate></item><item><title>Re: JavaScript Has Its Place, But Not Every Place</title><link>http://accidentaltechnologist.com/javascript/javascript-has-its-place-not-every-place/#comment-805592680</link><description>&lt;p&gt;I think not using a technology like this as an answer to everything is exactly one of my points.  This is how developers use JavaScript today, like it's magic.  &lt;/p&gt;

&lt;p&gt;I'm not sure how to stop developers from doing this but this is what causes much of the issues I see today.&lt;/p&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rob Bazinet</dc:creator><pubDate>Wed, 20 Feb 2013 08:11:25 -0000</pubDate></item></channel></rss>