TopicTracker
TOPIC · #1939

01242b60

1.3
51 items7 sourcesFirst seen Last activity

Sources

Timeline

  • A user reports hitting chat limits on Claude Sonnet 4.6 much faster than before, experiencing 5-10x quicker rate limiting over the past few days. They ask if others are having similar experiences with lowered usage limits.

    hn#科技
  • An early-career software engineer with strong programming skills asks how to improve at the more managerial aspects of software engineering, including design documentation, decision tracking, infrastructure planning, and compliance work.

    hn#科技
  • The author credits an 800-page PHP and MySQL book with launching their web development career over twenty years ago. They are now seeking similar comprehensive book recommendations for topics like Linux sysadmin, bash, or audio DSP in Rust.

    hn#科技
  • Apple Silicon's security restrictions limit traditional kernel debugging methods that require single-stepping and breakpoints. Developers are exploring alternative approaches for kernel exploit development on these locked-down systems.

    hn#科技
  • Recoonlytics is a tool that automatically cleans messy CSV or Excel data by detecting column types, removing duplicates, fixing missing values, and generating statistics and visualizations. The goal is to transform raw data into usable insights in seconds without manual preprocessing.

    hn#科技
  • A developer has created a near real-time sync tool for Apple Notes that exports changes as markdown and versions them in git-based cloud storage. The service provides collaboration features like sharing and commenting, with a macOS app handling the sync process.

    hn#科技
  • Simon Willison has updated his Claude Token Counter tool to include comparisons across different Claude models. The tool now shows how token counts vary between Claude 3.5 Sonnet, Claude 3 Opus, and other models when processing the same text.

    hn#科技
  • The Claude Token Counter tool has been upgraded to compare token counts across different Claude models. Opus 4.7 uses an updated tokenizer that increases token counts by 1.46x for text and up to 3.01x for images compared to Opus 4.6, potentially making it about 40% more expensive despite identical pricing.

    simonwillison-net#科技

  • 本文探讨了Claude Opus模型从4.6版本升级到4.7版本时,其系统提示(system prompt)发生的关键变化。这些修改反映了模型能力的演进和对用户交互方式的优化,对开发者理解模型行为具有重要意义。

    hn#科技
  • Wander Console 0.5.0 has been released, featuring a built-in console network crawler that performs breadth-first search traversal of the Wander network. The decentralized, self-hosted web console allows visitors to explore websites recommended by independent website owners.

    susam-net#科技

  • Anthropic's Claude Opus 4.7 system prompt includes several changes from version 4.6, such as expanded child safety instructions, new guidance on acting versus clarifying, and removal of certain behavioral restrictions. The update also introduces tool search functionality and addresses issues like disordered eating and controversial yes/no questions.

    simonwillison-net#科技
  • Anthropic publishes Claude system prompts as Markdown, which were converted into separate files with fake git commit dates to enable browsing changes via GitHub. This allowed for detailed analysis of changes between model versions like Opus 4.6 and 4.7.

    simonwillison-net#科技
  • Simon Willison describes how he used a short prompt with Claude Code to add support for "beats" content to his blog-to-newsletter tool. The prompt instructed the AI to clone his blog repository for reference, update the newsletter tool to include beats with descriptions, and test the changes. This resulted in a successful pull request that modified the SQL query and added beat type display logic.

    simonwillison-net#科技

  • The llm-anthropic 0.25 release adds support for the new Claude Opus 4.7 model with thinking_effort capabilities and introduces thinking_display and thinking_adaptive options. It also increases default max_tokens to the maximum allowed for each model and removes obsolete beta headers for older models.

    simonwillison-net#科技
  • Simon Willison created a preview tool for the datasette.io website's news section, which is built from a YAML file. The tool allows editing and validation of the YAML format to catch errors before they appear on the live site.

    simonwillison-net#科技

  • The datasette-export-database plugin version 0.3a1 has been released to address compatibility issues with Datasette 1.0a27, which no longer sets the ds_csrftoken cookie used by the plugin's custom signed URL system.

    simonwillison-net#科技
  • Datasette 1.0a27 replaces Django-style CSRF tokens with modern browser headers and introduces a RenameTableEvent for when tables are renamed during SQLite transactions. The release also includes several other changes like a new actor parameter for internal requests and improved API endpoints.

    simonwillison-net#科技
  • Google released Gemini 3.1 Flash TTS, a new text-to-speech model that can be directed using detailed prompts. The model is available via the Gemini API and can only output audio files. The prompting system allows for detailed voice direction including accent, style, and emotional tone.

    simonwillison-net#科技
  • Datasette-ports 0.3 has been released with updates to help monitor Datasette instances. The tool now displays the working directory derived from each process ID and shows the full path to each database file. The output format has been improved to provide more detailed information about running Datasette instances.

    simonwillison-net#科技
  • Zig 0.16.0 introduces "Juicy Main," a dependency injection feature for the main() function that provides access to useful properties like allocators, I/O, environment variables, and CLI arguments through a process.Init parameter.

    simonwillison-net#科技

  • The Servo browser engine is now available as an embeddable library on crates.io. A CLI tool called servo-shot was created to take screenshots of webpages using the new crate. While compiling Servo to WebAssembly isn't feasible, a playground was built for experimenting with html5ever and markup5ever_rcdom crates in WebAssembly.

    simonwillison-net#科技

  • SQLite 3.53.0 is a major release with accumulated improvements including ALTER TABLE support for NOT NULL and CHECK constraints, new json_array_insert() function, and CLI enhancements via a new Query Results Formatter library.

    simonwillison-net#科技

  • GitHub doesn't display repository size in its user interface, but the information is available through the CORS-friendly GitHub API. This tool allows users to paste a repository URL to view its size, such as simonw/datasette which is 8.1MB.

  • asgi-gzip 0.3 fixes a bug where the library was incorrectly compressing Server-Sent Events responses. The issue occurred because a scheduled workflow to check for Starlette updates had stopped running, missing a fix. The update now correctly handles text/event-stream responses.

  • Wander Console 0.4.0 introduces wildcard patterns for ignore lists, adds a 'via' query parameter to track console origins, and includes algorithm improvements for console selection. The release also relaxes sandbox restrictions to allow links opening in new tabs.

    susam-net#科技

  • The author tested whether Codeberg, like GitHub, allows accessing fork commits via the original repository's URL. While GitHub successfully displays commits from forks with a warning, Codeberg returns a 404 error for such requests.

    susam-net#科技

  • Wander Console 0.3.0 fixes bugs that prevented the console dialog from loading without an ignore list and resolved iframe loading issues for websites relying on same-origin context. The release also includes minor fixes for horizontal scrolling on small devices and duplicate recommendations.

    susam-net#科技

  • Wander Console 0.2.0 introduces sandboxed iframes for security, customization options including CSS/JavaScript and URL blocking, and an expanded Console dialog showing configuration details and wandering history. Over 30 people have set up Wander consoles since its announcement.

    susam-net#科技

  • Wander 0.1.0 is a decentralized, self-hosted web console that lets visitors explore websites recommended by a community of personal website owners. It requires only two static files and can be hosted on basic web servers or platforms like GitHub Pages.

    susam-net#科技
  • Susam has created a tool called Wander to explore personal websites. The Wander console is available at susam.net/wander/, and website owners can host their own instance by following instructions on Codeberg.

    susam-net#科技

  • HN Skins 0.4.0 is a minor update that fixes an issue with the commemorative black bar that appears on Hacker News when notable figures pass away. The update ensures the bar remains visible across all skins, with dark themes displaying it as a lighter grey for sufficient contrast.

    susam-net#科技

  • HN Skins 0.3.0 is a minor update to the Hacker News theming userscript. It fixes font consistency issues, mutes visited link colors for better distinction, and renames some skins like Teletype to Courier and Nox to Midnight.

    susam-net#科技

  • The upcoming LSP 3.18 version introduces a Text Document Content Request feature that will significantly simplify implementing a Magit-style user experience for the jj version control system, making it much less hacky than previously described approaches.

  • HN Skins 0.2.0 is a minor update to the Hacker News theming userscript that removes excessive vertical space below reply links, sorts skin options alphabetically, and fixes the Terminal skin's navigation bar color. The update addresses several minor styling issues from the initial release.

    susam-net#科技

  • HN Skins 0.1.0 is a browser userscript that adds custom visual themes to Hacker News. It requires a userscript manager like Greasemonkey or Tampermonkey to install and use. The source code is available under the MIT license.

    susam-net#科技

  • The Soju IRC bouncer uses a confirmation token for user deletion derived from the username via SHA-1 hash. The token is generated by taking the first 6 characters of the SHA-1 hash of the username, which remains consistent across user creation and deletion cycles.

    susam-net#科技
  • Safari implemented text-wrap: pretty in 2025, bringing improved typography to web development. This feature enables better paragraph formatting, advancing web technology toward historical printing standards.

    matklad-github-io#科技

No deep-dive for this story yet — use the button below to generate one.