frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

The brain may be about to have its Ozempic moment

https://economist.com/science-and-technology/2026/08/11/the-brain-may-be-about-to-have-its-ozempi...
2•andsoitis•2m ago•0 comments

Ask HN: How should I progress in my hacking journey?

1•anonomity•2m ago•0 comments

Trystero

https://github.com/dmotz/trystero
1•tibbar•3m ago•0 comments

Ancient Engineering Marvel Was Built Without Rulers

https://www.404media.co/no-bosses-ancient-engineering-marvel-was-built-without-rulers-study-sugge...
1•Jimmc414•4m ago•0 comments

How to Migrate from Airtable to Obsidian

https://obsidian.md/help/import/airtable
1•skadamat•5m ago•0 comments

Ask HN: What is your biggest bottleneck when developing with agents

1•sakuraiben•7m ago•0 comments

Textdämmerung: On Arday, the EU, and How One Philosophizes with a Chatbot

https://critiqueanddigest.substack.com/p/textdammerung
1•crescit_eundo•8m ago•0 comments

Show HN: Openleetcode – local LeetCode runner where tests live in the repo

https://github.com/therepanic/openleetcode
1•therepanic•8m ago•0 comments

Microsoft to increase Windows OEM license pricing 7-10%

https://www.pcmag.com/news/buying-a-new-pc-a-windows-11-price-hike-could-soon-make-it-more-expensive
1•Rooster61•9m ago•1 comments

Anydoc: Word, PowerPoint, Excel, OpenDocument, RTF, ePub, CSV, PDF to Markdown

https://github.com/firecrawl/anydoc
1•nateb2022•10m ago•0 comments

If the American Dream Is Dead, No One Told the People Who Are Still Chasing It

https://www.robkhenderson.com/p/if-the-american-dream-is-dead-no
1•paulpauper•11m ago•0 comments

Gemini is Cooked, but GCP is Cooking

https://newsletter.semianalysis.com/p/gemini-is-cooked-but-gcp-is-cooking
1•isnotchicago•11m ago•0 comments

NVIDIA & partners to mobilize over $500B of third-party capital for AI buildout

https://nvidianews.nvidia.com/news/nvidia-partners-with-apollo-blackrock-blackstone-brookfield-go...
1•frozenseven•11m ago•0 comments

AI Found a Zoom Takeover Flaw in Fewer Than 20 Prompts

https://ai-updates.net/ai-found-zoom-takeover-flaw-20-prompts/
1•ashurandi•12m ago•0 comments

My Answers to "Prove You Are Worthy to Post About Diets"

https://www.exfatloss.com/p/my-answers-to-prove-you-are-worthy
1•paulpauper•12m ago•0 comments

How much will cybersecurity costs rise?

https://marginalrevolution.com/marginalrevolution/2026/08/how-much-will-cybersecurity-costs-rise....
1•paulpauper•12m ago•0 comments

Compression Is Prediction

https://ngrok.com/blog/compression-is-prediction
4•nikolay•13m ago•0 comments

OpenRouter is a example of the Application layer of AI

https://s-1.vercel.app/posts/why-openrouter-can-be-the-next-great/
1•Altaba•15m ago•0 comments

Next-Token Predictor Is An AI's Job, Not Its Species

https://www.astralcodexten.com/p/next-token-predictor-is-an-ais-job
2•optimalsolver•16m ago•0 comments

Bluesky's active user base is shrinking as its focus expands beyond the app

https://techcrunch.com/2026/08/11/blueskys-active-user-base-is-shrinking-as-its-focus-expands-bey...
7•newusertoday•18m ago•3 comments

The Idea of Immutable Social Media

https://citizendot.github.io/articles/the-idea-of-immutable-social-media/
1•CITIZENDOT•18m ago•1 comments

MAI-Code-1.1-Flash: Better, faster, at a quarter of the cost

https://microsoft.ai/news/mai-code-1-1-flash-br-better-faster-at-a-quarter-of-the-cost/
2•theanonymousone•19m ago•0 comments

Misaligned AIs could use killer robots to take over

https://www.lesswrong.com/posts/9jKhqmFjMzdAvHANr/misaligned-ais-could-use-killer-robots-to-take-...
3•x312•19m ago•1 comments

The Society of Professional Journalists proposes edits to code of ethics for AI

