🛠️ All DevTools
Showing 681–700 of 4281 tools
Last Updated
April 23, 2026 at 04:00 AM
Qwen3.5 Fine-Tuning Guide – Unsloth Documentation
Hacker News (score: 187)Qwen3.5 Fine-Tuning Guide – Unsloth Documentation
Nobody Gets Promoted for Simplicity
Hacker News (score: 710)Nobody Gets Promoted for Simplicity
Show HN: Glyph, a local-first Markdown notes app for macOS built with Rust
Show HN (score: 6)Show HN: Glyph, a local-first Markdown notes app for macOS built with Rust Glyph is an open-source, local-first Markdown notes app for macOS built with Rust (Tauri)<p>It stores notes as plain files, supports fast search, wikilinks/backlinks, and includes optional AI chat, including implementation of Codex so you can use your chatgpt sub, all without requiring a cloud-first workflow.<p><a href="https://glyphformac.com/" rel="nofollow">https://glyphformac.com/</a>
Show HN: A shell-native cd-compatible directory jumper using power-law frecency I have used this tool privately since 2011 to manage directory jumping. While it is conceptually similar to tools like z or zoxide, the underlying ranking model is different. It uses a power-law convolution with the time series of cd actions to calculate a history-aware "frecency" metric instead of the standard heuristic counters and multipliers.<p>This approach moves away from point-estimates for recency. Most tools look only at the timestamp of the last visit, which can allow a "one-off" burst of activity to clobber long-term habits. By convolving a configurable history window (typically the last 1,000+ events), the score balances consistent habits against recent flukes.<p>On performance: Despite the O(N) complexity of calculating decay for 1,000+ events, query time is ~20-30ms (Real Time) in ksh/bash, which is well below the threshold of perceived lag.<p>I intentionally chose a Logical Path (pwd -L) model. Preserving symlink names ensures that the "Name" remains the primary searchable key. Resolving to physical paths often strips away the very keyword the user intends to use for searching.
To understand our fascination with crystals, researchers gave some to chimps
Hacker News (score: 85)To understand our fascination with crystals, researchers gave some to chimps
RFC 9849. TLS Encrypted Client Hello
Hacker News (score: 243)RFC 9849. TLS Encrypted Client Hello
Speculative Speculative Decoding (SSD)
Hacker News (score: 37)Speculative Speculative Decoding (SSD)
Mac external displays for designers and developers, part 2
Hacker News (score: 15)Mac external displays for designers and developers, part 2
Show HN: AgentBus – Centralized AI Agent-to-Agent Messaging via REST API
Show HN (score: 7)Show HN: AgentBus – Centralized AI Agent-to-Agent Messaging via REST API Most people right now are talking to their AI agents through Telegram bots, WhatsApp, Discord, or just copying and pasting between terminals.<p>There’s still no simple, straightforward way for agents to message each other directly.<p>AgentBus solves exactly that.<p>You register each agent with one quick API call.<p>Then they can send messages to each other using simple REST calls.<p>No servers, no queues, no WebSockets, no extra infrastructure.<p>Just drop in a tiny polling loop and your agents can now talk, collaborate, and run real workflows across laptops, VPSes, clouds — whatever.<p>You can also message any of your agents yourself from a clean browser UI on your phone, laptop, anywhere.<p><a href="https://agentbus.org/" rel="nofollow">https://agentbus.org/</a><p>How are you currently making your agents talk to each other? Would love to hear.
The largest acidic geyser has been putting on quite a show
Hacker News (score: 25)The largest acidic geyser has been putting on quite a show
You can't use a code editor when you're under 18 now?
Hacker News (score: 51)You can't use a code editor when you're under 18 now?
130k Lines of Formal Topology: Simple and Cheap Autoformalization for Everyone?
Hacker News (score: 16)130k Lines of Formal Topology: Simple and Cheap Autoformalization for Everyone?
Compiling Prolog to Forth [pdf]
Hacker News (score: 102)[Other] Compiling Prolog to Forth [pdf]
Downdetector, Speedtest sold to IT service provider Accenture in $1.2B deal
Hacker News (score: 11)Downdetector, Speedtest sold to IT service provider Accenture in $1.2B deal
Log messages are mostly for the people operating your software
Hacker News (score: 56)[Other] Log messages are mostly for the people operating your software
A ternary plot of citrus geneology
Hacker News (score: 71)A ternary plot of citrus geneology
GitHub Is Having Issues
Hacker News (score: 191)GitHub Is Having Issues
Claude Code escapes its own denylist and sandbox
Hacker News (score: 25)Claude Code escapes its own denylist and sandbox
Show HN: We want to displace Notion with collaborative Markdown files
Show HN (score: 14)Show HN: We want to displace Notion with collaborative Markdown files Hi HN! We at Moment[1] are working on Notion alternative which is (1) rich and collaborative, but (2) also just plain-old Markdown files, stored in git (ok, technically in jj), on local disk. We think the era of rigid SaaS UI is, basically, over: coding agents (`claude`, `amp`, `copilot`, `opencode`, <i>etc</i>.) are good enough now that they instantly build custom UI that fits your needs exactly. The very best agents in the world are coding agents, and we want to allow people to simply use them, <i>e.g.</i>, to build little internal tools—but without compromising on collaboration.<p>Moment aims to cover this and other gaps: seamless collaborative editing for teams, more robust programming capabilities built in (including a from-scratch React integration), and tools for accessing private APIs.<p>A lot of our challenge is just in making the collaborative editing work really well. We have found this is a lot harder than simply slapping Yjs on the frontend and calling it a day. We wrote about this previously and the post[2] did pretty well on HN: Lies I was Told About Collaborative editing (352 upvotes as of this writing). Beyond that, in part 2, we'll talk about the reasons we found it hard to get collab to run at 60fps consistently—for one, the Yjs ProseMirror bindings completely tear down and re-create the entire document on every single collaborative keystroke.<p>We hope you will try it out! At this stage even negative feedback is helpful. :)<p>[1]: <a href="https://www.moment.dev/" rel="nofollow">https://www.moment.dev/</a><p>[2]: <a href="https://news.ycombinator.com/item?id=42343953">https://news.ycombinator.com/item?id=42343953</a>