developer-tips

Tag

Cards List
#developer-tips

@reach_vb: PSA: if you care about your data and infrastructure then please *don’t* run your coding agent in yolo mode To secure yo…

X AI KOLs Following · 2026-07-11 Cached

A PSA advises developers to avoid running coding agents in 'yolo mode' to prevent destructive actions like accidental file deletion, recommending approval workflows, safety rules, and pre-tool hooks.

0 favorites 0 likes
#developer-tips

@mattpocockuk: 90% of people can delete their AGENTS.md and their output will improve. Use it as an index of pointers to important fil…

X AI KOLs Timeline · 2026-07-04 Cached

Matt Pocock suggests that most people should delete their AGENTS.md file and use it only as an index of pointers to important files, pruning aggressively to improve output.

0 favorites 0 likes
#developer-tips

@humzaakhalid: Most developers are using Claude Code wrong (100%) Claude Code fixes it in 90 seconds flat. Here is exactly how: 1. Get…

X AI KOLs Timeline · 2026-06-24 Cached

A detailed guide on using Claude Code effectively, including setup, CLAUDE.md configuration, four-layer architecture, hooks, and daily workflow patterns.

0 favorites 0 likes
#developer-tips

@AGIJackson008: This is definitely an information gap — I bet 99% of programmers don't know this trick.

X AI KOLs Timeline · 2026-06-22 Cached

Share a development trick that most programmers don't know, using an information gap to boost efficiency.

0 favorites 0 likes
#developer-tips

@dmokafa: Most developers don't use agentic loops. But they are the best way to automate work with AI. Here's 8 tips on how to wr…

X AI KOLs Timeline · 2026-06-15 Cached

This article discusses the concept of agentic loops for automating work with AI, providing eight tips for writing quality loops, and introduces loop engineering as a method to reduce developer bottlenecks by designing systems that prompt agents automatically.

0 favorites 0 likes
#developer-tips

Don't trust large context windows

Hacker News Top · 2026-06-14 Cached

An analysis of why advertised large context windows for LLMs are misleading, as effective attention drops off around 100k tokens, and practical advice for developers to keep sessions in the 'smart zone' by using artifacts and handoffs.

0 favorites 0 likes
#developer-tips

OpenAI gives free daily tokens if you do this

Reddit r/artificial · 2026-06-05

OpenAI offers free daily API tokens (up to 2.5M tokens for lighter models) through its data sharing program, accessible by toggling a setting in the dashboard; the trade-off is that prompts and outputs may be used for training.

0 favorites 0 likes
#developer-tips

@milan_milanovic: 𝗠𝗼𝘀𝘁 𝗱𝗲𝘃𝗲𝗹𝗼𝗽𝗲𝗿𝘀 𝗱𝗼𝗻'𝘁 𝗿𝗲𝗮𝗱 𝗮𝗻𝗱 𝘁𝗵𝗶𝘀 𝗶𝘀 𝗽𝗿𝗼𝗯𝗮𝗯𝗹𝘆 𝗺𝘆 𝗯𝗶𝗴𝗴𝗲𝘀𝘁 𝗽𝗿𝗼𝗳𝗲𝘀…

X AI KOLs Timeline · 2026-06-04 Cached

A developer shares a curated list of software engineering book recommendations, including titles on AI engineering, distributed systems, and refactoring, and promotes their own book.

0 favorites 0 likes
#developer-tips

@bcherny: People often ask what my biggest tip is for getting the most out of Claude Code. These days my #1 tip is: use auto mode…

X AI KOLs Following · 2026-05-24 Cached

Boris Cherny recommends using auto mode in Claude Code for parallel sessions, and ClaudeDevs announces that auto mode is now available on the Pro plan and supports Sonnet 4.6 and Opus 4.7.

0 favorites 0 likes
#developer-tips

Why do you say that a COM STA thread must pump messages if I see sample code creating STA threads and not pumping messages?

The Old New Thing (Raymond Chen) · 2026-05-22 Cached

Raymond Chen explains that COM STA threads are required to pump messages only when idle; code that is always busy doesn't need an explicit message loop, but COM still creates a hidden window that requires pumping when the thread becomes idle to avoid jamming window broadcasts.

0 favorites 0 likes
#developer-tips

@charliermarsh: /goal for finding silly one-line optimizations that speed up your parser by 20-30%

X AI KOLs Following · 2026-05-21 Cached

Charlie Marsh shares a personal goal of finding simple one-line optimizations that can speed up a parser by 20-30%.

0 favorites 0 likes
#developer-tips

@0xDepressionn: Karpathy's 4 rules took coding accuracy from 65% to 94%. most devs haven't read them. the ones who did set up 21 rules …

X AI KOLs Timeline · 2026-05-20 Cached

Karpathy's four rules for coding accuracy improved performance from 65% to 94%, and a GitHub resource compiling 21 rules has attracted 82,000 followers.

0 favorites 0 likes
#developer-tips

@ShenHuang: The number of stars an open-source project gets has nothing to do with code quality, release timing, or even features. WhaleBro's DeepSeek-TUI May 1 tweet got 375K views and 900 stars, while my similar open-source product OpenSeek got 51K views and 70 stars on its post yesterday...

X AI KOLs Following · 2026-05-18 Cached

This tweet analyzes the secret to getting stars for open-source projects, pointing out that the key lies in building identity recognition early in big accounts' comment sections, not just code quality. The author uses their OpenSeek and WhaleBro's DeepSeek-TUI as examples to illustrate the importance of reach and subsequent commercialization.

0 favorites 0 likes
#developer-tips

Reviewing so called Pull Requests at $dayjob

Lobsters Hottest · 2026-05-17 Cached

A developer describes his workflow for reviewing pull requests using git commands like range-diff and log -p to work around web-based UI deficiencies.

0 favorites 0 likes
← Back to home

Submit Feedback