Posts by kurt@social.thiskurt.me
 (DIR) Post #B6BsBEx9KVHd1wzGzY by kurt@social.thiskurt.me
       0 likes, 0 repeats
       
       @SwiftOnSecurity This, but add:6.) Browse YouTube shorts which have recently gone from OnlyFans sales pipeline to ear wax removal videos. (Or maybe they're playing the long game)
       
 (DIR) Post #B84PGlesXgZj2p65QW by kurt@social.thiskurt.me
       0 likes, 0 repeats
       
       @fribbledom Would I rather gaslight myself into believing I know how CSS grids work or gaslight an AI? Honestly a hard choice.
       
 (DIR) Post #B8dg1iNc3PULSGKJ2O by kurt@social.thiskurt.me
       0 likes, 0 repeats
       
       @fribbledom Does Rust make you write elegant code? I don't use Rust much, what little I write and the code I see tends to feel so dense and determine to chain as many calls together and use every possible special character available on the keyboard, that I haven't gotten to seeing the elegance yet.Maybe one day I'll appreciatefn first_valid<'a>(lines: &'a [&str]) -> Option<&'a str> {    lines.iter().find(|l| !l.trim().is_empty() && !l.starts_with('#')).map(|l| l.trim())}