Jan :rust: :ferris: · @janriemer
569 followers · 3964 posts · Server floss.social

V:
vlang.io/

Val:
val-lang.dev/

Vale:
vale.dev/

Can someone please pick the best ideas from all these 's above and call it `Vax`.

Thank you.

A vaccine against memory unsafety if you will.

#programminglanguage #vax #memorysafety #val #vale

Last updated 1 year ago

Alex Band · @alexband
499 followers · 199 posts · Server hachyderm.io

At , Karin Ahl from Netnod does an excellent job of explaining how critical is for the core of the Internet. This is another fundamental protocol that is in need of modernisation and . @tweedegolf is working on this in with Project Pendulum. tweedegolf.nl/en/pendulum

#ripe86 #ntp #memorysafety #rustlang

Last updated 1 year ago

NLnet Labs · @nlnetlabs
1709 followers · 609 posts · Server fosstodon.org

Our team will be available at as well:
๐Ÿ›ฐ๏ธ Excited by our modular toolkit Rotonda? It's written in too, making it insanely fast while providing . Talk to @jasper, Luuk or Ximon about our imminent launch.
๐Ÿฆ Meanwhile, weโ€™ve been cooking up support to compliment in Krill, our CA software. Tim can tell you all about it, along with our future plans.

#bgp #routing #ripe86 #opensource #rustlang #memorysafety #aspa #bgpsec #rpki

Last updated 1 year ago

NLnet Labs · @nlnetlabs
1709 followers · 608 posts · Server fosstodon.org

Most of the NLnet Labs crew is going to be at ! Here's who to find for our projects:
๐Ÿง‘โ€๐Ÿ”ฌ Interested about our and work? Talk to @willem or @benno.
๐ŸŽ๏ธ Want to know how our super fast zonefile parser is coming along? Chat with Jeroen.
๐Ÿงท Curious about our focus on and DNS implementations in ? Watch Philip's presentation in dns-wg to learn more...

#ripe86 #opensource #dns #openstandards #research #simd #memorysafety #rustlang

Last updated 1 year ago

Tech news from Canada · @TechNews
524 followers · 14522 posts · Server mastodon.roitsystems.ca
IT News · @itnewsbot
3181 followers · 258414 posts · Server schleuss.online

Two core Unix-like utilities, sudo and su, are getting rewrites in Rust - Invoking another user's privileges to execute a command. (credit: Cavan Ima... - arstechnica.com/?p=1935564 โข

#su #unix #sudo #rust #tech #linux #biz #programming #commandline #memorysafety #rustprogramminglanguage

Last updated 2 years ago

Loki the Cat · @LokiTheCat
153 followers · 580 posts · Server toot.community

Looks like our human friends are finally taking seriously. Now if only they could remember where they put our treats...๐Ÿพ๐Ÿค”

linux.slashdot.org/story/23/05

#memorysafety #rust #sudo #SU #linuxsecurity

Last updated 2 years ago

NLnet Labs · @nlnetlabs
1655 followers · 571 posts · Server fosstodon.org

We're super proud that one of the five Regional Internet Registries will be deploying Krill as the Certification Authority solution for their members. To make this possible, Trust Anchor support is now available in Krill 0.13 Release Candidate 1. This pre-release also contains a new User Interface, as well as production support for ASPA objects. github.com/NLnetLabs/krill/rel

#rpki #routingsecurity #opensource #rustlang #memorysafety

Last updated 2 years ago

Jakub Neruda · @jakub_neruda
69 followers · 236 posts · Server techhub.social

In my quest to improve memory safety of my C++ programs, I designed a version of std::unique_ptr that can never be null, eliminating a whole category of coding errors.

I explain the API and motivation behind this exercise in the following article: lnkd.in/eR8c2rz7 ๐Ÿ“

The same approach to API design can be taken with std::shared_ptr as well, although it is safer to use the gsl::not_null wrapper type, due to the internal complexity of shared pointers.

This is not just an academic exercise - I use this safe pointer in my personal project for well over a month and it's working great!

It could have been that there is some use case I overlooked where my pointer could not be employed. If you can think of any, please share them in the comments!

#cplusplus #programming #memorysafety

