frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Layanan Agoda Reschedule

1•notefox•7m ago•0 comments

Nomor Call Center Agoda Indonesia

1•notefox•7m ago•0 comments

Mac Keyboard Shortcuts

https://support.apple.com/en-ca/102650
1•joshdavham•8m ago•0 comments

Disaster Recovery

https://www.contraption.co/disaster-recovery/
1•philip1209•10m ago•0 comments

Show HN: App Screenshot Kit – App Store screenshots from raw images

https://app.appscreenshotkit.com/editor
1•StealthyStart•12m ago•0 comments

fnox – Manage secrets with encryption or cloud providers - or both

https://fnox.jdx.dev/
1•nikolay•12m ago•0 comments

Private AI for Original Thinkers

https://okara.ai
1•salkahfi•12m ago•0 comments

Call Center Agoda Reschedule

1•notefox•12m ago•4 comments

hk – Fast, powerful, and flexible Git hook management for modern workflows

https://hk.jdx.dev/
1•nikolay•13m ago•0 comments

Show HN: Kk – A tiny Bash CLI that makes kubectl faster

https://github.com/heart/kk-Kubernetes-Power-Helper-CLI
2•nkheart•15m ago•0 comments

I had Sad and felt desperate – until a scientist gave me some priceless advice

https://www.theguardian.com/lifeandstyle/2025/nov/17/the-one-change-that-worked-i-had-sad-and-fel...
2•luxpir•21m ago•0 comments

DearDiary.jl: A machine learning experiment tracking tool for Julia

https://github.com/JuliaAI/DearDiary.jl
1•joseesparza•24m ago•0 comments

WhatsApp Census [pdf]

https://github.com/sbaresearch/whatsapp-census/blob/main/Hey_there_You_are_using_WhatsApp.pdf
2•signa11•25m ago•0 comments

Meta wins monopoly trial, convinces judge that social networking is dead

https://arstechnica.com/tech-policy/2025/11/meta-wins-monopoly-trial-convinces-judge-that-social-...
2•Brajeshwar•32m ago•0 comments

"Disagree and Let's See"

https://mollyg.substack.com/p/disagree-and-lets-see
2•gpi•33m ago•0 comments

What AI Is For

https://www.chrbutler.com/what-ai-is-really-for
4•billybuckwheat•33m ago•0 comments

Potential Tool Use by Wolves: Crab Trap Pulling in Haíɫzaqv Nation Territory

https://onlinelibrary.wiley.com/doi/10.1002/ece3.72348
1•curmudgeon22•35m ago•0 comments

The Internet Loves Peptide Therapy. Is It a Miracle Cure?

https://www.nytimes.com/2025/11/18/well/live/peptide-therapy-skin-muscle-longevity.html
1•instagib•36m ago•0 comments

Humanity is stained by C and no LLM can rewrite it in Rust

https://kirancodes.me/posts/log-sins-of-c.html
1•gopiandcode•58m ago•6 comments

AI writing hasn't overwhelmed the web yet

https://www.axios.com/2025/10/14/ai-generated-writing-humans
3•anigbrowl•59m ago•0 comments

Excellence Is a Habit: Why Shipping Software Beats Perfection

https://www.jordanambra.com/article/shipping-beats-perfection/
1•gpi•59m ago•0 comments

Talking to Windows' Copilot AI makes a computer feel incompetent

https://www.theverge.com/report/822443/microsoft-windows-copilot-vision-ai-assistant-pc-voice-con...
3•alsetmusic•1h ago•0 comments

The Sunken World (1928)

https://gutenberg.org/cache/epub/77257/pg77257-images.html
1•petethomas•1h ago•0 comments

Real Estate Digital Marketing Company in Coimbatore

https://jeevantech.in/industries/real-estate-marketing-services/
1•Jeevan_Agency•1h ago•0 comments

GPT's Glazing and the Danger of AI Agreeableness

https://www.siddharthbharath.com/gpts-glazing-ai-agreeableness/
2•rdoherty•1h ago•0 comments

The Steamy, Sweaty, Towel-Spinning Weirdness of the World Sauna Championships

https://thewalrus.ca/world-sauna-championships/
3•gmays•1h ago•0 comments

I Became the #1 Security Researcher on the DHS VDP October 2024 – April 2025

https://medium.com/@philipgarabandic/how-i-became-the-1-security-researcher-on-the-dhs-vulnerabil...
2•PhilipGa•1h ago•1 comments

Children's AI toy gave advice on sex and where to find knives

https://www.thetimes.com/uk/technology-uk/article/kumma-teddy-ai-kink-sex-knives-folotoy-09tb0sfg9
1•petethomas•1h ago•0 comments

Princeton Database Breached in Targeted Phishing Incident

