@derrickcchoi Better sandbox config and make sandbox status more transparent. We need this to convince our lead that running codex directly on Windows is safe enough so we do not need to run it in containers on WSL.
@jeremyphoward I guess these days many things can be server less, so perhaps you can checkout Google's Firebase (Cloud Firestore for storage, and they handle authentication, user-creation, and hosting), then use React for frontend. If the app is simple, you can put logics in React app to start
@GooglePlay Can you please add a simple verification feature on the Google wallet tap to pay? So many times people accidentally pay stuff on auto machines and so on while the phone is unlocked and while people trying to pay by let the machine scanning their QR code of other apps!
Rust Atomics and Locks is a really good book. Today I learned - for fetch_xx or compare_exchange type of operations, on x86 it either uses a lock to do a complex instruction in one-go, or it uses a cmpxchg + a loop exactly like in Rust you do stuff with compare_exchange. On arm..
On arm, however, it uses a load-linked/store-conditional (LL/SC) loop - where the store only happens if no other thread has overwritten that memory since the load-linked instruction.
@eldsjal Listen to music in a foreign language (for example, perhaps Chinese for you?) in the genre that you like :)
BTW, can Spotify provide a recommended list of, or radio of a specific genre of music with language as input, also having some personalized touch on it?
Haven't been doing ML for a while - so what could be the best framework + deployment option to use in this case:
A small company, backend all in Golang, models are very simple or just a few layers of NN of regression or classification.
If you're curious about how we build scalable cloud systems at @einrideofficial, check out this post we've created together with @kelseyhightower on the advantages of using containers and serverless!
https://t.co/EHmSVVg8in