lseif

joined 1 year ago
[–] [email protected] 2 points 11 months ago

no. i suppose you are correct. from what i see they may think he is incompetent, but not evil like bill microsoft gates

[–] [email protected] 2 points 11 months ago (1 children)

i agree with your point, but its worth considering that it may become mandatory or practically mandatory in the future. not to slipperlyslope here, but think about how hard it is becoming to be a member of society without a mobile phone, credit card, google account, etc. sure its possible, but it creates a massive incentive to just sacrifice your principles for convinience, when everyone else doesnt see the big deal

[–] [email protected] 3 points 11 months ago (3 children)

every vocal right winger i hear hates this idea

[–] [email protected] -4 points 11 months ago (3 children)

conspiracy theories are just real life spoilers

[–] [email protected] 8 points 11 months ago

at least theres an error code?

[–] [email protected] 15 points 11 months ago (3 children)

yeah but memory safety tho

[–] [email protected] 12 points 11 months ago (8 children)
[–] [email protected] 3 points 11 months ago

not if u use pym particles

[–] [email protected] 6 points 11 months ago (1 children)

unless u use the speed force

[–] [email protected] 1 points 11 months ago

sometimes you need an unused variable. some uses in rust:

// destructuring
let (width, _height) = get_dimensions();

// trait implementations (i couldnt think of a better example for this)
impl Into for AlwaysZero {
    fn into(_value: Self) -> {
        return 0;
    }
}

// some types (eg. Result) must be 'used'
// assigned to a variable if we dont care about the return value
let _ = returns_result("foo");
[–] [email protected] 3 points 11 months ago (1 children)

the apostrophe may make it a bit clearer... even if technically incorrect usage

[–] [email protected] 2 points 11 months ago

if languageName.contains("Java")

view more: ‹ prev next ›