Skip Navigation
JPDev JPDev @programming.dev

Sharing funny things

If I post it assume it's not OC

Posts 75
Comments 9
Do you know who can help?
  • just edited to upscale the image

  • Days without an accident

    6

    Evolution of C

    91

    Do you know who can help?

    18

    Thou shalt not roast thy master

    22

    Sometimes VSCode just shows you a gal

    15

    Anyone here use assembly?

    16

    Vi or Vim

    16

    My Technical Romance

    cross-posted from: https://sopuli.xyz/post/15376887

    > Source

    2

    JSON Query Language

    47
    Yellow screen of death in the wild
  • Its Portuguese and Brazil

  • rm -rf /
  • git rm -rf is only usable within the scope of the git repository and removes files in the staging area and working directory but doesnt affect untracked files or .git. rm -rf affects everything. For this case rm -rf probably would be the better option

    edit: did a quick edit on the meme to change it to rm -rf since it makes more sense

  • rm -rf /

    34

    Be careful opening suspicious links in your mailbox

    4

    Yellow screen of death in the wild

    14

    CrowdStrike is a verb now

    12

    Brainstorming

    15

    the more you know

    5

    Cha-Ching!

    4

    -----BEGIN PRIVATE KEY-----

    0

    Activate Bluetooth

    6

    Googling

    110

    Type here to search

    5
    Password must match the following
  • Explanation:

    That is a the regex string for that sites password field. Regex is a sequence of characters used to see if an input matches a defined pattern to validate the input in code (theres also other uses but thats what being done here). Sites normally dont show the regex pattern since it is pain to parse even if you know how to write things in regex and to people who dont code this looks like a random output. Im assuming a bug exists that prints out the wrong error string so that this shows instead of the human readable one

  • Consent to not consent to cookies
  • Tried to track it down, couldnt find the origin of this specific popup

    I have another terrible cookie popup I know the source of though

    ^ this ones from euronews.com, deny button is hidden under the title instead of being with the other buttons with specific category opt outs being under the learn more button instead of that being about learning more (when you click it the new popup says to learn more visit some other link it links. If you try to visit that page (which is the cookie policy) you get blocked by the cookie popup again)

    and then anything that uses TrustArc can have a timer you need to wait for in order to continue to the site after denying cookies (sunchips, colgate, etc.)

  • Gamedev is Easy
  • Transcript

    var game = new Game()
      .EnableMultiplayer()
      .EnableSpatialAudio()
      .SetPerformance(Game.Performance.HIGH)
      .ForEachBug(Bug::AutoFix)
      .GetWishlists(7000);
    
    game.Release();
    
  • Satisfactory + Streaming =
  • Im just reposting this from another platform but ill check out the community. Been wanting to start playing satisfactory

  • ifn't
  • unlessn't

  • The Perfect Solution
  • Original creator of the meme disabled the key before posting so it theoretically would give you an incorrect API key provided error. Double checked with a basic app before I posted it here lol