Amateur writer, occasional streamer.

See my website for more information.


Formerly a transcriber for r/TranscribersOfReddit, I occasionally do freelance transcriptions on Lemmy in my spare time.

  • 0 Posts
  • 8 Comments
Joined 1 year ago
cake
Cake day: June 25th, 2023

help-circle

  • Image Transcription: YouTube Comment


    @davidm.313

    “Debugging. The game where you are the criminal, the victim, and the detective at the same time. But you probably don’t know where the crime took place, or what it was. But there definitely is a crime.”


    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.




  • Image Transcription: Code


    [Transcriber’s note: the first line in the following transcription is incorrect. After the equals, there should be eight instances of the word “Option”, each succeeded by a less-than symbol, then two brackets, like (), before the first greater-tha symbol. However, if you type a less-than symbol on Lemmy, it seems to strip that symbol and whatever word comes next out of the source when you save the comment.]

    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.



  • Image Transcription: Meme


    [A screenshot of Grogu / Baby Yoda, a character from “The Mandalorian”. He is a small green-skinned alien character with large pointy ears and big eyes. In the image, he is leaning towards a control panel to push a button whilst looking right towards something off-frame with large, innocent eyes. Text at the top and bottom of the image reads:]

    ME FINDING OUT IF THE 3 MEMES PER DAY RULE

    IS POSTS AND COMMENTS OR JUST POSTS


    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.


  • Image Transcription: Meme


    Junior devs writing comments:

    [A photograph of a road signpost in front of a metal fence with a low, long building in the distance. The post has two signs on it. At the top is an octagonal sign, filled red with a white outline, reading “STOP”. Beneath it is a rectangular sign with an arrow pointing up to the stop sign, and text reading “THIS IS A STOP SIGN”.]


    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.


  • Image Transcription: Code


    bool is_prime(int x)
        return false;
    }
    

    [Beneath the code is a snippet of console output, as follows:]

    test no.99989: passed
    test no.99990: passed
    test no.99991: failed
    test no.99992: passed
    test no.99993: passed
    test no.99994: passed
    test no.99995: passed
    test no.99996: passed
    test no.99997: passed
    test no.99998: passed
    test no.99999: passed
    95.121% tests passed
    

    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.