Fushuan [he/him]

Huh?

  • 0 Posts
  • 394 Comments
Joined 2 years ago
cake
Cake day: July 1st, 2023

help-circle





  • All tools can be abused tbh. Before chatgpt was a thing, we called those programmers the StackOverflow kids, copy the first answer and hope for the best memes.

    After searching for a solution a bit and not finding jack shit, asking a llm about some specific API thing or simple implementation example so you can extrapolate it into your complex code and confirm what it does reading the docs, both enriches the mind and you learn new techniques for the future.

    Good programmers do what I described, bad programmers copy and run without reading. It’s just like SO kids.








  • O shit you were serious?? Thabks for misinterpreting my comment btw. Let me correct that for you.

    sadly I have to take a comment justifying sexist generalizations on men because males have more privileges compared to most other groups seriously.

    It’s not the part about men having more priviledges that people are having issues with, it’s the part that THAT somehow excuses being sexist against men.


  • Fushuan [he/him]@lemm.eetoPolitical Memes@lemmy.caMeanwhile in a psych ward
    link
    fedilink
    English
    arrow-up
    5
    arrow-down
    1
    ·
    12 days ago

    You don’t know the Streisand effect? Look it up. The meme started as a joke on a Chinese forum and spread on its own, then Xi started forbidding its use, which riled people up popularizing the meme even more. It’s a clear case of the Streisand effect.

    Don’t care what some Democrats do. I’m not American and my statement stands.

    It’s not racist tho??? The Bibi reference you used explicitly calls him a Jew and uses a known Jew caricature, it’s completely different from a meme originating in China based on the low resblance both in posture and figure, nothing to do with skin colour.

    Yeah no, this is clear bait. Have a good day.




  • I disagree that json is not human writable. JSON is perfectly writable since it has explicit visible separations between elements.

    It might look ugly but it’s perfectly readable and writeable.

    Granted, I always read json after parsing it with an auto formatter. Maybe that’s why people say that json is difficult to read? It’s true that unformatted json (minified) is way worse than yaml but no one in their right mind would not format the json, specially when it’s natively supported by most code editors.

    BTW, about documentation, post formatting json looks very much like a yaml, all yaml docs can be converted to json instructions if you think a little bit.