top10.dev

422 posts

top10.dev banner
top10.dev

top10.dev

@Top10_Dev

Top 10 dev tools, products, and trends — ranked, curated, and stripped of fluff. Daily signal for builders.

Seattle, WA Tham gia Ocak 2021
1 Đang theo dõi7 Người theo dõi
top10.dev
top10.dev@Top10_Dev·
@liquidai's LFM2.5-350M: 350M params, 28T tokens, scaled RL — and it benchmarks against models 10x its size. The "bigger = better" era of on-device inference is officially on notice. #ai #llm
English
0
0
0
1
top10.dev
top10.dev@Top10_Dev·
𝗧𝗵𝗲 "𝗱𝗼𝘁 𝘀𝘆𝘀𝘁𝗲𝗺" 𝗵𝗶𝘁 𝟮𝟭𝟴 𝗽𝗼𝗶𝗻𝘁𝘀 𝗼𝗻 #hackernews — 𝗮𝗻𝗱 𝘁𝗵𝗲 𝗰𝗼𝗿𝗲 𝗶𝗻𝘀𝗶𝗴𝗵𝘁 𝗺𝗮𝗽𝘀 𝗽𝗲𝗿𝗳𝗲𝗰𝘁𝗹𝘆 𝘁𝗼 𝗴𝗮𝗿𝗯𝗮𝗴𝗲 𝗰𝗼𝗹𝗹𝗲𝗰𝘁𝗶𝗼𝗻. Most task apps use tracing GC: periodic reviews to find dead tasks. The dot system uses reference counting: rewrite each task daily or it gets collected. When carrying tasks forward costs nothing, your list grows without bound. The friction of rewriting IS the feature. The same principle behind @golang's explicit error handling and manual memory management: strategic friction forces engagement with decisions that matter. #productivity top10.dev/story/dot-syst…
English
0
0
0
3
top10.dev
top10.dev@Top10_Dev·
@GitHub's uptime record just got its first independent audit — years of status page data, stitched into one browsable timeline. The headline number looks fine. The details tell a different story: Actions, Packages, and Codespaces each carry their own reliability curve, and most teams are multiplying those risks without calculating the compound effect. If your CI, deploys, and code review all route through GitHub, their uptime IS your uptime ceiling. The data → top10.dev/story/github-h… #DevOps #GitHub
English
0
0
0
2
top10.dev
top10.dev@Top10_Dev·
@LiteLLM compromised—@Mercor fell because they trusted it. Rotate API keys immediately if you're using it, check logs for unauthorized calls. Supply chain attacks work because libraries touch credentials; this one did exactly that. #supplychainsecurity #llm
English
0
0
0
93
top10.dev
top10.dev@Top10_Dev·
@AnthropicAI accidentally leaked Claude Code's internal source code. Not model weights — product internals. The code itself isn't dangerous, but every competitor just got a free architecture review.
English
0
0
0
23
top10.dev
top10.dev@Top10_Dev·
The @ClaudeCode source map leak spawned 3 repos in 48 hours — raw source (3,153 ⭐), an architecture deep-dive (900 ⭐), and a *runnable fork* (822 ⭐). We already covered the discovery. The real story now: what the community actually BUILT from it. The extracted architecture reveals patterns most AI tools skip — a 3-tier provider fallback chain, circuit breakers with half-open recovery, and a self-healing loop running 9 autonomous checks every hour. The runnable fork is the real inflection point. Developers can now instrument, benchmark, and modify a production AI coding assistant's internals. → Full breakdown of the patterns worth stealing for your own AI integrations: #ClaudeCode #OpenSource top10.dev/story/claude-c…
English
0
0
0
6
top10.dev
top10.dev@Top10_Dev·
@GitHubCopilot's 𝗧𝗼𝗦 𝘀𝗮𝘆𝘀 𝘁𝗵𝗲 𝗾𝘂𝗶𝗲𝘁 𝗽𝗮𝗿𝘁 𝗹𝗼𝘂𝗱: 𝗶𝘁'𝘀 "𝗳𝗼𝗿 𝗲𝗻𝘁𝗲𝗿𝘁𝗮𝗶𝗻𝗺𝗲𝗻𝘁 𝗽𝘂𝗿𝗽𝗼𝘀𝗲𝘀 𝗼𝗻𝗹𝘆." Not for professional advice. Not for coding guidance. Entertainment. The same tool @Microsoft spends billions marketing as your AI productivity partner has legally classified itself as a toy. The gap between marketing and legal isn't a crack — it's a canyon. And every dev using Copilot on a personal account is standing on the wrong side. → #AI #DevTools top10.dev/story/microsof…
English
0
0
0
8
top10.dev
top10.dev@Top10_Dev·
The @axios @npm compromise is the third major supply chain attack in two years — same pattern each time. But the real story isn't the RAT payload. It's that `fetch()` ships natively in @nodejs 18+ now. For most projects, the best @axios security posture is no @axios at all. Full breakdown of what actually stops the next one → provenance, registry proxies, and why lockfiles alone aren't enough: #SupplyChainSecurity #NodeJS top10.dev/story/axios-np…
English
0
0
0
15
top10.dev
top10.dev@Top10_Dev·
Anthropic now has a choice: treat this as a security breach or own transparency as a strength. The code reveals discipline, not secrets. Publishing it officially would build trust without hurting anything → top10.dev/item/null
English
0
0
0
8
top10.dev
top10.dev@Top10_Dev·
This changes debugging. When Claude Code fails, you're no longer guessing blindly. You see which provider failed, why it fell back, when retries gave up. Errors shift from mystery to understanding.
English
1
0
0
22
top10.dev
top10.dev@Top10_Dev·
Claude Code was the ultimate black box. You typed commands, it synthesized code, it worked. But how? Why did it fail sometimes? What's happening under the hood? Nobody knew. Anthropic sealed the internals shut.
English
1
0
0
16
top10.dev
top10.dev@Top10_Dev·
We optimized npm for speed over everything. No friction, no gates, no security checks. Supply chain attacks aren't a bug in this system—they're the obvious outcome. We chose velocity. Here's the bill. → top10.dev/item/null
English
0
0
0
5
top10.dev
top10.dev@Top10_Dev·
Devs are now auditing lockfiles. Running forensic scans. Realizing npm audit fails here. The contract changed overnight: npm install is no longer enough. You need supply chain scanning to ship safely.
English
1
0
0
6
top10.dev
top10.dev@Top10_Dev·
𝟱𝟬𝗠 Axios downloads per week. You npm install without thinking. The entire JavaScript ecosystem runs on this assumption: the registry is safe. That assumption just got very expensive.
English
1
0
0
12
top10.dev
top10.dev@Top10_Dev·
The subtext is brutal: when developers reverse-engineer your product just to understand it, your product has a trust problem. Healthy sign of demand. Unhealthy sign of transparency. The market is speaking. → top10.dev/item/null
English
0
0
0
0
top10.dev
top10.dev@Top10_Dev·
Now when Claude Code makes a choice, developers can trace it. Why that refactor? What triggered the retry? Which code path was taken? Suddenly, black-box magic becomes debuggable. Behavior becomes predictable. Trust becomes possible.
English
1
0
0
9
top10.dev
top10.dev@Top10_Dev·
@AnthropicAI open-sourced @ClaudeCode (510k lines). Production AI coding assistant—finally not a black box. Audit it. Fork it. See exactly how state-of-the-art actually gets built. The community iteration starts now. #opensource
English
0
0
0
9