September 2011
1 post
codecraig@gmail.com has shared: Ruby Colored...
New post up on Rubysource: Ruby Colored Glasses: Elixir — http://rubysource.com/ruby-colored-glasses-elixir/ Ruby Colored Glasses: Elixir Source: rubysource.com One of the sweetest things about Ruby is its elegant syntax and developer friendliness. So how does Erlang fit in? It turns out a brilliant Brazilian name Jose Valim decided to view...
July 2011
2 posts
1 tag
GRASP (object-oriented design) - Wikipedia, the...
From Wikipedia, the free encyclopedia Jump to: navigation, search General Responsibility Assignment Software Patterns (or Principles), abbreviated GRASP, consists of guidelines for assigning responsibility to classes and objects in object-oriented design. The different patterns and principles used in GRASP are: Information...
A Git Primer
via danielmiessler.com A nice primer to Git. Posted via email from mind scratch | Comment »
October 2010
0 posts
2 tags
Rich Internet Applications (RIA) » Blog Archive ...
Clearer Unit Tests: Assert, Guard, and Throw I hate the book “xUnit Test Patterns” for being over 800 pages long. I am convinced a good editor can turn any 800 page book into a 700 pager with the exact same content… that includes you Leo Tolstoy! The problem is that xUnit Patterns is still the definitive reference to test concepts and implementation. There is...
September 2010
2 posts
Flow Control in npm
Static VersionFlow Control in npm Flow control is a popular subject in NodeJS. Since most of us learned synchronous object-oriented programming patterns in school, it can be a bit of a shift to really leverage asynchronous functional programming for all it can do. As it turns out, a great way to leverage huge chunks of the node API is to build a package manager. npm has to do a lot of stuff...
August 2010
1 post
Goodbye MySpace
Just cancelled my old myspace account…haven’t logged into it in almost a year and I just saw news they re-designed part of it. I logged in, was still bored so I cancelled. Facebook might be next…I really don’t use it. My online social life pretty much consists of: github.com, buzz, twitter (only via posterous.com) and maybe forrst (still exploring).Thanks...
July 2010
22 posts
1 tag
post from postme
Hello, my name is postme. via postme Posted via email from mind scratch | Comment »
1 tag
Post from postme
a post from postme via postme Posted via email from mind scratch | Comment »
4 tags
More postme
I’m continuing to work on postme, a small app that allows me to explore node.js and the Posterous API. Posted via email from mind scratch | Comment »
2 tags
Hello, my name is postme
postme is my playground for exploring the posterous API and using node.js Posted via email from mind scratch | Comment »
1 tag
posterous API test with node.js
this post was created using the posterous API and node.js Posted via email from mind scratch | Comment »
1 tag
Notes: Introduction to Node.js
I recently watched the Introduction to NodeJS video which was a presentation by Ryan Dahl about node.js. It provided some great information about where node.js came from, it’s design goals and where it’s headed. Here are some quick notes I took while watching: Goal provide a purely evented, non-blocking infrastructure to script highly concurrent programs. Design Goals no function should...
1 tag
Notes: Introduction to Node.js
I recently watched the Introduction to NodeJS video which was a presentation by Ryan Dahl about node.js. It provided some great information about where node.js came from, it’s design goals and where it’s headed. Here are some quick notes I took while watching: Goal provide a purely evented, non-blocking infrastructure to script highly concurrent programs. Design Goals no function should...
3 tags
Interesting Workspace Ideas
Interesting ideas for finding workspace: https://www.noisebridge.net/wiki/Noisebridge http://citizenspace.us/ makes me wish I lived in the bay area. does the east coast have anything like these? Posted via email from mind scratch | Comment »
2 tags
Reading Code
This week I’m going to focus solely on reading code. I’ve looked at blog posts and even played around with node.js myself, but now I want to see exactly what others are doing with it. There are so many projects on github I should be entertained for a while before I start working on brownbag. Posted via email from mind scratch | Comment »
2 tags
Reading Code
This week I’m going to focus solely on reading code. I’ve looked at blog posts and even played around with node.js myself, but now I want to see exactly what others are doing with it. There are so many projects on github I should be entertained for a while before I start working on brownbag. Posted via email from mind scratch | Comment »
2 tags
Reading Code
This week I’m going to focus solely on reading code. I’ve looked at blog posts and even played around with node.js myself, but now I want to see exactly what others are doing with it. There are so many projects on github I should be entertained for a while before I start working on brownbag. Posted via email from mind scratch | Comment »
2 tags
Joose and node.js
Just saw that Joose can now be used a module within a node.js app….Joose looks cool, maybe with my new node.js interest, i’ll try and add it into my playground :)http://groups.google.com/group/joose-js/browse_thread/thread/30a61052b68f6485 Joose Home: http://code.google.com/p/joose-js/ Posted via email from mind scratch | Comment »
Joose and node.js
Just saw that Joose can now be used a module within a node.js app….Joose looks cool, maybe with my new node.js interest, i’ll try and add it into my playground :)http://groups.google.com/group/joose-js/browse_thread/thread/30a61052b68f6485 Joose Home: http://code.google.com/p/joose-js/ Posted via email from mind scratch | Comment »
node.js and npm notes
On ubuntu install the following: cmake build-essential Install node.js: git clone http://github.com/ry/node.git git pull (if you already have the repo) make distclean (if updating an existing install) ./configure make make install Install npm curl http://npmjs.org/install.sh | sudo sh Posted via email from mind scratch | Comment »
interesting video of dudes talking about the design and api for node.js
2 tags
Javascript Style Objects in Python →
Working with objects in Javascript is pretty sweet and Python is an awesome language so I found this post super-uber!
4 tags
Clojure's Edge on Node.js →
Interesting post about using Clojure and a library called aleph to create a simple, fast, evented webserver similar to Node.js.
1 tag
Notes from a Production MongoDB Deployment →
always nice to have real, experienced notes.
pulley →
easily sell your digit content: videos, pictures, music, ebooks, etc
3 tags
Refund and 2 New Ebooks
Spring Server dm in Action was cancelled so I got a replacement ebook + 1 extra, thanks Manning!
Unlocking Android (2nd Edition): http://www.manning.com/ableson2/
Rails 3 in Action: http://www.manning.com/katz/
Fork You: github shirt -- hurry before they're... →
Frontalcode: open-source Flash? →
June 2010
18 posts
“The Effective UI book is a rich analysis of the entire software process....
– jhooks
3 tags
Fruit Drink Experiment
1/2 banana
1 orange
1 apple
2 kiwis
juice from one lemon
1/2 cup orange juice
1 tbl sugar
Result: pretty good for a stab in the dark. Next time I’d core the kiwi as there were a few center parts that were a bit hard, otherwise pretty tasty.
3 tags
Thank You: Ubuntu + HP
I’m running Ubuntu 10.04 on my netbook and at home I have a wireless HP printer. I turned on the printer and went to my printer settings in ubuntu. I searched for a network printer, it found it, added it and the test page printed.
This may seem like a trivial operation and one that should “just work”, however, I had little faith that it would, as before Ubuntu 10 I still had to...
I think one of the best ways to learn any language/tool/framework is to work...
– venkat_s
AppengineJS: javascript on Google App Engine →
Logitech Revue = Google TV
it’s coming soon: http://www.logitech.com/en-us/1005/7099?WT.mc_id=amr_googletv_email_pl01_061810&fn=ProductCategory||||Unknown|LearnMore|MiddleCenter|Text
Oracle Branding Everything
Hi, we’re Oracle and now that we’ve acquired Sun we must put our boring ass logo on everything. Why? Because we know that when you download OpenOffice and see our wonderful logo you’ll think to yourself, “Hmm…I feel like I need to go to Oracle’s website and buy some products…they must have something I need, I mean they have OpenOffice which I...
New blog post: 360Flex - The east coast is tough! http://bit.ly/9lgflu
– 360Flex
Where's AMD?
With all of the new “smart phones” and tablets coming out, I see a lot of new about Intel (and their recently improved Atom chip) but I haven’t heard any mention of AMD. Are they even in this market?
1 tag
Git Reference →
node-chat: step by step →
A nice learning tool for picking up node.js, it includes 13 part breakdown of the node-chat application.
RT @github: Just put up a new Git reference/tutorial site: http://gitref.org ...
– darscan
Trimming the Feed Binge
I’ve been using Google Reader as my feed reader for several years and it’s been great. However, for quite some time I’ve meant to prune my over bulging feed list. I think it really began to grow while I was writing for InfoQ and has slowly grown over time.
What I’ve found is that there aren’t that many feeds that I actually read and look into closely on a regular...
We are going live with the Columbia NFJS show on Monday
– Jay Zimmerman from No Fluff Just Stuff.
Get on it people: http://www.nofluffjuststuff.com/conference/columbia/2010/08/coming_soon
No Fluff Just Stuff Coming to Maryland
if you’re interested in the No Fluff Just Stuff tour, it’s coming to Maryland in August, however, you need to “register” to receive updates about it…I’ve heard if there isn’t enough interest then it won’t come, so go there now:
http://www.nofluffjuststuff.com/conference/columbia/2010/08/coming_soon
Android and IntelliJ IDEA
I’m thinking about exploring the Android SDK and on their site they suggest you setup your computer for development before downloading the SDK. It says you’ll need JDK 5 or 6 and Eclipse (if you want to use the ADT plugin).
I figured I’d check to see if IntelliJ IDEA had some Android support (b/c they almost always seem to support whatever I’ve looked for in the past) and...
2 tags
JavaScript: The Good Parts
I started reading through “JavaScript: The Good Parts” by Doug Crockford (http://oreilly.com/catalog/9780596517748) and it’s really interesting. I’m pretty much a noob with JavaScript (I’ve barely dabbled but I have used ActionScript3 which is certainly similar in some regards).
Anyways, there are some many quirky things that I never knew and I’m glad to have...
Excellent, thanks! Great intro to NodeJS: http://yhoo.it/crPAnd
– codelotus
May 2010
9 posts
oscon2010 →
oscon 2010 looks pretty great, have a look at their schedule. I’ve never been before but it looks like a solid lineup, maybe next year.
Ubuntu 10.04 and my Asus 1201n
Ubuntu 9.xx on my Asus 1201n netbook told me I could upgrade to 10.04…so after several hours of downloading, installing, notifying me it couldn’t upgrade certain packages and that my machine might be in an unstable state since the upgrade had “errors”…I’m wondering if should have started fresh and ignored the “upgrade” button.
As I type this...