@jarredsumner I've played around with bun from the very start and it took years to get to the stability it has now. A vibe coded rust port (with apparent runtime UB *not* covered by the usual test suits) will start this process from zero.
@jarredsumner That the node/bun test suits are passing is good and all. But UB triggered by edge cases not covered by conventional tests feels like a separate issue that may impact runtime stability (like it did during buns early days). That's mainly what I am worried about
> be nerds
> look into persona (used by discord)
> kyc (know your customer) service
> used for age verification
> search on internet (shodan)
> find weird server
> image 1
> openai-watchlistdb.withpersona
> openai-watchlistdb-testing.withpersona
> lolwtf
> look inside
> supposed to be behind cloudflare to hide ip
> openai messed up
> not behind cloudflare
> real ip shown
> using google cloud
> lookup cert history
> 2023-11-16 created
> 2024-02-28 gets cert
> 2024-03-04 prod goes live
> google stuff
> openai and persona partners
> partner around timeline of certs
> back to searching stuff
> find withpersona-gov
> look inside
> okta (image 2)
> lolwtf
> look inside
> website accidentally leaking stuff
> fedramp-private-backend-api
> look inside
> api .js accidentally exposed
> look inside
> wtf "SARInstructionsCard"
> wtf "app.onyx.withpersona-gov"
> wtf "FINTRAC"
> wtf "PrivatePartnershipProjectNameCodes"
> image 3
> wtf "AsyncSelfie"
> look inside
> openai, persona, send data to us gov
> feds map face to financial records
> map face using AI
> map face to ICE stuff
> api stores data for lots of stuff
> image 4
tl;dr persona kyc and openai are frens, using your selfie for verification and sending to ICE (or USGOV in general), using AI to tie to your financial records. see subsequent post for full write-up. its long and not mobile friendly
My submission for the Google
Gemini competition got listed!
A chrome extension that allows you to ask websites questions about their content.
Feedback (and votes? ๐๐) appreciated!
https://t.co/smZBKrYvEg
@bunjavascript I'll say bug because A.) that could cause incompatibility if a script works with console.log outputs from nodejs. migration to bun could break it. and B.) if some framework or library adds some internal-only properties to objects that could cause overly verbose outputs / bloat