/Cinny
Oh would you look at the time, it's skunk o' clock!
/Cinny
junior vibe coding position (starting from 150€ less than what long term unemployment gives you) in the tax/financial sector
wcgw
/Cinny
i find it funny when train carriage numbers aren’t raccontiguous or even starting at 1, i got a seat reservation in raccarriage 366 which implies that the train is at least 8.7km long
/Cinny
rust proposal
fn get_null_ref<T: ?Sized>() -> &'static T {
Null
}
fn check_null_ref() {
assert_eq!(get_null_ref::<u8>(), Null);
assert_ne!(get_null_ref::<[u8]>(), Null);
// this following panics:
// println!("waow: {}", get_null_ref::<[u8]>().len());
// Actual, for real, null check
let unknown_reference: &'static [u8] = get_null_ref();
let unknown_reference_ptr_addr = (&raw const unknown_reference).cast::<usize>();
if unsafe { *unknown_reference_ptr_addr } == 0 {
println!("This is a null reference!");
} else {
println!("This is *not* a null reference!");
}
}
/Cinny
if you ever feel down, just remember that someone implemented a full gregorian calendar only for a computer to look at it and ignore all extraneous information
/Cinny
/Cinny
are we sure that the lunar capsule landed on the moon, and the moon didn’t land on the lunar capsule 
/Cinny
we’ll be in vienna from next saturday afternoon to tuesday morning if u wanna meet up and hug just huu