Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Brite
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Brand Logo

agnos.is Forums

  1. Home
  2. Programmer Humor
  3. You can take it from my cold dead pincers

You can take it from my cold dead pincers

Scheduled Pinned Locked Moved Programmer Humor
17 Posts 17 Posters 1 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • Z [email protected]

    Would be better at illustrating Rust's cultiness if it were instead "Rust is not FP, you can opt out of it, and const by default is just good practice".

    T This user is from outside of this forum
    T This user is from outside of this forum
    [email protected]
    wrote last edited by
    #8

    I mean should const not be the default? I do want to mutate objects sometimes but usually I just need a view of it's state and not write access. It also makes mutable data a lot more obvious if whoever wrote the code your reading wasn't putting const on stuff they should have been. Seems like something all languages with const semantics should have done

    1 Reply Last reply
    20
    • C [email protected]
      This post did not contain any content.
      M This user is from outside of this forum
      M This user is from outside of this forum
      [email protected]
      wrote last edited by
      #9

      I like how Bill and Boomhauer aren't in the truck in the first frame

      openstars@piefed.socialO 1 Reply Last reply
      3
      • M [email protected]

        I like how Bill and Boomhauer aren't in the truck in the first frame

        openstars@piefed.socialO This user is from outside of this forum
        openstars@piefed.socialO This user is from outside of this forum
        [email protected]
        wrote last edited by
        #10

        Must be related to dat der "memory safety" they keep talkin bout.

        1 Reply Last reply
        5
        • C [email protected]
          This post did not contain any content.
          J This user is from outside of this forum
          J This user is from outside of this forum
          [email protected]
          wrote last edited by [email protected]
          #11

          I just realized that the 2 characters in the back of the truck originally aren’t there, and then they randomly appear. It’s in the original episode too.

          C C 2 Replies Last reply
          15
          • J [email protected]

            I just realized that the 2 characters in the back of the truck originally aren’t there, and then they randomly appear. It’s in the original episode too.

            C This user is from outside of this forum
            C This user is from outside of this forum
            [email protected]
            wrote last edited by
            #12

            I love little mistakes like that

            1 Reply Last reply
            3
            • C [email protected]
              This post did not contain any content.
              F This user is from outside of this forum
              F This user is from outside of this forum
              [email protected]
              wrote last edited by
              #13

              "You just don't understand strong typing" when the problem at hand is about lifetimes.

              I'm glad the Rust compiler is super helpful, because the community isn't.

              1 Reply Last reply
              6
              • Z [email protected]

                Would be better at illustrating Rust's cultiness if it were instead "Rust is not FP, you can opt out of it, and const by default is just good practice".

                E This user is from outside of this forum
                E This user is from outside of this forum
                [email protected]
                wrote last edited by
                #14

                I'm confused... Rust isn't FP? Like that's just factual.

                1 Reply Last reply
                4
                • J [email protected]

                  I just realized that the 2 characters in the back of the truck originally aren’t there, and then they randomly appear. It’s in the original episode too.

                  C This user is from outside of this forum
                  C This user is from outside of this forum
                  [email protected]
                  wrote last edited by
                  #15

                  I'm trying to come up with a good pun how ownership and safety could have prevented this but..

                  use std::sync::OnceLock;

                  #[derive(Debug)]
                  struct BrainCell {
                  in_use: bool,
                  }

                  static BRAIN_CELL: OnceLock<BrainCell> = OnceLock::new();

                  fn get_brain_cell() -> &'static BrainCell {
                  BRAIN_CELL.get_or_init(|| {
                  println!("Allocating brain power... this might take a while.");
                  BrainCell { in_use: true }
                  })
                  }

                  1 Reply Last reply
                  3
                  • B [email protected]

                    Might even call it a cargo cult.

                    P This user is from outside of this forum
                    P This user is from outside of this forum
                    [email protected]
                    wrote last edited by
                    #16

                    it's called agile xD

                    1 Reply Last reply
                    2
                    • C [email protected]
                      This post did not contain any content.
                      L This user is from outside of this forum
                      L This user is from outside of this forum
                      [email protected]
                      wrote last edited by [email protected]
                      #17

                      Is the free rust programming book like the free brainwashing pamphlet you get from scientologists?

                      1 Reply Last reply
                      1
                      Reply
                      • Reply as topic
                      Log in to reply
                      • Oldest to Newest
                      • Newest to Oldest
                      • Most Votes


                      • Login

                      • Login or register to search.
                      • First post
                        Last post
                      0
                      • Categories
                      • Recent
                      • Tags
                      • Popular
                      • World
                      • Users
                      • Groups