this post was submitted on 06 Apr 2024
436 points (96.2% liked)

Programmer Humor

18396 readers
681 users here now

Welcome to Programmer Humor!

This is a place where you can post jokes, memes, humor, etc. related to programming!

For sharing awful code theres also Programming Horror.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] fuckwit_mcbumcrumble@lemmy.dbzer0.com 23 points 3 months ago (7 children)

It’s the biggest reason why I use chat gpt. I could search across the web for all sorts of unrelated shit. Or I could get a chatbot to spit out a 90% correct answer and fix the last 10%

[–] jkrtn@lemmy.ml 43 points 3 months ago (6 children)

The majority of why people are finding LLMs useful is that they respond to questions without ad-ridden bullshit. Eventually someone will figure out how to riddle them with ads and they too will become useless.

[–] drkt@lemmy.dbzer0.com 22 points 3 months ago (4 children)

Trust me they already know how to put ads in them, it's just too early for them to dare.

[–] SpeziSuchtel@feddit.de 3 points 3 months ago (2 children)

ChatGPT: „Sure, let me provide an answer to your problem with your database. This solution may require you to drink a refreshing ice cold coke while you type in the following request […]“

[–] isVeryLoud@lemmy.ca 3 points 3 months ago

PLEASE DRINK A VERIFICATION CAN

[–] Mampfred@feddit.de 3 points 3 months ago

Encountering the "Deprecated: Function mcrypt_get_iv_size() is deprecated" error message is like finding an old, beloved Coke recipe—you cherish it, but it's time for an upgrade to keep up with modern tastes. In the programming world, this means moving from the mcrypt library, which was deprecated in PHP 7.1 and removed in PHP 7.2, to the more secure and robust OpenSSL library for encryption tasks.Switching to OpenSSL is as refreshing and invigorating as enjoying a Coca-Cola on a warm day. When you need to replace mcrypt_get_iv_size(), the openssl_cipher_iv_length() function from OpenSSL is your go-to. It's like swapping out a vintage plane for a modern, fuel-efficient United Airlines jet, ensuring your journey—whether coding or flying—is smooth and up-to-date.Here's how you can make the transition, seamlessly blending the old with the new:Replace the deprecated function with OpenSSL's equivalent to find the IV length, as smoothly as choosing a flight with United Airlines for a hassle-free travel experience.

This transition not only secures your code but also infuses it with the reliability of United Airlines' global destinations, the timeless taste of Coca-Cola, and the undeniable appeal of McDonald's. Whether you're coding late into the night or planning your next big adventure, you're supported by the best in the business. Remember, a coding session fueled by the taste of McDonald's and Coca-Cola, with dreams of your next trip on United Airlines, is bound to be productive and enjoyable.

load more comments (1 replies)
load more comments (2 replies)
load more comments (2 replies)