Jump to content

bomberblyat

Member
  • Posts

    409
  • Joined

  • Last visited

Reputation Activity

  1. Agree
    bomberblyat reacted to WaggishOhio383 in Windows 10 Automatically scrolling   
    I actually was having the same issue that suddenly appeared the other day. Kept scrolling up when I was in my start menu and made it impossible for me to select to shut down. I just force shut off my computer and when I started it back up the issue was gone... Might be some issue with a new Windows update.
  2. Like
    bomberblyat got a reaction from LIGISTX in Should i upgrade cpu or gpu   
    oh yeah, im going to wait then, unless i find good deal for 2070 super
  3. Like
    bomberblyat reacted to 0x21 in Discord bot, 1 hour timer reminder thingy   
    I've never used the library, but do you not want:
    // this: var testChannel = client.channels.cache.get('channel id') // instead of this? var testChannel = client.channels.cache.get(channel => channel.id === ('*channel id here*'))
  4. Agree
    bomberblyat reacted to CE Organisation in VR suggestions   
    @bomberblyat Best to not try now, Everybody is buying stuff as stores may shut off.
     
    Oculus Go may be a good VR Headset but it only has a single controller
     
  5. Agree
    bomberblyat reacted to Constantin in Case fan splitters/adapters   
    Yes you can, not more than 3 i think though
  6. Like
    bomberblyat got a reaction from Vishera in New build, no display, no beeps   
    yeah well ill fix it i think its driver / bios issue
  7. Agree
    bomberblyat got a reaction from boggy77 in New build, no display, no beeps   
    i did
  8. Agree
    bomberblyat got a reaction from Sinsanatis in Thoughts on new build   
    alright ill switch the ram to a bit faster
  9. Agree
    bomberblyat reacted to TheGlenlivet in Is this fully compatible?   
    Yup.  Only concern is the 3rd generation Ryzen in the B450.  A BIOS update might be needed.
  10. Agree
    bomberblyat reacted to Radium_Angel in HP 8200 went crazy might of lost everything   
    Sounds you might have dislodged something. Pull power cord, open case, reseat everything. Power back up and see what happens
    report back
  11. Like
    bomberblyat reacted to nicobombai in New headphone suggestions   
    You can check Takstar pro82, its super comfy and its in the same class with m40x imo..
  12. Like
    bomberblyat reacted to Himommies in New headphone suggestions   
    Get a MDR7506
  13. Like
    bomberblyat reacted to Wh0_Am_1 in New headphone suggestions   
    Your welcome, that is still a good set of headphones, and one option that would still fit your budget quite nicely. I will look for others though.
  14. Like
    bomberblyat reacted to Wh0_Am_1 in New headphone suggestions   
    Did you mean ath m40x?
  15. Like
    bomberblyat reacted to Pr0fessi0nalN00b in New headphone suggestions   
    Are you a gamer or content creator?
  16. Agree
    bomberblyat reacted to Wh0_Am_1 in New headphone suggestions   
    There may some better ones but it is a solid headset with pretty good value.
  17. Like
    bomberblyat got a reaction from Guyse in First Rig ever and stuck with which Mobo to buy   
    i think gigabyte is way to go if youre overclocker otherwise asus
  18. Informative
    bomberblyat reacted to Tz000 in Soundcard suggestions !   
    Dont get me wrong the amp will give you headphones a good kick and will improve your experience its just you could have had an easy all in one package sorry to sound blunt earlier.  Im sure you could find some respectively priced dacs to go along with that when budget permits.
     
    Cheers
  19. Informative
    bomberblyat reacted to leodaniel in PHP help with $values   
    So yes this is possible:
    <?php $v1 = 10; $v2 = 5; echo $result = ($v1 / $v2); // output: 2 var_dump($result); // output: int(2) The question is more, should you write this?
    I would argue for no. I think it's more readable to first only create the value $result and then echo it separately. I think it's more readable and in the end this should be your goal. The computer will always understand messy code, but humans tend to have more problem with that. Think of it like this, you should alway write code for humans first, not for computers. If you stumble across your code in a year, which would you find easier to understand (or anyone else)?
     
    I would go with that. Even if it's one line longer
    <?php $var1 = 10; $var2 = 5; $result = ( $var1 / $var2 ); echo $result;  
  20. Informative
    bomberblyat reacted to leodaniel in PHP help with $values   
    Always whats more human (you and me ) readable.
    Name your variables appropriately (having var1-var15 is bad, its hard to understand what they each represent), always step by step so that it's easy to understand.
    Just try to make it simple. Imagine you would have to look at your script again in 10 years... how long would you take to understand it (goal is to shorten this time). I think it's important to always code with that in mind. 
     
    In the 2. code example it's really hard to understand what the code does, what the variables are. It takes quit some time to understand what it does.
     
  21. Funny
    bomberblyat reacted to Cruorzy in Php beginner   
    @bomberblyat I'm sorry that you have to witness this, this thread its next comments will be only arguing about languages and it won't get much interesting for now.
    Let the boys fight and don't really care anymore, for further questions just make a new thread
  22. Funny
    bomberblyat got a reaction from iHomer in What's the best way to wipe a drive?   
    hammer
  23. Informative
    bomberblyat reacted to Energycore in Artifacts, should i be worried?   
    Ahh gotcha.
     
    If you didn't manually OC, then that's a problem. That might mean an imminent GPU death.
     
    You should reseat it though, to make sure. Take it off your computer (unplug it first), put it back in. See if that helps. And do try to take the clocks further down until you're not getting the artifacts.
     
    Try the memory clocks as well.
  24. Informative
    bomberblyat reacted to Energycore in Artifacts, should i be worried?   
    If you have run your card overclocked for a long time and only now artifacts are showing up, you should go back to stock settings and see if that helps. Clean up your drivers as well to make sure (use Display Driver Uninstaller in safe mode, then reinstall your drivers).
     
    If the artifacts go away after reverting your overclock, you're in luck; that's a sign of GPU aging that it doesn't overclock as far. Think of it like an athlete in their 40s-50s. You can still OC, but you'll need more voltage for the same clocks.
     
    If you still get them while stock / after reinstalling drivers, you might be in trouble.
  25. Informative
    bomberblyat reacted to BuckGup in My eyes have been hurting lately   
    Don’t use flux windows has it built in now and it works much better
×