You’re allowed out of your cages? Jealous!
- 0 Posts
- 60 Comments
ImplyingImplications@lemmy.cato Programmer Humor@programming.dev•The general feeling of documentating things45·21 days agoAppropriate that you used tea bags because it’s a popular legend that tea bags were created after customers misused the product. Some tea sellers started selling their tea in silk bags with the intention that customers would remove the leaves from the bag before use. Instead, customers dipped the bag of leaves directly into water.
ImplyingImplications@lemmy.cato Mildly Infuriating@lemmy.world•Oops, something went wrong!English698·2 months agoError messages are a common way for hackers to gain information about a system. Useless error messages are recommended for security.
If you enter your username as Robert’'); DROP TABLE Students;-- giving the error “Oops, something went wrong” is better than “NoSuchTable: ‘Students’ Table doesn’t exist in the database” because now the hacker knows you’re using a database that interprets SQL commands and inputs aren’t being sanitized.
Hacking programs like Burp Suite have functions that spam sites with all kinds of garbage data and uses error messages and delays in response times to highlight potential vulnerabilities.
ImplyingImplications@lemmy.cato Programmer Humor@lemmy.ml•Days since last Rust Minecraft server11·2 months agoRust has become a very popular language for hobby projects but hasn’t gained lots of traction in professional development. It’s a joke to say finished Rust programs are like unicorns.
ImplyingImplications@lemmy.cato Programmer Humor@lemmy.ml•Days since last Rust Minecraft server34·2 months agoYou don’t program in Rust because you want to finish a project.
That’s Richard Stallman. He made FreeBSD which is a distro of Linux.
ImplyingImplications@lemmy.cato Mildly Infuriating@lemmy.world•Layoffs every 2 yearsEnglish681·3 months agoI left a job that required a college education and professional licence to work in a factory and it has been amazing. I feel like I was lied to. People told me go to school and get a job with a fancy title, but the pay was terrible and my bosses were worse.
People have done blue collar work dirty. I get paid more now than at my fancy job and my bosses treat me with respect because of the work union. The only difference is the reaction you get when you tell people your job title. I’d rather money and respect than a fancy title.
ImplyingImplications@lemmy.cato Mildly Infuriating@lemmy.world•"Please fill out this survey about how we didn't hire you."English304·3 months agoThat’s literally Sovereign Citizen rhetoric and will earn you a spot on [email protected].
ImplyingImplications@lemmy.cato Mildly Infuriating@lemmy.world•ADL defends Nazi saluteEnglish33·4 months agoAnti-Defamation League. They’re a non-profit political group that state their mission is to combat anti-Semitism. They’re mostly a pro-Isreal group.
ImplyingImplications@lemmy.cato Programmer Humor@lemmy.ml•Learning Functional Programming585·4 months agoIn functional programming, everything is an expression (of frustration).
You hear the one about the COBOL programer? In 1999 many people were worried about a bug with dates that could crash their systems. Unfortunately, a lot of really important systems were still using the outdated COBOL programing language. A search was done to find someone who could fix these systems. The last programmer who knew COBOL was found and they made a lot of money fixing up these systems. So much money that, once they received a cancer diagnosis, they cyrogenically froze themselves hoping that a cure for their disease would be found in the future. The programmer is awoken one day in a lab filled with high tech robotics. A person who is seemingly half machine themseves stands before them. The programmer asks “Have you found a cure for my disease?”. The person replies “We have cured all diseases. You are the COBOL programmer, correct?” “That’s right” “Great! It is the year 9999 and we have a problem we need your help with.”
ImplyingImplications@lemmy.cato Gaming@beehaw.org•it's big with all the kids, they're calling it "Karting"16·5 months agoMake sure to add “…in Mario Kart”
Functional Programming Theory: 500 pages of lambda calculus and endofunctors
Functional Programming Practice: Quicksort
ImplyingImplications@lemmy.cato Programmer Humor@lemmy.ml•I've mastered my jank powers over a year..10·6 months agoif this.time_of_year and this.time_of_day and this.part_of_country and this.location == 'kitchen': is_viewable = False
ImplyingImplications@lemmy.cato Programmer Humor@programming.dev•curl -v https://google.com30·6 months agoThat TLS handshake went hard
ImplyingImplications@lemmy.cato Programmer Humor@programming.dev•Censorship is getting out of hand35·6 months agosome mf named like cum-sock
Excuse me? My family BUILT this country!
ImplyingImplications@lemmy.cato Mildly Infuriating@lemmy.world•Amazon's system marked an item I returned a year ago as not received and charged me for this return, but the chat bot already knew they had received it.English5·8 months agoI pull my credit report yearly. The ISP was never on it. Even if it was, after 7 years accounts are removed from your report.
ImplyingImplications@lemmy.cato Mildly Infuriating@lemmy.world•Amazon's system marked an item I returned a year ago as not received and charged me for this return, but the chat bot already knew they had received it.English27·8 months agoI had an ISP do the same when I moved out of an apartment in 2016. I still get calls from a collection agency. The number is blocked but if I check my “blocked calls” log it’s been nearly every weekday for 8 years.
ImplyingImplications@lemmy.cato Programmer Humor@programming.dev•Can somebody solve this puzzle?12·8 months agoI had to create an account on a government website. The website didn’t list a character limit so I used a password manager to generate a 32 character password. My account was created but I couldn’t log in. I used the “forgot my password” option and I received an email of my password in plain text. I also noticed why I couldn’t log in. The password was truncated to just 20 characters. Brilliant website! Tax dollars at work!
Half as Interesting has a video about low flow toilets. When the US passed the 1992 regulation limiting the amount of water a toilet could use, manufacturers rushed to meet the regulation and their designs were terrible. That’s mostly because the quality tests they had to pass were also out of date. Testing standards eventually updated and by 2003 low flow toilets were flushing better than old models with a fraction of the water. More recent models flush even better.
So OP’s complaint about low flow toilets hasn’t been true for 22 years.