标签:#hack
找到 10936 篇相关文章
Show HN: Selector Forge – browser extension for AI-generated resilient selectors
Hi HN, I'm Ahmad from the Intuned ( https://intunedhq.com ) team. Today, we're releasing and open-sourcing Selector Forge ( https://selectorforge.ai/ ), a browser extension that generates reliable CSS/XPath selectors using AI. You can use it to create a selector for a single element or for an array of elements. The selectors it creates are meant to be "semantic" and more resilient to page changes than what Chrome DevTool’s “Copy Selector” (and other similar extensions) give you. Those tend to ha
Show HN: Monolisa v3 – a typeface for developers and creatives
Originally we (Andrey, Marcus, Juho) built MonoLisa in 2020 as we realised there's room for a better monospaced typeface for developers. The key insight was to make the glyphs slightly wider to make more room for design to make letters like m feel less cramped. Since then we've released a variable v2 (2022) and now we're happy to expand the typeface with a new family called MonoLisa Text. The reasoning was to cover *other* use cases beyond coding with this proportional font. We hope you give Mon
Genuinely, my all-time favourite image: Mamenchisaurus hochuanensis
Nvidia Halos
Moebius: 0.2B image inpainting model with 10B-level performance
QSOE: QNX-inspired OS with dual-kernel architecture
Never Give Them Your Face
The Coming Enshittification of AI
Chevron signs 20-year power agreement with Microsoft for West Texas data center
Pledging Another $400k to the Zig Software Foundation
Die analysis of the 8087 math coprocessor's fast bit shifter
Statistics that live in your SQL
Meta Taps New WhatsApp Boss as Part of $900M Investment
Alan Greenspan, RIP
Show HN: I rebuilt the only parts of my IDE I use, in Rust, over a weekend
I don't know Rust. Friday after work I realised that 90% of my IDE time now is just the commit/diff view — and even good IDEs feel heavy for that. So over the weekend I built a dedicated native tool for just that. Kyde is a macOS git commit + diff editor with one goal: be fast, do Git well. I'm curious whether anyone else mostly opens their IDE for git operations these days. It's open source, and there's a signed app in Releases.
window.showDirectoryPicker opens up a whole new world
Becoming a dad changes men's brains
Show HN: Socket to Me, a static file server that runs in the browser
The service lets you share an entire folder - not just a single file - with anyone on the Internet in a single click. Under the hood, GET responses are hydrated with file fragments streamed over a duplex WebSocket connection. Close the browser tab, and the server disappears. Files can also be password-protected. I built it because I needed a way to share a static website with a client without first uploading the work to a cloud service.