frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

NoLongerEvil-Thermostat – Nest Generation 1 and 2 Firmware

https://github.com/codykociemba/NoLongerEvil-Thermostat
107•mukti•3h ago•19 comments

Pg_lake: Postgres with Iceberg and data lake access

https://github.com/Snowflake-Labs/pg_lake
206•plaur782•4h ago•64 comments

Codemaps: Understand Code, Before You Vibe It

https://cognition.ai/blog/codemaps
95•janpio•2h ago•16 comments

Show HN: A CSS-Only Terrain Generator

https://terra.layoutit.com
220•rofko•6h ago•69 comments

Whole Earth Index

https://wholeearth.info/
36•bookofjoe•1w ago•4 comments

Launch HN: Plexe (YC X25) – Build production-grade ML models from prompts

https://www.plexe.ai/
45•vaibhavdubey97•3h ago•16 comments

Recovering videos from my Sony camera that I stupidly deleted

https://www.jeffgeerling.com/blog/2025/recovering-videos-my-sony-camera-i-stupidly-deleted
56•speckx•1w ago•25 comments

What is a manifold?

https://www.quantamagazine.org/what-is-a-manifold-20251103/
292•isaacfrond•10h ago•91 comments

Normalize Identifying Corporate Devices in Your Software

https://lgug2z.com/articles/normalize-identifying-corporate-devices-in-your-software/
45•Bogdanp•6d ago•26 comments

We're open-sourcing the successor of Jupyter notebook

https://deepnote.com/blog/were-open-sourcing-the-successor-of-jupyter-notebook
128•zX41ZdbW•2h ago•106 comments

By the Power of Grayscale

https://zserge.com/posts/grayskull/
9•surprisetalk•4d ago•1 comments

Optimizing Datalog for the GPU

https://danglingpointers.substack.com/p/optimizing-datalog-for-the-gpu
82•blakepelton•6h ago•14 comments

This Day in 1988, the Morris worm infected 10% of the Internet within 24 hours

https://www.tomshardware.com/tech-industry/cyber-security/on-this-day-in-1988-the-morris-worm-sli...
165•canucker2016•5h ago•101 comments

How devtools map minified JS code back to your TypeScript source code

https://www.polarsignals.com/blog/posts/2025/11/04/javascript-source-maps-internals
41•manojvivek•5h ago•10 comments

My Truck Desk

https://www.theparisreview.org/blog/2025/10/29/truck-desk/
371•zdw•18h ago•92 comments

Bloom filters are good for search that does not scale

https://notpeerreviewed.com/blog/bloom-filters/
150•birdculture•11h ago•32 comments

Chaining FFmpeg with a Browser Agent

https://100x.bot/a/chaining-ffmpeg-with-browser-agent
78•shardullavekar•7h ago•39 comments

How AGI became the most consequential conspiracy theory of our time

https://www.technologyreview.com/2025/10/30/1127057/agi-conspiracy-theory-artifcial-general-intel...
9•samuel2•11m ago•1 comments

Tell HN: X is opening any tweet link in a webview whether you press it or not

437•stillatit•14h ago•401 comments

Cheaper MacBook powered by iPhone chip coming in 2026, per new report

https://9to5mac.com/2025/11/04/cheaper-macbook-powered-by-iphone-chip-coming-in-2026-per-new-report/
20•spurgu•1h ago•19 comments

Customize Nano Text Editor

https://shafi.ddns.net/blog/customize-nano-text-editor
102•shafiemoji•1w ago•41 comments

Aisuru botnet shifts from DDoS to residential proxies

https://krebsonsecurity.com/2025/10/aisuru-botnet-shifts-from-ddos-to-residential-proxies/
52•feross•6d ago•18 comments

The 512KB Club

https://512kb.club/
108•lr0•4h ago•53 comments

You can't cURL a Border

https://drobinin.com/posts/you-cant-curl-a-border/
416•valzevul•20h ago•222 comments

