frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AWS: Inaccurate Estimated Billing Data – $1.7 billion

824•nprateem•10h ago•453 comments

First atmosphere found on Earth-like planet in habitable zone of distant star

https://www.bbc.com/news/articles/cy4kdd1e0ejo
245•neversaydie•5h ago•175 comments

Learning a few things about running SQLite

https://jvns.ca/blog/2026/07/17/learning-about-running-sqlite/
58•surprisetalk•2h ago•9 comments

Kimi K3, and what we can still learn from the pelican benchmark

https://simonwillison.net/2026/Jul/16/kimi-k3/
173•droidjj•5h ago•101 comments

Frame – the first Linux Assembly X server

https://isene.org/2026/07/Frame.html
91•guybedo•4h ago•52 comments

ICE Flight Monitor Interactive Dashboard

https://www.humanrightsfirst.org/ice-flight-monitor-interactive-dashboard
12•mooreds•55m ago•1 comments

Mozilla: The state of open source AI

https://stateofopensource.ai/
286•rellem•5h ago•193 comments

The Zilog Z80 has turned 50

https://goliath32.com/blog/z80.html
5•st_goliath•14m ago•0 comments

Three ways people respond to a problem (other than solving it)

https://improvesomething.today/responses-to-problems/
143•surprisetalk•5h ago•68 comments

A Road to Lisp: Which Lisp

https://scotto.me/blog/2026-07-17-which-lisp/
132•silcoon•5h ago•82 comments

Frank Lloyd Wright's First Home

https://www.architecturaldigest.com/story/frank-lloyd-wright-home-and-studio-everything-you-need-...
40•NaOH•4d ago•19 comments

AI Meets Cryptography 2: What AI Found in OpenVM's ZkVM

https://blog.zksecurity.xyz/posts/openvm-bugs/
64•duha•5h ago•0 comments

Show HN: Watch bots interact with an SSH honeypot in real time

https://honeypotlive.cc/
107•tusksm•5h ago•42 comments

Show HN: A zoomable timeline of 4M Wikipedia events

https://app.everything.diena.co/
9•lortex•1h ago•2 comments

More Bounce to the Ounce

https://mceglowski.substack.com/p/more-bounce-to-the-ounce
76•pavel_lishin•6h ago•25 comments

Show HN: Explore the Workspaces of Modern Creators

https://workspaces.xyz/
41•ryangilbert•4h ago•29 comments

EEG shows brain can simultaneous encode two speech streams

https://journals.plos.org/plosbiology/article?id=10.1371/journal.pbio.3003876
234•giuliomagnifico•14h ago•152 comments

MoonBASIC: A modern BASIC for building 2D and 3D games

https://github.com/CharmingBlaze/moonbasic
11•klaussilveira•3d ago•2 comments

Manufact (YC S25) Is Hiring a Senior infra engineer to build the MCP cloud

https://www.ycombinator.com/companies/manufact/jobs/Dh6PYP5-senior-infrastructure-engineer
1•luigipederzani•6h ago

Pebble Mega Update – July 2026

https://repebble.com/blog/pebble-mega-update-july-2026
243•crazysaem•16h ago•157 comments

Apple targets dozens of OpenAI employees with legal letters

https://www.ft.com/content/1b8c9d52-88a9-426b-ba47-f1811f859166
315•merksittich•7h ago•259 comments

SpaceX stock drops to a new low and loses $1T in value in a month

https://www.businessinsider.com/spacex-stock-drops-new-low-ipo-price-starship-launch-scrubbed-2026-7
38•01-_-•1h ago•24 comments

Faster binary search: from compiled code to mechanical sympathy

https://pythonspeed.com/articles/branchless-binary-search/
46•enz•5d ago•11 comments

Latent Space as a New Medium

https://kevinkelly.substack.com/p/latent-space-as-a-new-medium
58•thm•4d ago•18 comments

Short sellers notch $8.7B profit as SpaceX shares dip to IPO price

https://www.reuters.com/business/media-telecom/short-sellers-rack-up-87-bln-profit-spacex-slips-b...
103•1vuio0pswjnm7•4h ago•76 comments

Camera Chase Vehicle

https://transistor-man.com/gimbal_camera_rover.html
171•geerlingguy•1w ago•18 comments

Homomorphically encrypted CIFAR-10 inference in 200ms

https://sofar.belfortlabs.cloud/
16•j2kun•3h ago•15 comments

VulnHunter: Capital One's agentic AI code security tool

https://www.capitalone.com/tech/open-source/announcing-vulnhunter/
47•medina•7h ago•28 comments

Decoy Font

