|
327
|
Main Area and Open Discussion / Living Room / Re: You thought those cheap no-name USB/Phone charger were safe?
|
on: November 15, 2012, 05:31:17 PM
|
I'd be inclined to think the second yellow wire came loose and shorted to something (first yellow?) cooking that corner of the board. There doesn't really appear to be any thing else there it could have hit. The 4 diodes amount to a bridge rectifier, and give you a DC square wave, then the transformer drops the voltage. The rest is just for the green lite and power conditioning (to avoid the garbage in, garbage out scenario). Not a really complicated widget.. Just thinking out loud. 
|
|
|
|
|
328
|
Main Area and Open Discussion / Living Room / Re: Well, I got it: Nokia Lumia 920, Windows 8
|
on: November 14, 2012, 11:37:48 AM
|
I'm still waiting for Sprint to get their head out of their ass and offer some proper W8 phones. But for my current W7 phone the office mobile's Outlook tied to exchange does great for scheduled calendar events - I'm hoping/assuming that hasn't changed) - When a scheduled event pops up it plays a sound and a quick glance tells me what it's on about. I don't really need to swipe the phone open it's just there on the lock screen to snooze or dismiss.
How is the camera on the 920? I couldn't care less about the purest nitpicking about maximum bla-bla-bla ... I just want to know if the thing will take a descent picture that will still look right when it gets to a desktop. My current W7 HTC Aspire's performance is less than stellar in that regard.
I've never used my phone with Exchange but as near as I can tell mail hasn't changed moving from WP7 to WP8. Those screen waking "toast" notifications are still in play -- much to the chagrin of some who feel it's a serious security/privacy issue. I was wondering if that aspect would come up. Personally I'm not worried about it - and love the feature for quick glance info. To me it's really more a matter of how securely you carry the phone. Leaving your phone laying around where some passerby can read toast mesages is just plain foolish ... It's not the phones job to protect people from themselves. If something is kept in ones pocket, it ain't gonna get lost (or read by anyone). If that same thing is laid down in various places every time one moves ... well (duh..!) it's just a matter of time before it gets lost (or "leaks" something it shouldn't have). The camera is fantastic. The way it stabilizes and compensates for my shaky hands is amazing, which also allows it to keep the shutter open longer in poor lighting making it likely the best low light camera phone on the market. I've seen some complain that images taken in good light are a bit washed out... nothing that can't be fixed with a firmware update. I think it's largely people who were hoping "Nokia PureView" would allow them to give up their SLR. It's still the best in-phone camera I've ever used. Just took this - if you look closely, it wouldn't hurt to apply a little sharpness I guess. That'll work. Thanks.
|
|
|
|
|
329
|
Main Area and Open Discussion / Living Room / Re: Well, I got it: Nokia Lumia 920, Windows 8
|
on: November 14, 2012, 07:07:02 AM
|
|
I'm still waiting for Sprint to get their head out of their ass and offer some proper W8 phones. But for my current W7 phone the office mobile's Outlook tied to exchange does great for scheduled calendar events - I'm hoping/assuming that hasn't changed) - When a scheduled event pops up it plays a sound and a quick glance tells me what it's on about. I don't really need to swipe the phone open it's just there on the lock screen to snooze or dismiss.
How is the camera on the 920? I couldn't care less about the purest nitpicking about maximum bla-bla-bla ... I just want to know if the thing will take a descent picture that will still look right when it gets to a desktop. My current W7 HTC Aspire's performance is less than stellar in that regard.
|
|
|
|
|
330
|
Other Software / Developer's Corner / Re: T-Clock 2010 (download)
|
on: November 11, 2012, 08:49:34 AM
|
|
I'm wondering if any of these work while the clock is being unresponsive.
/exit : Exit T-Clock 2010 /prop : Open T-Clock 2010 Properties /start : Start the Stopwatch Counter (open as/if needed) /stop : Stop (pause really) the Stopwatch Counter /lap : Record a (the current) Lap Time /reset : Reset Stopwatch to 0 (stop as/if needed)
Also might be worth a shot to try the released with sourcecode build 98 to see if it behaves differently.
|
|
|
|
|
331
|
Main Area and Open Discussion / Living Room / Re: Win 8 Zero-Day Exploit
|
on: November 04, 2012, 07:37:32 AM
|
Boot-level attacks are on the rise according to security experts. Attackers have found great success with rootkits that infect a Windows machine’s BIOS or Master Boot Record, giving them persistent and often undetected access to a machine. Boot-level attacks can also lead to further malware infections where an attacker can harvest credentials and use an infected computer as a pivot point for attacks on other machines in a network. I've been seeing many of the MBR variety in the field lately, but hadn't realized the BIOS exploits were off the drawing board and in the wild. Any ideas how one would even go about trying to detect/remove one of those??
|
|
|
|
|
335
|
Other Software / Developer's Corner / Re: T-Clock 2010 (download)
|
on: November 01, 2012, 06:36:03 PM
|
|
Damn peculiar that is. With all of the WMP systems ripped out of N it makes sense that T-Clock would have problems as it is dependent on much of it for its media file handling. But Enterprise shouldn't have any effect on it ... That I can think of.
May haps if we can get a larger test group a trend or commonality could be spotted/found.
|
|
|
|
|
338
|
Main Area and Open Discussion / Living Room / Re: Don't You Want to be "Safe"?
|
on: October 31, 2012, 07:45:34 PM
|
In latest case to test how technological developments alter Americans' privacy, federal court sides with Justice Department on police use of concealed surveillance cameras on private property. I wonder exactly how hard it really is to generate a 'small' EMP..
|
|
|
|
|
339
|
Main Area and Open Discussion / Living Room / Re: You thought those cheap no-name USB/Phone charger were safe?
|
on: October 31, 2012, 07:22:15 PM
|
|
Sounds more like they're not safe for (Princes and the Pea) iPhones. We've got 20+ cell phones at the office mostly Androids, 2 iPhones, and my Windows 7 phone. All of them charge daily on the $3 (wall and USB)chargers that I got from NewEgg at various points (depending on what was on sale), and none of them died from anything other than getting dropped one to many times.
Come to think of it I don't really know what the iPhones charge off of ... But the Androids and I are perfectly happy with the cheap stuff.
|
|
|
|
|
340
|
Other Software / Developer's Corner / Re: T-Clock 2010 (download)
|
on: October 31, 2012, 06:20:15 PM
|
I took a quick try on the font rendering issue today. I replaced the TextOut function call by DrawThemeTextEx which is supposed to paint text on glass surfaces. But the API is highly different. Not only the layouting works differntly, it also requires a Unicode string as opposed to the plain ANSI char* used in the programme. These are obstacles that I cannot easily pass. My C++ skills are too limited, not to mention even more ancient C. If somebody could explain me how to replace TextOut with DrawThemeTextEx correctly, I could possibly make it work. Until now, I only see some random pixels, and for some time, my TClock build won't respond and eventually crash Explorer. Guess I should restart Windows first.
Update: I should restart Explorer correctly. Integrity level Low and High are both wrong, it must be Medium. (Using Process Hacker) This is a bit more complicated to run as, but it works. Then TClock (and all other applications...) works correctly again.
That's the downside of inheriting a program that was originally written in the mid 90's  The unicode handling was one of the things that tripped me up as well - The project requires a massive rewrite to resolve this I suspect. The DrawThemeTextEx (and friends) function(s) was a (really clever) home grown export by Two_toNe, I tried to do what I could with it...But I too have my limits. Best advice I can give is do most of your testing in a VM because T-Clock hooks directly into the shell and will crash it in a flash if something (test code level) goes sideways. During development I ran 3 VMs and 2 Remote Desktop sessions for testing purposes to avoid crashing the shell (constantly...) on my main development machine.
|
|
|
|
|
341
|
Other Software / Developer's Corner / Re: T-Clock 2010 (download)
|
on: October 31, 2012, 06:07:21 PM
|
I can't switch off DEP for it. Nor do you need to ... I'd have never released it if that was a requirement. I run DEP for everything and have NX enabled. T-Clock runs fine. Are you by chance running the 32-bit binary?
|
|
|
|
|
343
|
Other Software / Developer's Corner / Re: T-Clock 2010 (download)
|
on: October 31, 2012, 12:04:46 PM
|
Too bad, no functionality in windows 8. It started to show time, else no reaction.
Strange, it runs fine on my Win8 x86 laptop, and the Win8 x64 machine I have here in my office. The text does seem to move around a bit when the charms bar is opened or closed. But beyond that it did fine throughout the beta, and on the release versions I'm running now. Maybe we can convince Stoic Joker to update it for Windows 8 as his NANY 2013 project? My we're persistent...  ...But I don't have a prayer of hitting that target. Work is leaving me with no time for a life these days...and most of the life I've had time for has been a bitch. *Shrug* ...That's "normal" this close to 50, right..?
|
|
|
|
|
344
|
Main Area and Open Discussion / General Software Discussion / Re: overcome compatibility issues
|
on: October 31, 2012, 06:39:39 AM
|
HP Deskjet 1000 Which one? If it's a cse/cxi then no, support was dropped at the Win95/NT level. If it's a J110 then you might be able to get the Vista x64 driver to work...but there is no guarantee. Safest option to try (assuming it's a J110) is the Vista x64 Basic Driver Package from HP's site ... If that doesn't work...nothing will.
|
|
|
|
|
345
|
Main Area and Open Discussion / Living Room / Re: Mass Social Engineering in Forums
|
on: October 30, 2012, 12:16:08 PM
|
This is not desirable as it then leaves the enforcement agencies unable to track the percentage of those in the population who always resist attempts for control against them . So standing up for yourself is bad.. Lovely (and rather subtle) pitch for weakness is strength there ain't it Ren?
|
|
|
|
|
346
|
Main Area and Open Discussion / General Software Discussion / Re: Windows Server 12 shipping Nov 1, 2012
|
on: October 29, 2012, 01:34:03 PM
|
I'm currently in the process of deploying a 2012 server for a new client.
Cool! Could you keep us posted on how you're provisioning it and how it works out? Thx  Unfortunately this dep isn't that exciting. It's just going in as a single DC/file server for a small training facility. I put the OS on a 100GB partition and after configuring the usual AD/DHCP/DNS stuff there is 89.1GB still free. The setup was (mostly automated, and) straightforward enough that I don't think it's actually possible to screw it up...Although the configuring AD after the install/reboot part did throw me a bit at first. Bare drive to active domain took less than an hour on a Dell R310.
|
|
|
|
|
347
|
Main Area and Open Discussion / General Software Discussion / Re: Windows Server 12 shipping Nov 1, 2012
|
on: October 29, 2012, 12:05:13 PM
|
It's huge...it's here...it's cool...and, um...it's got the Metro interface. Better get over it!
Given that they finally came up with a layout for Server Manager that doesn't suck, metro is actually a bit of a plus for server. Everything you're likely to need is either easy to find in SM, or accessible via CMD. I'm currently in the process of deploying a 2012 server for a new client.
|
|
|
|
|