标签:#hack
找到 13409 篇相关文章
Rsync for Windows Native Port
Omarchy is full of security holes
Fake US thinktank set up and funded by Israel sought to game AI for propaganda
Beyond WASI: Running any Rust application in the browser with BrowserPod 3.0
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