jhuckestein

↗ HN profile [ 72.9 ms ] full profile
Karma
1,524
Created
February 4, 2010 (16y ago)
Submissions
0
Cofounder @ Monzo

twitter.com/jonas

  1. Very Robust etcd (monzo.com)
  2. We Are Now a Bank (getmondo.co.uk)
  3. Mondo bank beta API docs (getmondo.co.uk)
  4. I'm trying to find out more about outsourcing software development (as in, paying engineers that aren't your employees and possibly live in another country). As an engineer in Silicon Valley, I know very few people that…

  5. class Base def something puts "called something base" return {a: 1, b: 2} end end class Extended < Base def some_method puts "something is {a: 1, b: 2}:" puts something.inspect if false puts "doesn't get executed"…

  6. When I send non-tech articles that surface on HN to my friends or mention in conversation that I had just recently read an article about some random topic, people always ask where I get all this information. I usually…