• CIPWTTKT&GC V41 - I understood some words
    5,010 replies, posted
[t]http://images.anandtech.com/old/motherboards/fic/az11.jpg[/t] [quote]When you forget you are zoomed in on a project.[/quote]
[QUOTE=pentium;51304899]ew[/QUOTE] why was every motherboard either PCB green or vomit colored back in the day
[url=http://www.ebay.com/itm/LOGICRAFT-PC-286AT-286-MOTHERBOARD-N80286-10-SX109-10MHz-CPU-RARE-WHITE-BOARD-/221706031939?rmvSB=true&nma=true&si=lElX1Wx6QEVxppttaTcIFb6djdY%253D&orig_cvip=true&rt=nc&_trksid=p2047675.l2557]We had white too, you know.[/url]
[QUOTE=AugustBurnsRed;51304953]why was every motherboard either PCB green or vomit colored back in the day[/QUOTE] Because back then computer cases weren't fishtanks and you never saw the motherboard so who cares how it looks? (Besides Steve Jobs, who apparently once had an engineer redo the [I]routing[/I] on a NeXT motherboard because it didn't look nice enough.)
That moment when you buy $25+ worth of something to get free 1 day shipping via Amazon but it says it will arrive tomorrow instead (so 2 day shipping). Oh well, at least I have enough label maker tape to last me for days.
Got third party mouse feet for the first time. Smooth as fuck. Moving single pixels to select areas in ShareX shouldn't take a whole minute now.
I finally got off my ass and made a batch file to force close the Logitech Gaming Software process and reopen it. [code] @echo off taskkill /F /im LCore.exe Start "" "C:\Program Files\Logitech Gaming Software\LCore.exe" WM_CLOSE LCore.exe exit [/code] Then I used the [URL="http://winaero.com/comment.php?comment.news.30"]Win+X Menu Editor[/URL] to add this batch file to the Win+X menu so I don't even have to click on it on my desktop. Pressing Win+X, then X will run the batch file. I did this because often when I wake my computer from sleep, Logitech Gaming Software doesn't detect the Logitech devices I have plugged in all the time so it was annoying. Only way to really fix it was to force close and reopen. This just makes it a lot easier and faster to deal with.
[QUOTE=garychencool;51305418]I finally got off my ass and made a batch file to force close the Logitech Gaming Software process and reopen it. [code] @echo off taskkill /F /im LCore.exe Start "" "C:\Program Files\Logitech Gaming Software\LCore.exe" WM_CLOSE LCore.exe exit [/code] Then I used the [URL="http://winaero.com/comment.php?comment.news.30"]Win+X Menu Editor[/URL] to add this batch file to the Win+X menu so I don't even have to click on it on my desktop. Pressing Win+X, then X will run the batch file. I did this because often when I wake my computer from sleep, Logitech Gaming Software doesn't detect the Logitech devices I have plugged in all the time so it was annoying. Only way to really fix it was to force close and reopen. This just makes it a lot easier and faster to deal with.[/QUOTE] Couldn't you just put the batch file to a scheduled task on user logon? Should work.
[QUOTE=garychencool;51305418]I finally got off my ass and made a batch file to force close the Logitech Gaming Software process and reopen it. [code] @echo off taskkill /F /im LCore.exe Start "" "C:\Program Files\Logitech Gaming Software\LCore.exe" WM_CLOSE LCore.exe exit [/code] Then I used the [URL="http://winaero.com/comment.php?comment.news.30"]Win+X Menu Editor[/URL] to add this batch file to the Win+X menu so I don't even have to click on it on my desktop. Pressing Win+X, then X will run the batch file. I did this because often when I wake my computer from sleep, Logitech Gaming Software doesn't detect the Logitech devices I have plugged in all the time so it was annoying. Only way to really fix it was to force close and reopen. This just makes it a lot easier and faster to deal with.[/QUOTE] But I made you [URL="https://dl.dropboxusercontent.com/u/15606445/SleepDetector.exe"]a program[/URL] that automates that 9 months ago when you first complained about it? [editline]4th November 2016[/editline] ¯\_(ツ)_/¯
[QUOTE=tratzzz;51305437]Couldn't you just put the batch file to a scheduled task on user logon? Should work.[/QUOTE] I should probably do that too so that way, I don't even have to check if LGS is working or not. It just forces it to restart each time I log in. Although I would want it to only do that when I log in, not after the computer has logged in after restarting since by then, LGS shouldn't have any problems at all. Also the batch file opens the LGS window. I'd want it to just restart it and not open any windows at all. [code]WM_CLOSE LCore.exe[/code] doesn't seem to actually do anything. [editline]4th November 2016[/editline] [QUOTE=helifreak;51305446]But I made you [URL="https://dl.dropboxusercontent.com/u/15606445/SleepDetector.exe"]a program[/URL] that automates that 9 months ago when you first complained about it? [editline]4th November 2016[/editline] ¯\_(ツ)_/¯[/QUOTE] I probably didn't see it or completely forgot about it. Sooo how do I use that program. I assume I just select LCore.exe on the drop down menu, check mark Run on startup, reboot and it should automagically do what my batch file does whenever LGS is being stupid. [img]http://i.imgur.com/MEN8nLX.png[/img]
Usually -quiet on the target.exe makes shit work without popping up a new window
[QUOTE=tratzzz;51305466]Usually -quiet on the target.exe makes shit work without popping up a new window[/QUOTE] I tried [code] @echo off taskkill /F /im LCore.exe Start "" "C:\Program Files\Logitech Gaming Software\LCore.exe" -quiet exit [/code] LGS still pops up. On the upside, this tells me if the devices I have connected are detected. Although I would assume force closing and opening LGS would work 100% of the time anyways.
[QUOTE=garychencool;51305451]I should probably do that too so that way, I don't even have to check if LGS is working or not. It just forces it to restart each time I log in. Although I would want it to only do that when I log in, not after the computer has logged in after restarting since by then, LGS shouldn't have any problems at all. Also the batch file opens the LGS window. I'd want it to just restart it and not open any windows at all. [code]WM_CLOSE LCore.exe[/code] doesn't seem to actually do anything. [editline]4th November 2016[/editline] I probably didn't see it or completely forgot about it. Sooo how do I use that program. I assume I just select LCore.exe on the drop down menu, check mark Run on startup, reboot and it should automagically do what my batch file does whenever LGS is being stupid.[/QUOTE] Think that's how it works. Reboot isn't necessary though. [editline]4th November 2016[/editline] It doesn't send the WM_CLOSE though, I'll add that in now.
[QUOTE=helifreak;51305475]Think that's how it works. Reboot isn't necessary though.[/QUOTE] I should find a way to log whether or not the Sleep Detector actually does anything [editline]4th November 2016[/editline] [QUOTE=helifreak;51305475] It doesn't send the WM_CLOSE though, I'll add that in now.[/QUOTE] WM_CLOSE doesn't seem to do anything in the batch file I made so there has to be another way to open LGS and not have it show the UI. The only work around I can see is finding something to close the window after the fact but it would be better to just make it so the window doesn't open at all.
[QUOTE=garychencool;51305487]I should find a way to log whether or not the Sleep Detector actually does anything [editline]4th November 2016[/editline] WM_CLOSE doesn't seem to do anything in the batch file I made so there has to be another way to open LGS and not have it show the UI. The only work around I can see is finding something to close the window after the fact but it would be better to just make it so the window doesn't open at all.[/QUOTE] Tried sending WM_CLOSE to the process handle, main window handle and using the built in closemainwindow method and none of them did anything. [URL="https://helifreak.duckdns.org/files/SleepDetector.exe"]Added logging though[/URL]. [URL="https://helifreak.duckdns.org/files/SleepDetector.7z"]Spaghetti code[/URL].
[QUOTE=garychencool;51303744]Have fun with the dongles and adapters! But realistically just get those hubs which makes things cleaner and more useful. Why get a USB-C to USB-A 3.0 when you can get a hub to split that to 4 full speed USB 3 ports. There's other hubs with HDMI output, USB-C pass through and other good stuff.[/QUOTE] The real DongleGate
[QUOTE=pentium;51304899][t]http://images.anandtech.com/old/motherboards/fic/az11.jpg[/t][/QUOTE] I think the original design was suppose to be a microATX board, and they decided to turn it into a full ATX board literally last minute It appears there's another model called the FIC AZ11E that "fixed" the design i guess? [t]http://www.motherboard.cz/mb/fic/AZ11E.jpg[/t] [editline]4th November 2016[/editline] [QUOTE=AugustBurnsRed;51304953]why was every motherboard either PCB green or vomit colored back in the day[/QUOTE] Because they're cheap and cures the fastest. People didn't care about aesthetics of internal components as much back then. Windowed cases is still a relatively new concept. [QUOTE=pentium;51305010][url=http://www.ebay.com/itm/LOGICRAFT-PC-286AT-286-MOTHERBOARD-N80286-10-SX109-10MHz-CPU-RARE-WHITE-BOARD-/221706031939?rmvSB=true&nma=true&si=lElX1Wx6QEVxppttaTcIFb6djdY%253D&orig_cvip=true&rt=nc&_trksid=p2047675.l2557]We had white too, you know.[/url][/QUOTE] We still do [img]http://international.download.nvidia.com/webassets/en_US/shared/images/articles/rise-of-the-superclocked-cards/GalaxyGeForceGTX560WhiteEdition-Rear.jpg[/img] White PCBs are rare simply because the white mask is very expensive, and it also takes a ridiculous amount of time to cure.
I'm just glad we got rid of that awful beige colour on cases and I hope it never comes back either ironically or unironically.
[QUOTE=Genericenemy;51305981]I'm just glad we got rid of that awful beige colour on cases and I hope it never comes back either ironically or unironically.[/QUOTE] [img]http://www.3dnews.ru/assets/external/illustrations/2013/04/03/643702/Corsair_Obsidian_900D_Special_Edition_Beige.jpg[/img]
[img]http://www.3dnews.ru/assets/external/illustrations/2013/04/03/643702/Corsair_Obsidian_900D_Special_Edition_Beige.jpg[/img] [editline]4th November 2016[/editline] Binary you fuck, I still got the new page :v:
I would buy that so hard
Should deter thieves right? Right???
[QUOTE=garychencool;51306059]Should deter thieves right? Right???[/QUOTE] Its missing a green number display that indicates it's not from last 2 decades
[QUOTE=aurum481;51306236]It's missing a green number display that indicates it's not from last 2 decades[/QUOTE] Don't forget a turbo button.
[QUOTE=Genericenemy;51305981]I'm just glad we got rid of that awful beige colour on cases and I hope it never comes back either ironically or unironically.[/QUOTE] My main beef with that color is the fact the plastic faded over time to a gaudy yellow-ish tint
I love the fact that right out of one of my client's going towards a tech center with Oracle and the like there's a road called "Disk Drive" and one called "Tape Drive"
[QUOTE=Van-man;51306482]My main beef with that color is the fact the plastic faded over time to a gaudy yellow-ish tint[/QUOTE] Wasn't just PC cases, Snes and some Dreamcast owners will say their devices also suffer from the same issue though it is reversible.
The old school beige shit wasn't even that bad, it's the discoloration that's disgusting.
[QUOTE=SuicideZ;51307477]The old school beige shit wasn't even that bad, it's the discoloration that's disgusting.[/QUOTE] No it was pretty bad. The only acceptable colors for computer cases are black, white, and gunmetal. [editline]4th November 2016[/editline] No LED's, no weird knobs or protrusions, a clean window with no design is acceptable.
When you forget a where clause and set all the data to null in a critical table on the QA server :hammered: Thank god we have weekly backups every Thursday... just restored all the data over from that.
Sorry, you need to Log In to post a reply to this thread.