Jump to content

werto165

Member
  • Posts

    5,696
  • Joined

  • Last visited

Everything posted by werto165

  1. werto165

    I rate the water shaders in FFXV

    Very clear water
  2. image.png.cf94ad4ae06a6aa9bca107dc25d30fb2.png

    Gotta love those kit contents ;)

  3. werto165

    PHP help

    if you can't use an array and need to use random you will have to use a while loop. A for loop will not work because it may run the same number twice and you wont get a string that's 11 characters long.
  4. werto165

    PHP help

    a single string? if so you'll need a global scope for your variable. random isn't really random per se. from what I remember it takes the current time on ur CPU clock and from that passes it into a formula to give u a number. so a random number each time could be 11111111 not 12456 if that makes some sense. If you don't want them to repeat you will need to perform a check that those values aren't already used so if the first random number is 1 then that can't be used again for the random number.
  5. werto165

    PHP help

    not really familar with php so I'm kind guessing the syntax for($i=1;$i<=10;$i++){ $rannumber=''; $rannumber.= $i; print($rannumber); } Ignore me. terrible answer lol That what u want? $rannumber=''; for($i=1;$i<=10;$i++){ $rannumber.= $i; } print($rannumber);
  6. That's just not true... I have developer access to DLSS 2.0 and you don't have to specifically train the game for it to work... I've had that confirmed as well by nvidia at GTC... There's a dev branch at the moment where it will work with any unreal engine 4 game, whilst I haven't tried implementing it myself yet it doesn't seem too difficult from the documentation.
  7. werto165

    3080 is coming Monday can't wait!

    Went with an MSI ventus, got it off amazon for £708 a bit over RRP but not the worst Took two weeks and a half weeks I ordered it on 30th sept
  8. 3080 is coming Monday :D can't wait! 

    1.   Show previous replies  1 more
    2. Potatocell

      Potatocell

      Well you have to wait until Monday so...

    3. Analog

      Analog

      Which one did you end up with? A founders edition or something from the board partners?

    4. werto165

      werto165

      Went with an MSI ventus, got it off amazon for £708 a bit over RRP but not the worst :) Took two weeks and a half weeks I ordered it on 30th sept

  9. https://www.forbes.com/sites/patrickmoorhead/2020/09/13/its-officialnvidia-acquires-arm-for-40b-to-create-what-could-be-a-computing-juggernaut/#54d8b8bf4973
  10. Cheers I've managed to get another load until april
  11. I haven't updated it in years I've got a 3600x now
  12. I'm gonna try and get a reference card if I can.
  13. Hi All, I have a wifi board that I need to update firmware with using JTAG 10 PIN: Does it matter if Vcc/ GND/GND come from a different source other than the ST LINK programmer (it'll be coming from Vcc_usb from a LDO regulator turning it to 3.3V) because I want to expose as few pins as possible on the PCB. Additionally is GND detect needed? Thanks.
  14. werto165

    No idea if it's a new ad or not but Linus is in…

    Yeah it was that one, also got a new wifey Defo not new then haha, just the first time I've seen it.
  15. No idea if it's a new ad or not but Linus is in a pulse way ad. Check it out if u haven't :)

    1. Tech_Dreamer

      Tech_Dreamer

      theres a 10 month old one with him bowling & stuff. not sure if he acted on a new one.

    2. werto165

      werto165

      Yeah it was that one, also got a new wifey ;) Defo not new then haha, just the first time I've seen it. 

  16. Okay do you recommend any Gen3 nvme ssds? I was thinking the rocket or a WD Blue
  17. Is a 500 chipset on the motherboard I'm guessing? I just wanted something that I could use in the future but I guess I'm not upgrading from a 3600 anytime soon so it might be a bit silly doing that.
  18. Hi all, I have a aurous b450 m which I was digging around in the bios and it states it supports pci gen4 but the m2 slot I assume is only Gen3? Does anyone know if a generic pci x4 to m2 adapter would make the drive in my pci slot run at gen4 speeds? Im thinking of getting a sabrent rocket 1tb.
  19. You probably need some sort of a microcontroller. I've looked into Stm32's in the past that board had a BLE module on it from that you'll probably need to create a GATT descriptor: https://www.bluetooth.com/specifications/gatt/descriptors/ and from that you can create a HID profile I guess for either keyboard or mouse, I have had a discovery kit for an stm32f4 board that used the accelermoeter to move a mouse on your screen. Obviously this isn't all the step but it'll help towards your goal I'm sure these might help:
  20. Very excited for this. I would be very tempted to play it at work cheekily
  21. werto165

    I've updated to a ryzen 3600 and i've encourter…

    well I guess it could be a driver issue with the network card? I'm tempted to just throw it away considering it's taken about 4 hrs out of my evening to troubleshoot.
×