Feed aggregator
ANSI Escape Code Injection in OpenAI's Codex CLI
Article URL: https://dganev.com/posts/2026-02-12-ansi-escape-injection-codex-cli/
Comments URL: https://news.ycombinator.com/item?id=46987031
Points: 2
# Comments: 1
Turn Security Threats: A Hacker's View
Article URL: https://www.enablesecurity.com/blog/turn-server-security-threats/
Comments URL: https://news.ycombinator.com/item?id=46987005
Points: 1
# Comments: 0
Pseudonyms Used by Donald Trump
Article URL: https://en.wikipedia.org/wiki/Pseudonyms_used_by_Donald_Trump
Comments URL: https://news.ycombinator.com/item?id=46986990
Points: 1
# Comments: 0
Show HN: Vibe Deploy... Deploy full-stack apps to your own servers via AI
Article URL: https://runos.com/blog/vibe-deploy.html
Comments URL: https://news.ycombinator.com/item?id=46986972
Points: 1
# Comments: 2
Only use agents for tasks you know how to do
Article URL: https://zknill.io/posts/only-ai-tasks-you-know-how-to-do/
Comments URL: https://news.ycombinator.com/item?id=46986970
Points: 1
# Comments: 0
Scripting on the JVM with Java, Scala, and Kotlin
Article URL: https://mill-build.org/blog/19-scripting-on-the-jvm.html
Comments URL: https://news.ycombinator.com/item?id=46986954
Points: 1
# Comments: 0
DeepSeek with 1M context window is loaded for testing
Article URL: https://chat.deepseek.com/share/a17q3v4uja85p6sqon
Comments URL: https://news.ycombinator.com/item?id=46986942
Points: 1
# Comments: 1
Show HN: SuperLocalMemory– Local-first AI memory for Claude, Cursor and 16+tools
The Problem AI assistants have amnesia. Every new Claude/ChatGPT/Cursor session starts from zero. You waste hours re-explaining your project architecture, coding preferences, and previous decisions. Existing solutions (Mem0, Zep, Letta) are cloud-based, cost $40-50+/month, and your private code goes to their servers. Stop paying → lose all your data. My Solution: Local-First, Free Forever Built a universal memory system that stores everything on YOUR machine, works with 16+ AI tools simultaneously, requires zero API keys, costs nothing. 10-Layer Architecture Each layer enhances but never replaces lower layers. System degrades gracefully if advanced features fail. Layer 10: A2A Agent Collaboration (v2.6) Layer 9: Web Dashboard (SSE real-time) Layer 8: Hybrid Search (Semantic + FTS5 + Graph) Layer 7: Universal Access (MCP + Skills + CLI) Layer 6: MCP Integration (native Claude tools) Layer 5: Skills (slash commands for 16+ tools) Layer 4: Pattern Learning (Bayesian confidence) Layer 3: Knowledge Graph (TF-IDF + Leiden clustering) Layer 2: Hierarchical Index (parent-child relationships) Layer 1: SQLite + FTS5 + TF-IDF vectors Research-Backed Built on published research, adapted for local-first:
A2A Protocol (Google/Linux Foundation, 2025) GraphRAG (Microsoft arXiv:2404.16130) MACLA Bayesian learning (arXiv:2512.18950) A-RAG hybrid search (arXiv:2602.03442)
Key difference: Research papers assume cloud APIs. SuperLocalMemory implements everything locally with zero API calls. How Recall Works Query "authentication" triggers:
FTS5 full-text search TF-IDF vector similarity Graph traversal for related memories Hierarchical expansion (parent/child context) Hybrid ranking (combines all signals)
Performance: <50ms, even with 10K+ memories. Comparison FeatureSuperLocalMemoryMem0/Zep/LettaPrivacy100% localCloudCostFree$40-50+/moKnowledge GraphPattern Learning BayesianMulti-tool16+LimitedCLIWorks Offline Real Usage Cross-tool context: bash# Save in terminal slm remember "Next.js 15 uses Turbopack" --tags nextjs
# Later in Cursor, Claude auto-recalls via MCP Project profiles: bashslm switch-profile work-project slm switch-profile personal-blog # Separate memory per project Pattern learning: After several sessions, Claude learns you prefer TypeScript strict mode, Tailwind styling, Vitest testing—starts suggesting without being asked. Installation bashnpm install -g superlocalmemory Auto-configures MCP for Claude Desktop, Cursor, Windsurf. Sets up CLI commands. That's it. Why Local-First Matters
Privacy: Code never leaves your machine Ownership: Your data, forever Speed: 50ms queries, no network latency Reliability: Works offline, no API limits Cost: $0 forever
Tech Stack
SQLite (ACID, zero config) FTS5 (full-text search) TF-IDF (vector similarity, no OpenAI API) igraph (Leiden clustering) Bayesian inference (pattern learning) MCP (native Claude integration)
GitHub https://github.com/varun369/SuperLocalMemoryV2 MIT License. Full docs in wiki.
Current status: v2.4 stable. v2.5 (March) adds real-time event stream, concurrent access, trust scoring. v2.6 (May) adds A2A Protocol for multi-agent collaboration. Built by Varun Pratap Bhardwaj, Solution Architect . 15+ years AI/ML experience.
Comments URL: https://news.ycombinator.com/item?id=46986940
Points: 1
# Comments: 0
AI researchers are sounding the alarm on their way out the door
Article URL: https://www.cnn.com/2026/02/11/business/openai-anthropic-departures-nightcap
Comments URL: https://news.ycombinator.com/item?id=46986928
Points: 1
# Comments: 0
Show HN: Threadlink – Turn long AI chats into portable context cards
Article URL: https://threadlink.xyz/
Comments URL: https://news.ycombinator.com/item?id=46986907
Points: 1
# Comments: 1
Show HN: I built an open-source About A macOS style photo manager for Windows
Article URL: https://github.com/OliverZhaohaibin/iPhotron-LocalPhotoAlbumManager
Comments URL: https://news.ycombinator.com/item?id=46986898
Points: 1
# Comments: 0
My New Obsession: Clever Grocery Bags That Hang on Your Cart for Easy Sorting
Subscription-Based API Throttling Without Client API Keys
Article URL: https://metaduck.com/subscription-based-api-throttling-without-client-api-keys/
Comments URL: https://news.ycombinator.com/item?id=46986842
Points: 1
# Comments: 0
Show HN: I Made a Math Crossword
Article URL: https://do-say-go.github.io/hexfiend/?hn=4
Comments URL: https://news.ycombinator.com/item?id=46986838
Points: 2
# Comments: 0
Tomorrow, and tomorrow – Ian McKellen analyzes Macbeth speech (1979) [video]
Article URL: https://www.youtube.com/watch?v=zGbZCgHQ9m8
Comments URL: https://news.ycombinator.com/item?id=46986821
Points: 1
# Comments: 0
US Hacking Tool Boss Stole and Sold Exploits To Russian Broker That Could Target Millions of Devices, DOJ Says
The number of vulnerabilities to be disclosed in 2026 is almost certain to exceed last year's total, and may be heading towards 100,000, according to analysis
Show HN: Graphthulhu – Knowledge Graph MCP Server for Logseq and Obsidian
Article URL: https://github.com/skridlevsky/graphthulhu
Comments URL: https://news.ycombinator.com/item?id=46986789
Points: 1
# Comments: 0
Show HN: I made a game where you factor RSA
Article URL: https://do-say-go.github.io/insights/
Comments URL: https://news.ycombinator.com/item?id=46986782
Points: 1
# Comments: 1
What to do before thinking hard
Article URL: https://timktitarev.wordpress.com/2026/02/12/what-to-do-before-thinking-hard/
Comments URL: https://news.ycombinator.com/item?id=46986767
Points: 1
# Comments: 1
