今日精选
HOT最新资讯
共 35315 篇What is Bending Spoons? The little-known AOL and Vimeo owner that’s now public
Bending Spoons remains largely unknown, even as its portfolio of products has served more than a billion people.
These popular smartphones are in their last year of software support
It's good to know how long your phone will get updates before you purchase.
What ORMs have taught me: just learn SQL
submitted by /u/Either_Collection349 [link] [留言]
🔥 macro-inc / macro - Macro is a unified interface for email, messages, tasks, cal
GitHub热门项目 | Macro is a unified interface for email, messages, tasks, calls, agents, pull requests, docs, crm — linked together with shared AI memory. | Stars: 366 | 67 stars this week | 语言: Rust
🔥 nushell / nushell - A new type of shell
GitHub热门项目 | A new type of shell | Stars: 39,869 | 8 stars today | 语言: Rust
🔥 outline / outline - The fastest knowledge base for growing teams. Beautiful, rea
GitHub热门项目 | The fastest knowledge base for growing teams. Beautiful, realtime collaborative, feature packed, and markdown compatible. | Stars: 39,409 | 69 stars today | 语言: TypeScript
🔥 gitroomhq / postiz-app - 📨 The ultimate agentic social media scheduling tool 🤖
GitHub热门项目 | 📨 The ultimate agentic social media scheduling tool 🤖 | Stars: 32,727 | 38 stars today | 语言: TypeScript
🔥 yaklang / yakit - Cyber Security ALL-IN-ONE Platform
GitHub热门项目 | Cyber Security ALL-IN-ONE Platform | Stars: 7,499 | 31 stars today | 语言: TypeScript
🔥 OthmanAdi / planning-with-files - Persistent file-based planning for AI coding agents and long
GitHub热门项目 | Persistent file-based planning for AI coding agents and long-running agentic tasks. Crash-proof markdown plans that survive context loss and /clear, plus a deterministic completion gate and multi-agent shared state on disk. Manus-style. Works with Claude Code, Codex CLI, Cursor, Kiro, OpenCode and 60+ agents via the SKILL.md standard. | Stars: 24,557 | 61 stars today | 语言: Python
🔥 bradautomates / claude-video - Give Claude the ability to watch any video. /watch downloads
GitHub热门项目 | Give Claude the ability to watch any video. /watch downloads, extracts frames, transcribes, hands it all to Claude. | Stars: 3,377 | 356 stars today | 语言: Python
Vizio accidentally made the best dumb TV on the market
When I first started testing Vizio's 65-inch Mini LED Quantum TV, I thought the big story was that Vizio was back and that it had a quantum-dot TV for under $398 - the cheapest on the market. Vizio's been pretty quiet since it was acquired by Walmart in 2024, so putting out a TV with […]
Almost 90 new unicorns have been minted so far this year — here they are
With AI igniting an investor frenzy, more startups are achieving unicorn status every month.
TraceTree: Mapping malware behavior to catch supply chain attacks
We just released an important update: retraining our Random Forest model on real malware behavior from the CIC-MalMem-2022 dataset. The challenge was mapping 58,000 complex memory dump traces into a clean 10-feature vector space that our syscall graph extractor produces. How it works: Sandbox target in Docker (network dropped) Trace every syscall with strace -t -f Parse into a NetworkX directed graph Extract 10 features (process count, network connections, file operations, severity scores, etc.) Feed into RandomForest for classification We also resolved module-level import cycles and pinned skops for safer model deserialization in production. Looking for collaborators who understand malware behavior, syscall parsing, or want to contribute detection rules. Open to issues and PRs. https://github.com/tejasprasad2008-afk/TraceTree