frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

'Big Short' Michael Burry bets $1B on AI bubble bursting

https://www.lbc.co.uk/article/big-short-michael-burry-ai-bubble-5HjdGLY_2/
1•belter•1m ago•0 comments

An Empirical Study of Knowledge Transfer in AI Pair Programming [pdf]

https://www.se.cs.uni-saarland.de/publications/docs/WSD+.pdf
1•heisenbit•2m ago•0 comments

Juturna is a data pipeline library written in Python

https://meetecho.github.io/juturna/
1•mooreds•2m ago•0 comments

GEN-0: SoTA 10B+ Foundation Model for Robotics with Harmonic Reasoning

https://generalistai.com/blog/nov-04-2025-GEN-0
1•e0m•5m ago•0 comments

Leo: Auto-Typing Tool for Teaching Coding

https://github.com/gniziemazity/LEO
1•t0mk•5m ago•0 comments

Two tiny banks are helping Trump's sons build a crypto empire

https://www.ft.com/content/39a4a5c9-aa33-40b4-addb-076ee0242430
1•TheAlchemist•7m ago•0 comments

Show HN: A better ZSA keyboard layout explorer

https://www.keyderboard.com/
1•dhdaadhd•7m ago•0 comments

Think for Yourself

https://kevlinhenney.medium.com/think-for-yourself-7d129aa959e3
1•mooreds•9m ago•0 comments

Sequoia Capital Leader Exits in VC Shake-Up

https://www.wsj.com/finance/investing/sequoia-capital-leader-steps-down-from-vc-giant-e599103b
3•cgoodmac•10m ago•0 comments

Open Source Context-Aware PII Classifier

https://corp.roblox.com/newsroom/2025/11/open-sourcing-roblox-pii-classifier-ai-pii-detection-chat
1•moneil971•15m ago•1 comments

Verbalized Sampling: How to Mitigate Mode Collapse and Unlock LLM Diversity

https://arxiv.org/abs/2510.01171
1•JnBrymn•15m ago•0 comments

Visualrambling.space

https://visualrambling.space/
1•crummy•15m ago•1 comments

Show HN: Agentic semantic search, but with GitHub APIs

https://github.com/nilenso/ask-github
1•sriharis•18m ago•0 comments

HTTP Message Signatures

https://www.rfc-editor.org/rfc/rfc9421
2•mooreds•18m ago•0 comments

Digital Stamp Collection – The Weight of Paper

https://marijanapav.com/stamps
1•shashanktomar•20m ago•0 comments

Video‐rate tunable colour electronic paper with human resolution

https://www.nature.com/articles/s41586-025-09642-3
2•westurner•21m ago•1 comments

Implementing Soft Deletion in Prisma with Client Extensions

https://matranga.dev/true-soft-deletion-in-prisma-orm/
1•frankmatranga•21m ago•1 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/
3•spurgu•21m ago•0 comments

Phobos (RA2: YR engine extension) v0.4 – Release Highlights and Project News

https://www.moddb.com/mods/phobos-yr/news/phobos-v04-release-highlights-and-project-news
1•Kerbiter•23m ago•0 comments

Benchmarking the AMD EPYC 9V64H: Azure HBv5's Custom AMD CPU with HBM3

https://www.phoronix.com/review/azure-hbv5-amd-epyc-9v64h
1•ashvardanian•24m ago•0 comments

NASA releases robotic / flight app generation tool Ogma under Apache license

https://github.com/nasa/ogma
1•ivanperez-keera•25m ago•1 comments

Why Tech Needs Personalization

https://om.co/2025/10/29/why-tech-needs-personalization/
1•walterbell•26m ago•0 comments

Skyshelve: A Python Dictionary in the Cloud

https://github.com/s1liconcow/skyshelve
1•siliconc0w•28m ago•1 comments

Why do we need dithering?

https://typefully.com/DanHollick/why-do-we-need-dithering-Ut7oD4k
2•ibobev•28m ago•0 comments

Show HN: JobsAndAI – Personalized career risk analysis for AI disruption

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

First Brands Found Some Fake Invoices

https://www.bloomberg.com/opinion/newsletters/2025-11-04/first-brands-found-some-fake-invoices
1•ioblomov•29m ago•1 comments

Open database of large AI data centers, using satellite and permit data

https://epoch.ai/data/data-centers/satellite-explorer
1•cjbarber•29m ago•1 comments

Thermodynamic Computing Is Here

https://twitter.com/DaveShapi/status/1985697301298340087
3•delichon•34m ago•0 comments

Bullying Is Not Innovation

https://www.perplexity.ai/hub/blog/bullying-is-not-innovation
5•juokaz•37m ago•3 comments

The Poseidon Problem

https://www.nakedcapitalism.com/2025/11/coffee-break-armed-madhouse-the-poseidon-problem.html
1•speckx•37m 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•5mo ago

Comments

eptcyka•5mo ago
Memory leaks are by far the least interesting class of defect that Rust helps with - leaking memory is safe.
genter•5mo ago
Until the kernel kills you for being OOM.
YZF•5mo 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•5mo ago
Program that no longer runs is the safest.
aquariusDue•5mo ago
For true safety we must prevent it from being written in the first place /s
dmit•5mo ago
That's the true meaning of backward compatibility. The [backward] refers to the time scale.
drivingmenuts•5mo ago
stomps butterfly

I've just saved untold generations from certain calamity.

** 6,000,000 years later **

Butterfly King: This chimpanzee-descended motherfucker ….

airstrike•5mo 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•5mo ago
Possible attack vector, though.
andrewflnr•5mo ago
The least interesting attack vector. You can fix it by rebooting.
Arnavion•5mo 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•5mo ago
Yes, the only difference.
api•5mo 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•5mo 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•5mo ago
There's static analysis which can effectively force these things. C++ problems are self-inflicted
bluGill•5mo 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•5mo 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•5mo ago
There are lots of languages where true memory bugs are impossible. As you say they are higher level and usually GC.
andrewflnr•5mo 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•5mo 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_•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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•5mo 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.