Rust:
Still fighting the burrito check fil er
With over 130 dependencies, I am sure they were all and will be audited in the future.
Hard pass for me.
Linux is in a weird spot, there is a valley you must not be in with it.
If you are a non-technical person who needs only a browser and solitaire, it's perfect.
If you are a highly technical person, it's great.
If you're just in between, you are fucked.
That might be ugly, but something like that...
When Stallman was saying that smartphones would become a spying device, people were calling him crazy.
I am still thinking he's a bit on the crazy spectrum, but that some food for thought...
I roll my eyes up until the "pain" and my eyes open.
Try it, roll your eyes up as much as you can, your eyes will open slightly.
Super power unlocked!
BuT nO OnE WaNtS tO WoRk AnYmOrE1
Yeah, when you're having fun pissing off people, people are pissed off.
Who would have guessed?
Like any of these games, you need to change the key bindings.
I have a set that I use in all space sim. What I am trying to say is that the control can be the same as any other space sim.
This type of game might not be your kind of stuff.
🎵🎶...Sweet dreams are made of this... 🎶🎵
It's not enough to pollute the Internet, it's time to pollute the world with radioactive waste.
That's brilliant!
For example, when you login on Github, go in your settings, authentication & security on the left.
Click "add passkey", enter your Windows Hello PIN, click save.
It will ask you to enter a name, so I go with ComputerName-GitHub
Click ok.
Done with this device.
How long does it take? Well, how fast can you do these steps?
I always thought of passkeys as a convenient way to authenticate.
I am password-less on multiple services.
I have an authentication app on my phone that authenticate me when I am away of my computers. I have passkeys on my personal computer and another set of passkeys on my work laptop.
If I have to authenticate from your computer I simply use my auth app, click on "it's a public computer" and I am good to go.
The dude discovered a butter knife and he tries to replace his spoon with it just to realize it doesn't work well for eating a soup.
Ok I understand now. You are right. Thank you.
All party crpg like pillars of eternity, Baldur's Gate, and the like.
JRPG maybe...
It's when you're at the point of saying that unsafe is safe, it's the point where you should just shut it up kid...
I don't understand here.
Back in my old time, cafeteria food was also shit, so everybody was bringing their lunch (a sandwich, some fruits, a little boxed juice) and we called a day.
Is that piece of bread and rice (rice right?) and the piece of brown chicken we are seeing in the corner (badly cut out of the picture for more dramatic effect) free of charge? If so, what are you complaining about? If not, why don't you bring your god damn sandwich like it has always been?
See the guy in orange on the left?
Now, what are those toddlers dressed in fluo doing next to him?
I don't know what you are talking about?
Rust is such an amazing language, it's so safe and clean and beautiful and simple and clear to read and such wow community that are making amazing crates for cargo because cargo is so cool I like it so much so easy to....
Oh, and your fav lang sux alot!1 lolololllll
- Zig uses allocators, which will inform you if you are leaking memory.
- Zig comes with defer/errdefer to simplify the resource cleanup (and for ergonomics).
- Zig comes with Optionals to manage nulls.
- Zig comes with slices (ptr + size) to manage all the bound-checking.
- Zig automatically check for overflow/underflow arithmetic.
- Zig will check for pointer alignments when casting between pointer types.
=> Zig is designed to make you do it right easily, and very hard to do it wrong.
In other words, Zig will let you be, but warn you when you are doing something wrong, where Rust is like Karen who is always screaming at you for every word you are typing.
To summarize, you really need to /want/ to fuck up to fail your memory management... If after all that you still can't manage your memory, it might be better for you to look for another carer.
Something is sure thou, Zig is very safe - just as it's safe to cut my veggies with a knife. I might cut a finger and bleed a little bit, but I will not use plastic knife "because it's safer".
Moreover; You are talking like if Rust is safe, all the time, which is not true in reality:
52.5% of the popular crates have unsafe code. Therefore, in an average real-world Rust project, you can expect a significant number of the dependent crates to have unsafe code -- Source
Basically, you're comparing a hypothetical world where Rust is always safe to a superficial glance at Zig's capabilities to claim a "winner" here.
And for the String library... Are you fucking serious? Do you want to compare the Zig's Std library versus the famously tiny Rust Std library? Really?