Jump to content
NotebookTalk

Reciever

Administrator
  • Posts

    2,223
  • Joined

  • Last visited

  • Days Won

    55

Everything posted by Reciever

  1. Good morning everyone! I am looking for an HDTV that has the ability to crop 4 inputs at the same time on screen. I know I can get a hardware based multiplexer but was curious to if I can remove that piece if such functions are built into a television set. Thanks in advance!
  2. I have altered the thread title after having learned the proper term for the function I am seeking.
  3. I'm fine with the "get your facts straight, then distort them at your leisure" approach. I'm not a huge Witcher guy only played w3 but you can tell the source was pretty rich in its own right for the games to translate to a mass audience in the media space. Just seems odd to have people who don't like the IP write fke the show though. It would be find if they were professional and just compartmentalize the disdain but being a creative endeavor would make that kind of difficult
  4. As soon as I'm not working 14 hour days lol
  5. Take negotiations to PM, Thank You!
  6. Welcome to the forums, glad you found your way back to the fold :)
  7. Removed off topic posts. Carry on everyone.
  8. NBRchive
  9. Interesting, Thanks! :)
  10. Does it need the panel to post?
  11. They still haven't been able to source a replacement? It's a been a minute without that system at this point...
  12. If it's not the same level, there should be another database for amauter leagues then no?
  13. Voltage is the same which is why he connected to it. Amperage would be less though, 800ma vs the fan I think was close to 1a been a long time so I can't remember exactly
  14. Ah looks like it's relisted, nice
  15. They removed the listing before they had all sold, not sure if they have relisted elsewhere or not
  16. Just had my hands on 24x 7670 models with the 12950HX and not too happy about their consistency. I had 16x in sBIOS and was racking my brain after a long day trying to figure out why my tools weren't working. Turns out if I leave them in the sBIOS for 20-30minutes they all completely locked up on me lol To be fair, after reboot, most were completely fine, there were 1-2 that took about 5 minutes to get to the one time boot menu but I have that issue with all Dell equipment (mostly a Dell shop at this time) so it beyond that outlier is pretty much expected behavior. The other detail I noticed is that the lids dont handle dust and abrasion very well. I thought one of my techs slid a laptop on a table by how scuffed up it was. Wiped it down and it was back to its normal appearance. I know I know, well uhhh you wiped it clean so it looks clean, its been a long week lol
  17. Good Morning Everyone! This thread was originally an inquiry regarding if there were keyboards that could do AutoFire keystrokes. The end result was QMK powered keyboards. An example of the code needed will be pasted below. #define SPAM_DELAY 50 // 50 milliseconds between spams bool spam_active = false; uint32_t spam_timer = 0; // Place the above near the beginning of the keymap enum custom_keycodes { F2TR = SAFE_RANGE, // Create a keycode to make your toggle initialize }; bool process_record_user(uint16_t keycode, keyrecord_t *record) { switch (keycode) { case F2TR: // When you press custom SPAM keycode if (record->event.pressed) { spam_active = !spam_active; // Toggle spamming spam_timer = timer_read32(); // Reset spam timer } break; } return true; } void matrix_scan_user(void){ if (spam_active) { // Check if it's been SPAM_DELAY milliseconds since the last spam if (timer_elapsed32(spam_timer) > SPAM_DELAY) { tap_code(KC_P2); // Send an F2 keystroke spam_timer = timer_read32(); // Reset spam timer } } }
  18. Yeah it gets the job done for the most part, now I need to figure out something else which I'll make a thread for
  19. Even those that didnt use FTX exchange were affected as it sent ripples throughout the space, it was essentially a second crash for a recovering crypto "economy". Its always a bummer to see your stocks and/or crypto take a dive but luckily I have limited myself to only what I mine on my GPU's and refuse to put any fiat currency from other revenue streams into crypto. Doesnt mean its value didnt tank (again) but I am not in a position where I must sell and as a result actualize the loss. Though there are plenty didnt approach as cautiously or in such a constricted manner.
  20. I'm on the fence about that being the case. Ian mckellan did both lord of the rings and xmen. That being said I hope they have a better writing team for the dccu this go around.
  21. The issue right now is that its strayed quite far from the source material, which is I guess is Cavil's main sticking point. By all outward appearances it appears to be that Cavil's disdain is writers open disdain for the IP and character choices that betray their personality and individual goals. The Director has also publicly stated something along the likes of not wanting to be locked in to the source material. They picked up Liam Hemsworth to fill the role. Honestly I am surprised the Witcher TV series happened at all, and with Cavil I thought it was a good fit. Cant seem to have nice things though.
  22. I would say that humility is a good start, the trick is to recognize when it begins to be an excuse as they can be difficult to recognize in the moment.
  23. Well also these days what's often supplied are modem/router combo units. If you aren't able to remove the modem outright then what people tend to do is shut off the routing capability of the unit and provide their own. You will likely need to replace your router if it's from a technical bygone era then it's unlikely to jive with modern standards. Would be interesting to see if it worked as a thought experiment though. Probably best to make a new thread with its own context for your case though
  24. Well end result was losing Henry Cavill who refused to re sign due to the writers not liking the IP as a whole.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. Terms of Use