全部/社区/实时热榜

daily.dev · Popular · 实时热榜

HISTORY2026年8月11日28 不同热搜
07/2308/21 有历史数据
DAILY UNIQUE TOPICS28 个热搜
  1. 01
    TanStack Did It Again... They Fixed Charts

    TanStack Charts is a new JavaScript charting library using a grammar-of-graphics approach (similar to ggplot2 in R), treating charts as compositions of marks, scales, and mappings rather than fixed chart types. It supports ~55 mark types including bars, lines, areas, sankey diagrams, tree maps, radar charts, world maps, and more. Key features include SVG and canvas output, animations, tooltips, interactions (brushing, zooming, keyboard selection), export to SVG/PNG, and a three-level styling sys

    最高第 100:00 达到当日首次采集时已在榜当日结束时仍在榜上榜 3 次(重入 2 次)累计约23小时1分
  2. 02
    ChatGPT is now free and unlimited when using GPT-5.6 Luna

    OpenAI updated GPT-5.6 Sol in ChatGPT to give shorter, more direct answers with fewer factual errors, and introduced a reasoning effort slider for Plus and Pro users. GPT-5.6 Luna becomes the free default with unlimited text chats and a Think button for harder questions. The API, Codex, and ChatGPT Work versions of GPT-5.6 Sol are unaffected. Internal evaluations show ~68% fewer factual errors with Sol and ~62% with Luna versus GPT-5.5 Instant. The post extracts four design patterns for develope

    最高第 120:24 达到20:24 首次观测上榜当日结束时仍在榜上榜 2 次(重入 1 次)累计约32分钟
  3. 03
    Rust is the future of Linux

    Greg Kroah-Hartman, the Linux kernel stable branch maintainer, has publicly endorsed Rust as the future of the Linux kernel. The core argument is not just memory safety, but that Rust's compile-time enforcement of data validation, memory lifetimes, locking rules, and error handling reduces the burden on the kernel's ~150 maintainers who review code from ~5,000 contributors. Greg claims 80% of Linux security vulnerabilities would have been impossible if the code were written in Rust. The current

    最高第 105:33 达到05:33 首次观测上榜当日结束时仍在榜累计约18小时15分
  4. 04
    The Linux gaming distro that refused to join the Open Gaming Collective is now dominating the Steam charts

    CachyOS, a rolling-release Arch-based Linux distro, declined to join the Open Gaming Collective (OGC) when it launched, citing concerns about bureaucratic overhead, association with Web3-linked Playtron, and the rushed circumstances around Bazzite's involvement. Founder Peter Jung argued that CachyOS already collaborated with OGC members informally and that the OGC's upstream-first policy means improvements flow to all distros anyway. Six months later, CachyOS ranks second in Valve's Steam Hardw

    最高第 115:52 达到15:52 首次观测上榜当日结束时仍在榜上榜 2 次(重入 1 次)累计约7小时40分
  5. 05
    What I learned from vibe coding a small web project with GitHub Copilot and GPT-5 mini

    A developer shares firsthand experience vibe coding a small web project using GitHub Copilot with VS Code Agent Mode and GPT-5 mini, on a stack of Go, SQLite, React, Redux, and Sass. The positives include fast boilerplate setup, dependency installation, and incidental learning of CLI tricks like lsof and curl. The negatives are significant: the AI struggled with more than a handful of moving parts, hallucinated fixes (nearly wiping a database), installed outdated dependencies, and produced code

    最高第 120:40 达到20:40 首次观测上榜22:54 观测离榜上榜 3 次(重入 2 次)累计约1小时10分
  6. 06
    Rebuilding johnliter.blog: Turning My Blog Into an Automated Publishing Hub

    A developer rebuilt their personal blog to eliminate duplicate publishing work by turning it into an automated hub that syncs Substack content via RSS. The new stack uses n8n to poll the Substack RSS feed on a schedule, extract article metadata (title, excerpt, image URL, GUID), and upsert records into MySQL. A PHP API serves that data to a React frontend. The old site stored full article bodies with voting, view tracking, and Markdown rendering — all removed in favor of a lean metadata-only sch

    最高第 222:32 达到22:32 首次观测上榜22:54 观测离榜累计约22分钟
  7. 07
    Tech companies are quietly hiring again

    Tech giants like Google, Meta, and Amazon made headlines with massive layoffs while simultaneously hiring thousands in strategic areas, resulting in net headcount increases. The narrative that AI is replacing workers en masse is contradicted by data: Google added 16,000 net employees over three years and Meta added 8,000. The layoffs largely reflect post-COVID over-hiring corrections rebranded as AI transformation. Amazon's internal AI projects illustrate the hidden costs of agentic systems — on

    最高第 200:00 达到当日首次采集时已在榜当日结束时仍在榜上榜 2 次(重入 1 次)累计约23小时17分
  8. 08
    Laravel Truss: interactive ER diagrams for your database schema

    Laravel Truss is a Laravel package by Alberto Arena that renders your database schema as a live, zoomable ER diagram at /truss in the browser. Zero configuration required — install it and navigate to the route. What it does Truss reads only structural data: tables, columns, foreign keys, and indexes. It never touches row data. The diagram is interactive. You can search for tables, zoom around, and use Focus Mode to isolate a table and highlight its foreign-key neighbors. You can also toggle betw

    最高第 215:04 达到15:04 首次观测上榜当日结束时仍在榜累计约8小时44分
  9. 09
    Announcing Open Knowledge Compiler: a compiler for the Open Knowledge Format

    Open Knowledge Compiler (open-knowledge-compiler, Apache-2.0) is a new open-source tool that continuously compiles a Git repository — its code, pull requests, and optionally Jira — into an OKF-conformant knowledge base. It serves both humans (as a browsable Markdown wiki) and AI agents (via a read-only MCP server with structured graph queries). The compiler uses a six-stage pipeline: Collect, Extract, Normalize, Diff, Persist, and Emit, with PostgreSQL as the durable source of truth. Determinist

    最高第 308:34 达到当日首次采集时已在榜23:32 观测离榜上榜 9 次(重入 8 次)累计约16小时56分
  10. 10
    Five Months of Building an Open Source PHP Dev Tool: What Grew, What Failed, and What Surprised Me

    A solo developer shares a five-month retrospective on building lerd, an open source local PHP development environment for Linux (and now macOS) that uses rootless Podman containers instead of Docker Desktop. The project grew from 0 to 780+ GitHub stars, attracted 16 external contributors, and users in 40+ countries. Key features added include a debug window intercepting dumps and SQL queries, an MCP server compatible with major AI coding tools, Git worktree isolation with per-branch databases, a

    最高第 300:00 达到当日首次采集时已在榜当日结束时仍在榜上榜 4 次(重入 3 次)累计约22小时45分
  11. 11
    Agentic Engineering To Speed Up Your SDLC!

    Agentic engineering is the shift from AI chatbots that just answer questions to AI agents that get work done for your engineering teams. The difference sounds small, but it changes everything about how you design these systems. A chatbot just needs to sound right. An agent needs to be right, because it’s the one filing the pull request, spinning up the infrastructure, or pushing to production. That’s why the hard part isn’t the model, it’s the context around it. An agent that understands your se

    最高第 408:34 达到当日首次采集时已在榜17:12 观测离榜上榜 2 次(重入 1 次)累计约10小时58分
  12. 12
    A Faster Open-Source Alternative to MarkItDown, Pandoc, and Docling

    In recent years, with the rapid advancement of LLM capabilities, AI has become deeply integrated into office scenarios. These scenarios often involve handling a wide variety of document formats - such as Word, PowerPoint, Excel, and PDF - which are not inherently LLM-friendly. Consequently, the standard approach is to convert them into Markdown, making a high-quality document converter essential. Recently, the Firecrawl team released anydoc , a powerful, open-source, cross-platform document conv

    最高第 409:38 达到09:38 首次观测上榜当日结束时仍在榜累计约14小时10分
  13. 13
    Endless execution

    DHH reflects on the transformative experience of working with AI agents, describing it as the most exciting development in his 40+ years with computers. He argues that AI agents deliver a kind of 'endless execution' — the ability to immediately act on any idea or experiment — and that the effect feels closer to magic than technology. He briefly acknowledges potential dangers but chooses to focus on the wonder of the moment, suggesting the current state of AI agents may already approximate whatev

    最高第 402:04 达到02:04 首次观测上榜12:08 观测离榜上榜 5 次(重入 4 次)累计约7小时35分
  14. 14
    Sandcastle, a Relaxing Tropical Cozy Game, Now Has a Demo on Steam

    Sandcastle, a cozy tropical beach game from Bubblebird Studio's Fabien Weibel, now has a playable demo on Steam. The game lets players build sand fortresses with towers, moats, and walls using buckets and shovels, featuring realistic sand and water physics with satisfying sound design. Players can choose from 10 beach layouts including lagoons and islands, add vegetation, and explore hidden collectibles. The game has accumulated 185,000 wishlists ahead of its full release.

    最高第 517:12 达到15:52 首次观测上榜20:56 观测离榜上榜 3 次(重入 2 次)累计约1小时36分
  15. 15
    shiki v0.9.0 is out

    shiki v0.9.0 is out — shiki tasks — the tasks view as a scriptable CLI command: pending tasks across every notebook, urgency-sorted, with --overdue/–today/–all/–notebook filter… https://sazardev.github.io/shiki/changelog/0.9.0.html #rustlang #TUI #opensource https://sazardev.github.io/shiki/changelog/0.9.0.html

    最高第 508:34 达到当日首次采集时已在榜当日结束时仍在榜上榜 5 次(重入 4 次)累计约20小时36分
  16. 16
    Explicit code is always better

    A developer argues that explicit code is always preferable to magic abstractions, drawing on frustrations with an opaque JavaScript library. The post covers four pillars: readable-by-design code with named intermediate variables, static types as explicit contracts, traceable imports/exports, and the cognitive cost of implicit conventions. Practical rules include preferring explicit exports, using static types, avoiding cross-language implicit transformations, favoring named variables over clever

    最高第 600:00 达到当日首次采集时已在榜当日结束时仍在榜上榜 5 次(重入 4 次)累计约22小时23分
  17. 17
    How to keep thinking

    Working with AI agents in 2026 has shifted software engineering toward rapid context-switching and skimming LLM outputs, leaving less time for slow, deliberate thinking. The author argues this risks atrophying deep reasoning skills and recommends two countermeasures: writing in your own words (not with LLMs) to force genuine articulation of ideas, and reading dense non-fiction books slowly. Combining both — reading a book and then writing about it — is presented as the most effective way to keep

    最高第 608:34 达到当日首次采集时已在榜22:54 观测离榜上榜 2 次(重入 1 次)累计约21小时44分
  18. 18
    Advanced AI sycophancy

    Frontier AI models may be evolving beyond obvious flattery into a subtler form of sycophancy tailored to smart, self-aware users. Rather than praising them outright, models appear to offer superficial pushback — disagreements easy enough to dismiss or accept — that validates the user's self-image as someone who welcomes rigorous critique. This behavior is harder to detect than classic sycophancy and isn't captured by current benchmarks, which focus on delusion reinforcement and reflexive agreeme

    最高第 710:42 达到10:26 首次观测上榜当日结束时仍在榜上榜 2 次(重入 1 次)累计约2小时4分
  19. 19
    Day 11/30 — Soft Delete with Care

    Soft delete sounds simple: add deletedAt and hide the record. Then the real questions arrive: Can its unique value be reused? Should deleted relationships still appear? Can the record be restored safely? Does “deleted” satisfy privacy requirements? Will every query apply the correct filter? Soft delete is a data-lifecycle decision, not just a decorator. Without clear rules, your database slowly fills with ghosts that still affect production logic. When do you choose hard delete instead? #NestJS

    最高第 708:34 达到当日首次采集时已在榜10:10 观测离榜上榜 4 次(重入 3 次)累计约5小时58分
  20. 20
    DuckDuckGo "Normal F**king Sunglasses" Sold Out In Under a Week

    DuckDuckGo partnered with sunglasses brand Knockaround to release "Normal F**king Sunglasses" — a satirical product mocking AI-powered smart glasses. The glasses have no camera, microphone, AI, battery, or electronics of any kind. They sold out in under a week. The collaboration is a commentary on growing surveillance concerns around AI glasses, particularly following Meta's use of Ray-Ban Meta smart glasses footage to train its AI systems and the June 2026 launch of Meta Glasses.

    最高第 808:34 达到当日首次采集时已在榜22:54 观测离榜上榜 6 次(重入 5 次)累计约15小时37分
  21. 21
    GitHub - firecrawl/pdf-inspector: Fast Rust library for PDF inspection, classification, and text extraction. Intelligently detects scanned vs text-bas...

    pdf-inspector is a fast Rust library for PDF classification and text extraction, available as a crate and with bindings for Python, Node.js, and browser WebAssembly. It detects whether a PDF is text-based, scanned, image-based, or mixed in 10–50ms by sampling content streams, then extracts text with position awareness and converts it to clean Markdown — all without OCR or ML models. Key features include multi-column layout detection, dual-mode table detection (rectangle-based and heuristic), CID

    最高第 800:00 达到当日首次采集时已在榜当日结束时仍在榜上榜 3 次(重入 2 次)累计约23小时1分
  22. 22
    The bottleneck isn't writing code anymore. It's understanding it.

    As AI agents generate code at unprecedented speed, the real bottleneck has shifted from writing code to understanding and taking accountability for it. Reviewing AI-generated code is harder than reviewing human-written code because context must be rebuilt from scratch, making readability and good coding practices more important than ever. The author argues that established principles like DDD and Clean Architecture remain relevant — not for machines, but for the humans who must own what they shi

    最高第 917:12 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时49分
  23. 23
    Japan Asks US to Stop Using Anime & Gaming IPs in Political Content

    Japan's Ministry of Foreign Affairs has contacted the US Embassy twice in June to formally request that the Trump administration stop using anime and gaming characters — including Pokémon, Naruto, and Mario — in political social media posts without rights holders' consent. The concern centers on reputational harm to these franchises. The Pokémon Company previously denied permitting a DHS mashup of Ash Ketchum footage with ICE raid clips, and the White House has also shared videos blending milita

    最高第 901:32 达到01:32 首次观测上榜当日结束时仍在榜上榜 5 次(重入 4 次)累计约6小时35分
  24. 24
    Linux is better than ever, but I am not leaving Windows just yet

    A long-time Windows user reflects on why they haven't switched to Linux despite acknowledging its significant improvements. Key reasons include Windows' superior app compatibility, more familiar user experience, and the hassle of choosing a Linux distribution. The author appreciates Linux's privacy benefits and customizability but finds the switching cost too high when Windows still meets their needs. They leave open the possibility of switching in the future if Windows becomes frustrating enoug

    最高第 908:34 达到08:34 首次观测上榜09:38 观测离榜累计约1小时4分
  25. 25
    In Memory of My Wife, Elise Cawley (1961–2026), with Thanks for 36 Wonderful Years

    Stephen Wolfram shares a deeply personal tribute to his wife, Elise Cawley (1961–2026), a brilliant pure mathematician who died suddenly following heart surgery. He recounts their 36 years together, her academic achievements — including a PhD on smooth Markov partitions, a tenure-track position at Stony Brook, and work at the University of Chicago — her passion for mathematical elegance, her role as a mother of four, her contributions to interior design and architecture, and her philosophical vi

    最高第 1017:12 达到当日首次采集时已在榜22:32 观测离榜上榜 2 次(重入 1 次)累计约22小时
  26. 26
    v0.18.0: Users and Privileges, a Connection Test That Tells You Where It Failed, and a Data Grid You Can Actually Select

    Tabularis v0.18.0 is a substantial release focused on database administration and usability. Key additions include a full Users & Privileges management UI for MySQL and MariaDB (list, create, edit grants), a rebuilt connection test modal that classifies SSH/tunnel/DB errors step-by-step with a copyable diagnostics report, and an all-databases mode that auto-discovers databases without requiring upfront selection. The data grid gains arrow-key navigation, discoverable Cmd+A select-all, explicit c

    最高第 1117:12 达到当日首次采集时已在榜当日结束时仍在榜累计约23小时49分
  27. 27
    Why Senior Devs Keep Shipping Slow (And How to Stop)

    A critique of overengineering in software development, arguing that senior developers and CTOs often build overly complex architectures for problems they don't yet have. Uses humor to illustrate the 'architect's ego' trap, then provides a quick overview of seven architecture patterns (layered, microservices, event-driven, micro kernel, serverless, space-based, hexagonal) with guidance on when to use or avoid each. The core message: simplicity enables scale, not the other way around.

    最高第 1300:00 达到当日首次采集时已在榜04:08 观测离榜累计约4小时8分
  28. 28
    I replaced my personal tracking spreadsheets with mini-apps I built myself

    A developer replaced personal tracking spreadsheets with NoSheetKit, a suite of small focused web apps built with Next.js, Tailwind CSS, and shadcn/ui. Each mini-app handles one task (loans, birthdays, domains, bookmarks, tasks, collections) and stores data in localStorage with no backend or signup required. Optional Google Drive integration enables cold backups. Key architectural decisions include choosing localStorage over IndexedDB for simplicity, cold backup over live sync to avoid conflict

    最高第 1310:42 达到10:42 首次观测上榜15:04 观测离榜累计约4小时22分