Hacker News

A modern terminal IRC client

Hacker News - Mon, 03/10/2025 - 6:38am

Article URL: https://sr.ht/~delthas/senpai/

Comments URL: https://news.ycombinator.com/item?id=43318929

Points: 1

# Comments: 0

Categories: Hacker News

Real Chilling Effects

Hacker News - Mon, 03/10/2025 - 6:23am
Categories: Hacker News

X (Twitter) Is Down

Hacker News - Mon, 03/10/2025 - 6:11am
Categories: Hacker News

Is X Down?

Hacker News - Mon, 03/10/2025 - 6:03am

Article URL: https://downdetector.in/status/twitter/

Comments URL: https://news.ycombinator.com/item?id=43318709

Points: 17

# Comments: 10

Categories: Hacker News

Show HN: Encrypted Similarity for Embeddings /W Partially Homomorphic Encryption

Hacker News - Mon, 03/10/2025 - 6:03am

Excited to share an update to LightPHE, a lightweight partially homomorphic encryption library for Python. This update enables the encryption and decryption of multi-dimensional vector embeddings and the computation of encrypted cosine similarity between an encrypted vector and a plain vector when using an additively homomorphic encryption.

This relies on a two-tower architecture, where one branch processes a pre-encrypted vector database and the other generates real-time plain embeddings. With LightPHE, encrypted cosine similarity can now be computed with a single line of code with matrix multiplication operator (@). This allows privacy-preserving vector search in cloud environments, ensuring that sensitive data remains encrypted while computations take place. Only the secret key holder can decrypt the results and make decisions.

While fully homomorphic encryption (FHE) enables computations on encrypted data, it is often impractical due to its computational overhead. Partially homomorphic encryption (PHE) provides a more efficient alternative, offering significantly faster computation, smaller ciphertexts, shorter secret and public keys, and reduced resource requirements, making it a practical solution for cloud and memory-constrained environments.

LightPHE supports a range of additively homomorphic encryption schemes, including Paillier, Damgård-Jurik, and Okamoto-Uchiyama, which are practical for real-world applications. It also includes experimental support for Exponential ElGamal and Elliptic Curve ElGamal in various forms, along with Benaloh and Naccache-Stern.

This update makes LightPHE well-suited for any vector models such as privacy-preserving recommendation systems, biometric authentication, reverse image search, secure vector-based retrieval, LLMs and more. I’d love to hear feedback from those working on vector similarity search.

Comments URL: https://news.ycombinator.com/item?id=43318706

Points: 1

# Comments: 0

Categories: Hacker News

Python Monorepo with UV and Pex

Hacker News - Mon, 03/10/2025 - 6:01am
Categories: Hacker News

Crafting Interpreters done with Rust

Hacker News - Mon, 03/10/2025 - 6:01am
Categories: Hacker News

Show HN: Camouflage: The modern way to hide sensitive values in VS Code

Hacker News - Mon, 03/10/2025 - 5:59am

Hey fellow developers,

Ever been in a situation where you're screen sharing during a meeting or recording a tutorial, and suddenly realize your API keys and passwords are visible in your .env files? I've been there too many times, so I built Camouflage - a VS Code extension that automatically hides sensitive values in environment files.

Camouflage was inspired by John Papa's Cloak extension, but takes the concept much further with features like:

- Automatic Value Hiding: Automatically hides values in .env files while preserving the keys

- Multiple Hiding Styles: Choose from different styles (text, dotted, stars, or custom)

- Quick Toggle: Via status bar, context menu, or keyboard shortcuts - Selective Hiding: Hide only specific keys based on patterns (e.g., only hide keys containing "SECRET" or "PASSWORD")

- Value Preview: Optional value preview on hover

- Customizable Appearance: Configure colors and patterns to match your theme

Why I built this ?

While Cloak was a great start, I found myself needing more flexibility and features. Cloak relies on TextMate scopes and has limited customization options. Camouflage offers a more comprehensive solution with pattern matching, multiple hiding styles, and granular control over which values get hidden.

Features I'm particularly proud of:

- Pattern-based selective hiding: Hide only keys containing words like "KEY", "SECRET", "PASSWORD", etc.

- Quick toggling: Toggle individual values or all values with keyboard shortcuts

- Status bar indicator: Always know when protection is active

- Enhanced context menu: Right-click on any value to toggle its visibility

- This is one of my first VS Code extensions, so any feedback or suggestions would be greatly appreciated!

Comments URL: https://news.ycombinator.com/item?id=43318687

Points: 1

# Comments: 0

Categories: Hacker News

Pages