rimutaka's comments

rimutaka | 4 years ago | on: AWS Lambda Cold Start Times

The articles states that it takes approximately 1000 requests to optimize / warm up. I suspect that they had concurrency set at the default 999, so the first 999 requests would spin up new instances.

Does that mean their 15,000 requests were actually 15 requests spread over 1000 instances?

rimutaka | 5 years ago | on: Funds for Open Source

I would love to see their pitch deck with the TAM and that sweet x10000 ROI with their 10% fee! :)

Although they may add value to OSS in the short term by bringing in the $$$ we wouldn't otherwise get, their ultimate purpose as a business is to maximize the return to the shareholders, who are not you or me.

What we really need is more competition in this space to drive the fees down.

rimutaka | 5 years ago | on: Manuka, the World’s Most Coveted Honey (2018)

> NZ manuka honey is now also riven by violent gang crime cashing in on the huge profits. Hive stealing is a thing.

I'd like to see a proof of that. The industry is very consolidated with a few dominant players and a lot of small beekeepers who happened to have manuka on their private land. It went through a boom, prices crashed and most unsavory operators moved on. There may be some opportunistic hive stealing, but that always existed even before manuka was the thing.

rimutaka | 5 years ago | on: Manuka, the World’s Most Coveted Honey (2018)

My mate has several barrels of the highest grade manuka honey from the back of his farm. It's very tingy, to the point of being unpalatable.

The sad truth is that most of the commercial manuka honey is nowhere near the purity to get any medicinal benefit, but it tastes much nicer.

rimutaka | 5 years ago | on: Tour of Rust

I think much of the official "rust-by-example" would benefit from using the rust playground instead of the printed examples.

rimutaka | 5 years ago | on: 'Oh no, I spelled it wrong': Nurse runs solo marathon in shape of 'Boston Strog'

It's a painful "mistake". Running a marathon is painful. Your legs run out of glycogen after about 30km and all you can think of is "I want to stop". I'm surprised her mind was sharp enough to pick up the mistake.

Time: 3h 46m, pace: 5:21. That's fast for what is more like a training run. She could probably do solid 5:00 pace in a real competition.

https://www.strava.com/activities/3326004383

rimutaka | 5 years ago | on: Why is there no Git workflow for non-devs?

The concept of tracking changes, branches, history & blame are pretty universal across different domains and should apply well.

The smallest unit of change in Git is a line (correct me on that), which doesn't work well with something as simple as a text document. E.g. collaboratively working on a ReadMe file on GitHub is quite cumbersome compared to Google Docs or MS Word.

Git is no more than a versioned file repo for CAD or vector files.

It's a reasonable question, though.

rimutaka | 5 years ago | on: The Illusion of Certainty

The last 3 paragraphs talk about explore/exploit ratio in bee colonies - most bees "exploit" what others found, small number of bees "explore" new grounds.

We do exactly the same. We exploit in the times of plenty and explore when the going get tough. The same evolutionary forces act on us as a society as on the bees, so it is unfair to say that bees know better than us how to get that ratio right.

https://en.wikipedia.org/wiki/Multi-armed_bandit#Optimal_sol...

page 1