Jump to content
NotebookTalk

Reciever

Administrator
  • Posts

    2,033
  • Joined

  • Last visited

  • Days Won

    35

Everything posted by Reciever

  1. If it's not the same level, there should be another database for amauter leagues then no?
  2. 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
  3. They removed the listing before they had all sold, not sure if they have relisted elsewhere or not
  4. 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
  5. 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 } } }
  6. 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
  7. 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.
  8. 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.
  9. 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.
  10. 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.
  11. 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
  12. Well end result was losing Henry Cavill who refused to re sign due to the writers not liking the IP as a whole.
  13. Would it be possible to add a couple of slots to cover the I/O, and give it a handle for easier transport? I have a few ideas for work purposes, no idea if I can move forward yet though, had some recent issues come up in other aspects of life.
  14. You and your deals in the marketplace are the single greatest detriment to the AM* socket life span. I explicitly purchased x570 around the time it dropped IIRC coupled with the phasing out of stock 2700x with the explicit intention of grabbing what ever king chip AMD released for the AM4 socket on its way out. I still have intention to do that, but I would be lying if I didnt say I could just use the 10850K @ 5.2 that I had purchased from you earlier this year lol
  15. No idea if that would be perceived as a good idea, considering the show is basically falling apart due to allegedly bad writing. I watched the first season some time ago and when I went back to look at the next seasons I guess it was poorly received? Bunch of drama I guess.
  16. Both main leads played their roles really well, I had no idea that I would come to enjoy Miller as a main protagonist as the previous exposure to him was IIRC on Dexter.
  17. May start re-watching Elementary, was bummed out when it was eventually cancelled.
  18. All those boxes are checked, but my car is totaled. Its going to be an interesting couple of weeks
  19. If I wasn't just rear ended I would be all over this :(
  20. I have been hit by 2 cars in California, and rear ended twice now in Texas. Its disheartening, because I fear hitting anyone and take great care of how I drive as a result. Yeah, it was my rust bucket. Got it for 1000 in 2019 and have been fixing it up ever since. Im well enough to complain.
  21. I can never understand why people don't pay attention when they drive. I'll just leave it at that. It's on the table for consideration.
  22. Lady texting and driving totals my car, and she gets to drive home in hers.
  23. It's formatting from the user, if manually changed it retains that preference. Since light theme is used the member just sees black text but because it's a manual change when viewed from dark theme that static change remains in place. Charles absolutely had to thread the needle with a corporate backer on top, there were many things outside of his control so while things look good and possibilities much more in our favor, it's only due to standing on the shoulders of giants. While I don't think I was particularly controversial on NBR, my reputation may not jive with everyone, Hiew was technically not a big laptop guy and some of the eccentric types simply refuse to use the Invision software. Thank you for the compliments, there is much to do and little to do it, I may have to take some time off since my car is totaled. It would probably do me some good to be constructive.
×
×
  • 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