标签:#news
找到 14624 篇相关文章
Beyond WASI: Running any Rust application in the browser with BrowserPod 3.0
Rockstar finally responds to ‘heartbreaking’ GTA 6 leaks
Rockstar Games has released its first official statement following days of sustained leaks of footage from Grand Theft Auto VI, calling the period "heartbreaking for our team." Not long after Rockstar posted, the source of the leaks posted another video clip of the game, this time showing the Jason character pulling off the series' trademark […]
HQ – Your infrastructure as a colony on Mars (local, real data)
Show HN: Routebase – One OpenAPI spec drives your docs, mocks, tests, monitors
Grid Data Explorer
PyCon26: LLM Governance, Guardrails, and Presidio When the Guardrail Leaks PII
Apple Maps Ads Are Here, and There's No Way to Turn Them Off
Show HN: DBLift – database migration management for Python teams
I’ve been working for a while on DBLift, an open-source database migration toolkit for Python teams. DBLift follows the same model flyway does with the same main commands and the same history table structure making it easy to switch from one to the other with the import_flyway command. By default DBLift is out of order meaning that any unapplied migration is eligible to be applied contrary to flyway which refuse to apply any migration with a lower version until you force it. You can still apply
Show HN: Typebase – A single-folder back end you write in TypeScript
Hey HN! I built Typebase, a library that gives you Convex's DX with Supabase's openness. After trying Supabase I liked how fast it is to spin up a DB and auth, but really didn't like using RLS and SQL for authorization. With Convex I loved how your server "lives" in your code, but disliked the DB model and the realtime-first defaults. With Typebase you just write TS files inside a typebase/ folder in your existing repo. You can define your DB tables inside a schema.ts file and export server func