frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

AliExpress runs silent WebAudio fingerprinting that breaks Bluetooth multipoint

https://blog.laserphile.com/2026/08/aliexpress-webpage-keeping-multipoint.html
425•emctech•5h ago•139 comments

Show HN: I trained a 125M model to autocomplete piano on-device

https://simedw.com/2026/08/20/midi-autocomplete/
215•simedw•3h ago•54 comments

Malicious Rust crate Arrayref runs a build-time payload

https://safedep.io/arrayref-proc-macro1-rust-build-time-malware/
170•abhisek•2h ago•130 comments

Slack Code

https://www.salesforce.com/introducing-slack-code/?bc=HL
29•trollied•1h ago•30 comments

DiffusionGemma Technical Report

https://arxiv.org/abs/2608.00146
48•gmays•2h ago•8 comments

Hacking with Claude on a $27 Smart Watch

https://www.mikekasberg.com/blog/2026/08/19/hacking-with-claude-on-a-27-smart-watch.html
27•speckx•1h ago•10 comments

HTML Can Do That

https://chrisburnell.com/html-can-do-that/
64•encyclopedism•1d ago•4 comments

Windows brings out the Rorschach test in everyone (2003)

https://devblogs.microsoft.com/oldnewthing/20030825-00/?p=42803
297•luu•9h ago•106 comments

Mojo is now open source

https://www.modular.com/blog/mojo-open-source
180•visheshdembla•1d ago•50 comments

An elliptic curve of rank ≥ 30

https://elliptic-rank.icarm.cloud/curve/273
15•robinhouston•1h ago•5 comments

Every Model Cheats

https://dreadnode.io/research/every-model-cheats-prompt-level-mitigation-of-cheating-on-offensive...
12•vga805•1h ago•3 comments

Git at any scale

https://cursor.com/blog/git-at-any-scale
74•meetpateltech•1d ago•6 comments

Proof of Human (YC S23) Is Hiring a Member of Technical Staff

https://www.ycombinator.com/companies/proof-of-human/jobs/ZTZHEbb-member-of-technical-staff
1•timshell•3h ago

CIA funding helped keep NeXT afloat in the 80s

https://www.wsj.com/tech/steve-jobs-apple-next-cia-161b65f9?st=NWWds1&reflink=desktopwebshare_per...
35•EwanG•15h ago•11 comments

Why the Ocean Cleanup hasn't solved the plastic pollution crisis

https://therevelator.org/why-ocean-cleanup-has-not-solved-plastic-pollution/
32•sohkamyung•2h ago•25 comments

Nearly 1,400 live streams from Japan

https://tomarigi.me/
32•pajop•2d ago•4 comments

Double-double: 31 digits of precision without leaving the FPU

https://marekfiser.com/blog/double-double-arithmetic/
6•iliketrains•3d ago•0 comments

An American Mosaic (interactive map of ancestry census data)

https://www.nytimes.com/interactive/2026/07/01/us/america-ancestry-census-data-map.html
20•cckolon•3d ago•3 comments

Xorg-Server 26.0.99.901

https://lists.x.org/archives/xorg-announce/2026-August/003741.html
23•st_goliath•2h ago•3 comments

Theory of Fluids Enters the 21st Century

https://www.quantamagazine.org/theory-of-fluids-enters-the-21st-century-20260817/
35•librasteve•2d ago•2 comments

Bun 1.4

https://bun.com/blog/bun-v1.4
76•meetpateltech•1h ago•30 comments

Show HN: Open-source Stripe Connect alternative

https://zoneless.com
10•tinyprojects•47m ago•2 comments

Show HN: Check if any of the $656M in unclaimed royalties at The MLC is yours

https://pub.doub.ly/
6•knaught•47m ago•0 comments

Seeing beyond BMI: Estimating cardiometabolic risk with smartphone imagery

