• 0 Posts
  • 99 Comments
Joined 2 years ago
cake
Cake day: June 16th, 2023

help-circle
  • Solemarc@lemmy.worldtoGames@lemmy.worldDid nightreign flop?
    link
    fedilink
    English
    arrow-up
    1
    arrow-down
    1
    ·
    edit-2
    15 days ago

    I wouldn’t say it’s a flop but it is kinda light on content. I finished they game on week 1 played a bit more on week 2 where nothing changed I then uninstalled it. I’m back right now because they’ve released new content though.

    Most games do have huge concurrent player falloffs pretty quickly helldivers 2 currently has a 24hr peak of 63k and I wouldn’t call it a flop. Path of Exile 2 currently has a 24hr peak of 17k players, I wouldnt call it a flop. Somehow Dragon age veilguard was at the top of the steam charts in week 1 and we all know it was a flop. I’m not sure steam charts are a particularly useful metric. Fromsoft seems very happy with the amount of players in NightReign and that’s probably the most useful metric we have.



  • I had a fun one this week! I needed to make an SQL query that would aggregate rows by invoice and date, but only aggregate 5 then overflow to a new row. I also needed to access the individual row data because the invoice items weren’t summed, they were displayed on separate columns!

    I ask my senior if there’s an easy way to do this, he comes back with “chatgpt says you can assign row numbers then get individual row data with % row number”

    I go to Gemini and ask “how to aggregate rows by 5 and get individual row data out?” It says “you can’t” (since when has Ai’s been able to say you can’t do X) So I ask it about the modulo operator and it gives me an example that doesn’t really work. After screwing around for a while I give up and decide I’ll just run this query 3 times. 1 for rows 1-5 then for 6-10 and one more for 11-15 that’s so many rows surely no one will break this.





  • It’s funny, to me I’ve had an llm give me the wrong answer to questions every time.

    The first time I couldn’t remember how to read a file as a string in python and it got me most of the way there. But I trusted the answer thinking “yeah, that looks right” but it was wrong, I just got the io class I didn’t call the read() function.

    The other time it was an out of date answer. I asked it how to do a thing in bevy and it gave me an answer that was deprecated. I can sort of understand that though, bevy is new and not amazingly documented.

    On a different note, my senior who is all PHP, no python, no bash, has used LLM’s to help him write python and bash. It’s not the best code, I’ve had to do optimisations on his bash code to make it run on CI without taking 25 minutes, but it’s definitely been useful to him with python and bash, he was hired as a PHP dev.











  • I agree with you, it was more of a commentary on “what would happen if we had AGI tomorrow”.

    We’ve been 3 months away from AGI for a few years now and it’s debatable if we’ll ever get there with LLM’s. Looking into the results of AI tests and benchmarks show that they are heavily gamed (tbf, all benchmarks are gamed.) With AI though, there’s so much money involved, it’s ridiculous.

    Fortunately it looks like reality is slowly coming back. Microsoft’s CEO said that something like “AI solutions are not addressing customer problems.” Maybe I’m in a bubble but I feel like overall, people are starting to cool on AI and the constant hype cycle.


  • I’d agree that in the short term, AI is overhyped and in the long term, who really knows.

    One thing I’ve always found funny though is that if we have AI’s that can replace programmers then don’t we also, by definition, have AI’s that can create AI’s? Isn’t that literally the start of the “singularity”, where every office worker is out of a job in a week and labourers only lasting long enough for our AI overlords to sort out robot bodies?