Posts

Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP https://ift.tt/n6GOrH0

Show HN: Omacosy – Omarchy-style tiling desktop for macOS, no SIP I have been using omarchy on my tower since nearly a year now, shortly after it was released first. I really love the experience I am having with it but I still use my macbook for daly work, so I wanted to recreate a similar experience on it. Thats why I created omacosy, a setup for tiling windows, custom menu bar, some themes from omarchy, focus follows mouse, focus rings around windwos, some mac flavors with trackpad events and a custom mission control overview for your workspaces. I used AeroSpace over yabai for the tiling window manager because I didnt wanted to compromise on SIP which is a mac security feature. It is supposed to be keyboard first like omarchy to move windows organize workspaces etc The setup runs around 157mb of ram and consists of AeroSpace, Karabiner (for the super key), and five small self build swift binaries. I am running it daily on my M1 max macbook, currently on macOS26. I havent tested it m...

Show HN: terminal-code – VS Code inside the terminal https://ift.tt/V2F5x7q

Show HN: terminal-code – VS Code inside the terminal https://ift.tt/7nbUsKM August 19, 2026 at 10:43PM

Show HN: HRAG – Hybrid RAG on €116/month of Hetzner, officially benchmarked https://ift.tt/1JLbC2j

Show HN: HRAG – Hybrid RAG on €116/month of Hetzner, officially benchmarked https://hrag.app/ August 19, 2026 at 11:06PM

Show HN: PantheonGPU – GPU health testing and AI workload benchmarking https://ift.tt/2mP7hpz

Show HN: PantheonGPU – GPU health testing and AI workload benchmarking Hi HN, I built PantheonGPU because I wanted a better way to answer a simple question: is this GPU actually healthy and performing the way it should? A GPU can show normal temperatures and utilization and still be underperforming, unstable under certain workloads, or have memory, PCIe, or configuration issues. PantheonGPU actively tests the GPU instead of only monitoring telemetry. It currently includes 45+ tests covering compute, tensor workloads, memory, cache, PCIe, thermals, stability, and AI/LLM inference. It supports both NVIDIA CUDA and AMD ROCm. I’m also exploring a larger use case: running Pantheon across GPU fleets to identify individual GPUs that behave differently from the rest of a server or cluster. I’d especially appreciate feedback from people running AI infrastructure, multi-GPU systems, local LLMs, or GPU clouds. https://ift.tt/6UeoXLk August 19, 2026 at 12:17AM

Show HN: macOS data protection keychain for Electron apps https://ift.tt/CIqdG9W

Show HN: macOS data protection keychain for Electron apps Hey HN, I've been working on Hansel [1] (an encrypted personal data store you can query with agents), and there wasn't a good way to use the modern macOS Data Protection Keychain. Electron's safeStorage [2] uses the legacy file-based keychain, which allows other apps/agents to query it with the `security` CLI. Not great when you have a dozen agents running in the background! The Data Protection Keychain is nice because it limits access via code-signing access groups and lets you set access rules like Touch ID and/or password. 1: https://hansel.so/ 2. https://ift.tt/kVjP38w https://ift.tt/IEz3bes August 18, 2026 at 10:55PM

Show HN: Open-source comment section widget, Disqus alternative https://ift.tt/R2WVvJY

Show HN: Open-source comment section widget, Disqus alternative https://ift.tt/agxCm0H August 17, 2026 at 11:36PM

Show HN: PageSieve, a web scraping browser extension https://ift.tt/z6MTsLy

Show HN: PageSieve, a web scraping browser extension PageSieve[1] is a browser extension for scraping data from different websites from within your browser. Currently it's Firefox only but I am open to porting it to other browsers if that's something people want. My original motivation for this started with a desire to improve the capabilities of the selectorgadget[2] bookmarklet to support extracting as well as finding selectors. The ideal use case is when some data you need is useful but you don't want to spend the effort of writing a one-off script to extract it especially nowadays when a lot of websites need an entire JavaScript environment to load correctly which complicates scraping. Using this extension means you only need to maintain the selectors for extracting the data and don't need to worry about managing dependencies. As long as the website can be opened in your browser you should be able to scrape data from it using the extension. I have a lot of features...