Growing India News, world news, nation news, our news, people's news, grow news, entertainment, fashion, movies, tech, automobile and many more..
Sunday, July 5, 2026
Show HN: Waypoint.nvim – A Neovim plugin for bookmarking lines of code https://ift.tt/qbOM0IJ
Show HN: Waypoint.nvim – A Neovim plugin for bookmarking lines of code I made this plugin because I felt like existing bookmark plugins were lacking some important features, including: - The ability to reorder your bookmarks - The ability to delete and move your bookmarks in bulk - The ability to view lines of code around your bookmarks - Syntax highlighting in the preview window - Resilience to the content of files changing (e.g. checking out a git commit that changes the file contents won't delete your bookmarks) Let me know what you think! If you have any feedback, please create a github issue or email patricksharp.dev@gmail.com https://ift.tt/GLUgpF8 July 5, 2026 at 01:25AM
Show HN: Gemma 3 inference in pure C++ with Metal acceleration https://ift.tt/lDHOSrM
Show HN: Gemma 3 inference in pure C++ with Metal acceleration https://ift.tt/2t9Lp6O July 4, 2026 at 09:24PM
Saturday, July 4, 2026
Show HN: Kontext – Move an AI chat's full context to another AI in one click https://ift.tt/qfnwmKs
Show HN: Kontext – Move an AI chat's full context to another AI in one click https://ift.tt/St8Qwui July 4, 2026 at 12:57AM
Show HN: Auto-continue Claude Fable 5 the second your 5-hour limit lifts https://ift.tt/YflrWpg
Show HN: Auto-continue Claude Fable 5 the second your 5-hour limit lifts https://ift.tt/nyKVwID July 4, 2026 at 01:05AM
Show HN: Dockside – I turned unused space around the macOS Dock into a workspace https://ift.tt/SXTK0It
Show HN: Dockside – I turned unused space around the macOS Dock into a workspace https://ift.tt/8RkQNzT July 3, 2026 at 11:35PM
Friday, July 3, 2026
Show HN: AnythingLLM Fork as NPM Package https://ift.tt/S3vYApd
Show HN: AnythingLLM Fork as NPM Package I am a huge fan of anythingLLM, I’ve used it extensively. I had use cases that it doesn’t quite fit; so I decided to fork it as an easy to install, lighter weight package. I’ve been changing the agent mode code to focus more an automation. I’d love your feedback! https://ift.tt/0xHkfTc July 3, 2026 at 01:25AM
Show HN: Bramble – Local-first password manager https://ift.tt/P4fliuc
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! About Bramble: 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. 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. 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. Android app: 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: https://ift.tt/JSElkaW The app uses no Play APIs whatsoever and runs perfectly on GrapheneOS, where I actually did all my testing. Questions, feedback, feature requests - all welcome! 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. https://ift.tt/aLVi8Xk July 3, 2026 at 12:59AM
Subscribe to:
Posts (Atom)
Show HN: Pipnote – Share a reminder they can't peek at until it arrives https://ift.tt/J4DjRGH
Show HN: Pipnote – Share a reminder they can't peek at until it arrives https://pipnote.app/ September 9, 2026 at 01:18AM
-
Show HN: An AI logo generator that can also generate SVG logos Hey everyone, I've spent the past 2 weeks building an AI logo generator, ...
-
Show HN: Simple Gantt Chart Software https://ift.tt/sa3dQKF May 7, 2022 at 12:39PM
-
Show HN: Jsonnet Course Online Hi HN! I'm usually a lurker here, but I wanted to share this: I'm an enthusiastic user of Jsonnet[1] ...