Skip Navigation

User banner
Posts
1
Comments
79
Joined
2 yr. ago

  • 🫂

  • Motion blur makes any photo infinitely funnier

  • Those Reese's eggs around easter are so good

  • Yep that's me, the title is me. :3

  • I like to think I lurk enough to not generally be recognized.

  • I watched this video while coming down with the flu and by the end I was so out of it I was giggling. What a trip.

  • The Wolf - Siamés ?

  • Making me realize I never set up a profile

  • Had to re-read the title more times than I'd like to admit to recognize that "sick" didn't mean the flowers were really awesome.

  • Façade

  • Oh kids were still doing this at my high school 3 years ago.

  • Well it's like my grandmother always used to say: "Capitalism is like a death trolley barrelling down 1000 miles of track towards you"

  • Never actually heard anyone exclude the hour, it's always "half past 3", "quarter to 8", "5 till 6", etc

  • The only time I've gone that long without eating was when I was stressed beyond belief. It was excruciating and I cannot imagine doing that willingly.

  • i is already initiated so the first statement isn't necessary so it's empty.

    The loop is ended with a conditional break statement so the loop end criteria isn't necessary so it's empty.

    We want each iteration to increment i so it's i++

    That's how you end up with (;;i++)

  • rule

    Jump
  • What I wouldn't give for my shark plush to do this when I cuddled her

  • Putting the opening curly brace of a code block on the same line that defines the conditions the code block will run under is bonkers?

  • There's a project I could have written in Rust. Maybe some of the headache wouldn't have ever happened using Rust.

    I also didn't know Rust at the time and it was a large project with unkind deadlines. I think the right tool for the job can also depend on available resources. So while the more unsafe, older tool I used caused a few small issues that Rust would not have; the project wouldn't have been finished if I'd used Rust.