๐ ๏ธ All DevTools
Showing 1–20 of 5660 tools
Last Updated
July 03, 2026 at 04:42 PM
Jamesob's guide to running SOTA LLMs locally
Hacker News (score: 17)Jamesob's guide to running SOTA LLMs locally
AI coding is addictive. Engineers are paying the price
Hacker News (score: 10)AI coding is addictive. Engineers are paying the price
Show HN: An assertion library for E2E testing and real user monitoring
Show HN (score: 8)Show HN: An assertion library for E2E testing and real user monitoring
Gemini Code Assist will be shut down on July 17
Hacker News (score: 40)Gemini Code Assist will be shut down on July 17
safishamsi/graphify
GitHub TrendingAI coding assistant skill (Claude Code, Codex, OpenCode, Cursor, Gemini CLI, and more). Turn any folder of code, SQL schemas, R scripts, shell scripts, docs, papers, images, or videos into a queryable knowledge graph. App code + database schema + infrastructure in one graph.
Ed Zitron on CNBC: GenAI Doesn't Work, and Big Tech Is Out of Hypergrowth Ideas
Hacker News (score: 17)Ed Zitron on CNBC: GenAI Doesn't Work, and Big Tech Is Out of Hypergrowth Ideas
Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says
Hacker News (score: 130)Alibaba to ban Claude Code in workplace over alleged backdoor risks, source says
Show HN: I built a declarative layout engine for SVG, Canvas, WebGL
Show HN (score: 5)Show HN: I built a declarative layout engine for SVG, Canvas, WebGL Hey HN,<p>I built a tiny zero DOM layout engine for vector graphics and custom renderers to resolves nested rows/cols/grids into exact `{x, y, w, h}` boxes, with text measurement, overflow signals, and collision separation.<p>This is to help make SVG, PDF, Canvas responsive.<p>Feedback welcome from anyone building canvas/SVG diagrams, dashboards, node editors, or diagram tools.
AI is 'not smart' so what's next in artificial intelligence?
Hacker News (score: 21)AI is 'not smart' so what's next in artificial intelligence?
The Safari MCP server for web developers
Hacker News (score: 65)The Safari MCP server for web developers
Order a burned CD of your own public GitHub repo
Hacker News (score: 113)Order a burned CD of your own public GitHub repo
Show HN: GeoSpoof โ your VPN hides your IP, but the browser leaks your location
Show HN (score: 5)Show HN: GeoSpoof โ your VPN hides your IP, but the browser leaks your location Hello HN,<p>I started building GeoSpoof after I noticed my IP says one country, but the browser still hands sites my real location. Websites were flagging me because of this discrepancy. I searched for a good geolocation spoofer, only to go down a rabbit hole that there are dozens of signals that your browser emits and no tool could cover them all on every platform.<p>GeoSpoof overrides every location-related API to present one consistent signal for location. You can search a city, enter coordinates, or hit "Sync with VPN" to auto-detect your exit region and match it, which re-syncs when you switch servers. The overrides are disguised (Function.prototype.toString returns [native code], iframes patched on insert) so they survive the common fingerprinting checks.<p>Some examples of APIs covered: - Geolocation - Date - Temporal - EXSLT - Worker & Shared Worker (blob / data / URL scripts) - WebRTC - Deep engine-level spoofing on Chromium browsers with the CDP debugging api (opt-in)<p>It's cross-browser (Firefox, Chrome/Brave/Edge, Safari), available on mobile platforms as well (Android Firefox, iOS Safari), MIT licensed, with no backend or telemetry.<p>Source: <a href="https://github.com/anthonysgro/geospoof" rel="nofollow">https://github.com/anthonysgro/geospoof</a> ยท Verify page: <a href="https://geospoof.com/verify" rel="nofollow">https://geospoof.com/verify</a><p>Happy to answer questions about it :)
Mystery identity of 'Green Boots' climber is finally solved after DNA test
Hacker News (score: 18)Mystery identity of 'Green Boots' climber is finally solved after DNA test
Show HN: Capcat โ CLI/TUI to Archive Articles as Markdown and HTML (FOSS)
Show HN (score: 5)Show HN: Capcat โ CLI/TUI to Archive Articles as Markdown and HTML (FOSS) Capcat is a python based CLI/TUI FOSS utility for Ethical archiving of given website or RSS source.<p>The github repo: <a href="https://github.com/stayukasabov/capcat" rel="nofollow">https://github.com/stayukasabov/capcat</a><p>It is generated with NLP, context-engineering, spec-driven development and LLMs.<p>Fully functional at <a href="http://capcat.org" rel="nofollow">http://capcat.org</a>, with instructions for usage and documentation.<p>The project started from my personal needs of simple archiving with structure and moved to product design/MVP exercise.<p>I am longtime HN user, and the most value I got in years of reading is always deep in the comments section.<p>For HN Capcat uses the official API, with rate-limits, identifies honesty with clear user agent and skips paywalled content. All usernames are anonymized with a link to the user profile.<p>The content is delivered in Markdown format (Obsidian ready with frontmatter) and optional HTML with dark/light themes. Every source has its own YAML config file for separate control and PDF size limiter. In the folder users have an option to change the HTML theme with a minimal CSS design-system.<p>Please consider that my focus as a product designer is in UX. I have enough of a general culture and software development principles but the code is not validated, and my decisions in building may have a limitation.<p>Feedback is welcomed. Thanks in advance.
Virginia bans sale of precise geolocation data
Hacker News (score: 919)Virginia bans sale of precise geolocation data <a href="https://lis.virginia.gov/bill-details/20261/SB338/text/SB338" rel="nofollow">https://lis.virginia.gov/bill-details/20261/SB338/text/SB338</a>
Lightning Memory-Mapped Database Manager (LMDB) 1.0
Hacker News (score: 55)Lightning Memory-Mapped Database Manager (LMDB) 1.0
Show HN: Bramble โ Local-first password manager
Show HN (score: 11)Show HN: Bramble โ Local-first password manager I'm currently working on Bramble, an open source password manager with P2P cross-device sync. Initially I released the Chrome extension, but recently I also published the Android app and iOS is pending Apple's approval. Besides that, the latest version also includes passkey storage for all platforms!<p>About Bramble:<p>It aims to be as feature-rich as all popular and a replacement for cloud-based providers. I don't think we need to store our data in the cloud and be at the whims of companies raising their prices every year. There's always a breach and then we find out that some fields aren't encrypted, metadata is visible, and so on. I'm frustrated with this and the increasing lack of transparency during these breaches.<p>The P2P sync in Bramble uses a Nostr relay (which can be self-hosted) to keep your devices in sync. The relay just introduces the devices to each other; the data then flows directly over WebRTC, so there's no vault server and no cloud copy of your passwords anywhere. What leaves your device is end-to-end encrypted and your devices authenticate each other directly, so a snooping or MITM relay gets practically nothing.<p>Crypto is all done in Rust so I can control exactly how key material lives and dies in memory (secrets get zeroed out, no GB leaving copies lying around). In Chromium it's a wasm module, on mobile it's native builds bridged over via uniffi.<p>Android app:<p>I'm still deciding whether to publish the app on Play store or simply provide the signed APK which users can sideload. Reason for that is Google's plan to lock down Android and take away ownership from its users. Read more about it here: <a href="https://keepandroidopen.com/" rel="nofollow">https://keepandroidopen.com/</a><p>The app uses no Play APIs whatsoever and runs perfectly on GrapheneOS, where I actually did all my testing.<p>Questions, feedback, feature requests - all welcome!<p>TL;DR: I dislike private-equity and venture funded companies messing with our security, so I created my own Password Manager which is local-first, free, open source and as transparent as it gets.
A New Catalog of Stellar Rotation Periods for over a Million Stars
Hacker News (score: 27)A New Catalog of Stellar Rotation Periods for over a Million Stars
Job seekers giving up: Labor force participation falls to lowest in 50 years
Hacker News (score: 17)Job seekers giving up: Labor force participation falls to lowest in 50 years
The short leash AI coding method for beating Fable
Hacker News (score: 53)The short leash AI coding method for beating Fable