developer-tips

Tag

Cards List
#developer-tips

OpenAI gives free daily tokens if you do this

Reddit r/artificial · 3d ago

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 · 4d ago 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