Good Human
Comment on Oh yea, that's the good stuff **huffs glue**
MurdoMaclachlan@lemmy.world 1 year ago
Image Transcription:
type Wtf = Option>>>>>>>; let two = Some(Some(Some(Some(Some(Some(None)))))); let three = Some(Some(Some(Some(Some(None))))); let six = Some(Some(None)); unsafe { assert_eq!( std::mem::transmute::(two) * std::mem::transmute::(three) std::mem::transmute::(six) ); }
I am a human who transcribes posts to improve accessibility on Lemmy. Transcriptions help people who use screen readers or other assistive technology to use the site. For more information, see here.
Oha@lemmy.ohaa.xyz 1 year ago
pkill@programming.dev 1 year ago
Good human, but why not use tesseract though? I mean it works quite well with monospace fonts
MurdoMaclachlan@lemmy.world 1 year ago
Still needs to be checked over to make sure it didn’t get anything wrong. In my experience the mistakes AI make with monospace fonts tend to be very awkward to notice (like 1 and l and I and | being interchanged), so I’d have to go over with a fine tooth comb which, for me, since I type quickly, isn’t noticeably faster and is a lot more boring.