Last updated 2 years ago

Vegard Nossum · @vegard
415 followers · 121 posts · Server mastodon.social

Interesting on the LLVM forums:

[RFC] Lifetime annotations for C++
discourse.llvm.org/t/rfc-lifet

#cprogramming #cpp #memorysafety

Last updated 2 years ago

Cengiz Can · @cengiz_io
98 followers · 22 posts · Server mastodon.social

An excellent read on "How to modernize C arrays for greater memory safety" by Kees Cook - @kees

people.kernel.org/kees/bounded

#linux #kernel #memorysafety

Last updated 2 years ago

Rustacean Station: Presser with Gray Olson rustacean-station.org/episode/

and the inner working off the compiler, ๐Ÿ†’ episode, kudos to @fu5ha and Allen Wyma

#rustlang #memorysafety

Last updated 2 years ago

Jan :rust: :ferris: · @janriemer
427 followers · 1304 posts · Server floss.social

@rust_discussions

"Using led to a 10x
performance improvement over C, showing that using memory-safe languages can lead
to valuable functionality." ๐Ÿš€

#performance #rustlang #memorysafety #Rust

Last updated 2 years ago

Allan @ Shmoo · @allanfriedman
484 followers · 159 posts · Server infosec.exchange

Consumer Reports--of all the orgs--has a solid report on Memory Safety, and the policy challenges and opportunities.

This is a fun area with a lot of attention from smart people right now. I'm cautiously optimistic that we'll be able to make some progress.

advocacy.consumerreports.org/w

#memorysafety

Last updated 2 years ago

Marco Ivaldi · @raptor
1584 followers · 818 posts · Server infosec.exchange

โ€œThe C++ of the future isn't just a language. It's a starting point for evolving programming towards greater safety, simplicity and productivity, while staying interoperable with existing C++ assets.โ€

github.com/seanbaxter/circle/b

#cpp #memorysafety #future

Last updated 2 years ago

Marco Ivaldi · @raptor
1584 followers · 818 posts · Server infosec.exchange

โ€œThe C++ of the future isn't just a language. It's a starting point for evolving programming towards greater safety, simplicity and productivity, while staying interoperable with existing C++ assets.โ€

github.com/seanbaxter/circle/t

#cpp #memorysafety #future

Last updated 2 years ago

· @postmodern
836 followers · 489 posts · Server infosec.exchange

Even Consumer Reports wants you to stop using C/C++ and use a memory safe language. Literally any other compiled language is safe-r than C/C++. Go, Nim, Crystal, V, Zig, and yes of course Rust, are all safe-r options compared to C/C++. Even Java, JavaScript (Node), Python, and Ruby are technically memory safe. Even if you don't like Rust (I personally don't), then at least pick one of the other memory safe-r languages that meets your requirements, but please stop using C/C++.

However, most other memory-safe languages, like Python, Go, and JavaScript, achieve
temporal memory safety through garbage collection, which substantially simplifies many aspects of programming, making the languages famously easier to learn.

advocacy.consumerreports.org/w

#memorysafety #c #cpp #golang #rust #crystallang #nimlang #ziglang #vlang

Last updated 2 years ago

Andrew R. Whalley · @arw
421 followers · 30 posts · Server infosec.exchange

Chrome's first production use of Rust will be in third_party projects. Lots more work ahead to make that happen, but this is a major milestone. Congrats to all involved!

security.googleblog.com/2023/0

#rust #rustlang #memorysafety

Last updated 2 years ago

Astra Kernel :verified: · @AstraKernel
782 followers · 813 posts · Server infosec.exchange

๐Ÿฆ€ Rust: Memory Safe Languages in Android 13 ( post by @jeffvanderstoep)

๐Ÿ‘‰ To date, there have been zero memory safety vulnerabilities discovered in Androidโ€™s Rust code

๐Ÿ‘‰ In Android 13, about 21% of all new native code is in Rust

๐Ÿ‘‰ Migrated VM firmware in the Android Virtualization Framework to Rust

security.googleblog.com/2022/1


rustlang

#infosec #androidsecurity #memorysafety #exploits #rust #rustaceans #rusties

Last updated 2 years ago