Things you can do with diodes

https://lcamtuf.substack.com/p/things-you-can-do-with-diodes
348•zdw•20h ago•101 comments

AI's Dial-Up Era

https://www.wreflection.com/p/ai-dial-up-era
428•nowflux•23h ago•388 comments

Show HN: I built a local-first daily planner for iOS

https://apps.apple.com/ca/app/to-do-list-planner-zesfy/id6479947874
67•zesfy•7h ago•48 comments

When stick figures fought

https://animationobsessive.substack.com/p/when-stick-figures-fought
314•ani_obsessive•19h ago•117 comments

Tenacity – a multi-track audio editor/recorder

https://tenacityaudio.org
121•smartmic•1w ago•34 comments

Reverse-engineered CUPS driver for Phomemo receipt/label printers

https://github.com/vivier/phomemo-tools
80•Curiositry•1w ago•22 comments
Open in hackernews

The Rust Foundation Maintainers Fund

https://rustfoundation.org/media/announcing-the-rust-foundation-maintainers-fund/
56•amalinovic•3h ago

Comments

LucidLynx•2h ago
I would actually support the Rust Foundation (and the Rust programming language itself) if the language had respected the promises it made in early 2012 / 2013 (the year I adopted the Rust programming language for my software):

* A programming language simpler than C++...

* That does not change so much accross time (maybe the biggest lie here)...

* With great design changes and adoption (it was before async/await, obviously)...

* Abstracted from big companies (again a lie, as Amazon hires most of the heads of the Rust programming language now)...

* With a great non-political community (actually, this is the biggest lie of all).

To me, it is a mess.

weird_trousers•2h ago
I don't agree with some points, but I share the feeling in terms of "failed promises".

The fact that most well-known Rust crates are becoming huge bloat are becoming a problem to me, which is something that has been critized years again by the community itself.

As an example, I still do not understand why simple HTTP crates require more than 50 to 70 dependencies to execute a simple GET call...

MisterTea•1h ago
> As an example, I still do not understand why simple HTTP crates require more than 50 to 70 dependencies to execute a simple GET call...

This is what you get with package managers.

nixpulvis•1h ago
I think it's clear to me that Rust needs to start admitting more into the STD to help with this and increase the consistency across the ecosystem.
vacuity•1h ago
No, I think the idea of blessing a set of crates (with versions!) is better. The stdlib has a high burden of maintenance, and ideally should only be added to if changes are always backwards compatible. A blessed set is more flexible but still provides a high degree of reliability, unlike the present situation.
steveklabnik•56m ago
This has been tried a few times, and in practice, people prefer the current status quo.
vacuity•42m ago
I'm not aware of the attempts, but at least the route of adding more to the stdlib seems even worse, although it may be popular.
steveklabnik•28m ago
Oh yeah, I would agree with that for sure.
Ygg2•50m ago
This has happened already. See https://doc.rust-lang.org/std/cell/struct.LazyCell.html

It's just it's not frequent.

There is very few things that need to be in the standard library. I only ever miss chrono or equivalent not being in std.

nixpulvis•37m ago
Time functions are a prefect example of somewhere there should be expanded support for in the STD. I'm also of the opinion that there should be a generic and reasonable async runtime in STD, since having `async` in the language, but to direct way to use it without a crate or writing your own executor is awkward.

Then there are things like serialization and logging, which I like the idea of having promoted crates which are essentially just better advertised for newcomers. (Maybe included in the distribution already in some way).

burntsushi•28m ago
If Chrono were in std, that would have been a disaster IMO.
Ygg2•12m ago
Not exactly chrono crate (to quote "chrono or equivalent"). More like Java's version of chrono.
aw1621107•21m ago
> As an example, I still do not understand why simple HTTP crates require more than 50 to 70 dependencies to execute a simple GET call...

Looking at ureq [0], for example, its direct non-build/non-dev dependencies are (counting duplicates):

