Elvin
Proactive AI that finds and finishes work before you ask Discussion | Link
AI人工智能最新资讯、模型发布、研究进展
Proactive AI that finds and finishes work before you ask Discussion | Link
Chess pattern training. No timers, no streaks, no ratings. Discussion | Link
Activists raised a 40-foot-tall inflatable Elon Musk in Manhattan to draw attention to the risk he allegedly poses to investors.
I'm a network engineer that likes to think about the future of the internet and this is what I've built over many nights and weekends. One reputation graph over IPs, ASNs, domains, and entities, exposed as a JSON API. Try it: curl https://api.tunnelmind.ai/v1/check/1.1.1.1 Every answer is a signed receipt with an attestation tier so you can see what was produced and how your agents can use it. The protocol is opensource. Try it out let me know what you think and yes I am still working on the rad
The tech giant warned of a security flaw that a cybercrime gang said it's exploiting as part of a mass-hacking campaign. Google said it notified more than 100 organizations that had potentially vulnerable servers.
https://socket.dev/blog/mini-shai-hulud-miasma-and-hades-wor...
Even with decades of documentation, SQL Code Injection remains a top threat. Train your developers and TPMs! submitted by /u/casaaugusta [link] [留言]
Localize your app with tone-aware AI, automated workflows Discussion | Link
The platform-agnostic Logitech MX Master 3S wireless mouse is discounted to $89.99 at Amazon ($30 off), matching the best price we’ve seen so far this year. While it may look like a somewhat ordinary mouse, it has a unique second scroll wheel near the left thumb that’s surprisingly useful for horizontal scrolling in spreadsheets. You […]
Paste a site & get an AI receptionist that learns from calls Discussion | Link
Free, local AI powered Voice to Text w/ live transcriptions Discussion | Link
Free the gigabytes your dev tools and AI apps hoard Discussion | Link
Domain health analysis for high performance email campaigns Discussion | Link
The TypeScript SDK for AI agents with self-improving memory Discussion | Link
Service binding is a feature which allows apps to get an isolated schema/database on a shared Postgres or MySQL. This post explain how it works. submitted by /u/avkijay [link] [留言]
Author here. We kept writing migrations that were fine as a final schema but unsafe during the rollout itself - old pods still reading a column while new pods have already dropped it. Django solved this ages ago with django-migration-linter, which I leaned on for years on Grafana OnCall. Drizzle has nothing like it, so we wrote one for our CI. It diffs new migrations against the base branch and fails on drops, renames, and required columns added in one step. It’s buried in our monorepo right now. There’s an issue linked in the post if you’d want it published to npm. submitted by /u/joey-archestra [link] [留言]