Hey @sama
- I subscribed Pro on 24/12/5, the same day it was added
- Once went down to Plus on 25/6/5 and came back to Pro in a week noticing I cant live without it
Can I get that pen please
❗️ OpenAI is shipping a limited-edition collectible pen to its earliest ChatGPT Pro subscribers. Eligible users were notified around two months ago.
Supplies are capped at the first 4,000 who opt in through OpenAI's claim form.
GPT-5.5 Instant is more dependable, with significant improvements in factuality, especially in domains where accuracy matters most, like medicine, law, and finance.
It’s also stronger across everyday tasks, from analyzing image uploads to answering STEM questions to knowing when web search can help.
software engineers will notice half a second of latency in something that should be ~instant and will move heaven and earth to fix it, or at least to understand why; and this seems to have blown an operation that had started to install a backdoor on every Debian/Ubuntu SSH server
Confirmed!! Seunghyun Lee (@0x10n) of KAIST Hacking Lab used a UAF to RCE in the renderer on both #Micosoft Edge and #Google Chrome. He earns $85,000 and 9 Master of Pwn points. That also puts us over $1,000,000 for the event! #Pwn2Own
Wow. A bug in the Seaborn data visualization software hid many CD=1 papers, leading Park et al to incorrectly conclude that disruption in science and technology is declining (top histogram), while it is not ( bottom histogram). @VincentGinis
@pr0cf51 looks you already got a lot of exemplary recommendations, so here's a cursed option for you: https://t.co/W9XmIs20OZ
not so much cursed actually -- they're great in general. however you would need to be adventurous as few people uses this (must be <50 in Korea)
I've just implemented ChaCha20-Poly1305 in JavaScript, fitting it into 3 tweets. Couldn't make it fit into a single tweet, but I think it's impossible 😅
// Usage:
// All parameters are Uint8Array
// Nonce should be 12 bytes
await encrypt(plaintext, aad, key, nonce)
Elon Musk kind of ruined Twitter for this, but I was reminded of an old challenge: write a modern cipher (encryption) in a single (280 character) Tweet. Can we get authenticated encryption?