Search Gear Notes

Search Gear #2 – Go, Twitter, json, twitterfetcher, anaconda, twittergo!

Go, Twitter, json, twitterfetcher, anaconda, twittergo Looking to choose a twitter api https://code.google.com/p/go-wiki/wiki/Projects •  gockel – a Twitter client for text terminals – https://github.com/akrennmair/gockel •  twitterfetcher – A tool to make Twitter API requests using the Application-only authentication – https://bitbucket.org/georgebaev/twitterfetcher •  Digestw – A Web Application – Twitter’s Timeline Digest – https://github.com/mocchira/digestw •  webtf –…

Twitter

Quite Down Twitter!

Recently, actually for the past year, I’ve not been following anyone new on twitter. I use twitter as a work information stream, but I’ve been frustrated by the number of tweets unrelated to the work. Now I know that everyone uses twitter in their own way, and I also know some prefer to blend their…

Search Gear Notes

Search Gear #1 – Go, IDE, VCS, TDD, Doc, CI

Go (http://golang.org/) Editors, Version Control, Test Driven Development, Documentation, and Continuous Integration. So if we’ve decided that Testing is cool: http://www.markbernstein.org/Apr14/Driven.html http://www.rbcs-us.com/documents/Why-Most-Unit-Testing-is-Waste.pdf Then the resources to look at for ‘Go’ are at: http://blog.stretchr.com/2014/03/05/test-driven-development-specifically-in-golang/ https://jmcvetta.github.io/blog/2013/08/30/continuous-integration-for-go-code/ http://golang.org/pkg/testing/ http://go-lang.cat-v.org/text-editors/ http://geekmonkey.org/articles/20-comparison-of-ides-for-google-go https://app.wercker.com/#explore http://www.golanglab.com/ So I’m tempted to use LiteIDE (https://code.google.com/p/golangide/) and I’ve downloaded it, but maybe this is more…

golang

Why ‘Go’?

Well ‘go’ is a procedural language and is based on c and c++, in fact it is an attempt to bring c upto date for the 21st century. It keeps the small language footprint of c, updates the OO of c++ and critically introduces 21st century aspects such as concurrency and routine error and test…