https://research.google/blog/seeing-beyond-bmi-estimating-cardiometabolic-risk-with-smartphone-im...
42•leanderjanssen•4h ago•18 comments

Stop Anthropomorphizing Intermediate Tokens as Reasoning/Thinking Traces

https://arxiv.org/abs/2504.09762
94•nunodonato•1d ago•20 comments

Risk Engineering

https://risk-engineering.org/
50•throwaw12•5h ago•7 comments

CI jobs artifacts should not be difficult

https://deadsimpleci.sparrowhub.io/doc/job-artifacts
13•melezhik•1h ago•7 comments

Stwipe Acquires OpenWouter

https://stwipe.com/
122•eatonphil•1h ago•17 comments

Router by Ramp

https://router.com
89•zackfield•19h ago•53 comments

Turns are Better than Radians (2022)

https://www.computerenhance.com/p/turns-are-better-than-radians
302•mayoff•13h ago•159 comments
Open in hackernews

Mojo is now open source

https://www.modular.com/blog/mojo-open-source
179•visheshdembla•1d ago

Comments

Lichtso•1d ago
Technically soruce available now with the promise of accepting contributions (thus becoming fully open source) early next year. But since it is an Apache 2 license (like the rest of the LLVM project) you are already allowed to fork and contribute to your own fork right now, just no upstreaming.

For many the closed source nature of the compiler was a knock-out criterion. We will see if Mojo can gain traction now or if it has missed its window of opportunity.

fluffybucktsnek•1d ago
Technically, the criteria for open source is freedom to freely distribute and modify the source code, not to upstream changes. That's a different for thing.

https://opensource.org/osd

cube2222•1d ago
It’s open source under the Apache 2 license, not source available.

Accepting contributions is not required to be open source.

SQLite doesn’t accept contributions from random people either [0] (though you could argue being public domain isn’t being open source).

Anyway, this is great, I was waiting for this to take the language for a spin! Congrats to the Mojo team!

[0]: https://simonwillison.net/2025/Dec/29/copyright-release/

roundabout-host•1d ago
Maybe it is not listed by the OSI, but it is 'open source' in practice, if the source is also in the public domain. The FSF's definition of free software makes more sense not only ideologically, but also because it does not try to be exhaustive.
SwellJoe•1d ago
You're just making up your own definitions of things.

If the complete source is available and distributable under an OSI-approved license, it is absolutely Open Source. Accepting outside contributions is nowhere in the definition of Open Source.

totalperspectiv•1d ago
This is really exciting. I've been using Mojo off and on for side projects over the last two years.

(copying from some previous Mojo threads) It's got an ownership system adjacent to Rust, comptime similar to Zig, and a first class dependent type system. Even more exciting, is that uses LLVM (to the best of my understanding) in some novel ways and for more optimizations.

dlahoda•1d ago
Hm, in docs they say that dependent type system is not first class seems.

Is it even dependent? More like refinement types, which seems will be in Rust too.Also HN recently mentioned Rust building similar llvm based integration with GPU.

But compared with Python, Julia, Matlab, R, Rust, C, C++ - Mojo feel relief for working with numerics.

Archit3ch•1d ago
> But compared with Python, Julia, Matlab, R, Rust, C, C++ - Mojo feel relief for working with numerics.

Out of those, Julia is the only one that combines Multiple Dispatch and native code, both important for numerics.

jondea•1d ago
I don't agree at all with your last paragraph. MATLAB and Julia are lovely for numerics, maths is terse and looks like maths! Mojo is hobbled by choosing Python style syntax, which does not lend itself well to maths.

WRT the type system, I agree MATLAB is a mess but Julia's multiple dispatch feels more like maths than any other language I've tried.

melodyogonna•1d ago
Related post with relevant pr: https://news.ycombinator.com/item?id=49347777
ChrisArchitect•1d ago
Related:

Mojo 1.0

https://news.ycombinator.com/item?id=49261128

