Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:UAC - A Double Edged Sword (Score 2) 187

I wouldn't be surprised if LG ran into a COM issue with Windows and decided to make the program for reliable for the user by disabling UAC instead of resolving the problem in a different way.

There really isn't any reason they needed to do this, besides incompetence or malice. I know, I develop commercial software that does much the same thing as their software.

I commented further down with more details regarding why.

Comment They didn't have to (Score 3, Interesting) 187

There are ways to work around UAC without disabling it in this case. I know, because I wrote MaxTo, which does much the same things, and works with software running under UAC.

If you want MaxTo to work with UAC, you'll need to run MaxTo elevated. If you say deny elevation, it simply won't work with elevated software.

I'm pretty sure LG just took the "easy way" out (or they may have nefarious purposes, but I won't speculate), instead of figuring out how to communicate between elevated and non-elevated processes.

To do this sort of thing, you'll need to divide your software into a few parts. First and foremost, you'll need to install a global system hook. That hook has to be written in unmanaged code (meaning C/C++). You'll need software that controls the hook (but it can be written in a managed language). Now, both the controlling software and the hook has to be compiled as both x64 and x86 code. They will probably also have to communicate with eachother across the x86/x64 platform boundary.

Now, to get the software to communicate (using window messages) across the UAC boundary, you have to specifically let Windows know which window messages your app will accept from the other side. This is probably the step they missed. You do this by using ChangeWindowMessageFilter or ChangeWindowMessageFilterEx .

Space

Comet ISON Survives Perihelion (Barely) 62

An anonymous reader sends this update from NightSkyInfo: "Yesterday, when Comet ISON plunged through the solar atmosphere and behind SOHO's coronagraph (the black disk designed to block out the direct light from the Sun), its nucleus dwindled away to nothing and most of the tail simply evaporated. Everyone assumed that the comet completely disintegrated and died a fiery death. However, several hours after perihelion, ISON began to brighten up again. It is now distinctly evident on live images from SOHO, looks like a comet, and continues to brighten as it moves farther away from the Sun." Experts are unwilling to say precisely how intact the comet is — we'll need more data to make a conclusion about that — but astrophysicist Karl Battams says this is their best guess: 'As comet ISON plunged towards to the Sun, it began to fall apart, losing not giant fragments but at least a lot of reasonably sized chunks. There's evidence of very large dust in the form of that long thin tail we saw in the LASCO C2 images. Then, as ISON plunged through the corona, it continued to fall apart and vaporize, and lost its coma and tail completely just like Lovejoy did in 2011. (We have our theories as to why it didn't show up in the SDO images but that's not our story to tell - the SDO team will do that.) Then, what emerged from the Sun was a small but perhaps somewhat coherent nucleus, that has resumed emitting dust and gas for at least the time being. In essence, the tail is growing back, as Lovejoy's did.' Here's a GIF of the comet rounding the Sun (put together by Emily Lakdawalla).

Comment The only problems I have had moving over... (Score 1) 697

PBS, and updates to systems are my issues.

The only thing I use my TV nowadays for is watching a few shows on PBS like Mystery, Dr. Who (because no licence on Hulu or Boxee for american viewers), other British mystery shows or comedies, and occasionally local news. Basically both PBS and England have not embraced streaming video to this part of America. Bunch of licence crap.

The only other issue I have is that Boxee came out with an amazing product for a computer (desktop), then have not updated it (at least the linux version) because they have focused on their Boxee Box. Still waiting to see if they are going to drop the desktop, or move back.

Comment Inconcievable that Slashdot would let this happen! (Score 1) 834

I find it inconceivable that the terminator Sarah Connor chronicles show was canceled. You have Summer Glau and Garbage lead singer Shirley Manson both playing terminators, and it gets nicked before they get to start having fight scenes together. How did the slashdot crowd let this happen?

Even more mind blowingly stupid is the fact that fox creates such a great show, and doesn't sell it to say the SciFi channel or something like that. That way it could survive, plus they could recoup some costs.

Comment A simpler tax system with no tax dodges. (Score 2, Informative) 1505

Set up the tax system for business based on two things. Tax how much of their company they have in the U.S. (the portion of their company that is in the U.S. uses our infrastructure and government to its benefit), and tax how much profit they make from the U.S. (you are making money off our people and country so we get to tax that). Do that, and that's the end of any tax loop holes. If they aren't in our country or make money from our country we don't care.

Comment Re:Pelletier effect? (Score 1) 94

Looks very similar. And, like Peltier devices, the same fundamental problem remains - you've moved the heat from one spot to another, but it doesn't just disappear. You're still going to have to get it out of the general vicinity of other temperature-sensitive components, and that probably means fans.

fans... OR Dolphins!

Games

Psychoanalyzing Resident Evil and Silent Hill 67

The Game Career Guide site has up a piece doing a psychological examination of horror games. The uber-successful series Resident Evil and Silent Hill go under the microscope, giving readers a look at the psychological archetypes the games elicit, while also discussing the titles from a gameplay standpoint. It is the author's contention that the RE series is the 'standard' for the genre, while Silent Hill games shake up the gamer's viewpoint with 'avant-garde' elements. An interesting, and thoroughly academic look, at the modern face of gaming horror.

Slashdot Top Deals

God helps them that themselves. -- Benjamin Franklin, "Poor Richard's Almanac"

Working...