frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

In Russia, the first humanoid robot fell at a presentation

https://unn.ua/en/news/in-russia-the-first-humanoid-robot-fell-at-a-presentation-it-was-covered-f...
1•doener•2m ago•0 comments

DevOps-ifying my blog: Hugo on K8s with Git-sync and fluxcd

https://blog.prizrak.me/post/hugo-on-k8s/
1•razighter777•4m ago•1 comments

H₂O giant Suntory explores advancing with hydrogen

https://www.japantimes.co.jp/esg-consortium/2025/11/04/ho-giant-suntory-explores-advancing-with-h...
1•PaulHoule•5m ago•0 comments

Hyundai Is Now Locking DIY Owners Out of Their Own Brake Repairs

https://www.autoblog.com/news/hyundai-is-now-locking-diy-owners-out-of-their-own-brake-repairs
1•walterbell•5m ago•0 comments

.NET MAUI Is Coming to Linux and the Browser, Powered by Avalonia

https://avaloniaui.net/blog/net-maui-is-coming-to-linux-and-the-browser-powered-by-avalonia
1•vyrotek•5m ago•0 comments

How the Spoils of an Infamous Heist Traveled the World

https://nautil.us/how-the-spoils-of-an-infamous-heist-traveled-the-world-1247307/
1•curtistyr•9m ago•0 comments

Infrastructure as Code is a MUST have

https://lukasniessen.medium.com/infrastructure-as-code-is-a-must-have-b44acff0813d
1•birdculture•10m ago•0 comments

My Kind of REPL

https://ianthehenry.com/posts/my-kind-of-repl/
1•ingve•15m ago•0 comments

Expanded Chat Control 2.0 Through the Back Door, with Three Poison Pills

https://www.patrick-breyer.de/en/chat-control-2-0-through-the-back-door-breyer-warns-the-eu-is-pl...
3•walterbell•16m ago•0 comments

TLD Index

https://publicsuffix.org/list/effective_tld_names.dat
1•sans_souse•16m ago•0 comments

Show HN: LogicVisor – AI code reviews for algorithm practice

https://logicvisor.vercel.app/
1•david_essien•17m ago•0 comments

AI Pose: An all-in-one AI creative studio for videos, art, outfit changes

https://aipose.ai/
2•yolotach•18m ago•2 comments

React components for datacentres and fibre networks

https://react-networks-lib.rackout.net/
2•jammo•23m ago•0 comments

Reed–Solomon Error Correction

https://en.wikipedia.org/wiki/Reed%E2%80%93Solomon_error_correction
1•ugur2nd•23m ago•0 comments

Revised Estimates for the Number of Human and Bacteria Cells in the Body (2016)

https://pmc.ncbi.nlm.nih.gov/articles/PMC4991899/
1•georgecmu•24m ago•0 comments

Four places to see London's Roman Wall

https://diamondgeezer.blogspot.com/2025/11/odd-places-to-see-londons-roman-wall.html
7•zeristor•24m ago•0 comments

Do Things

https://psychotechnology.substack.com/p/do-100-things-530
1•eatitraw•27m ago•1 comments

AI Agents Observability with OpenTelemetry and the VictoriaMetrics Stack

https://victoriametrics.com/blog/ai-agents-observability/index.html
1•valyala•27m ago•0 comments

Show HN: Monza Editor, the textarea element with syntax highlight in 1.5KB

https://github.com/raviqqe/monza-editor
1•raviqqe•27m ago•0 comments

Former Reddit CEO's AI thesis: model providers will crush most AI app startups

https://twitter.com/yishan/status/1987787127204249824
3•nowflux•28m ago•0 comments

Show HN: mDNS name resolution for Docker container names

https://www.npmjs.com/package/mdns-docker
1•chfritz•29m ago•0 comments

The Market Is Turning Against AI Spending

https://seekingalpha.com/article/4841003-market-turning-against-ai-spending
1•zerosizedweasle•29m ago•0 comments

