Jump to content

Ripred

Member
  • Posts

    1,197
  • Joined

  • Last visited

Everything posted by Ripred

  1. I've had this happen to me with my Asus board, flashing the bios can help, mine had to be flashed twice to really get it working right, also do not try to use old bios profiles with the new BIOS, screenshot any settings and copy to a new profile, using the old profile seems to be how I broke mine...
  2. there should be an equivalent, if theirs a car audio moding scene in your country they'll definitely have something, its just a sound deadening mat used to stop vibrations from large car subwoofers
  3. windows uses up about 4 GB by itself, so you really only have 4GB to play with in other applications, you'll have to limit the number of tasks and prioritize what you want to do
  4. What's your total system spec? Yea you'll get more fps but depending on the games you play, you might miss those extra GBs, gain fps but also gain frame time latency,
  5. I wanna see a throwback of games that used to be part of benchmark suites,that were really hard to run over 60fps maxed settings without the latest hardware and put them up against today's low and high tier to see how far we've come, I'd also be interested in seeing $5000 lmg fan upgrades, like pimp my ride style, someone other than the person submitting their name and Linus shows up to pimp your PC Maybe hook up with Mr beast and hold a competition of the fans, make em work for it lol
  6. Always wanted to try this game years ago, then totally forgot about it until the recent remake of the first one, today saw it for $4 and couldn't resist , not only enjoying my first playthrough of the game but also enjoying the max settings, 500 fps average on my first run
  7. Just for kicks I would try disabling the xmp, basically set the bios to default and try that, like I mentioned before some hardware don't like each other, meaning an OC or xmp profile that worked for one config might be unstable in a different configuration, I also agree with koko and try to re-seat everything, sometimes switching out hardware can jostle other parts just enough to make issues, I had a similar problem with an m.2 SSD
  8. For most games that 8 gig is fine,..for the moment, aslong as you don't have inflated expectations of turning detail,draw distance to max but newer games, with huge open worlds, massive texture files it's gonna choke, not that it won't play but with modest settings for a good experience, I have a 12 gig card, ratchet and clank eats it all but I have unreasonable expectations and insist on the ray tracing(in that game)at the cost of some minor details
  9. are you still using the same xmp profile/ram,OC settings in bios after upgrading? and on that note, what do you have for RAM? have your also tried to reseat those or take out individual sticks and see if the behavior changes? sometime certain hardware just dont like eachother
  10. Howlong was it running properly after the upgrade, were there any other changes before the problem started? even new softwear or updates
  11. I realized that while writing it but this was in earlier weeks of the course and being that I'm back tracking I was trying to restrict myself to what was covered up until that point, the assignment requirements asked us to make assumptions in this instance, and was only concerned with the class grasping the concepts on conditionals with use of if, else, try, except, etc..
  12. So I should think of the main function as sort of a junction point for the rest of the script?
  13. Thanks, this has been very helpful, Yea I would have named my function something a bit more clear but the professor teaching the course seems to want us to get into the habit of starting with a main function and calling main at the end
  14. I find OnePlus to be quite reliable, currently daily drive the OnePlus 11, if your dead set not to have rounded edges, the 10 is basically the same, excellent battery, I only plug the charger when going to bed, otherwise its all day regardless of my use(charger left home), by the time i plug it in at night the average i see is still 65%, speed, well it loads the same apps and pages faster than my wife's 14 ProMax soo, lol, for the best experience just order directly from the OnePlus website
  15. What kind of mouse? does it have rgb and or other special features?, if so are you using the software for it or a third party software? I had a similar issue that stemmed from the software and wiping it from the machine and just using the default solved the issue, later downloaded an update and was "better", if you have some software controlling its features try disabling or deleting it and just running the default, see if that helps, if so its the software, if not, but be the usb driver themselves or even a bad usb connector, rare but happens
  16. Ah so that's where these return None types are coming from, so my pass seems to be a weak point, and if i change it to instead return something else it should work?, thanks. I should be able to sort that out now, yea my first instinct was to use a dictionary containing key:values but this quiz is from earlier weeks in the course before dictionaries are covered and this part is under the topic - conditionals, I'm back tracking to earlier weeks to finish assignments, and trying to restrict myself to what was covered up to the point of each topic, this online class doesn't enforce a time limit to submit work aslong as its in before the end of the course so I tend to skip ahead when I get into the material... ~Thanks
  17. Alrighty,folks, im puzzled...so I made up a solution to a quiz in my Python class but after I already ran the class test program and it came back 100% I thought for kicks id dump it into chatGPT to get a quick opinion, it said it was fine but could be tightened up, gave some examples and such but long story short I tried one of them that looked good but then I re-ran the test program and boom 3 assertion failed, and why I'm making this thread is to ask if the more experienced can clear up why because up against my current knowledge it looks like it should work... Okay firstly, for context, the quiz was to take an input of some fake file name, with an extension, .gif, .PDF, and return the file type, so here's the original before adding GPT suggestion def main(): get_file=input("File name: ").split(".") get_file[-1]=get_file[-1].lower().strip() if get_file[-1] in extensions: return((extensions.index(get_file[-1]))) else: pass extensions=("gif","jpg","jpeg","png","pdf","txt","zip",) types = ("image/gif", "image/jpeg", "image/jpeg", "image/png", "application/pdf", "text/plain", "application/zip",) try: print(types[main()]) except: print("application/octet-stream") Alright so GPT said my return statement in the function could be changed to return the types immediately like this return types[extensions.index(get_file[-1])] Then my print only needs to be print(main()) Which seemed like an okay idea But throws assertion errors, can't assert none type and what not but it was three assertion out of 17
  18. Ripred

    Test

  19. hey wouldn't it be great to build a Fortnite machine with a xeon platinum and like 6x 4090ti,super,ti's? couldn't resists
  20. Id Definity cut cost somewhere to get a better motherboard, like swap the gold cert psu for a silver, or a cheaper version and or hunt around for better price for the case, that board might be fine now but you might want to upgrade in the future, bigger CPU, other addon cards etc.. and this board will be a weak point for a few reasons, one will be power delivery for larger CPU's, and who knows what next gen requirements will be which leads into the next weak point, future gen many times require a bios update to run, boards on the lower end tend not to get certain updates, at times because they physically aren't able to, now I'm not saying go crazy and get a $1000 board but i am saying $150 to $200 tends to be the sweet spot, get atleast a B series of board, my 2 cents, otherwise i like it
  21. Bruh, i haven't had the dispensable cash to justify buying one yet...send me one lol
×