Me (Chad): having to get 32GB+ of RAM to compile my memory-safe point-and-click adventure
You(virgin): being able to compile your segmentation faults with 4GB RAM
Giga Chad: having to get 32GB+ of RAM to compile rust-safe memory-leaks
he/him
Me (Chad): having to get 32GB+ of RAM to compile my memory-safe point-and-click adventure
You(virgin): being able to compile your segmentation faults with 4GB RAM
Giga Chad: having to get 32GB+ of RAM to compile rust-safe memory-leaks
As a use-rust-for-even-the-most-basic-task elitist, I laugh.
Here I am waiting for nigahiga to ever post again.
UK layout is the GOAT. It isn’t that much different from US layout at first, but there are so many more special characters readily available. Particularly useful for multiple languages like Spanish, German, Swedish, etc.
Where is “nu” though?
Removed by mod
Shouldn’t UK or at least England be “arse” and not “ass”?
How to introduce religion to a new civilazation
(Neo)vim. Has everything I could ever need.
Which programming language(s) do you have in mind? Many already have built-in support for this (Go, Rust, Nim), while others have external tools you could use (Python->Poetry). Otherwise, if you want a “fast” (easy to understand) solution, a shell-script might be a fine solution.
If you want some real power, you could use the nix package manager (as already stated by other comments). It’s easy to install, but you need to learn how to use it, and with that you can easily share dev environments.
I personally don’t like anything JS related. I would simply recommend Go, but even that is not really my go-to. I found learning Nim quite entertaining, and it’s middle -ground between Pyhton and Go, which can also target JS, if you want to.
Is the color named for the inside? I thought it was because of how they turn red, when they’re on their way to mate (link for reference)
Funny name aside, this is literally one of the reasons, why I (and most people on the NW part of South America) am freaking traumatized by cockroaches. Having a single one of this fly at your face as soon as you turn on the lights of a dark (and maybe even moist) room, will give you a heart attack
(from my gf): Rust is present. It just is in the bathroom right now ;)
Where is the first picture from? I’ve only seen the statue in Bremen (Germany), but never really looked up what it meant or where it really comes from.
kbin is written in PHP ;)
I’m doing Game Dev with Rust (Godot + gdext in my case). Sadly it’s just hobby projects, but would love to actually use rust (at all) at work.
I choose Rust over other languages (C#, Python, GDScript, C++, etc), because I enjoy writing in Rust.
I love that it’s so concise and easy to read, while providing super useful errors at compile time, and great auto-completion thanks to the rust-analyzer. Despite it being a much more complicated languages than almost even C++, it provides so much useful information when writing/compiling, that running can be mostly taken for granted (but shouldn’t of course).
I don’t need to worry about types or pointers, but rather about writing what I want in Rust, which is simply too much fun.