https://paw.princeton.edu/article/princeton-database-breached-targeted-phishing-incident
2•gnabgib•1h ago•0 comments

Chinese molten salt reactor achieves conversion of thorium-uranium fuel

https://www.world-nuclear-news.org/articles/chinese-msr-achieves-conversion-of-thorium-uranium-fuel
2•pseudolus•1h ago•0 comments
Open in hackernews

Humanity is stained by C and no LLM can rewrite it in Rust

https://kirancodes.me/posts/log-sins-of-c.html
1•gopiandcode•58m ago

Comments

almosthere•32m ago
Technically in a few years LLMs may be good enough to ensure that even C code is bug proof by making sure every unchecked write is checked. Every write to a buffer has some constraint. That or it just ports things to rs
gopiandcode•22m ago
w.r.t the first point, so ideally you wouldn't want to do that because it'd incur a heavy runtime performance. Rust's memory analysis allows eliminating those kinds of memory bugs without having to check writes at runtime.

w.r.t the second point, I talk a bit about that in the article itself -- the fundamental problem right now is that there's no real formal way of even stating what it means to correctly translate a program from C to Rust. We could maybe have a smart LLM that translates things to Rust, but would you trust it without tests? or ideally a proof of correctness? what properties should we test? etc.

davydm•25m ago
Rust is cool. A great idea, if a little hard to wrap a grug-brain like mine around (I've tried, and will try again, I'm sure)

BUT

There are plenty of programs written in C which require no rewrite, do what they're supposed to, and have been doing what they're supposed to for decades. Yes, it's possible to write C code with "heisenbugs" and it's harder to do so in Rust - and that's a good thing. But if it works, it doesn't need fixing, so calling C a "stain" is a little over-dramatic. Continue with the ports, continue to use Rust - especially now, as the pace of development is (imo) faster than 2 decades ago, and the one thing that speed almost guarantees is mistakes - having a compiler catch those for you (especially if you can understand the output!) is great. Requiring total conversion of all C projects to Rust is... cultish? I guess to be expected - the author has had pain in the past, alleviated by Rust, and so they will spread the good word about their savior, but I see a lot of conversation in this realm which is all-or-nothing (both ways - C or Rust), and I think those arguments miss the points:

1. Reliability - use what's reliable to write new stuff; if old stuff is already reliable, and simple enough to check, focus elsewhere - there's too much to rebuild it all, so focus on what actually needs attention 2. Functionality - use what works (program-wise). Going "ew, written in C" gets you nowhere. On this line, I'd really appreciate an "ez mode" for Rust where errors are displayed in language that someone not living in the Rust world for months can grok. I'm not alone here. 3. Kindness - there's no need to go on crusades in the name of a language. All software is flawed in some way, including that golden turd you wrote in Rust. Got no bugs? Someone will be missing a feature. Got heaps of features? Someone has a bug. This world would be a lot nicer to live in if people could just be kind. Instead of "C is trash", perhaps "We got a lot of shit done in C, but Rust helps us to make better software, so let's go!".

Calling one of the greatest inventions in programming history a "stain" is egotistical at best, shining hubris at worst (seriously! without it, no linux, no GNU, and heaps of other things that just don't get made, or are made in something like FORTRAN or COBOL).

Also, shut up and eat your vegetables, and get off my lawn. :D

gopiandcode•16m ago
So to clarify, the crusade to rewrite things in Rust is not my fight. To be honest, I'm more a third party watching from the sidelines. There seems to be big institutional interest in replacing C with Rust. Not for ideological reasons. Just for plain economic ones. Rust code is breaking industry standards of memory safety/bug density/review time. I link it in the article, but for example, darpa has a recent big grant program, TRACTOR: Translating All C to Rust (https://www.darpa.mil/research/programs/translating-all-c-to...).

My article was more a commentary aimed at the efforts towards doing that. In some sense arguing that there are some foundational formal deficiencies currently that mean that it's not even clear what success would be. I guess I don't really take a position on the value of rewriting things into Rust, aside from adopting the views of these existing programs as some prelude.

akagusu•16m ago
Rust definitively became a cult. Humanity runs on C and C runs on devices that Rust devs can't even imagine they exist, but they want humanity to bend the knee to the god Rust. This madness needs to stop.
gopiandcode•13m ago
If it has become a cult, it's become a cult that has infiltrated so far as DARPA - see their TRACTOR program (https://www.darpa.mil/research/programs/translating-all-c-to...)

I think couching the success and excitement around rust to ideology or a "cult" as you say is somewhat digging your head into the sand. There are concrete facts and results. Rust is empirically producing levels of memory safety that humanity did not think was possible with software at scale. This is truly groundbreaking.