Hacker News
new
past
comments
ask
show
jobs
points
by
jvillasante
13 hours ago
|
comments
by
michaelcampbell
13 hours ago
|
next
[-]
> What problems (besides the obvious) have been found in which "memory-safe languages" can help.
Why isn't that enough?
reply
by
nicoburns
13 hours ago
|
prev
|
next
[-]
Browsers are incredibly security-sensitive projects. Downloading untrusted code from the internet and executing is part of their intended functionality! If memory safety is needed anywhere it's in browsers.
reply
by
VoxPelli
8 hours ago
|
prev
|
next
[-]
Rust was pretty much created to help solve security issues in browsers:
https://en.wikipedia.org/wiki/Rust_(programming_language)#20...
reply
by
panstromek
13 hours ago
|
prev
|
next
[-]
> besides the obvious
Well, what else is there besides the obvious? It's a browser.
reply
by
the_duke
11 hours ago
|
prev
|
next
[-]
Even Chrome has started to adopt Rust due to recurring memory vulnerabilities.... that's a big enough reason.
reply
by
f311a
12 hours ago
|
prev
|
next
[-]
You don't want a browser with a bunch of RCEs that can be triggered by opening a web page...
reply
by
Perz1val
4 hours ago
|
parent
|
[-]
You do want a browser with RCE, but you want it to keep the it sandboxed. The hard part is executing the code safely
reply
by
norman784
11 hours ago
|
prev
|
[-]
I guess you will need to wait for their Feb 2026 update.
reply