* Posts by John 173

7 publicly visible posts • joined 6 Aug 2009

Whitehats break out of Google Chrome sandbox

John 173

Not a problem

If there is some text on your browser window which says "Your browser is being pwned!" then just turn off the machine!

Sarah Palin calls for US to stand by North Korea

John 173

May be a slip...

... but Palin has said before she doesn't really know the difference between North and South Korea. The really sad thing is, this won't hurt her at all in an American election, may even help her a bit.

Windows 0day allows malicious code execution

John 173

Required

How do you know there aren't already exploits in the wild? Also, the Gdi in NtGdiEnableEUDC puts the UI in KERNEL.

John 173

Oops

Oops, I take that back about the GDI comment.

Ubuntu's iTunes jumps to Windows and Android

John 173
Thumb Up

Spotify

Currently I use Spotify and don't see too much of a need for change. The advantange of using spotify is the many social elements surrounding it, such as community generated play-lists and user taste/artist similarity. I do miss owning my own CD's though, and Spotify doesn't stream beyond 160kbps for mobile devices, allowing 360kbps only for your wall computer. This could be pretty good for competition though, especially if it supports lossless formats such as flac.

Google Chrome update fills in parsing bug

John 173

How damage

I'm curious, how much damage could someone actually from the sandbox? Disk access? Unrestricted Memory access to the chrome processes space? Anyone have a link?

XML flaws threaten 'enormous' array of apps

John 173

Not too good validation

As far as I know, this isn't a valid xml document, but it gets parsed ok.

<?xml version='1.0'?><protocol v='1.0' id='1'><greetingrequest />as></protocol>

I think the '>' should be escaped.