🛠️ All DevTools
Showing 1–20 of 5365 tools
Last Updated
June 21, 2026 at 04:45 PM
(How to Write a (Lisp) Interpreter (In Python))
Hacker News (score: 15)(How to Write a (Lisp) Interpreter (In Python))
Who Owns Your ATProto Identity? Hint: It's Probably Not You
Hacker News (score: 66)Who Owns Your ATProto Identity? Hint: It's Probably Not You
AI Under Trump's Control: Can France Still Avoid Digital Dependence?
Hacker News (score: 19)AI Under Trump's Control: Can France Still Avoid Digital Dependence?
byoungd/English-level-up-tips
GitHub TrendingAn advanced guide to learn English which might benefit you a lot 🎉 . 离谱的英语学习指南/英语学习教程/英语学习/学英语
smicallef/spiderfoot
GitHub TrendingSpiderFoot automates OSINT for threat intelligence and mapping your attack surface.
ZhuLinsen/daily_stock_analysis
GitHub TrendingLLM 驱动的多市场股票智能分析系统:多源行情、实时新闻、决策看板与自动推送,支持零成本定时运行。 LLM-powered multi-market stock analysis system with multi-source market data, real-time news, decision dashboard, automated notifications, and cost-free scheduled runs.
Windows UI evolution: Clicking an unassociated file
Hacker News (score: 48)Windows UI evolution: Clicking an unassociated file
Polymarket Paid Dozens to Post Videos of Themselves 'Winning' with Fake Bets
Hacker News (score: 17)Polymarket Paid Dozens to Post Videos of Themselves 'Winning' with Fake Bets
Building reliable agentic AI systems
Hacker News (score: 75)Building reliable agentic AI systems
Show HN: Lean bulk, cut, body recomp. Calculate maintenance calories
Show HN (score: 22)Show HN: Lean bulk, cut, body recomp. Calculate maintenance calories A very simple idea: when you eat more than your maintenance calories, you gain weight; when you eat less than your maintenance calories, you lose weight.<p>By using an algorithm, we can accurately figure out your maintenance calories more accurately than traditional regression based formulas like katch mc ardle.<p>It's way more accurate than calorie burn tracking devices like fitness bands and watches. (garmin/apple watch/whoop etc...)<p>Traditionally, people often use static TDEE calculators which often over or underestimate for some by 100s calories.<p>Chatgpt and TDEE calculators like Calculator.net or TDEECalculator.net use the same formulas, so they share the same limitation<p>If a beginner asks ChatGPT, "What are my maintenance calories?", ChatGPT can give them a number. But ask how it arrived at that number, and it will usually explain that it used a formula like Katch McArdle, Harris Benedict, or Mifflin St Jeor to calculate BMR, then layered activity on top using an activity factor, PAL, or MET tables.<p>Dig deeper and those formulas come from statistical regressions based on averages from past populations. That means maintenance calories calculated this way can be off by hundreds of calories.<p>MacroCodex uses your calorie intake and weight data to figure out maintenance calories specific to your body, not the population average.<p>It usually reaches good accuracy after about 3 weeks, or 21 days of calorie and weight logging.<p>This app is completely free, no paywall, no subscription and no ads. (works offline)<p>Most people start seeing weight gain or loss within 5 weeks.<p>We've reached 13,000+ users. Full support is provided if you experience any issue, most issues are resolved under 24 hours.
Developers don't understand CORS (2019)
Hacker News (score: 36)Developers don't understand CORS (2019)
When I reject AI code even if it works
Hacker News (score: 70)When I reject AI code even if it works
Pondering routing more of my traffic via nodes outside the UK
Hacker News (score: 11)Pondering routing more of my traffic via nodes outside the UK
Show HN: Agentic coding workflows built on Git worktrees and task evidence
Show HN (score: 5)Show HN: Agentic coding workflows built on Git worktrees and task evidence
Show HN: TLA+ Process Studio
Show HN (score: 5)Show HN: TLA+ Process Studio Disclaimer: This was made with LLMs.<p>I made this tool to help understand large business processes that can be modelled as a single state machine.<p>The core loop of this is to enable to walk stakeholders through discussing each step, adding comments, and reiterating with an LLM of their choice to generate the TLA+ syntax on the left.<p>Users can click through the green state nodes to see how things work visually.<p>You can see some sample state machines in the dropdown in the top left.<p>The power would come from getting folks on the same page of the business process, so engineers can think about how best to automate/modernize the system once they get all of the context.<p>Additionally, once you have a single canonical model of the process, you could in theory send into a dark factory to produce the software as quickly as possible, but now we can allocate more time in the entire software lifecycle at the design and alignment before coding now that coding is faster.<p>Additional work could be done using this book for guidance, Workflow Modeling: Tools for Process Improvement and Application Development, <a href="https://www.amazon.com/Workflow-Modeling-Improvement-Application-Development/dp/1596931922" rel="nofollow">https://www.amazon.com/Workflow-Modeling-Improvement-Applica...</a><p>MIT licensed repo: <a href="https://github.com/RCSnyder/tlaplus-process-studio" rel="nofollow">https://github.com/RCSnyder/tlaplus-process-studio</a><p>Let me know what you think!<p>Thanks!
Show HN: Onsight: pay a local to photograph any spot in San Francisco, on demand
Linux Eliminates the Strncpy API After Six Years of Work, 360 Patches
Hacker News (score: 72)Linux Eliminates the Strncpy API After Six Years of Work, 360 Patches
Show HN: Persona.js – a vanilla-JS agent UI library with native WebMCP (MIT)
Show HN (score: 9)Show HN: Persona.js – a vanilla-JS agent UI library with native WebMCP (MIT) Hey everyone. My cofounder and I are formally open sourcing (MIT) persona.js. It's a VanillaJS library that helps anyone build agentic experiences on the web, without a framework dependency, and full WebMCP support<p>So, why'd we do this?<p>1) We're super fans of the web and the browser can do a ton today<p>2) We've seen AI builds be way overly complex because the FE requires a large project within an existing app OR the site wasn't using a framework to begin with<p>If you've been a part of huge apps with multiple frameworks inside them, or work inside CMS / website builders / ecomm platforms... you know what we're talking about. A "simple" AI feature disrupts your life for months<p>If you have a singular React codebase and can't possibly imagine building an interface without JSX, nothing to see here! You already have a lot of great options that are really cool too. Check out Assistant UI / CopilotKit / AI Elements which are all MIT<p>----<p>Some specifics:<p>Persona has a ~15 kB brotli to first paint (the full widget lazy-loads on first click) while being able to render most of the primary agent experiences you see on the web: from 'Fin' (pill launcher) to 'Claude' (fullscreen assistant) to 'Shopify Sidekick' (docked)<p>You can run it in Shadow DOM isolated mode so existing styles play nice<p>Everything has hooks and events, so you can add unique flavor (and easily share back!) in a few lines<p>We have a ton of demos on the library site, along with all the knobs to play with how each aspect renders. Tool and reasoning, custom loading animations, voice, approval UX, etc<p>We've also added a ton of examples across agent and frontend stacks<p>Check out the code @ <a href="https://github.com/runtypelabs/persona" rel="nofollow">https://github.com/runtypelabs/persona</a><p>Feedback and contributions welcome!
Show HN: My Windows XP portfolio with working Game Boy and iPod
Hacker News (score: 12)Show HN: My Windows XP portfolio with working Game Boy and iPod I posted my portfolio here about a year ago (<a href="https://news.ycombinator.com/item?id=45154609">https://news.ycombinator.com/item?id=45154609</a>) and while there was a big response, it was very mixed! It'll probably be similar this time, but regardless of your thoughts about the concept, I think I've done a pretty good job creating one of the most nostalgic corners of the internet, especially with the latest additions.<p>It'll always be up for debate whether this is an effective way to get noticed as opposed to a standard, quick and easy portfolio, but I'll die on the hill that this is way more fun for both parties, every day of the week.
Show HN: An ASCII 3D Rendering Engine
Show HN (score: 9)Show HN: An ASCII 3D Rendering Engine