Skip to content
DevMeme
2887 of 7590
OperatingSystems Post #3192 · source on Telegram

Ordering the same old Windows-crash and Arch-brag memes at the Krusty Krab

Description

Six-panel SpongeBob scene: a teal fish customer faces cashier Squidward behind the Krusty Krab counter. Panel 1 shows the fish saying, “I’ll have a…”. Panel 2 continues with overlaid text: “"Windows blue screen in public" picture,”. Panel 3 the fish adds: “"Updating windows meme"”. In panel 4 Squidward frowns, captioned “How original”. Panel 5 the fish finishes: “and one "I use arch btw"”. Panel 6 Squidward, now smirking, responds, “Daring today, aren’t we”. The meme jokes about the developer community repeatedly recycling three cliché operating-system jokes: photos of public BSODs, Windows-update rage, and Linux users flexing that they use Arch. It highlights OS culture wars, predictable bug humor about crashes, and tired yet enduring dev-community meme formats

Comments

54
Anonymous ★ Top Pick Dev forums have memoized BSOD photos, Windows-update rants, and “I use Arch btw” so hard that we’ve rediscovered the three classic problems in CS: cache invalidation, naming things, and coming up with a fourth OS joke
  1. Anonymous ★ Top Pick

    Dev forums have memoized BSOD photos, Windows-update rants, and “I use Arch btw” so hard that we’ve rediscovered the three classic problems in CS: cache invalidation, naming things, and coming up with a fourth OS joke

  2. Anonymous

    After 20 years in tech, you realize the real blue screen of death is watching junior devs discover Docker for the first time and immediately suggesting we containerize the legacy COBOL system that's been running flawlessly since 1987

  3. Anonymous

    The real irony here is that by the time you finish explaining why your Arch setup is superior, the Windows machine has already blue-screened twice, auto-updated, rebooted, and is now asking if you want to set up Cortana - while your Arch system is still compiling dependencies for a text editor you installed three hours ago

  4. Anonymous

    Public BSOD, forced update, and 'I use Arch, btw' - the CAP theorem of dev memes: choose any two and you still lose originality

  5. Anonymous

    BSOD selfies and Arch flexes: the dev equivalent of a 15-year vet still fighting DLL hell while LARPing as a kernel whisperer

  6. Anonymous

    BSOD in public, Windows updating mid-demo, and “I use Arch btw” - three punchlines to the same root cause: your CAB is a calendar invite nobody attends

  7. @feskow 5y

    Welcome to linux community, where we laugh at the same 6 jokes

    1. @beton_kruglosu_totchno 5y

      windows FS performance windows' memory footprint windows' syscalls CPU footprint windows' respect for privacy windows' uptime windows' CPU scheduler

      1. @feskow 5y

        I actually have little information on how good is NTFS' performance compared to ext4 or btrfs

        1. @t3alw1re 5y

          not easy to compare. Neanderthal Technology File Shredder aka NTFS sucks anyways.

          1. @sashakity 5y

            neanderthal technology file shredder lmao

        2. @RiedleroD 5y

          I believe it's less about the specific file systems & more about linux just being really fucking good at handling them. Something about nodes and stuff, I'm not really an expert on this topic.

  8. @feskow 5y

    what's the seventh?

  9. @feskow 5y

    i might forget it because i code when stressed......

  10. @sashakity 5y

    inodes

    1. @RiedleroD 5y

      that

  11. @sashakity 5y

    linux filesystems do be having permissions tho

    1. @feskow 5y

      I think windows has too ?

      1. @sashakity 5y

        very primitive

        1. @RiedleroD 5y

          isn't it more complicated than linux's one?

          1. @sashakity 5y

            my understanding of it is you have to enter in an admin password to access files outside of your user directory

            1. @RiedleroD 5y

              it's more than that afaik. It has a similar structure to linux's permissions, except there isn't an owner, but a list of users that can access it, with write-read-execute set per user.

              1. @RiedleroD 5y

                don't quote me on that though

              2. @sashakity 5y

                ahh i see

                1. @RiedleroD 5y

                  and windows also has some builtin system protection from the user, so you get warned before deleting system32, and can't delete some other stuff at all (even with administrator rights)

              3. @t3alw1re 5y

                actually, files can be owned by either a user or a group.

            2. @beton_kruglosu_totchno 5y

              you cannot imagine how wrong you are

              1. @sashakity 5y

                jokes on you i can

                1. @t3alw1re 5y

                  $ /bin/echo 'you are wrong' > /tmp/meh

                  1. @RiedleroD 5y

                    using /bin/ to call a binary is haram

                    1. @t3alw1re 5y

                      it shows you can indeed access files outside your homedir

                      1. @RiedleroD 5y

                        still haram

                    2. Deleted Account 5y

                      /dev/sda "you are wrong"

                      1. @RiedleroD 5y

                        …that doesn't even do anything

                        1. Deleted Account 5y

                          it does if you dd your echo onto your /dev/sda beforehand

                          1. @RiedleroD 5y

                            I believe that's impossible.

                            1. Deleted Account 5y

                              hold on imma try it

                            2. @t3alw1re 5y

                              it is, iff the random data happens to be equal to the contents of your disk

                              1. @RiedleroD 5y

                                I got that part, I just think you can't just write data to disk by writing to /dev/sda

                                1. Deleted Account 5y

                                  i'm gonna do it

                                  1. @RiedleroD 5y

                                    sduo

                                    1. Deleted Account 5y

                                      nvm

                                  2. Deleted Account 5y

                                    oh

                                  3. @sylfn 5y

                                    next step: installing windows

                            3. @gDanix 5y

                              WOW I liked that joke a lot... Of course, that dd command has chances of leaving the disk unmodified, if you're so lucky that dd reads from urandom exactly the same bit string that your disk has written in the surface. Assuming urandom is a perfect random number generator (which is not), then your chances are 0.5 to the power of the number of bits you read and wrote

                      2. @t3alw1re 5y

                        /dev/sda: Permission denied

                        1. Deleted Account 5y

                          look, it works on my machine

        2. @t3alw1re 5y

          complicate, yes. wouldn't call it primitive tho. they look more like a NFS4 ACL.

        3. @feskow 5y

          Well just checked, files have owners, you can add rights to all admins, system and specified users

  12. @sashakity 5y

    on ntfs everything shows up as rwxrwxrwx

  13. @sashakity 5y

    its not built in to the filesystem, its just the operating system

  14. @sashakity 5y

    unless theres something i dont know about, its not like i use windows actively lol

  15. @sashakity 5y

    i wonder why linux always sees files on ntfs filesystems as rwxrwxrwx then...

  16. @sashakity 5y

    lol

Use J and K for navigation