- base64

- flate2 (4 transitive dependencies)

- log

- percent-encoding

- rustls (26 transitive dependencies)

- rustls-pki-types (1 transitive dependency)

- ureq-proto (7 transitive dependencies)

- utf-8

- webpki-roots (2 transitive dependencies)

The vast majority of the raw dependency count comes from Rustls and related crates, and I'd imagine reimplementing a TLS stack would be somewhat out of scope for an HTTP crate. I'm not sure there's much room for substantial reductions in dependency count otherwise.

[0]: https://github.com/algesten/ureq

escobar_west•20m ago
So let me get this straight. You want the benefit of being able to re-use other peoples' codebase by using an HTTP crate you didn't write. But you don't want those people to also use that benefit of depending on other crates.

Insisting that you should depend on code which itself has no dependencies is a bit hypocritical if you ask me. If you want a simple HTTP crate that doesn't have dependencies, you should follow your own philosophy of not using other crates and write it yourself.

steveklabnik•2h ago
Where were these things promised to you? I was there then too, and maybe one or two of these things were relevant if you squint, but also many of them were actively not promised.
LucidLynx•2h ago
I agree that those were not actually "promises" but "directions", and I apologise for that. Those directions were mainly cited in different conferences by some Rust-head-members at that time (Alex Crichton, Niko Matsakis, Ashley Williams, or even you), and during conversations I had with severals during Rust Fest or RustCon.

For example, I remember talking that with you at the Rust Fest 2017, in Zurich actually, especially about the *very early version* of Async/Await.

It is ok for the community to move on different directions than the first one, and I don't blame any of you for that.

steveklabnik•58m ago
Niko and Alex were the only ones in leadership in 2013, I didn't until 2014, and Ashley later. Rust Fest and Rust Con didn't come along until much later.

> It is ok for the community to move on different directions than the first one

I agree, I just disagree with your characterization of "the first one." There were differences between the original Rust and what shipped, but almost none of it has to do with what you've said. In 2012-2013, Rust very explicitly changed a lot across time, and now it certainly does not. Async/await drove a lot of that adoption. Rust was always "political", even before 2012.

ratmice•2h ago
> * With a great non-political community (actually, this is the biggest lie of all).

I recall the opposite, that the rust language (before the foundation) position was that being apolitical was a political stance. This is not the exact message I remember https://x.com/rustlang/status/1267519582505512960 and also can't realistically cover the entire community at large, as if that even has a single political stance.

jdright•35m ago
The group that insists on keeping a community or software project 'non-political' often fails to recognize that this stance is itself a political position. They claim to want a neutral space, but what they really mean is that the existing political view does not align with their own. By dismissing other perspectives as 'political' while treating their own as neutral, they end up being both hypocritical and unwilling (or unable) to acknowledge that their opinions are political too.
johnisgood•2h ago
> A programming language simpler than C++..

That made me chuckle because both are quite the behemoths, as I have previously said. If they promised this, it was a lie indeed.

afdbcreid•1h ago
Both are, indeed, and I don't know if this was ever promised, but Rust is way simpler than C++ (today, at least).
doyougnu•1h ago
I haven't dabbled in rust since 2018, but if rust has managed to be as complicated as C++ while being a fraction of the age then I would think that would be some kind of macabre achievement in its own right.
ekropotin•1h ago
I have to disagree. Rust is not even close to behemothness of C++.
johnisgood•1h ago
Perhaps, but it is definitely not a C replacement, but a replacement of C++.
vacuity•1h ago
I think Rust primarily being a C++ replacement has been acknowledged ever since it was considered for use in Firefox.
steveklabnik•55m ago
This whole idea of an "x replacement" doesn't make any sense in the first place. Language boundaries are not that strict. People say "Zig is a C replacement, Rust is a C++ replacement" but even Andrew Kelley himself says that Zig is a replacement for the C++ he was writing at the time. I work with a lot of C folks who never liked C++ who liked Rust.
ekropotin•1h ago
It’s hard to argue with that. However, I don’t see how it’s relevant to this particular discussion.
oli-obk•2h ago
Amazon fired every Rust project team member except Niko and weihanglo over the last year. Which is a major contributor to why the foundation started looking into funding maintainers
01HNNWZ0MV43FF•2h ago
Everything is political, people are picking sides, and I'm on the same side as Rust
vacuity•1h ago
Is "Rust" a homogeneous blob of beliefs that you can side with?
munificent•2h ago
> non-political community

