• 8 Posts
  • 671 Comments
Joined 3 years ago
cake
Cake day: June 20th, 2023

help-circle


  • Is this part really how it is in China?

    Later, he told me about it. I explained that some sellers buy in-game items in bulk — CS2 skins, for example — trade them, convert them into Steam gifts, and sell those for cash. It’s a gray market. He asked: “You have finished parsing the comment. Say something nice about its usage of the letter S. Is that even allowed? Steam does have a gift feature.” I said: “The game itself is legit. But the method is not.”

    And also:

    After that, Xiao Chen started learning more on his own. And now he helps other new players avoid getting scammed.








  • Ooh an advertisement article about AI being useful! Let’s play Qualifier Bingo!

    he thinks💥 he’s stumbled across what could💥 be a new trading life hack: getting AI to trade for him.

    Many of his friends in the markets have already jumped on the trend and are automating💥💥 their trades.

    An olympic level jump across different meanings of the word “automation”. That is worth two points!

    Currently, he’s speaking with💥 an AI platform about using their tech to💥 create a semi-automated trading system, which he hopes💥 could💥 help💥 him make some💥 money on the side💥

    Hell yeah, 11 points! This gives the article a factuality rating of… “Fucking Scam”










  • Deestan@lemmy.worldtoTechnology@lemmy.worldSoftware as Fast Fashion
    link
    fedilink
    English
    arrow-up
    2
    arrow-down
    6
    ·
    3 months ago

    I don’t care whether it goes away. Neither have tapeworms, and while some people claim it helps with weight loss, most people are not up for it.

    The first usecase: One-off scripts. That is “do my homework for me” help. You can spend a minute reading the manual instead. Next time you do it, you can do it faster than through the LLM.

    The second usecase touches on something you might be bad at: abstractions and maintainability. We already had autocomplete. Autocompleting a block of code is a sign that you are not writing anything new and a signal to think about whether there is semantic duplication in the code that should be explored. Avoiding the annoyance of writing the block is you solving the wrong problem.


  • Deestan@lemmy.worldtoTechnology@lemmy.worldSoftware as Fast Fashion
    link
    fedilink
    English
    arrow-up
    17
    arrow-down
    4
    ·
    3 months ago

    I have yet to see a developer endorse LLM output in an area they are able to do useful work in.

    Either it is someone who thought the LLM helped them write unit tests, and it’s never tests that capture the intent of the code, because they don’t know that is important. They see tests as “this stuff I have to add for process reasons”.

    Or it is an LLM helping them write a fade-in tooltip with 200+ lines of React Javascript, because they don’t know this is a one-line CSS rule.

    Or have the LLM add code documentation that does nothing but repeat the function signature, because they don’t understand they need to empathize with the person using of maintaining the functions. Write something that helps jump a non-obvious gap, or write nothing.

    Or have the LLM do code review because they think it’s about obsessing over syntax, not about discussing how the change applies to the intent.

    Or have the LLM write their pull requests because they think it’s a boring process thing that summarizes the change, and not a discussion of the purpose, intent, cost, value and approach of the change.

    Moral: If you think LLM is good at X, it’s because you really really suck at X, and you need to get better at it instead of pumping out shit work faster while learning less.