Tempy

joined 1 year ago
[–] Tempy@programming.dev 2 points 19 hours ago

A null does not make it memory unsafe. You aren't accessing invalid memory, the runtime just raises a NRE. Which is fine. No memory safety violated.

Java is, as long as you stick to pure java and not native interop, entirely memory safe. And that's achieved by giving up control of memory allocation to the garbage collector.

Rust is not the first memory safe language. It does however, manage to achieve memory safety without needing a garbage collector. Which is what drew my initial interest.

[–] Tempy@programming.dev 1 points 6 days ago

I'll be whatever person I like thanks.

And most open source software starts as a one person job. And as you approach something that other people see the value in, you'll likely attract people who will help.

For the most extreme example, see the Linux Kernel itself.

Someone has to start the ball rolling, and if it's something you want, it may as well be you.

[–] Tempy@programming.dev 2 points 1 week ago* (last edited 1 week ago)

Office 365 also refers to the desktop apps as well as the web versions, has done for many years now. Though I suppose it's all copilot 365 now.

Source: Am office worker where we use office 365, and we all use the native system software, with the browser versions as for quick editing when elsewhere.

[–] Tempy@programming.dev 2 points 1 week ago (2 children)

Go make one then?