I was so thrilled to discover this Simon Phillips fusion projects a few years ago. It's been going on for years (decades) and he releases a new record every few years often with an entirely new band.
Here's a live studio performance:
Are you using email correctly? Can we do better? Can we use it as a instant messaging? If any of these questions gave you some idea, give a read:
I'm familiar with #protocol s in #Swift, but just recently discovered #protocol classes in #Python. Like in #Swift they allow for structural subtyping. Now you can require that a parameter passed to a function must conform to a given protocol and #mypy will statically check that for you. You get the best of both worlds -- the safety of static typing and the convenience of duck typing.
https://www.alojapan.com/1323090/kyoto-protocol-what-is-and-what-is-it/ Kyoto protocol: what is and what is it #Kyoto #KyotoNews #news #protocol #京都 #京都府 We often read in the news information about the acquaintance Kyoto or Kyoto protocol On climate change, an international agreement that was signed with a view to reduce greenhouse gas emissions and thus minimize the effects of global warming, but what is this protocol exactly and what influence does it have – or can it
#TIL: There are two ways to trigger use of the #HTTP3 / #QUIC #protocol in #webbrowsers:
#Chromium and #Firefox #browsers always start with #HTTP1 / #HTTP2, look for the “alt-svc” header in the response and switch to HTTP3 for subsequent requests if they find it. I knew that much.
But #Safari will instead query #DNS for the "#HTTPS" record and use that as a trigger. So it can work HTTP3-only for the cost of an additional DNS query. Unfortunately, the record type isn't widely supported yet.