Show HN: Picolight, the 0.5KB syntax highlighting library for dynamic input

https://github.com/raviqqe/picolight
1•raviqqe•29m ago•0 comments

Show HN: AI-Powered Chart Pattern Recognition for Price Movements

https://fractalof.com
1•bstav1•29m ago•0 comments

Data breach at Chinese infosec firm reveals cyber-weapons and target list

https://www.theregister.com/2025/11/09/asia_tech_news_roundup/
3•nh43215rgb•31m ago•0 comments

Structured Hierarchical Games and Backward Induction

https://arxiv.org/abs/2106.04663
1•robot-wrangler•32m ago•0 comments

Typesetting the "Begriffsschrift" by Gottlob Frege in Plain TeX [pdf]

https://www.tug.org/TUGboat/tb36-3/tb114wermuth.pdf
2•perihelions•34m ago•0 comments

Top researchers consider leaving U.S.: 'The science world is ending' [video]

https://www.youtube.com/watch?v=yLvO070E_dI
2•mosesbp•34m ago•1 comments

Two security issues discovered in sudo-rs, a Rust-based implemention of sudo

https://lists.debian.org/debian-security-announce/2025/msg00218.html
2•kruuuder•36m ago•1 comments

Heroku Support for .NET 10

https://www.heroku.com/blog/support-for-dotnet-10-lts-what-developers-need-know/
2•runesoerensen•38m ago•0 comments
Open in hackernews

Rust Devs Think We're Hopeless; Let's Prove Them Wrong (With C++ Memory Leaks)

https://www.babaei.net/blog/rust-devs-think-we-are-hopeless-lets-prove-them-wrong-with-cpp-memory-leaks/
27•zdw•6mo ago

Comments

eptcyka•6mo ago
Memory leaks are by far the least interesting class of defect that Rust helps with - leaking memory is safe.
genter•6mo ago
Until the kernel kills you for being OOM.
YZF•6mo ago
That's still safe.

EDIT: Safe in the sense you're not writing into memory you don't own, e.g. write after release, buffer overflows etc.

scotty79•6mo ago
Program that no longer runs is the safest.
aquariusDue•6mo ago
For true safety we must prevent it from being written in the first place /s
dmit•6mo ago
That's the true meaning of backward compatibility. The [backward] refers to the time scale.
drivingmenuts•6mo ago
stomps butterfly

I've just saved untold generations from certain calamity.

** 6,000,000 years later **

Butterfly King: This chimpanzee-descended motherfucker ….

airstrike•6mo ago
I'll add that even safety itself is not the sole reason why some people prefer Rust. There's a lot to Rust besides that and sometimes it's not about memory safety as much as it is about steering you into patterns Rust devs perceive as better overall.
jayd16•6mo ago
Possible attack vector, though.
andrewflnr•6mo ago
The least interesting attack vector. You can fix it by rebooting.
Arnavion•6mo ago
And in fact is not even something that Rust does differently from C++. Memory releases in Rust are handled by dtors just like they are in C++. What a weird article.

