oesmith | 4 years ago | on: Spending more on retaining developers reduces the cost of hiring developers
oesmith's comments
oesmith | 8 years ago | on: Ask HN: Do you write code on the train? What's your setup?
* Asus Chromebook Flip (C100PA)
* iPad Pro 10.5 with keyboard cover
When I'm developing, I use ssh or mosh to access my workstation in the office and then tmux+vim. Mosh works pretty great with poor connectivity. I've pretty much mentally mapped the signal quality along my route, so I know when to look out the window for a couple of minutes to wait for signal to come back...
When I'm not developing, I'm usually using Gmail+Google Docs/Sheets/etc to get stuff done. They all work relatively well offline/online.
For connectivity, I use a Raspberry Pi Zero with a 4G data stick as a WiFi hotspot (the on-train WiFi is terrible, and tethering to my phone kills the phone battery way too quickly). That setup can run for 6-8 hours on a little Anker USB battery pack.
oesmith | 10 years ago | on: London vs San Francisco – back and forth
The commute sucks, but I couldn't stand living in London (nor SF or the bay for that matter).
oesmith | 11 years ago | on: Large-scale cluster management at Google with Borg
oesmith | 11 years ago | on: Has modern Linux lost its way? Some thoughts on Jessie
$ brew info cassandra
cassandra: stable 2.1.2
http://cassandra.apache.org
Not installed
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/cassandra.rb
==> Caveats
If you plan to use the CQL shell (cqlsh), you will need the Python CQL library
installed. Since Homebrew prefers using pip for Python packages, you can
install that using:
pip install cql
To have launchd start cassandra at login:
ln -sfv /usr/local/opt/cassandra/*.plist ~/Library/LaunchAgents
Then to load cassandra now:
launchctl load ~/Library/LaunchAgents/homebrew.mxcl.cassandra.plistoesmith | 11 years ago | on: Why the Facebook App Is Rated Below 2 Stars
oesmith | 11 years ago | on: Swift-X tool to cross compile Swift and Objective-C(++) code to Android
https://github.com/google/j2objc
I'm playing with it for a personal project, and as long as you're not too adventurous with your use of the JRE, it produces pretty usable Objective-C code.
oesmith | 11 years ago | on: Social Media and the ‘Spiral of Silence’
"Because of its sample size (1,801 people) and choice of topic, Pew’s study might not be a fully accurate example of social media’s silencing effects, but it’s definitely fodder for discussion – if you dare! – as well as further research."
Sigh.
oesmith | 11 years ago | on: Formula 1: The super-fast net driving teams to the podium
oesmith | 11 years ago | on: Net neutrality
The infrastructure is owned by the incumbent monopoly provider, but the service over the top can be supplied by any one of a number of large and small suppliers.
oesmith | 12 years ago | on: Why air travel hasn't gotten any faster since the 1960s
I usually fly between LHR and SFO on BA premium economy. It's usually sub-£1000. Compared to economy, the seats are wider with more leg room and the meals are better.
It's a pity they still fly creaking old 747s on that route though. One time went to SFO through LAX where the first leg was on an A380 and that completely spoiled 747s for me.
Unfortunately, the A380 doesn't make up for the horrors of connecting onto an AA domestic flight at LAX, so I can't do that all the time now...
oesmith | 12 years ago | on: Why you might not want to incorporate in the USA
See http://www.mattcutts.com/blog/fetch-as-googlebot-tool-hacked...
oesmith | 12 years ago | on: Why you might not want to incorporate in the USA
http://wp.smashingmagazine.com/2012/10/09/four-malware-infec...
oesmith | 12 years ago | on: Why you might not want to incorporate in the USA
However, I just switched on my home VPN and the links disappeared. Time to talk to someone in netops, methinks.
oesmith | 12 years ago | on: Why you might not want to incorporate in the USA
oesmith | 12 years ago | on: Why Most Unit Testing is Waste [pdf]
oesmith | 12 years ago | on: Clean, Modern Objective-C
Bikeshed discussions about formatting quickly go out the window when you have an automated tool that can settle all arguments.
oesmith | 12 years ago | on: Clean, Modern Objective-C
I'm not convinced by private properties either. Use ARC and just define your ivars in the implementation.
oesmith | 12 years ago | on: Introducing Paper
oesmith | 12 years ago | on: Frameworkless JavaScript