Si trabaja, pasa x la zona o vive en Col San Benito (y le gustan las donas) TIENE que visitar Donut Fresh, en Pje. 3 - No les puedo explicar los sabores espectaculares que tienen. La de limón es cortesía del IG de ellos: @okletsmunch; no le pude tomar foto antes de comerla.
A short Python program to estimate π:
import random
def estimate_pi(n):
m = 0
for i in range(n):
x = random.uniform(0, 1)
y = random.uniform(0, 1)
if x*x + y*y <= 1:
m += 1
return 4 * m / n
In 1975, Paul Dirac gave a lecture at the Accademia Nazionale dei Lincei, on the positron, the #antimatter counterpart of the electron.
#AntimatterDay
➡️ Watch the full video on La Mediateca @INFN_: https://t.co/z4UfVlu2eu
Astronomy, mathematics, physics.
The evolution in our thoughts and models: Heliocentrism and Geocentrism.
By Malin Christersson, source: https://t.co/CzI3Vqkz7w
(CC BY-NC-SA 4.0)
ChatGPT will soon be available as an API in Microsoft Azure OpenAI service 🤯
Azure OpenAI service is now open to all with access to models like GPT-3, Codex, and DALL.E-2 via an API.
Can't wait to see the innovations it spurs!!
Learn more 👇🧵
I asked ChatGPT to generate a DB model with this information:
"Design a DB model for managing a parking lot where I need to know the number of days each car has been parked and also the total charge for each month based on the hourly cost"
The second iteration was impressive!
Healing is scary. It means we leave denial and start to face the truth of our lives.
It means we start to take full responsibility for our lives.
Slowly, over time we begin to meet our authentic self. We understand our emotions. And we place boundaries.