Readit News logoReadit News

Deleted Comment

jallardice commented on Field notes: London, England (2018)   devonzuegel.com/post/fiel... · Posted by u/Thevet
_dodj · 7 years ago
She got a bit unlucky tho I must say. I've lived there for 10 years, and have never seen it happen. I can only think of two friends who've been mugged during that time as well. Assuming 30 friends that's 150 man years per mugging :)

EDIT: she

jallardice · 7 years ago
I think it depends on the area - I've seen it happen twice in broad daylight on Clerkenwell Road near Farringdon station over the last couple of years and it's happened to a friend of mine near Waterloo.
jallardice commented on Ask HN: Why not more hiring of junior devs, then on-the-job-training?    · Posted by u/the_antipode
jallardice · 7 years ago
I'm the co-founder of a web-focused consultancy which works with larger, "enterprise" type businesses to fund work with much smaller companies, usually pre-seed startups. We hire more experienced engineers to work on the ground with the larger clients and we actively hire more junior engineers to work alongside a small number of experienced people on the startup projects. We find this offers solid on-the-job training for the juniors as they rapidly get exposure to a wide range of skills and technologies without necessarily being hampered by legacy codebases, massively complex change management and deployment processes and office politics.
jallardice commented on Ask HN: How did you start your business?    · Posted by u/juliansamarjiev
kypro · 8 years ago
How do you typically find your clients?
jallardice · 8 years ago
We network at meetups, conferences and other events, so through word of mouth mainly. The active engineering community in London is fantastic at helping to spread opportunities.
jallardice commented on Ask HN: How did you start your business?    · Posted by u/juliansamarjiev
jallardice · 8 years ago
A colleague and I left a large UK company and started orangejellyfish (https://orangejellyfish.com), a software consultancy with a focus on the web and JavaScript. The real push to start it came when we realised that much of what we both wanted to achieve in terms of craftsmanship, maintainable code and training in new technologies for engineering teams not yet exposed to them, was not going to be possible. We knew that many businesses do have a desire to improve those aspects of their engineering teams, and when we came to an agreement with a company that would become our first major client we decided that the time was right to both commit ourselves full-time.

We've doubled in size from our initial 2 in the last couple of months and with many more prospects on the horizon we're hoping to add a few more to that over the course of the next year!

jallardice commented on Lab-grown diamonds threaten viability of the real gems   scmp.com/business/compani... · Posted by u/bobsoap
jallardice · 8 years ago
I chose a lab-grown diamond to have set in my fiancée's engagement ring. It looks stunning, is significantly larger than I would have been able to afford if sticking to "natural" stones, and nobody can tell the difference. It's certified by IGI, which most people will tell you is not a good thing (you would generally look for GIA certification, and GIA refuse to certify lab-grown diamonds), but if you find a stone that is graded highly across the board by an IGI lab (colour D or E, cut Ideal or Excellent and clarity >VS1) it seems unlikely you'll be disappointed once it's set in a ring.
jallardice commented on How do Promises Work?   robotlolita.me/2015/11/15... · Posted by u/themichaellai
tlrobinson · 10 years ago
Promises also solve this problem. If you immediately resolve a promise it isn't actually resolved until the next event loop "tick":

    new Promise(resolve => resolve("resolved!")).then(result => console.log(result));
    console.log("next statement");
Prints "next statement" then "resolved!".

jallardice · 10 years ago
You don't even have to resolve the promise via a callback for that to be the case - you can use the static resolve method. This is really useful if you have a function that can sometimes return a promise and sometimes a "normal" value.

    Promise.resolve("resolved!").then(result => console.log(result));
    console.log("next statement");

u/jallardice

KarmaCake day640September 13, 2013
About
Co-founder of https://www.orangejellyfish.com

[ my public key: https://keybase.io/jallardice; my proof: https://keybase.io/jallardice/sigs/cLKkaioQiQk4Ng8iBuvbm9XGsN9G0gPKBPVOfDLeACU ]

View Original