• CIPWTTKT&GC v0x21 (v33): Fuck Titles Edition
    67,352 replies, posted
[QUOTE=alien_guy;45218648]chrome has shit scaling but other browsers don't afaik. I know that firefox and IE do it well, not sure about opera.[/QUOTE] 99% of the programs don't scale well. Hell even some out-of-the-box Windows stuff have problems with scaling, which is fucking sad. [editline]26th June 2014[/editline] I hope Windows 9 will have better Display scaling.
Oh yeah, for whoever asked the model of the screen I use at work, it's a ASUS VE278.
[QUOTE=wingless;45215643]Everyone keeps saying this. I don't understand it. My tablet has a higher DPI. I use 0 DPI scaling, why would I waste any of that desktop real-estate at all? It makes no sense to me.[/QUOTE] idk when i set my 10 inch 1080p surface to 100% scaling it hurts my eyes to use and my vision is already shit so i don't really want to ruin it any further
ok so after advanced scientific research (aka resizing crap in photoshop) i have determined that because wingless' tablet is 1 inch bigger than mine and amiga's, the size of shit on her screen at 100% is similar to the size of shit on our screen at 125% [IMG]http://i.imgur.com/NzD9bAl.png[/IMG] [t]http://i.imgur.com/YYtARrz.png[/t] [editline]26th June 2014[/editline] i guess you should open those pics on an 11.6 inch screen for the best experience
if you want a free eye exam turn on 100% scaling
Does GNU/linux do scaling right?
Totally not late on the cable box chatter. Does anyone else have cable box games? [t]http://i.imgur.com/hSvzNdM.jpg[/t]
[QUOTE=Ezhik;45219749]i guess you should open those pics on an 11.6 inch screen for the best experience[/QUOTE] Oh. I tried opening these images on my X131e until I realized it's not 1080p.
Snapped this photo with my Gear. [t]http://puu.sh/9L5EV/672f36d920.jpg[/t] I'm impressed.
[QUOTE=garychencool;45219849]Totally not late on the cable box chatter. Does anyone else have cable box games? [t]http://i.imgur.com/hSvzNdM.jpg[/t][/QUOTE] my mom had one of those, that was the shit played snake & tetris while watching ed edd & eddy
You aren't allowed to drive this Tesla more than 5 meters! [IMG]http://img.s-c.pw/brake%20lights.gif[/IMG]
What's with all the Teslas around anyway? I've seen like, 4 in the past week.
Is the Antec ISK 300 or 310 a good case to make a server in? I want to use one to make a Kabini-based home server in one to leave somewhere hidden away. [editline]26th June 2014[/editline] [QUOTE=fishyfish777;45220924]What's with all the Teslas around anyway? I've seen like, 4 in the past week.[/QUOTE] They're a new and good car.
[QUOTE=MasterFen006;45220925]Is the Antec ISK 300 or 310 a good case to make a server in? I want to use one to make a Kabini-based home server in one to leave somewhere hidden away.[/QUOTE] That seems like an awful lot for a case that's meant to hold a computer that's hidden away. Any simple metal box with motherboard standoffs is sufficient for 99% of uses if you're just going to chuck it in a closet.
[QUOTE=fishyfish777;45220980]That seems like an awful lot for a case that's meant to hold a computer that's hidden away. Any simple metal box with motherboard standoffs is sufficient for 99% of uses if you're just going to chuck it in a closet.[/QUOTE] I thought it WAS a simple metal box, what would you have in mind instead?
[QUOTE=MasterFen006;45221083]I thought it WAS a simple metal box, what would you have in mind instead?[/QUOTE] Not much in specific, but when talking about a low-power server I think I would start looking for good deals on motherboard / CPU combos before considering a case. For example, [URL="http://www.ebay.com/itm/ASUS-AM1M-A-AM1-USB-3-0-Motherboard-AMD-Athlon-5350-Kabini-Quad-Core-2GHz-CPU-/251569740499?pt=US_Motherboard_CPU_Combos&hash=item3a92b99ad3"]this guy[/URL] has an AMD 5350 / microATX mobo combo up on eBay for $80, and LGA775-771 conversions / Intel NUCs / whatever you can find on your local auction site are all good for home server use as long as you can get a decent price on one.
[QUOTE=fishyfish777;45221809]Not much in specific, but when talking about a low-power server I think I would start looking for good deals on motherboard / CPU combos before considering a case. For example, [URL="http://www.ebay.com/itm/ASUS-AM1M-A-AM1-USB-3-0-Motherboard-AMD-Athlon-5350-Kabini-Quad-Core-2GHz-CPU-/251569740499?pt=US_Motherboard_CPU_Combos&hash=item3a92b99ad3"]this guy[/URL] has an AMD 5350 / microATX mobo combo up on eBay for $80, and LGA775-771 conversions / Intel NUCs / whatever you can find on your local auction site are all good for home server use as long as you can get a decent price on one.[/QUOTE] Eh I just thought building one myself would be easier, and I'd have more fun.
Why the fuck does every spaceship in every SciFi ever have coolant pipes running through the fucking helm? What purpose does it serve to have pipes that will spray gas and liquid all over the god damn place in the middle of a fight, so you can't see anything? And that shit is usually toxic, too. [editline]26th June 2014[/editline] Here's Google's batch file for flashing Android L to a Nexus 7. [code]@ECHO OFF :: Copyright 2012 The Android Open Source Project :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. PATH=%PATH%;"%SYSTEMROOT%\System32" fastboot flash bootloader bootloader-flo-flo-04.02.img fastboot reboot-bootloader ping -n 5 127.0.0.1 >nul fastboot -w update image-razor-lpv79.zip echo Press any key to exit... pause >nul exit [/code] ping -n 5 127.0.0.1 >nul Probably one of the more sophisticated ways to "wait" that I've seen.
[QUOTE=nikomo;45222056]Why the fuck does every spaceship in every SciFi ever have coolant pipes running through the fucking helm? What purpose does it serve to have pipes that will spray gas and liquid all over the god damn place in the middle of a fight, so you can't see anything? And that shit is usually toxic, too. [editline]26th June 2014[/editline] Here's Google's batch file for flashing Android L to a Nexus 7. [code]@ECHO OFF :: Copyright 2012 The Android Open Source Project :: :: Licensed under the Apache License, Version 2.0 (the "License"); :: you may not use this file except in compliance with the License. :: You may obtain a copy of the License at :: :: http://www.apache.org/licenses/LICENSE-2.0 :: :: Unless required by applicable law or agreed to in writing, software :: distributed under the License is distributed on an "AS IS" BASIS, :: WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. :: See the License for the specific language governing permissions and :: limitations under the License. PATH=%PATH%;"%SYSTEMROOT%\System32" fastboot flash bootloader bootloader-flo-flo-04.02.img fastboot reboot-bootloader ping -n 5 127.0.0.1 >nul fastboot -w update image-razor-lpv79.zip echo Press any key to exit... pause >nul exit [/code] ping -n 5 127.0.0.1 >nul Probably one of the more sophisticated ways to "wait" that I've seen.[/QUOTE] In Windows BATCH, there's not much of better way to do it.
[QUOTE=WhiteHusky;45222577]In Windows BATCH, there's not much of better way to do it.[/QUOTE] Windows Vista and newer: [code]timeout /nobreak /t 5[/code]
anyone here taken AP Computer Science? I guess next year my school's gotten grant money to offer up to ten students an online AP course of their choice, only one I'm interested in is compsci. They're offering to pay for the class, test, and a laptop to do online course work during a studyhall. I'm not sure how well I'd do in the class though because I've never actually looked into programming at all
Don't know which is better, the BSOD or the advertisements it displays as i walk past to work [thumb]http://s.stylee32.net/IMG_20140626_194223.jpg[/thumb]
[QUOTE=nikomo;45222824]Windows Vista and newer: [code]timeout /nobreak /t 5[/code][/QUOTE] Well, neat. I guess people use it for compatibility purposes.
[QUOTE=garychencool;45219849]Totally not late on the cable box chatter. Does anyone else have cable box games? [t]http://i.imgur.com/hSvzNdM.jpg[/t][/QUOTE] holy shit i just remembered the whole game lounge thing on my old directv box back in like 2005-2006. had so much fun on that as a kid :v:
The Android Extension Pack that Google is doing with Android L, alongside OpenGL ES 3.1, has support for doing tessellation. Fucking tessellation, on a phone.
lol 'google' just called me about some 'embarrassing search history' or something, just hung up, wish I would have stayed on and seen how they were trying to scam me
[QUOTE=Giraffen93;45220275]my mom had one of those, that was the shit played snake & tetris while watching ed edd & eddy[/QUOTE] I remember Bell ExpressVu (Satellite TV) boxes had a ton of games before Rogers. I was so jealous. It was like a console with a bunch of games.
[QUOTE=Shadaez;45223554]lol 'google' just called me about some 'embarrassing search history' or something, just hung up, wish I would have stayed on and seen how they were trying to scam me[/QUOTE] I'm still waiting for a call from "Microsoft" to remote in and show me how I'm infected. Welcome to my VM. Although I think I'll use a Linux box so they can try and help me figure out why I can't run their .exe
[QUOTE=TonyTheBean;45223167]holy shit i just remembered the whole game lounge thing on my old directv box back in like 2005-2006. had so much fun on that as a kid :v:[/QUOTE] when Rogers rolled that out, I was so happy. So I played the brick breaker game all night. Then I got bored.
Anyone have any luck ordering game codes from Amazon outside the United States? [editline]fuckit[/editline] Fuck it, I'm don't want to chance getting a region locked copy, just bought from Steam instead :v:
Sorry, you need to Log In to post a reply to this thread.