https://www.niemanlab.org/2026/08/the-society-of-professional-journalists-proposes-edits-to-its-c...
1•jaredwiener•19m ago•0 comments

Show HN: p0rt – see every dev server, port and Docker container in your menu bar

https://p0rt.app
1•ddeunert•20m ago•0 comments

Meter Offers Networking Grants

https://www.meter.com/grants
1•NathaP•23m ago•0 comments

Nvidia Nemotron 3.5 lightning and Nemo Switchyard

https://blogs.nvidia.com/blog/nemotron-lightning-switchyard-rtx-dgx/
27•droidjj•27m ago•6 comments

You Don't Need to Use Cloud AI Switchyard and Nemotron (Level1/Wendell) [video]

https://www.youtube.com/watch?v=-IGB6Avxwgo
2•amlib•29m ago•0 comments

How This 100-Year-Old Company Is Recreating a Lost Neon Color

https://www.wsj.com/finance/investing/how-this-100-year-old-company-is-recreating-a-lost-neon-col...
2•malshe•29m ago•1 comments

GPT 5.6 just solved (2,1)-C1P

https://www.reddit.com/r/accelerate/comments/1vkzfk7/gpt_56_just_solved_21c1p/
2•nadermx•30m ago•0 comments
Open in hackernews

Rust Dependencies Scare Me

https://vincents.dev/blog/rust-dependencies-scare-me/?
25•vsgherzi•1y ago

Comments

turtleyacht•1y ago
Probably hard to do during nine-to-five, but personally commit to being a contributor on every dependency used.

Like having mini contracts with every package, even if it's just to reproduce bugs, maintain a personal test suite, or to steer newcomers to resources.

Otherwise, we will always be in the dark about our dependencies, building our flying castles. (They float, but where's the foundation?)

Alternatively, there are open-source code scanners and bill-of-material security tools. Those could be added as triggered workflows in your projects, to run on each pull request.

As well, the author did rewrite dotenv's core features to replace it.

vsgherzi•1y ago
Yeah that's not a bad suggestion, I should def be more involved in the ecosystem. To do that for every crates seems exhausting though... Any favorite suggestions for scanners or SBOM creation tools?
turtleyacht•1y ago
Snyk has a free tier, but their Github integration passes workflows green more often than not. If you run it yourself as a container, you get finer-grained control over what to do with error code 1 versus error code 2: a vulnerability in changed versions, versus a pipeline error.

Sonar is free for open-source projects, but less package version security and more "use --ignore-scripts in npm," "don't be root in Docker container," and such.

vsgherzi•1y ago
Noted, I'll check it out! A shame so many are bound to github most of my workflow is tied to git on secured servers
armchairhacker•1y ago
IME unmaintained Rust packages usually aren't an issue, because Rust's backwards-compatibility is really good. Only if there's an unidiomatic design or bug in the part that you use, or a security vulnerability.

Rust dependency bloat may be an issue, but with good static analysis maybe not (the compiler can effectively remove dead code unlike JavaScript, and the IDE may be able to effectively filter it).

vsgherzi•1y ago
I wonder if there's a way to do a pass on a repo to remove code that will never be used due to the hardware you're targeting. You do have a good point in that it being unmaintained isn't necessarily the end of the world, I just kinda start to sweat when I think about ZX and see the advisories.
rc00•1y ago
> Many call for adding more to the rust standard library much like Go

> So now I pose the question to you what do we do?

1. Port your application to the language/tool that fits your needs like Go.

2. Hope that a language like Zig decides to feature a standard library as good as Go.

vsgherzi•1y ago
It feels a bit like throwing the baby out with the bathwater to completely swap languages. I was hoping rust could be a more general language for me.... I know they're not interested but I wonder if the foundation would ever entertain an opt in more expansive std library?

Go's is very nice however if I remember they ran into an issue with crypto that was hard to fix due to it being so bundled to the std library.

steveklabnik•1y ago
You may appreciate this RFC that was just opened https://github.com/rust-lang/rfcs/pull/3810
vsgherzi•1y ago
Hi Steve! Big fan!

Folks on Bluesky just pointed me in the same direction. Looks like it has potential.

steveklabnik•1y ago
Thanks :)

I’m not as positive on it, but at least if you are, you know where to lodge support.

rc00
weird_trousers•1y ago
That's the main criticism my colleagues have about Rust: a lot of unmaintained crates, and most of the time a lot of dependencies for... (almost) nothing.

