nigelk | 2 years ago | on: Culture Change at Google
nigelk's comments
nigelk | 2 years ago | on: Culture Change at Google
nigelk | 2 years ago | on: Culture Change at Google
It wasn't presented that way through my long interview process where the benefits were discussed a number of times. I relocated from Australia with a young family, and the cost and wait time for childcare was somewhat of a sour note amongst the holy-shit-is-this-place-real feeling of my first few months at Google HQ.
nigelk | 3 years ago | on: Google was beloved as an employer for years. Then it laid off thousands by email
nigelk | 7 years ago | on: Losing 100 pounds in 276 days
Here's what worked for me:
* Calorie counting to work out baselines
* Accept the feeling of being hungry and learn to relish it ("I'm losing weight if I'm hungry")
* Do light weightlifting at home
* Exercise naked in front of a mirror for positive and negative reinforcementnigelk | 9 years ago | on: Geek Career Paths
Director of Product
These titles both exist...
nigelk | 9 years ago | on: Does Google's Hiring Process Put Off Talented Applicants?
One of the best series of questions I've ever gotten in an interview. We probably spent close to an hour just on one major aspect of the service.
nigelk | 10 years ago | on: Why expat Americans are giving up their passports
nigelk | 10 years ago | on: Google Picks Diane Greene to Expand Its Cloud Business
I'll check it out again, really the frustrating management aspect was the lack of org oversight over multiple projects started within your domain.
nigelk | 10 years ago | on: Google Picks Diane Greene to Expand Its Cloud Business
The lack of a billing API and the lack of centralized management are really painful if you're trying to adopt it across an organization.
nigelk | 10 years ago | on: Inside the sad, expensive failure of Google+
nigelk | 10 years ago | on: Show HN: Visa Explorer – Salaries, lawyers, companies of all H-1B in the USA
nigelk | 11 years ago | on: New Data Show How Firms Like Infosys and Tata Abuse the H-1B Program
The process for an internal, expedited H1b transfer is significantly simpler than an H1b from scratch.
nigelk | 11 years ago | on: Gavin Andresen, the Most Powerful Person in the World of Bitcoin
nigelk | 12 years ago | on: Trapperkeeper is a new Clojure framework for long-running applications, services
nigelk | 12 years ago | on: Trapperkeeper is a new Clojure framework for long-running applications, services
Puppet Labs isn't a single language company.
nigelk | 12 years ago | on: Getting Started with Docker
nigelk | 12 years ago | on: Salt: Like Puppet, Except It Doesn’t Suck
Specify the service declaratively, and subscribe it to the package that provides the payload.
service { 'myservice':
ensure => running,
enable => true,
subscribe => Package['myservice'],
}
Then when you upgrade the package on that node, either by using ensure => latest, or by manually specifying the new version, Puppet will automatically restart the service.nigelk | 13 years ago | on: A Tale of Two Interviews, Part 1
nigelk | 13 years ago | on: Abandoning Rubygems
We're thinking very much about the direction of embedding all dependencies, but we're also conscious of the needs of the Linux distros, who don't package software that way.
There is a downside to having all your apps embed their dependencies. It becomes significantly more complicated to update libraries in response to vulnerabilities and bugs.