all things engineering

all things engineering

437 bookmarks
Custom sorting
Dropbox traffic infrastructure: Edge network
Dropbox traffic infrastructure: Edge network
In this post we will describe the Edge network part of Dropbox traffic infrastructure. This is an extended transcript of our NginxConf 2018 presentation.
·blogs.dropbox.com·
Dropbox traffic infrastructure: Edge network
Why you can have millions of Goroutines but only thousands of Java Threads
Why you can have millions of Goroutines but only thousands of Java Threads
Many seasoned engineers working in JVM based languages have seen errors like this: [error] (run-main-0) java.lang.OutOfMemoryError: unable to create native thread: [error] java.lang.OutOfMemoryError: unable to create native thread: [error] at java.base/java.lang.Thread.start0(Native Method) [error] at java.base/java.lang.Thread.start(Thread.java:813) ... [error] at java.base/java.lang.Thread.run(Thread.java:844) OutOfMemory…err…out of threads. On my laptop running Linux, this happens after a paltry 11500 threads. If you try the same thing in Go by starting Goroutines that sleep indefinitel...
·rcoh.me·
Why you can have millions of Goroutines but only thousands of Java Threads
12 Factor CLI Apps – Jeff Dickey – Medium
12 Factor CLI Apps – Jeff Dickey – Medium
CLIs are a fantastic way to build products. Unlike web applications, they take a small fraction of the time to build and are much more…
·medium.com·
12 Factor CLI Apps – Jeff Dickey – Medium
Hire people who aren't proven
Hire people who aren't proven
Hiring is broken on so many different levels, and it starts right there, at the job offer description. It then continues all the way down to the actual interview process. I'd like to unfold here some prescriptions about how I think startups should hire.
·leonardofed.io·
Hire people who aren't proven
The ultimate guide to proper use of animation in UX
The ultimate guide to proper use of animation in UX
Nowadays it’s hard to impress or even surprise with an interface animation. It shows interactions between screens, explains how to use the…
·uxdesign.cc·
The ultimate guide to proper use of animation in UX
MariaDB acquires Clustrix
MariaDB acquires Clustrix
MariaDB, the company behind the eponymous MySQL drop-in replacement database, today announced that it has acquired Clustrix, which itself is a MySQL drop-in replacement database, but with a focus on scalability. MariaDB will integrate Clustrix’s technology into its own database, which will allow it to offer its users a more scalable database service in the long […]
·techcrunch.com·
MariaDB acquires Clustrix
Today, Europe Lost The Internet. Now, We Fight Back.
Today, Europe Lost The Internet. Now, We Fight Back.
Today, in a vote that split almost every major EU party, Members of the European Parliament adopted every terrible proposal in the new Copyright Directive and rejected every good one, setting the stage for mass, automated surveillance and arbitrary censorship of the internet: text messages like...
·eff.org·
Today, Europe Lost The Internet. Now, We Fight Back.
MS Paint IDE
MS Paint IDE
Ditch IDEs like Intellij and glorified text editors like Eclipse, and switch to a real IDE, MS Paint.
·ms-paint-i.de·
MS Paint IDE
What companies mean by culture fit
What companies mean by culture fit
Hiring the best employees and building a strong culture are imperatives for any company. However, culture fit screens in the interview process have been shown to introduce significant bias. In this post, I dig into what companies actually mean by culture fit, and try to find a way to resolve this conflict. I hope this post will be useful for hiring manager designing an interview process, or engineers getting ready for interviews.
·triplebyte.com·
What companies mean by culture fit
grpc / gRPC + JSON
grpc / gRPC + JSON
A high performance, open source, general RPC framework that puts mobile and HTTP/2 first.
·grpc.io·
grpc / gRPC + JSON
Google AMP Can Go To Hell | Polemic Digital
Google AMP Can Go To Hell | Polemic Digital
The latest AMP messages in Google Search Console are intended to enforce full equivalency in AMP versions. The underlying message is clear. And so is my response.
·polemicdigital.com·
Google AMP Can Go To Hell | Polemic Digital
PagerDuty raises $90M to wake up more engineers in the middle of the night
PagerDuty raises $90M to wake up more engineers in the middle of the night
PagerDuty, the popular service that helps businesses monitor their tech stacks, manage incidents and alert engineers when things go sideways, today announced that it has raised a $90 million Series D round at a valuation of $1.3 billion. With this, PagerDuty, which was founded in 2009, has now rais…
·techcrunch.com·
PagerDuty raises $90M to wake up more engineers in the middle of the night
Comparison of text editing methods
Comparison of text editing methods
Given how much time I spend producing text, I've spent shockingly little of it considering the tradeoffs of various modes to input it. I had a vague sense that typing is faster than handwriting and that, despite this fact, I still prefer writing......
·devonzuegel.com·
Comparison of text editing methods
CLI: improved
CLI: improved
I'm not sure many web developers can get away without visiting the command line. As for me, I've been using the command line since 1997, first at university when I felt both super cool l33t-hacker and simultaneously utterly out of my depth. Over the years my command line habits have improved and I often search for smarter tools for the jobs I commonly do. With that said, here's my current list of improved CLI tools.
·remysharp.com·
CLI: improved