melodyogonna•1d ago
Such an exciting time for Mojo, I don't think people realize just yet the innovation being brought to fore here.
vovavili•1d ago
The innovative potential of Mojo would be constrained to relatively niche and senior dev circles until they get a Windows release, which probably won't happen anytime soon. Python keeps the throne for now.
dloss•1d ago
They announced a partnership with Microsoft today.
vovavili•1d ago
That's quite promising - https://www.modular.com/blog/modcon-announcements#:~:text=Wi...
pjmlp•1d ago
And Julia as well.
rirze•1d ago
It's a sad time to be a fan of Julia-- everyone forgets it's there.
archargelod•
setopt•1d ago
Very exciting. Closed source was one of the main things making me not try it out yet.

Any good resources for getting started? And anything on doing NumPy/SciPy-like stuff in it?

MohamedMabrouk•1d ago
NuMojo is the closest thing in the ecosystem to numpy and the final aim is offer numpy-like experience. https://github.com/Mojo-Numerics-and-Algorithms-group/NuMojo
vovavili•1d ago
Can't you just use Numpy directly in Mojo?
MohamedMabrouk•1d ago
you can but through a python interpreter in the mojo process so you get the same numpy speed with mojo<->ptyhon interop overhead. NuMojo is native and also is now starting to support features that numpy can't really do like native GPU execution.
vovavili•1d ago
I wonder if the Python-to-Mojo overhead is significant enough where language-native bindings make more sense. I'd be interested in seeing some benchmarks.
totalperspectiv•1d ago
https://mojolang.org is the best spot for getting started generally. numojo is the closest thing to numpy right now. You can check out more packages here: https://github.com/modular/modular-community/tree/main/recip...
mrbonner•1d ago
So I think the permissive license like Apache 2 without opening up for upstream contributions would be the way of future open source development. In a very similar way of SQLite. It definitely will help shield off a bunch of AI generated contributions first and foremost and then, aligning mental model with the human contributions with Mojo leader team.
SwellJoe•1d ago
As long as it was proprietary, I could ignore it. Now, I guess I have to learn a little something about it.
ModernMech•1d ago
"Modular Confidential (obviously), May 14, 2022"

lol, feels like espionage

https://github.com/modular/modular/blob/main/KGEN/docs/Desig...

Compiler walkthrough

https://github.com/modular/modular/blob/main/KGEN/docs/MojoC...

melodyogonna•1d ago
One of my favourite features of Mojo is linear types and how deeply they have been integrated into manual memory management - see:https://x.com/melodyogonna/status/2085089269484343725?s=20. When I first learned about linear types, my first thought of the use case was making manual allocations and deallocations safer without sacrificing usability, but I didn't know what that could look like; now I do. This is great because in Mojo, pointers are surfaced a lot more than in, say, Rust, but such sharp tooling in a language you expect to be safe by default can be problematic. Linear types, combined with the origin system, give the language a lot of flexibility; it is like using a sharp tool with a safety glove: the tool isn't any less sharp, but the chances of accidentally injuring yourself are reduced.
branko_d•1d ago
Is this a case of of Qualcomm commoditizing their complements? Does Mojo have a potential for disrupting Nvidia's current market position?

https://www.joelonsoftware.com/2002/06/12/strategy-letter-v/

andsoitis•1d ago
Love this intentionality: ” Our open source approach has been deliberate: we’ve found that small and tight-knit design teams (not committees) are the best for finding the “soul” of a language, but that feedback from a broader community is essential to escape an echo chamber. As such, we first open-sourced the Mojo standard library, then released hundreds of thousands of lines of kernel code written in Mojo, tools, and support. We built together with community feedback and public design proposals, and are now open sourcing the compiler. We will continue to open our processes further as Mojo keeps maturing.”
dang•24m ago
Recent and related:

Mojo 1.0 - https://news.ycombinator.com/item?id=49261128 - Aug 2026 (244 comments)

WalterGR•16m ago
From yesterday:

The Mojo language (by Modular, now Qualcomm) is now open-source - https://news.ycombinator.com/item?id=49358327 - 108 comments

pmkary•5m ago
What a beautiful standard library btw. Much to learn and take from.
Alien1Being•4m ago
"Qualcomm to Acquire Modular 06/24/2026"

https://investor.qualcomm.com/news-events/press-releases/new...

Can acqui-death be far away...?

1d ago
I was excited to try Julia, but then, as I saw it was an interpreted language, with bulky runtime, slow startup times and bloated library sizes - my initial interest quickly faded.

For the same reasons I see languages like Python, Java, C# as inferior.

pjmlp•1d ago
Java and C# definitely don't belong on the same basket.

And inferior to what, the crab?

archargelod•1d ago
Inferior to languages that compile to native binaries, not burning dramatically more cpu cycles than necessary.
pjmlp•1d ago
Showing your ignorance regarding Java and C# ecosystems and available compilers on that reply.
archargelod•1d ago
I indeed don't know about Java, but with C# there are a lot of limitations if you want AOT compilation and you still get the bloated binary and limited performance.

I also, personally, never seen a single project written in either Java or C# that distributes aot binaries.

pjmlp•1d ago
You mean bloated as Go, the superior language?

The limited performance of game engines like the one used by Capcom for Devil May Cry on the Playstation 5?

Java binaries deployed in embedded systems by PTC and Aicas are AOT compiled.

Archit3ch•1d ago
Julia compiles to native code, same as C++/Rust.
markkitti•14h ago
How is Julia an interpreted language? I sometimes wish there was a robust interpreter for Julia when the compilation latency is not worth the execution speed.
pjmlp•1d ago
Especially when it is actually successful at what it was designed to be, a faster Python for data science folks, having gotten enough researchers, more than most toy languages that almost daily drop on HN and Reddit.
Conscat•1d ago
In the category of AI/HPC software Mojo aims to displace (which is my industry), I don't know many people who care that much about running Windows. The software I work on may only run as a Docker image or directly in a Linux/WSL. Mojo is hardly the only tool in the space (currently) lacking Windows support.
vovavili•1d ago
I'd put you in the "relatively niche and senior" bucket without even thinking.
Conscat•1d ago
Senior is the last word in use to describe myself as a developer, personally, and I think it's hard to overstate the current economical significance of this software niche. Granted that it IS a niche and nobody would recommend Mojo for, say, kernels in video games or art editors.
solarkraft•1d ago
The niche is so big that Microsoft invented WSL to run Linux programs on Windows.
pjmlp•1d ago
We already could do that with VMWare Workstation and VirtualBox, since at least 2010.

WSL could have been avoided if Microsoft had been more serious about the POSIX subsystem in Windows NT, or later Subsystem for UNIX-based Applications that was available until 2016.

melodyogonna•1d ago
I don't understand this premise. And the more I think about it, the less sense it makes. On the grand scale of things, Windows is the niche platform here. For consumer desktop use cases, it is king, but nobody deploys on it for the use cases that the first version of Mojo is optimised for.
andsoitis•1d ago
> On the grand scale of things, Windows is the niche platform here.

They plan Windows support: ” Mojo has supported macOS and Linux for years, and Windows developers have been able to use it through WSL. Native Windows support has always been one of our most common requests from developers.

Millions of developers build on Windows every day, across an enormous range of applications and workloads. We believe Mojo can have a meaningful impact across that ecosystem. Bringing Mojo to Windows the right way requires deep expertise in the platform, which is why we’re delighted that the Microsoft Windows team sees the same opportunity we do — and that we’re working together to make it happen.”

—- https://www.modular.com/blog/modcon-announcements

pjmlp•1d ago
Many companies only allow for Windows computers, even if the servers are UNIX like, additionally as proven by NVidia and CUDA, Windows laptops are a great way to get students interested on the technology.