https://www.mixfont.com/experiments/decoy-font
677•ray__•1d ago•151 comments

Kimi K3: Open Frontier Intelligence

https://www.kimi.com/blog/kimi-k3
1962•vincent_s•1d ago•1137 comments
Open in hackernews

Homomorphically encrypted CIFAR-10 inference in 200ms

https://sofar.belfortlabs.cloud/
16•j2kun•3h ago

Comments

smalltorch•2h ago
It's pretty confident this calculator is a cat.

https://i.postimg.cc/90WGjk8t/results.png

What's the use case for this?

malcolmgreaves•1h ago
From the webpage:

> Image classification without the server seeing the image.

The value is in being able to get the prediction from the model without ever giving unencrypted data to somebody you don’t trust.

You could have an LLM generate code for you without ever giving the operator your proprietary source code.

furkanturan•59m ago
Consider encrypted AI. You ask a question under encryption. The remote calculates the answer, which is still under encryption. This is the critical point; the remote cannot see the question and answer. It only calculates. Once you receive the answer, you decrypt it and see the answer; only you see the answer.
smalltorch•51m ago
Ah, that sounds impossible. Good luck, sir...Also, who wants this if you can just run a local model?
furkanturan•41m ago
Thanks a lot. Though encrypted AI chat bot is not far ahead, do not think of that as the primary target of today. Instead, there are many untapped applications (e.g. inter-bank transfers, industry, healthcare) where regulations, privacy laws and compliance requirements restrict institutions from touching data. These will initially be our key enablers, and over time we hope to extend the range of applications.
smalltorch•12m ago
Have you considered that maybe the computation itself on the private data, no matter how you put it, even if encrypted, was designed to protect the consumer?

I.E., gaining any sort of insight a transaction of protected information is what the protections were in place for.

So is FHE more about skirting regulations and privacy laws? Or, is it a new frontier of an untapped data source that has some red tape around it?

To me, something was simply not encrypted properly if you are able to draw conclusions/learn insights/detect anything about the data. It's in conflict with the idea of what secure encryption means to me.

j2kun•5m ago
> gaining any sort of insight

The server providing the FHE-based service does not gain any sort of insight. This is a key point: only the client can see the output of the computation.

simcop2387•39m ago
sambejk•51m ago
I think calculator is not part of the labels in cifar-10. Pretty normal as it has ‘only’ 90% accuracy. Things could improve quickly though
jcs•12m ago
That 90% only measures images already known to be one of CIFAR-10’s ten classes. There is no “none of the above,” so even a perfect benchmark score would still force a calculator into one of those labels.
jszymborski•59m ago
Big if true! One of the caveats here is that the file size seems to balloon 341 times.
monster_truck•27m ago
That's a exceptional tradeoff. Even 3000x is noteworthy as long as processing time does not go to the moon wrt HE/FHE
Sajarin•9m ago
They have a bit more info on their announcement blog post[0]

> Belfort today released the "so far" CIFAR demo, an encrypted implementation of ResNet-20, a popular model for image classification. It outperforms recent SOTA by 3x with a total latency of less than 200ms

Not many details on how they've done this, so I'm a bit skeptical. Fast HE is a holy grail.

> Belfort's image classification is built on top of its upcoming GPU library, Cyclops. It comes with several optimizations that make Cyclops extremely fast on Encrypted AI workloads.

Looks like a lead up to an upcoming library release

[0] https://belfortlabs.com/blog/sofar

rcr-anti•6m ago
Looked at the network logs and the JS, did some testing, there's a caveat here. For an encryption demo you might expect your secrets to be generated locally, they do the compute on something they can't read, you compare their results to your original plaintext; (imo at least) the point would be that it isn't physically possible for them to cheat.

Here, you literally download client_secret.bin from their server, so they have control over the keys and evaluators. So two things. First, the per user key flow would be several minutes for per user keys, the evaluator bundle would be in the 100s MB to GB realm. Second, there's no way for us to tell the difference between them really doing FHE or decrypting with the key. To be clear, not evidence it's fake, just not total proof it's real. Really hope it's real, been a field I've been following for awhile.

deckar01•2m ago
I think they only trained on dogs with floppy ears, because it is very confident the German Shepherd is a cat.
It'll be very useful for even local setups when the data needs to be confidential. Look at the research related to medical training of llms (ignore their current lack of direct usefulness/trustworthiness, those are potentially solvable), with a homomorphically encrypted session, the large inference servers never see hipaa protected data in a way that exposes it if the server is compromised even if its an on premises setup in your doctors office processing the data, reducing risk of the data leaking anywhere.