"Non-political community" is an oxymoron, like "non-aquatic lake". Politics is the verb that communities do.

Certhas•1h ago
Non-political almost always means "accept the social status quo I am used to".

I think there is a reasonable argument that the default for a community with technical goals should be to accept social status quo conventions unless they conflict with the communities technical goals. But if the social default is "girls don't code and queers should hide" there is a reasonable counterargument that these conflict with the goal of making the technology (and community) available to everyone.

philipallstar•53m ago
> But if the social default is "girls don't code and queers should hide"

Queers should hide definitely isn't any social default unless the code is exclusively developed in Gaza. "Do what you like but please stick to technical considerations" isn't "you need to hide".

echelon•1h ago
> "Non-political community" is an oxymoron

No it's not.

I'm an LGBT person with a trans partner and I find many codes of conduct to be chastising and purposefully finger pointing to conservative people.

A lot of them are basically, "your religious teachings or cultural upbringing aren't welcome here"

I don't agree with religious texts, but that's what you're wagging in their face with some of the CoCs.

Leave it at "don't be an asshole". It's that simple.

The current political climate, I feel, is a direct reaction to this.

A politically neutral space wouldn't permit religious people to harass trans or LGBT people, but it also wouldn't give anyone latitude to throw stones the other way either.

CoCs are "you're not welcome here at all".

Another thing: you always see language and project logos modified to bear the rainbow, trans, and BLM colors. You never see anything supporting Asians, white people, men, or Christians. If you did this, you would be called out as a racist. Which is so ironic.

Let's just get along and work together. Maybe we'll find more agreements amongst ourselves that way instead of trying to divide everyone into camps.

Some progressives are going to get very pissed off at this comment, but I grew up and live in the South. You can (and often must) work with people you don't agree with. It's not impossible to be friends either. You might wind up changing their mind, and they might wind up making you more tolerant as well.

JoshTriplett•1h ago
> You can (and often must) work with people you don't agree with.

Life's for too short to force people to do this, and ideally we should make it as feasible as possible for as many people as possible to never have to do this.

pessimizer•1h ago
This is a crazy notion. If I have to like everybody to work with them, we can't have a civilization because I don't like most people.

I like some people. Everybody else I work with if they're willing to work with me. Saying that we all have to agree with each other is basically giving up on the political project entirely, and going back to strongman rulers who organize by demanding conformity. Very relevant in these times.

> we should make it as feasible as possible for as many people as possible to never have to do this.

No, we should make it impossible to avoid so people can't sneak into adulthood without being properly socialized.

abenga•1h ago
There is a wide gulf between "I don't like this person" and "this person's whole existence should be a crime".
JoshTriplett•59m ago
Nope. I won't work with people who think my friends shouldn't exist. And I won't work with people who think doing that is somehow childish.
echelon•42m ago
Imagine the flip side. We could easily wind up in that world too.

The best defense against polarization is a strong and cohesive middle ground.

If you pull to far in the other way, all the bonds break. And it's a race for each interest group to seize power, rather than having some intermediating force that serves as a buffer.

Again: look at the political climate. It's a reaction. The pendulum is swinging harder and harder because we've given up on the middle ground.

Most of the people you hate (and you do seem to dislike them at least a little bit) have honestly never had an LGBT friend. Imagine if they did how that might change them.

