Is there any restrictions on this option? Eg only children of the same parent process are allowed to bind to same port. Otherwise how does the packet distribution work? And how does the response from that port work?
>So long as the first server sets this option before binding its socket, then any number of other servers can also bind to the same port if they also set the option beforehand. [...] To prevent unwanted processes from hijacking a port that has already been bound by a server using SO_REUSEPORT, all of the servers that later bind to that port must have an effective user ID that matches the effective user ID used to perform the first bind on the socket.
Note that on a US keyboard the ` (backtick) key is the one right below ESC.
If you have the keyboard in another locale (I use ES-intl) that hotkey doesn't make any sense at all: ` is next to "p" in my keyboard, and works only as a dead key. Cmd-` is literally impossible to use on it.
If you are in this situation, do yourself a favor and remap the "move focus to next window" hotkey [1]. It is very useful and I couldn't live without it now.
` (backtick) is also right above tab. On a US keyboard, this makes Cmd+Tab switch apps and Cmd+` switch windows of an app.
It's probably worth noting that the defaults remain on common Linux (at least KDE, GNOME, and Cinnamon) and Windows desktop shells with Alt instead of Cmd.
On Linux, Windows, and OSX, adding Shift cycles in reverse order.
Waze always has the latest accident and traffic reports. There are three main routes to my job. I always open it up in the morning and check travel times for each one (just press Routes button instead of Go). I have my preferred route, which is always fastest and shortest, but if Waze ever suggests one of the other two, I know I should listen. When I look into it, it’s usually some major accident or something affecting a lane of travel. The few times I ignored it I deeply regretted it. Makes the difference between a 60 minute commute vs a 90 min commute on a bad day.
Google Maps is the same for me. Some of the accidents in Google Maps are labeled "reported by Waze" or something like that. It seems like I get the best of both worlds:
crowdsourced traffic data from Waze within the clean interface of Google Maps.
Definitely. I find myself using Waze primarily for that sort of hotspot detection, when I know all/almost all potential routes, but want to know how bad the best/worst case travel times are. If Waze reroutes me onto surface streets, best call in to my first meeting, that sort of thing.
Curious if you can comment, but is it in the roadmap to define a standardized language agnostic gateway interface for Lambda so a binary written in any language could be deployed by simply implementing the interface?
It doesn’t force memory into cache directly. It determines values of bytes in memory by using the byte as a multiplier to an offset in memory. To determine byte value you can check all the offset combinations to see which was cached. Details in the meltdown paper.