(The only difference is that Rust defaults to moving while C++ defaults to copying, and Rust moves don't leave a moved-out object behind while C++ does, so the dtors in Rust are simpler and called fewer times than the equivalent C++ code.)

dmit•6mo ago
Yes, the only difference.
api•6mo ago
The problem with unsafe languages is not that you can’t write safe code in them with skill and discipline.

The problem is that programmers don’t always do that, either because they are not that experienced or they are in a hurry.

The real danger is when code is long lived and worked on by multiple people. One bad commit after a late night hacking session and now there is a zero day just waiting to be discovered.

Safe languages don’t rule that out but they make it profoundly less likely.

bluGill•6mo ago
I write C++ all the time and I still cannot convince many developers to use unique_ptr over new. It isn't that hard to write code that doesn't leak but if you bypass the language features it cannot help you.

for that matter though I've seen rust programmers put everything in unsafe.

on_the_train•6mo ago
There's static analysis which can effectively force these things. C++ problems are self-inflicted
bluGill•6mo ago
There is but we have code predating c++11 that isn't worth rewriting. So the static analisys is off. We do use lots of static analisys but that one is too hard to fix all the old code that we have decades of proff works and isn't leaking (much?)
andrewflnr•6mo ago
I mean, a sufficiently safe language would rule it out. Either one not expressive enough to express memory unsafety (i.e. GC or fully linear types with no escape hatches) or one that requires a machine checked proof of safety to compile. These options just happen to be too big of a pain in the assembly for today's appetite.
api•6mo ago
There are lots of languages where true memory bugs are impossible. As you say they are higher level and usually GC.
andrewflnr•6mo ago
Right, the interesting case would be the formal proof. Though, I suspect there are fewer high-level languages where memory bugs are actually impossible than you would naively think. I've segfaulted Python by accident, only using the standard library (concurrency shenanigans if I recall). You can probably do worse if you try. To make a truly memory-safe language, you would need to carefully design and implement the standard library, disallow all native code extensions, and probably more I'm not smart enough to figure out. So, not Java, not Python. Maybe some Schemes?
shmerl•6mo ago
No, C++ is hopeless. No need to bend over backwards to try to disprove it. It's not only about memory safety, some of it is about legacy stuff and backwards compatibility it's forever stuck with.
tom_•6mo ago
This only works with the VC++ CRT, which is potentially a bit limiting!

Also, the DEBUG_NEW thing is useless in practice since, from memory, it stops you using placement new, and dependencies typically don't participate, so a zillion unlabeled leaks is the usual result from the common case of you failing to call some dependency's free function.

And the allocation IDs (and therefore _CrtSetBreakAlloc) are pretty worthless in practice for multithreaded programs, because the allocation order isn't deterministic.

I use the LEAK_CHECK_DF flag in the programs I write (and the CHECK_ALWAYS_DF is worth investigating too), but the only point is to indicate whether there are leaks on exit, yes/no. If no, great; if yes, well that's useful information, but the actual output is almost never helpful. (Though occasionally I do somehow introduce a leak from something that happens before the first thread is created.)

yusina•6mo ago
It's 2025 and we are still discussing memory leaks. The very existence of this article is an indication that C++ (used like that) has an issue. Non-kernel programmers should not even be able to create memory leaks by mistake.

Well, unless they are doing something incredibly stupid including stepping over several explicit warnings of "don't do this unless you are very sure about what you are doing".

teleforce•6mo ago
It's really a shame isn't it? It's 2025 and we still have no programming languages that have impeccable GC for automatic memory management rather than forcing programmer to wrestling and fighting for manually managing the memory [1].

Auto industry kind of solved this automation mechanism for example with the new high performance Toyota GR Corolla has a new automatic gear transmission that's proven as fast if not faster than the manual version [2]. The same goes to F1, the epitome of car racing performance.

[1] Understanding Memory Management, Part 5: Fighting with Rust (101 comments):

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

[2] 2025 Toyota GR Corolla's New Automatic Gearbox Democratizes Fun:

https://www.caranddriver.com/reviews/a62672128/2025-toyota-g...

linotype•6mo ago
I’ve seen way more comments from C++ developers complaining about Rust developers insulting them than I’ve seen Rust developers actually insulting C++. It’s weird to see how attached people are to programming languages, though it’s weird to me too how attached people are to ICE/drivetrains.
sunrunner•6mo ago
I think that's because the Rust developers are having too much fun sitting on their high horse shouting about how great the horse is to need to spend time yelling about the people _not_ on the horse, while the C++ developers don't have a horse to yell about so need one to yell _at_ instead.
squirrellous•6mo ago
It’s about jobs and livelihoods, even if not everyone will admit it. It’s easy to emotional when the argument boils down to “your skills are now outdated, go learn a better one”.
fithisux•6mo ago
c++ is a huge language, with lots of backwards compatibility.

I think c++ should keep the good modern things and fork (restart) from there by breaking backwards compatibility, c++23 will be frozen with some fixes.