How Often Do People Actually Copy and Paste from Stack Overflow? — The folks at Stack Overflow decided to track every use of Ctrl/Cmd+C on the site over two weeks and it turns out a quarter of users landing on a question page copies something within five minutes. The stats go a lot further than that though..
Ben Popper and David Gibson
|
🚀 Open Source Goes to Mars — In case you missed it, humanity flew a helicopter on Mars the other day, and open source played a big role. Apparently “nearly 12,000” developers contributed to the underlying software used and all have been rewarded with a badge on their GitHub profiles. I love this because it emphasizes the “standing on the shoulders of giants” aspect that makes open source so powerful.
Nat Friedman (GitHub)
|
Cloudflare Workers Unbound Now Generally Available — Workers Unbound is Cloudflare's serverless Workers system but for functions that need long execution times (as you’d need to use the WebSockets support they've just added). You pay per request and by the GB/sec and get 400,000 GB/sec for free. A nice bonus is they’ve halved egress data costs too.
Nancy Gao (Cloudflare)
|
# Tutorials, Opinions and Stories 📖 |
|
Faster Python with Go Shared Objects — It’s always nice to see programming languages getting on with one another.. Here, we see how Go can be used to produce faster code that can be called from Python.
Kevin Chung
|
Hunting Down The Stuck BGP Routes — Border Gateway Protocol (BGP) allows systems to share routing data and is, as the author says, ‘the glue’ of the Internet. Ben looks at what happens when such data is lost and routes get ‘stuck’.
Ben Cox
|
Porting DOOM to Fastly's Serverless Edge Platform — What better way to show off your edge computing platform than porting a 28 year old game to it? :-) I’m not convinced of the “why” here but the “how” tickles a curious itch.
Justin Liew (Fastly)
|
'Thanks for the Bonus, I Quit!' — On one hand a corporate tale of greed and desperation, but on the other, human psychology and the power of expectations. A fun little tale, nonetheless.
Mad Ned
|
“We build our computer (systems) the way we build our cities: over time, without a plan, on top of ruins.”
___ Ellen Ullman
|
|