#codingfail β Public Fediverse posts
Live and recent posts from across the Fediverse tagged #codingfail, aggregated by home.social.
-
Oh, the irony! π€¦ββοΈ The tech bros think they can solve #gentrification with a few lines of code, but can't even navigate a basic "JavaScript and cookies" prompt. πͺ Maybe try using your brains next time instead of just your keyboards? π»
https://www.freerange.city/p/can-we-code-our-way-out-of-gentrification #techirony #codingfail #javascript #cookies #techbros #HackerNews #ngated -
Oh, the irony! π€¦ββοΈ The tech bros think they can solve #gentrification with a few lines of code, but can't even navigate a basic "JavaScript and cookies" prompt. πͺ Maybe try using your brains next time instead of just your keyboards? π»
https://www.freerange.city/p/can-we-code-our-way-out-of-gentrification #techirony #codingfail #javascript #cookies #techbros #HackerNews #ngated -
Oh, the irony! π€¦ββοΈ The tech bros think they can solve #gentrification with a few lines of code, but can't even navigate a basic "JavaScript and cookies" prompt. πͺ Maybe try using your brains next time instead of just your keyboards? π»
https://www.freerange.city/p/can-we-code-our-way-out-of-gentrification #techirony #codingfail #javascript #cookies #techbros #HackerNews #ngated -
Ah, the irony! A website claiming to expose social media manipulation can't even manipulate its own code to function without JavaScript π€¦ββοΈ. Maybe if they spent less time trying to be the digital Sherlock Holmes and more time on basic web development, they wouldn't need to apologize for their existential crisis. π»π§
https://kerkour.com/social-media-manipulation #socialmediamanipulation #webdevelopment #irony #codingfail #HackerNews #ngated -
Ah, the irony! A website claiming to expose social media manipulation can't even manipulate its own code to function without JavaScript π€¦ββοΈ. Maybe if they spent less time trying to be the digital Sherlock Holmes and more time on basic web development, they wouldn't need to apologize for their existential crisis. π»π§
https://kerkour.com/social-media-manipulation #socialmediamanipulation #webdevelopment #irony #codingfail #HackerNews #ngated -
Ah, the irony! A website claiming to expose social media manipulation can't even manipulate its own code to function without JavaScript π€¦ββοΈ. Maybe if they spent less time trying to be the digital Sherlock Holmes and more time on basic web development, they wouldn't need to apologize for their existential crisis. π»π§
https://kerkour.com/social-media-manipulation #socialmediamanipulation #webdevelopment #irony #codingfail #HackerNews #ngated -
Ah, the irony! A website claiming to expose social media manipulation can't even manipulate its own code to function without JavaScript π€¦ββοΈ. Maybe if they spent less time trying to be the digital Sherlock Holmes and more time on basic web development, they wouldn't need to apologize for their existential crisis. π»π§
https://kerkour.com/social-media-manipulation #socialmediamanipulation #webdevelopment #irony #codingfail #HackerNews #ngated -
Me: βI'll use Web Components for my Obsidian plugin... what could go wrong?β
Also me: π π€¦ββοΈπ«Here's that story: https://www.youtube.com/watch?v=Q6KoNX2K_Vo
-
π€£ Oh no, someone missed an ampersand in their code! Clearly, this earth-shattering #typo has halted the progress of #C++ and #Rust #development forever. Thank goodness for Rust's magical powers that save us from our own incompetence! π©β¨
https://www.nablag.com/rust_cpp_missing_ampersand #codingfail #humor #programming #HackerNews #ngated -
π«π "ICE kicking out everyone who's not glued to their keyboard with #Javascript enabled! π Need help? Contact the 'We're Sorry You Didn't Code Correctly' #hotline. ππ»"
https://www.rochesterfirst.com/rochester/ice-deporting-bhutanese-refugees/ #ICE #TechHumor #CodingFail #DeveloperJokes #KeyboardWarriors #HackerNews #ngated -
π«π "ICE kicking out everyone who's not glued to their keyboard with #Javascript enabled! π Need help? Contact the 'We're Sorry You Didn't Code Correctly' #hotline. ππ»"
https://www.rochesterfirst.com/rochester/ice-deporting-bhutanese-refugees/ #ICE #TechHumor #CodingFail #DeveloperJokes #KeyboardWarriors #HackerNews #ngated -
```
from hashlib import md5
md5 = None
if condition == True:
md5 = md5(local_file.read_bytes()).hexdigest()
```It took me too long to realise why #Python was complaining that NoneType wasn't callable...
Yes, I need sleep...
(For the non-coders or other sleep-deprived, I was overwriting the function I was calling with 'nothing' by reusing the function name as variable name...)