forms Memes

When The UI Designer Has A Vendetta

When The UI Designer Has A Vendetta
This right here is what happens when your UI designer and frontend dev hate each other. The month selector is split into three columns of gibberish syllables that you have to mentally reassemble like some deranged word puzzle. "J-octo-ber"? "Nov-em-y"? And let's not forget the default values: day 0 of the year 1900. Because nothing says "user-friendly" like making people born on January 1st, 1900 feel right at home while everyone else suffers. This form is the digital equivalent of asking someone their birthday in interpretive dance.

Date Picker From The Ninth Circle Of UI Hell

Date Picker From The Ninth Circle Of UI Hell
Oh god, some frontend developer just had a stroke and created this monstrosity! Instead of a simple dropdown, they've split month names into three columns of syllables you have to piece together like a deranged puzzle. Want to select March? That's "m" + "a" + "rch". September? "sept" + "em" + "ber". And don't get me started on that default date - January 0, 1900. Perfect for when you need to book a time machine to visit the epoch time's slightly older brother. This is what happens when you ask for "innovative UI design" in a sprint planning meeting and someone takes it way too literally.

Calm Down Satan

Calm Down Satan
The digital equivalent of arson. Submitting [object Object] into forms is basically declaring war on backend devs. While you're smugly watching the world burn from a safe distance, some poor soul is staring at a stack trace wondering what sins they committed in a past life. It's like leaving a glitter bomb in the code - technically not illegal, but definitely grounds for being blacklisted from the company holiday party.

At Least They Gave A Date Picker

At Least They Gave A Date Picker
The form literally says "enter in YYYY/MM/DD format only" while providing a field that's pre-formatted as m/d/yyyy and a date picker button right next to it. It's like asking someone to write an essay in Spanish but giving them a French keyboard. This is the digital equivalent of those passive-aggressive sticky notes your coworker leaves on the break room fridge. Frontend developers probably saw this and felt their souls leave their bodies.

Eshop Is So Simple Bro

Eshop Is So Simple Bro
Sweet summer child! Frontend devs looking at e-commerce like it's just a fancy contact form with extra steps! 😱 Meanwhile, backend devs are SCREAMING into the void about payment gateways, inventory management, tax calculations, and shipping logistics! That beautiful butterfly represents the HELLSCAPE of user sessions, cart abandonment, and regional pricing that's about to DEMOLISH their naive little frontend souls. Honey, an e-shop isn't just a "complicated form" - it's where simplicity goes to DIE and developer tears flow like champagne at a tech billionaire's divorce party! 💀

Doge Employee

Doge Employee
Content Teacher: there are no stupid questions. The class clown: Luke Farritor ® d @LukeFarritor • Dec 10, 2024 Are there LLMs made specifically for parsing things like documents/.../ and converting them from o format to another? • 48 124 © 214 $ 0.78

Object Object

objectObject | web-memes, website-memes, try-memes, bug-memes, forms-memes, object-memes, debug-memes, IT-memes | ProgrammerHumor.io
[text] Me writing object Object into forms on websites dont like The dev trying to reproduce and debug it

Thats Evil

thatsEvil | developer-memes, bug-memes, forms-memes, IT-memes, retweet-memes | ProgrammerHumor.io
[text] 4 Aaron Patterson v W tenderlove like to add and a any time submit online forms because know that some developer is going to see it and wonder if they have a bug 121 AM Apr 20 2016 Echofon 3.8K Retweets 5.4K Likes

Penguins Do Not Fly They Swim

penguinsDoNotFlyTheySwim | css-memes, code-memes, development-memes, web-memes, design-memes, bug-memes, forms-memes, http-memes, cs-memes, comment-memes | ProgrammerHumor.io
Content Penguins do not fly, they swim (Learn CSS Transforms by Building a Penguin - Step 86) 53288 O Closed wblondel opened this issue on Jan 20 2 comments wblondel commented on Jan 20 edited Contributor Describe the Issue On the 86th step of the "Learn CSS Transforms by Building a Penguin" course in the "Responsive Web Design" certification, this fun fact is shown Fun fact: Penguins cannot fly without wings. 1 believe this is a mistake, because even with wings, penguins cannot fly. However, they need them to swim. Affected Page https:www.freecodecamp.orglearn2022responsive-web-designlearn-css-transforms-by-building-a-penguinstep-86 Your code NA Expected behavior In my opinion, the fun fact should be replaced with: Fun fact: Penguins cannot swim without wings. Assignees ShaunSHamilton Labels (scope: curriculum (type: bug Projects None yet Milestone No milestone Development No branches or pull requests Notifications Customize A Subscribe You're not receiving notifications from this thread.

How To Make Pretzels

howToMakePretzels | code-memes, python-memes, array-memes, forms-memes, numpy-memes, IT-memes, tables-memes | ProgrammerHumor.io
Content S can you make soft pretzels with the following ingredients? flour, baking powder, salt, greek yogurt? Yes, you can make soft pretzels with those ingredients! Here's a simple recipe: python Copy code import numpy as np def makesoftpretzels(flour, baking powder, salt, greek yogurt) : Combine dry ingredients dryingredients np.array(flour, baking powder, salt) dough - np. sum(dryingredients) Add greek yogurt to form dough dough greek yogurt Knead dough for about 5-10 minutes until smooth knead time - 10 minutes dough kneaded - dough knead time Shape into pretzels pretzels - np.array (dough kneaded) return pretzels Example usage pretzel dough - make softpretzels(2, 1, 0.5, 1) quantities in cups print("Soft pretzel dough prepared:", pretzel dough) Instructions: 1. Preheat the oven to 425F (220C). 2. Mix 2 cups of flour, 1 tablespoon of baking powder, and 0.5 teaspoons of salt in a bowl. 3. Add 1 cup of Greek yogurt and mix until it forms a dough.

Don't be like Bob

Don't be like Bob | developer-memes, code-memes, backend-memes, concurrent-memes, server-memes, frontend-memes, version-memes, data-memes, database-memes, forms-memes, date-memes, servers-memes, edge-memes, cloud-memes, ide-memes, container-memes | ProgrammerHumor.io
Content This is Mike Mike's job is to write highly performant code that can work under load and handle lots of requests concurrently. His apps also have to be highly precise and reliable - all user inputs must be thoroughly validated, concurrent requests must not interfere with each other, there must be absolutelv no vulnerabilities. Mike needs to know how to find the best compromise between pertormance and data consistency: when to invalidate the cache, whether or not to wait for database write acknowledgement, and so on. He also needs to assume that his code will run in a cloud environment. in volatile containers that can de destroved at any time. Mike is a backend developer. This is Jane Jane's job is to write apps that will run on 200 different versions of 10 different platforms, on thousands of different devices with various screen sizes. All these devices must de able to downiodd, parse and oootstrap Jane's code in under 200 milliseconds. Jane works with a complex state tree that can be modified by various kinds of events, and the app's UI must be instantly updated to reflect these changes in the most efficient manner possible. Jane needs to know how to do code splitting, responsive lavout, render virtualization, serverside rendering, handle browser-specific quirks, and so on. Jane is a frontend developer. This is Bob Bob thinks that Mike is a real developer, but Jane isn't. RoD is a moron

Size Matters

sizeMatters | forms-memes, image-memes, jar-memes | ProgrammerHumor.io
Content Jarred Sumner ( jarredsumner Paid wonder how many collective hours of time humanity has wasted because Map and Set use .size instead of length if (imagePlatforms.length) if (imagePlatforms .size) 7:07 PM - Nov 15, 2024 - 237.3K Views 115 17123 4.1K A 228