orangeboats

joined 1 year ago
[–] orangeboats@lemmy.world 1 points 1 day ago* (last edited 1 day ago)
[–] orangeboats@lemmy.world 23 points 1 day ago (2 children)

If you squint your eyes just enough, insurance is like gambling... You are betting that something is going to happen to you, the insurance company is betting against that. The insurance company can improve their chances by adding conditions to that something.

[–] orangeboats@lemmy.world 5 points 6 days ago (1 children)

For many systems out there, /bin and /lib are no longer a thing. Instead, they are just a link to /usr/bin and /usr/lib. And for some systems even /sbin has been merged with /bin (in turn linked to /usr/bin).

[–] orangeboats@lemmy.world 8 points 6 days ago (2 children)

Not just Linux... 99% of the time you see something weird in the computing world, the reason is going to be "because history."

[–] orangeboats@lemmy.world 3 points 6 days ago

Gen Z's are well aware of traditional phones. Smartphones were not really that ubiquitous (up until 2010(ish)), and by that time Gen Alphas were already born.

[–] orangeboats@lemmy.world 15 points 1 week ago

The C developers are the ones with the ageist mindset.

The Rust developers certainly are not the ones raising the point "C has always worked, so why should we use another language?" which ignores the objective advantages of Rust and is solely leaning on C being the older language.

[–] orangeboats@lemmy.world 38 points 1 week ago* (last edited 1 week ago)

They very rarely have memory and threading issues

It's always the "rarely" that gets you. A program that doesn't crash is awesome, a program that crashes consistently is easy to debug (and most likely would be caught during development anyway), but a program that crashes only once a week? Wooo boy.

People vastly underestimate the value Rust brings by ensuring the same class of bugs will never happen.

[–] orangeboats@lemmy.world 6 points 1 week ago (1 children)

Ah you got my comment wrong! I didn't mean to suggest Gecko is closed source. I just wanted another web engine that is also open source.

[–] orangeboats@lemmy.world 36 points 1 week ago* (last edited 1 week ago) (10 children)

Servo was an experimental ground for Mozilla in some ways (like testing out a new CSS engine and porting it back to Gecko if it works). So it's quite normal for people to be unaware of it, it was not meant for the public.

But later on it was abandoned by Mozilla and stuck in a limbo, until it got picked up by the Linux Foundation. Now it's a standalone project and I wish them well. We really need a new FOSS web engine.

[–] orangeboats@lemmy.world 8 points 1 week ago

It really depends.

If I know I will never open the file in the terminal or batch process it in someways, I will name it using Common Case: "Cool Filename.odt".

Anything besides that, snake case. Preferably prefixed with current date: "20240901_cool_filename"

[–] orangeboats@lemmy.world 36 points 2 weeks ago

I recall reading somewhere the earlier compilers had a hard limit on the length of function names, due to memory constraints.

view more: next ›