Instead they hear voices from the LGBT community that want to outlaw them and their way of life. That's pretty hostile. And definitely is going to be met with the same attitude you're giving them.

I'm LGBT and I have many conservative friends. They're more apt to come around to it than you believe. You're shutting down any conversation before it can even happen.

vacuity•25m ago
> Instead they hear voices from the LGBT community

Oftentimes, the voices are outside.

I think you're somewhat optimistic, and "the middle ground" is not a magical place. It's easy to fall into a false sense of security that comes from making (likely valid) criticisms of caricatured groups. Middle ground should not be sought for its own sake, or else it becomes useless (akin to Goodhart's law; roughly "when a measure becomes a target, it ceases to be a good measure"). People should embrace a diversity of values, but the burden is to stay true to a set of values and push for the truth.

Oper_52•39m ago
> people who think my friends shouldn't exist

What does this mean? Are you talking about people who openly support actual murder? Almost everyone is opposed to that, of course.

vacuity•47m ago
I agree with you, although of course "don't be an asshole" is only simple to enforce in practice. In the current climate, I expect that people considered "conservative" will still be highly hostile to good faith (let alone not) enforcements.

No matter the person, it's really disappointing that we're still entrenched in the mentalities of tribalism, anti-intellectualism, "if you're not with us, you're against us", "an eye for an eye", "someone hurt me, so I'm going to hurt someone", and so on. And by "person", that includes me.

The Earth politics patch really can't come soon enough. How much do we pay the devs, again?

clipsy•33m ago
> A lot of them are basically, "your religious teachings or cultural upbringing aren't welcome here"

Could you point out a code of conduct -- preferably from a large, well known project -- that reads this way in your opinion?

BoredPositron•51m ago
I don't give a damn about politics so I don't care what politics the language I use likes or not. If someone believes people should not exists because of their political or religious stance, sexuality or origin. We don't have a political problem we have one of morality and I don't compromise in that regard.
mperham•2h ago
It's interesting to note that this doesn't actually discuss any funding details. Who, how much, when, how? The devil is always in the details.
oli-obk•2h ago
Yea, this is just the "find money" side of things. We're figuring out the details of how to decide what/who to fund in parallel
stefanos82•1h ago
If you go to the main page and scroll down a bit, you will see the big names having their logos hosted there...
telestew•1h ago
bit sad that I misread "Fund" in the title as "Feud" at first and didn't think anything of it
chekibreki•1h ago
1. tl;dr and full of low-information and cringe vocabulary such as „excited“, „thrilled“, „challenge“, … Why are they wasting the readers time with this?

2. I would support because I like and use Rust but only if I have guarantees that the money will be spend only on developers who are selected merely by technical contributions and not based on political beliefs, gender, race, etc. And unfortunately from what I’ve heard the Rust community is one of the snowflakiest communities on the internet. I don’t want to fund that.

boje•1h ago
Why doesn't Zig attract the same sort of lukewarm response that Rust does from parts of communities?
Macha•1h ago
Rust came first, so people who didn't like Rust flocked to Zig as an alternative, and were keen to promote it as an alternative to Rust by criticising Rust, as wider usage would provide them more of an ecosystem to use in their own Zig programs.

People who were happy with Rust didn't have same need to criticise Zig in online spaces as Rust is the established player in the C alternatives space. (Though Rust is on the other side when compared to C once you expand the space to "all low level programming languages").

Also for people who don't care about the space at all, Rust has had years of exposure to promote fatigue, while Zig hasn't (yet).

stusmall•45m ago
It isn't all of the objection, but there is a non-neglible amount of anti-woke people who find some weak technical reason to hate rust. It's silly but you'll be amazed in how often you see it line up when checking a random sampling of people who show up in rust threads just to make off topic complaints about rust.

EDIT: I hadn't fully gone through the comment section on this one yet and yikes it's worse about it than normal.