Ultrathink is a Claude Code magic word(simonwillison.net) Claude Code: Best practices for agentic coding (via) Extensive new documentation from Anthropic on how to get the best results out of their Claude Code CLI coding agent tool, which includes this fascinating tip:
Ask HN: Do FAANG corps have an internal Cursor?(ycombinator.com) What's happening with AI assisted programming inside each of the FAANG companies (or large unicorn startups)? Are they just using cursor et al? Do they have custom applications for vertical integration? Custom plugins?
Show HN: Single-Header Profiler for C++17(github.com/DmitriBogdanov) utl::profiler is single-include solution for localized profiling, it features simple macros to measure how much time is taken by a certain scope / expression / code segment. Profiler automatically builds a call graph for all profiled functions and prints a nicely formatted table for every thread. See examples.
158 points by adithyan_win 56 days ago | 47 comments
Always Use Max Models in Cursor IDE(vincentschmalbach.com) If you've been using Cursor IDE since its early days, you might have noticed a bizarre decline in quality around the time Claude 3.7 Sonnet was released. What used to be a reliable AI coding assistant suddenly became frustratingly obtuse - missing obvious references, forgetting about files you explicitly added to context, and generally acting like it had severe memory issues.
GNU Make Standard Library(gmsl.jgc.org) The GNU Make Standard Library (GMSL) is a collection of functions implemented using native GNU Make functionality that provide list and string manipulation, integer arithmetic, associative arrays, stacks, and debugging facilities.
Ask HN: How do you prompt the "advanced" models(ycombinator.com) I use the Windsurf IDE, which comes with integrated LLM chat and edit functionality. Ever since I switched to it two months ago and for the three months before that I was using Cursor (similar editor), I have always had better results with Claude.
18 points by _jogicodes_ 122 days ago | 12 comments
I Use Cline for AI Engineering(addyo.substack.com) The AI coding assistant landscape is saturated with tools that promise to revolutionize development workflows. As an engineer who has worked with complex systems for decades, I approach such claims with healthy skepticism. After extensively testing the major players (Cursor, WindSurf, GitHub Copilot, and others), I've found Cline - a free VSCode plugin - to be uniquely valuable for serious engineering work. Here's why, along with important caveats and trade-offs to consider.
9 points by ravelantunes 138 days ago | 0 comments
Aider in Your IDE(aider.chat) If you run aider with --watch-files, it will watch all files in your repo and look for any AI coding instructions you add using your favorite IDE or text editor.
Coccinelle(kernel.org) Coccinelle is a tool for pattern matching and text transformation that has many uses in kernel development, including the application of complex, tree-wide patches and detection of problematic programming patterns.
24 points by kaashmonee 185 days ago | 22 comments
Revisiting Uv(loopwerk.io) Almost two months ago I compared Poetry with uv, and for me uv had some pretty significant drawbacks that kept me from switching over – the two big ones being the lack of dependency groups, and the inability see outdated packages.