Come work with me at Tableau on cloud data management systems supporting Analytics. The team is fully remote (USA, Canada, Germany) and working in Python. https://t.co/VLwPjaR1QR
@zzzeek But looking at the code, the web server injects JavaScript into the page that listens on a web socket for the server to tell it to reload via document.location.reload: https://t.co/cj6lLnwquz
@pycoders That’s not in-memory/not saved to disk and in fact would be visible on the filesystem due to using NamedTemporyFile instead of TemporaryFile for no reason that would require it.
@mitsuhiko This review of json compatible serialization formats says that there’s almost no benefit to using a binary schema-less format over just using gzip on json: https://t.co/nHa0EIy0EO (Table 68), but CBOR is slightly smaller on average than both json and msgpack.
@dabeaz@easyaspython there were a bunch of similar tools for different languages (pyenv, rbenv, nvm) that are all shell aliases. Someone collected them all together so you only need to install the one and it can install the equivalent of the others. https://t.co/8EKaf4MZlZ
@dabeaz@easyaspython None of the above works on Windows unless you are using Python in WSL. I use installers from https://t.co/QjMF07QZ3d (winget can get recent versions) and virtualenvwrapper-win on Windows. I tried pyenv-win but ran into https://t.co/XQ5xqV0Rrh as a blocker my workflow.
@dabeaz@easyaspython My primarily Python writing team was using pyenv + virtualenv-wrapper but switched to using asdf instead of pyenv because asdf could handle other language dependencies like Node, Java, and Terraform. It’s also what other non-Python teams were using.
@MasteringDnD re DMG says DM decides vs feat wording: seems like tension b/w good for home game vs AL play. @mattcolville explains this well when talking about cool narrative magic items vs feats: https://t.co/5ia0sN2vIg. DM decides is awkward if you are switching DM game to game in AL.
@AdamChainz I own a domain name where I have defined all sub-domains to point at 127.0.0.1. That lets me have many host based sites for local dev and not be subject to someone else changing the name on me. I can also use acme dns validation to get a real TLS cert.
@Gulopine Could try disabling auto-correction. If you have a contact with “can’t” in the name that could be causing the issue because contacts are highly weighted. Also, dictation might be an (annoying) work around. Try to train it by typing “can” a lot in notes.
I know all you folks love k8s. There are even halfway decent reasons to!
k8s is an extraordinarily expensive architectural choice that only gets worse with scale.
And if you're one who puts stateful stuff on k8s? god help you.
Hi @SGgrc, building a mechanical flip-flop is one of the example circuits in SpinTronics https://t.co/xleu7upaf4. That page and the KS updates explain the design of the mechanical versions of electronic parts like resisters, capacitors, inductors, and transistors.
For reference GitHub has several domains in that list (https://t.co/cKgzL8vggd) and you’ll also find regional domains there like https://t.co/iZA9obvqes (ie https://t.co/CteCZ55Bit, https://t.co/PnveMHbTKA, etc.). I’d be shocked if this wasn’t used in site isolation logic
@SGgrc regarding SN 836 and the recommendation to host untrusted scrips at a secondary TLD: this is already the security best practice due to same origin policy. Also there’s https://t.co/rPu84xJGxS which lists domains where sub domains are treated as different owners.