that’s generally not correct. entry points are how your package, once installed, is called from the command line; i wouldn’t wire up a docker image build step or twine publish that way.
Those two examples are the exact use-case that defining scripts in pyproject.toml are meant for. Users of my installed package would never need to run `twine publish` or build the project's docker image. That's only really needed by developers who would be working from the full project source including pyproject.toml.
Neither is make. You’re using an external tool either way. The one purpose built for the task, and doesn’t have a bunch of archaic footguns [1], will probably give a better experience.
We keep seeing the number 8$ billions of losses, but I wonder: does that number already include the enormous depreciation of Crypto which is taking place after SBF's demise?
What if users' possession on FTX are actually valued much less now?
Apparently when another VC firm (Social Capital) suggested to create a board before going through with their investment, they received a plain&clear "f*k you".
Corporate governance, accounting, and all the other boring stuff should literally be the first things which you should look at when assessing whether to fuel or not an exchange.
There is no way a person in his position has any time for focus. CEOs of big companies (especially in case they manage multiple companies!) usually act as firefighters and mainly mentors to top-management. They need to be able to quickly jump between calls, board meetings, press, Q&A, in matter of minutes.
Something very similar is also written in Cal Newport's Deep Work book, where Jack Dorsey's typical day is outlined just as a series of interruptions.
I guess that tweeting between these interactions is not that time-consuming for him, + he actually sleeps at the workplace and is 100% focused on work.
Cocaine addict may be behind long hours for medical doctors: "Fledgling residents had to suffer long, consecutive work shifts, day and night. To Halsted, sleep was a dispensable luxury that detracted from the ability to work and learn. Halsted’s mentality was difficult to argue with, since he himself practiced what he preached, being renowned for a seemingly superhuman ability to stay awake for apparently days on end without any fatigue.
Only after Halsted’s death did a secret come to light that explained
the maniacal structure of his residency program and his ability to forgo sleep. Halsted was a cocaine addict" https://medicaljustice.com/a-century-of-brutal-call-schedule...
Nah, he is just yet another incompetent person who became rich mostly due this parents. He cultivated an image in f being a genius and it worked for a long while, but with Twitter he showed his true capabilities because he had no one who did the actual work.
There’s an interesting dive into his educational and work background floating around Twitter right now; it sounds like he lied about his college degree and was working in the U.S. illegally for a while as a young adult.
> Apple is TSMC's largest single customer, but they're only ~25% of their revenue.
Consider that Apple is also 25% of total assets of Berkshire (around 250$B), so it's not much of a surprise that Berkshire is going into the main manufacturer of the biggest stock they have - hence the strong linking between the wto.
Not a scientist so more of a question than a statement, but how can this be relevant given that:
- We are talking about a pathway found in mouses, we are not even sure it exists in human
- These bacterias are only markers, therefore doesn't it mean that causation!=correlation and this does not prove anything?
Ideally, you could have a Postgres instance specifically dedicated for secrets - I don't see why you should couple sensitive and non-sensitive data. Many OSS services like HashiCorp Vault just do that: you give Vault a backend (which can be a Postgre DB, just like the one Supabase is offering) and it's gonna use that to save the secrets.
You could then use (e.g.) OpenID to connect to the specific instance of Supabase with those secrets from your application
We are considering running the Vault in Trusted Execution Environments (TEE) that are similar to encrypted VMs, where the memory traffic to the cpu is encrypted until it hits the processor. We're still investigating this possibility but it would make for a more secure cloud environment for sure. Of course AWS charges quite a premium for them!
Did anyone try Renovatebot[1]? It should be OpenSource and endorsed from OpenSSF and Google. Main advantages I see is batched updates, which reduce a bit the dependency update spam.
I do wonder how this plays with the acquisition. IIRC, one of the merge agreement was for Twitter to avoid drastic changes that could impact the value of the company - this seems pretty big to me.