• 1 Post
  • 28 Comments
Joined 1 year ago
cake
Cake day: June 12th, 2023

help-circle










  • It has difficulty options. Where the previous FromSoft games would just lock you in a closet with a boss, whilst flicking you in the balls and laughing at you “Git gud son”, Elden Ring has a lot of stuff to make things more manageable. For example there is summons, in the form of NPC (often with interesting quest lines to get them), other players via online and your personal spirit summons. The game is also completely open. So when you get stuck on a boss, you can just leave and go do something else. Explore the world, go level up, go find weapons, armor and other items to help you. Overleveling is not hard and the world is huge and a lot of fun to explore. The game also almost never locks content behind a boss. You can do a lot in the game without beating any of the hard bosses. If with all that the game is still to hard, then maybe the game isn’t for you. Hard games have a place in the world imho. And if you just want to enjoy the world for the fun of it, I would suggest one of the mods out there to make the game as easy as you want it to be.

    Sure Elden Ring is a tough game to get the hang of, but it isn’t hard at all and provides plenty of difficulty adjustments. There’s also a lot of people that adjust the difficulty in the other direction. For example people that do RL1 runs or limit themselves to a certain kind of weapon. I think it’s cool the game has so many options to enjoy it.






  • I had my old Athlon 800 running at 1200mhz, that old Thunderbird ran a bit hot but super fast. Big ass heatsink right on the bare die (which was the style at the time), it creaked any time you wanted to mount the heatsink.

    AMD ruled back then, when Athlon 64 came out it blew my mind. When Socket 754 came out it was like the big boy CPU but affordable. My friends with Pentium 4 Preshotts were jealous, those things ran slow and hot, I was zooming. It wasn’t till Phenom AMD started falling off.





  • There may be exceptions but everything I’ve seen from AI programming is next level trash. It’s like copy pasting from Stack Overflow without the thousand comments all around it saying DO NOT DO THIS!

    When ChatGPT was just released to the general public I wanted to try it out. I had it write a script to handle some simple parsing of network log files. I was having some intermittent issue with my home network I couldn’t figure out, so I had logged a lot of data and was hoping to figure out the issue. But I needed to filter out all the routine stuff that would be just noise in the background. I could have written it myself in about an hour, but figured hey maybe ChatGPT can help me bang it out in a couple of minutes.

    The code it wrote looked at a glance to be very good and I was impressed. However as I read it, it turned out to be total nonsense. It was using variables and declaring them after. Halfway the script it seemed to have switched to a completely different approach leaving some sort of weird hybrid between the two. At one point it had just inserted pseudo code instead of actual functional code. Every attempt to get it to fix it’s issues just made it worse. In the end I just wrote the script myself.

    I’ve seen examples from other people who attempted to use it and it’s just bad. It’s like having a junior programmer high on weed writing your code, checking it and fixing it takes more time than just writing the code itself.

    Then there’s the issue of copyright, a lot of the training data wasn’t licensed and stuff like Github Copilot want to add your data to it’s training set if you want to use it. That’s not OK on many levels and not even possible for people working on corporate codebases.

    A lot of programmers work on big code bases, with things like best practices and code standards. Not only does the AI not know the codebase and thus wouldn’t know how to do a lot of stuff in that codebase, it also doesn’t know about the best practices and code standards. So for those kinds of situations it isn’t useful.

    I feel like people ask it to do some first year student programming tutorial tasks and the result looks somewhat like what one would expect and conclude the thing can actually write code. It really can’t in reality and probably shouldn’t even if it could.


  • If you’re using Office365 it tends to auto update and happily forget you don’t want to have OneDrive on your machine, so it reinstalls it.

    It kinda annoying because OneDrive is a piece of shit in general, but saving directly to SharePoint from Office apps is useful. As with many Microsoft services, OneDrive is just SharePoint in disguise. But I really would like the SharePoint bit without the OneDrive bit.

    I also don’t like the whole cloud first thing, pushing everything to Microsoft services. But I understand why they did it, for regular dumb users storing shit on a cloud service is probably better than on the computer. I’ve had multiple co-workers send me Word docs with a list of linked documents (why is this a feature and why do people use it?), which all linked to the local Documents folder. They said they checked all the links before mailing the Word docs, so it must be me who is mistaken.