

The title is Nvidia CEO Jensen Huang says ‘I think we’ve achieved AGI’. He then seemed to slightly walk back the claim, but it might be slightly more accurate to say that:
“Huang said we’ve achieved AGI. Because he thinks everyone except him is a replaceable idiot”











The Tumblr thread about covers it, but I had a quick look through the code and this caught my attention in the get2fa.ts file. It’s used in Authorisation headers for
https://api.resend.com/emailsrequests. I’ve never used an aws secretsmanager but I’m pretty sure this is a no.const RESEND_API_KEY_SECRET_ARN = 'arn:aws:secretsmanager:us-east-2:<REDACTED_HARDCODED_STRING>:secret:RESEND_API_KEY-<REDACTED_HARDCODED_STRING>';const result = execSync( 'aws secretsmanager get-secret-value --secret-id "${RESEND_API_KEY_SECRET_ARN}" --region us-east-2 --profile <REDACTED_HARDCODED_STRING> --query SecretString --output text', { encoding: 'utf-8' } ).trim();