developer-tips

Tag

Cards List
#developer-tips

OpenClaw 9.2 gateway won't start. Here's every crash loop and the fix.

Reddit r/openclaw · yesterday

The article details several crash loops in OpenClaw 9.2 and provides step-by-step fixes for each issue.

0 favorites 0 likes
#developer-tips

@huoshan007: Guys, many projects aren't poorly written by Codex; it's that you haven't thought it through yourself. When I encounter vague requirements, I prefer to start with this: 'Don't write code yet. Ask me five key questions consecutively, point out contradictions directly; finally, compile a requirements list and wait for my confirmation before proceeding.' This is very effective. It forces 'I kind of want' into 'specific...'

X AI KOLs Timeline · 2026-08-30 Cached

The tweet suggests that when using Codex, first have it ask key questions to clarify vague requirements, compile a requirements list, and then start coding to improve efficiency and reduce rework.

0 favorites 0 likes
#developer-tips

@avthar: I've unlocked 10x more from Codex since I've let the agent prompt and manage itself. I call this "The Orchestrator Rule…

X AI KOLs Timeline · 2026-08-24 Cached

A user shares 'The Orchestrator Rule' for optimizing Codex usage by letting the AI agent prompt and manage itself based on outcome descriptions instead of detailed instructions.

0 favorites 0 likes
#developer-tips

@sairahul1: How to use Claude Code all day without hitting limits. This setup saves at least 60% of your Claude token consumption —…

X AI KOLs Timeline · 2026-08-21 Cached

This guide provides a step-by-step method to use Claude Code with the OpenAI Codex plugin and a 3-model workflow involving GPT-5.6 variants to reduce token consumption by at least 60% and avoid usage limits.

0 favorites 0 likes
#developer-tips

@gkxspace: Turns out you can see Codex's usage quota in such detail?? If you think your Codex quota has been running out very quickly lately, you can try this: Open https://chatgpt.com/codex/cloud/settings/analytics…, and then in the...

X AI KOLs Following · 2026-08-21 Cached

The article explains how to track detailed Codex quota usage via ChatGPT settings and developer tools, and analyzes potential causes for rapid quota consumption, such as IP quality issues or account switching.

0 favorites 0 likes
#developer-tips

@PrajwalTomar_: Hermes Agent pro tip: Don't just read X's algorithm code. Nobody is reading 10,000 lines of ranking logic anyway. Paste…

X AI KOLs Following · 2026-08-14 Cached

A pro tip for using Hermes Agent to analyze X's algorithm code and optimize social media posts for better ranking in the For You feed.

0 favorites 0 likes
#developer-tips

Printing Lists

matklad · 2026-08-14 Cached

A concise Zig idiom for printing comma-separated lists by conditionally printing the comma before each item except the first.

0 favorites 0 likes
#developer-tips

@addyosmani: Tip: Periodically run /doctor in Claude Code or ask Codex to audit for unused skills, MCPs, context use. You've probabl…

X AI KOLs Timeline · 2026-08-10 Cached

Addy Osmani shares a tip to periodically run /doctor in Claude Code or ask Codex to audit for unused skills, MCPs, and context use to reduce token bloat.

0 favorites 0 likes
#developer-tips

@mattpocockuk: Less "let me write tests to catch the next time that error happens" More "let me make that class of error impossible wi…

X AI KOLs Following · 2026-08-10 Cached

Matt Pocock shares a developer philosophy: rather than writing tests to catch the next occurrence of an error, aim to make that class of error impossible through better design.

0 favorites 0 likes
#developer-tips

How can I perform a Copy­File in unbuffered mode?

The Old New Thing (Raymond Chen) · 2026-08-10 Cached

Explains how to use the COPY_FILE_NO_BUFFERING flag with CopyFileEx and CopyFile2 to copy files using unbuffered handles, and why the progress callback cannot be used to change buffering after the handles are opened.

0 favorites 0 likes
#developer-tips

@reach_vb: You should totally be updating your agents md regularly! Here's mine: - When explaining something to the user, use the …

X AI KOLs Timeline · 2026-08-07 Cached

A tweet shares personal guidelines for AI agents, covering concise communication, evidence grounding, task execution, and safety practices.

0 favorites 0 likes
#developer-tips

@charliermarsh: TIL that #[serde(flatten)] can have meaningful overhead, since all fields not explicitly declared on the outer struct a…

X AI KOLs Following · 2026-08-02 Cached

A developer observes that serde's #[serde(flatten)] can have meaningful performance overhead because fields not explicitly declared on the outer struct are buffered.

0 favorites 0 likes
#developer-tips

@FinanceYF5: Someone discovered a Claude Code prompt that rivals a senior engineer earning $300 per hour.

X AI KOLs Following · 2026-08-01 Cached

Someone discovered a Claude Code prompt that rivals a senior engineer earning $300 per hour, drawing attention.

0 favorites 0 likes
#developer-tips

The C ``Clockwise/Spiral Rule''

Hacker News Top · 2026-07-31 Cached

A classic technique for parsing complex C declarations by following a clockwise/spiral rule, with worked examples.

0 favorites 0 likes
#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
Next →
← Back to home

Submit Feedback