frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Virginia bans sale of geolocation data

https://www.hunton.com/privacy-and-cybersecurity-law-blog/virginia-bans-sale-of-geolocation-data
190•toomuchtodo•1h ago•23 comments

Exapunks (2018)

https://www.zachtronics.com/exapunks/
188•yu3zhou4•3h ago•69 comments

Since Linux 6.9, LUKS suspend stopped wiping disk-encryption keys from memory

https://mathstodon.xyz/@iblech/116769502749142438
363•IngoBlechschmid•7h ago•176 comments

Reality has a surprising amount of detail

https://johnsalvatier.org/blog/2017/reality-has-a-surprising-amount-of-detail
43•vinhnx•4d ago•10 comments

Podman v6.0.0

https://blog.podman.io/2026/07/introducing-podman-v6-0-0/
316•soheilpro•8h ago•117 comments

Lightning Memory-Mapped Database Manager (LMDB) 1.0

http://www.lmdb.tech/doc/
46•radiator•2h ago•22 comments

EFF letter to FTC on X consent order (2 July 2026) [pdf]

https://cdn.arstechnica.net/wp-content/uploads/2026/07/EFF-letter-to-FTC-on-X-consent-order-7-2-2...
76•Terretta•3h ago•19 comments

PeerTube is a free, decentralized and federated video platform

https://github.com/Chocobozzz/PeerTube
454•doener•11h ago•204 comments

This is my attempt to get Vulkan going on NetBSD

https://github.com/segaboy/vulkan-netbsd
66•segaboy81•4h ago•14 comments

Postgres transactions are a distributed systems superpower

https://www.dbos.dev/blog/co-locating-workflow-state-with-your-data
74•KraftyOne•3h ago•34 comments

How to ask for help from people who don't know you

https://pradyuprasad.com/writings/how-to-ask-for-help/
332•FigurativeVoid•9h ago•52 comments

The Short Leash AI Coding Method for Beating Fable

https://blog.okturtles.org/2026/07/short-leash-ai-method/
43•Riseed•3h ago•28 comments

Great Salt Lake Tracker – Grow the Flow

https://growtheflowutah.org/laketracker/
32•cfowles•3h ago•3 comments

Superpowers 6

https://blog.fsck.com/2026/06/15/Superpowers-6/
37•seahorseemoji•2d ago•11 comments

JEP 539: Strict Field Initialization in the JVM moved to preview

https://openjdk.org/jeps/539
43•za3faran•3h ago•12 comments

Immich 3.0

https://github.com/immich-app/immich/discussions/29439
105•hashier•8h ago•33 comments

Claude-real-video - any LLM can watch a video

https://github.com/HUANGCHIHHUNGLeo/claude-real-video
47•cortexosmain•3h ago•12 comments

Launch HN: Manufact (YC S25) – MCP Cloud

https://manufact.com
96•pzullo•7h ago•61 comments

Simple, beautiful Emacs modeline: modusregel

https://codeberg.org/jjba23/modusregel
4•jjba23•47m ago•0 comments

A New Catalog of Stellar Rotation Periods for over a Million Stars

https://aasnova.org/2026/07/01/a-new-catalog-of-stellar-rotation-periods-for-over-a-million-stars/
19•visha1v•3h ago•2 comments

BlastRadar – paste a Git diff, get a production risk score in 10 seconds

https://blastradar.vercel.app/
8•M_Carpenter•1h ago•2 comments

Show HN: zkGolf – Competitive optimization of formally verified circuits

https://zk.golf/
31•rot256•6h ago•2 comments

Spain Orders Blacklist of Palantir from Public and Private Companies

https://clashreport.com/world/articles/spain-orders-blacklist-of-us-tech-giant-palantir-from-publ...
510•mgh2•7h ago•168 comments

24-bit/192kHz music downloads and why they make no sense (2012)

https://people.xiph.org/~xiphmont/demo/neil-young.html#toc_wd2bm
78•Kaapeine•6h ago•116 comments

Hazel (YC W24) Is Hiring for Our Largest Government Contract

https://www.ycombinator.com/companies/hazel-2/jobs/3epPWgu-full-stack-engineer-ts-sci
1•augustschen•9h ago

Client-side load balancing at a million requests per second

https://engineering.zalando.com/posts/2026/06/client-side-load-balancing.html?v=2](https://engine...
32•cjbooms•1d ago•5 comments

LibreCAD in the Browser

https://magik.net/librecad/
63•devttyeu•21h ago•5 comments

German button maker searched rivers of American Midwest for valuable shells

https://www.smithsonianmag.com/smithsonian-institution/how-one-german-button-maker-searched-the-r...
132•bookofjoe•5d ago•41 comments

AI can't be listed as inventor on patent applications, Japan's top court rules

https://japannews.yomiuri.co.jp/science-nature/technology/20260306-314930/
344•mushstory•8h ago•182 comments

Wireless LAN SD

https://www.sdcard.org/developers/sd-standard-overview/sdio-isdio/wireless-lan-sd/
19•sharpshadow•3h ago•18 comments
Open in hackernews

Show HN: Bramble – Local-first password manager

https://github.com/flythenimbus/bramble
9•MegagramEnjoyer•3h ago
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://keepandroidopen.com/

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.

Comments

hoistbypetard•57m ago
> 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.

I do too! And I appreciate your transparency about the vibe coding. But nowhere in the repository that I've found so far do you say who is writing this. For something like a password manager, I kind of need to know who's responsible for it, and who's reviewing the LLM source code, what they've done before, what their business model is, etc.

Can you share?

MegagramEnjoyer•12m ago
Fair enough. I like staying pseudonymous on the internet, but I also understand where you're coming from.

My name is Doug, based in Toronto, Canada. I've been a software engineer for over 10 years, working in various startups that handle very sensitive data (fintech, health tech, legal tech.) I've had the opportunity to build security-heavy software and directly handled sensitive info like SIN, bank details, patient histories etc.

Business model: This is essentially a passion project for me that I intend to keep working on - for usage within my family and the OSS community. This version of the app is always going to be free and open source. In the future if this were to ever take off and I now want to earn from it, I would probably do a business version with cloud storage (with self-host option)

The goal is offering an alternative that doesn't enshittify over time, secure, fully sovereign and convenient.