It seems most of Rust developers adopt the pov of web front-end developers since a few years: depend on a lot of libraries for small things, never update your project to 1.0, and abandon "quickly" to build something new... and redo it again.

I really hope that alternatives like Zig or Jai will not let the community do like what they did with Rust.

vsgherzi•1y ago
It's such a cool language, maybe there's a way out or something I'm not seeing? Cloudflare, discord, and oxide seem to make it work pretty well... Always excited to see what new languages do. However it does seem like industry already has significant investment in rust so it seems like something we'll have to solve sooner than later....
steveklabnik•1y ago
It’s pretty simple: you choose the dependencies you want to have. Don’t like having a ton of them? Either choose carefully (which you should already be doing), or write it yourself.

Most people prefer to build off of the work of others, rather than reinvent the world for every project. That trade off is a trade off though, and nothing prevents you from taking the other side of it.

vsgherzi•1y ago
I get that. In general for something like a production server in cpp versus rust do you think the rust version is going to just have more lines of code associated with it or is it just the way I'm thinking about it? I love the Oxide podcast where you guys talk about your favorite crates and some of the ones you guys use in production. Are the dependencies something you guys really stress and investigate before pulling one in? I know things like axum are replaced with dropshot since you guys deemed it critical to your business (super cool crate!).
•
1y ago
You should evaluate on whether it is worth insisting on Rust. Others have gone down that path and it has only ended with regret[1]. The sooner you realize that you don't have the right solution to your problem, the sooner you can start solving it correctly.

What about the crypto library affects how you would use Go to solve your problem?

1. https://deadmoney.gg/news/articles/migrating-away-from-rust

steveklabnik•1y ago
You just can’t draw connections between number of dependencies, numbers of lines of code, and code you actually use, across ecosystems. See https://wiki.alopex.li/LetsBeRealAboutDependencies as an example of getting into the details about Rust vs C in this regard.

We don’t hyper stress about it. We do take care, in some projects (like embedded ones) we need to care a lot about binary size and so pay very close attention, and we keep abreast of security issues, etc.

Dropshot wasn’t written because it was critical to the business, it was because nothing had the OpenAPI support at the time we write it. It Axum or something else did, we’d have used it. We only write our own stuff when things in the ecosystem aren’t fit for purpose. We do sometimes find that our needs are different than others and so write our own, but this isn’t borne out of concern for dependency count.

vsgherzi•1y ago
Thank for the reply! I see, I guess I have alot more to think about ...
antonvs•1y ago
> It’s pretty simple: you choose the dependencies you want to have. Don’t like having a ton of them? Either choose carefully (which you should already be doing), or write it yourself.

Exactly. Why this is even a point of discussion is, to me, an indictment of everyone raising it as an issue.

stefanos82•1y ago
I thought I was alone thinking like this.

Honestly, when I want to compile a Rust project and see all these dependencies getting pulled in to get compiled along with the project, it gives me goosebumps, because I don't know whether these crates are safe and secured or not...

vsgherzi•1y ago
Yeah, I think in some sense it definitely looks worse than it is since a single crate like Tokio is spread among 20-30 crates. However even accounting for that there's still just alot of raw code...
weird_trousers•1y ago
You're definitely not alone. This situation is not new, and it isn't acceptable either.

The concept of `features` when using a crate is kinda cool as "you only download / compile what you use" *but* most of the crates are very badly designed, and also developers do not tend to reinvent a very tiny wheel when they can, but heavily depend of possibly dangerous crates to just serialize or deserialize a very simple data structure...

It's very annoying, as this increases the compilation time and introduces possible unsafe behavior in larger crates.

wofo•1y ago
Some people _do_ care about this (e.g. the proponents of this new RFC: https://github.com/rust-lang/rfcs/pull/3810). However, for some reason (culture, I guess?) there isn't much momentum yet to change the status quo.
antonvs•1y ago
Your “colleagues”?

You’re making the criticism, why not own it?

What you’re saying is the equivalent of Donald Trump’s “many people are saying”. It’s the recourse of the intellectually stunted who can’t muster a convincing argument.

vsgherzi•1y ago
Because I want my mind to be changed. I see orgs and companies I respect doing things differently than me but I don't understand why. I want to use this language, I want to use this ecosystem so I'm trying to get others who disagree with me to share what they think so I could possibly see things in a different way.