Slashdot Mirror


User: The+MAZZTer

The+MAZZTer's activity in the archive.

Stories
0
Comments
2,451
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,451

  1. Re:Does it take into account onload? on Google Updates Algorithm To Punish Websites With Excessive Ads · · Score: 1

    Google seems to do their page preview rendering with a modified version of Chrome (plugins are rendered with Chrome's "blocked plugin" image). So they're using a REAL web browser (even if automated) to check these pages so they can't just use JavaScript to trick Google because the JavaScript is likely being parsed and taken into account.

  2. Re:I miss GOTO...there I said it on Visual Studio Gets Achievements, Badges, Leaderboards · · Score: 5, Insightful

    I would skip GOTO in favor of putting some of that logic into a function. Then I can simply return; from it instead of using a GOTO to break out of as many levels of logic as I need, back to the calling function.

  3. Re:gamers changes hardware a lot on Ubisoft Has Windows-Style Hardware-Based DRM For Games · · Score: 1

    Steam will not let you purchase a game you already own. Occasionally it screws up and does not display "You already own this game" in the cart, but even then it will let you know it screwed up and you actually do own something in your cart if you try to continue.

    The only way it will give it to you if you own it is if you explicitly tell it you want it as a gift. And then it will ask you how you want the gift deliverted (to a Steam account, an e-mail address, or your Steam inventory to gift later). Otherwise the purchase only goes through if you don't own the games.

    Methinks you clicked through too fast without reading or thinking. :( I personally bought a ton of games over the winter sale and Steam politely informed me when I added games I forgot I owned to my cart, and would not let me purchase them. When I bought gifts I was given an extra screen that let me decide to save them for later and deliver them at my leisure (a feature I have wanted for a long time).

  4. Re:notepad++ dude. on Ask Slashdot: Best Open Source Answer to Dreamweaver? · · Score: 2

    Yup. I keep my webpage loaded in Chrome and just refresh whenever I make changes. That is my WYSIWYG.

    And I can always use the Chrome Developer Tools to quickly see what a CSS or HTML tweak will do to my page before I go into my code and change it for real to test it.

  5. Re:Auctioning versus selling, optimum pricing on Raspberry Pi $25 Linux Computer Now In Production (Video) · · Score: 1

    Didn't they auction off beta boards on eBay?

  6. Re:My college did it easier on Inside the Great Firewall of China's Tor Blocking · · Score: 1

    Whoops, looks like they're called "directory servers". Not sure if I remember it wrong or if I really did think they were called "dictionary servers".

  7. My college did it easier on Inside the Great Firewall of China's Tor Blocking · · Score: 4, Informative

    Tor has to connect to so-called "dictionary servers" periodically to refresh its list of tor nodes to try to use. If you block those servers, tor breaks.

    At least, that's how it worked when they finally figured out how to block it after 3 years. Maybe tor has improved since then.

  8. Re:I've already got that... on Windows 8 To Include Built-in Reset, Refresh · · Score: 4, Informative

    That will not work with Vista/7 due to the usage of NTFS junctions and such. So beware if you want to do this with a newer Windows. Fortunately those OSs introduced the .WIM file format which is mid-way between an archive format like ZIP and a disk image format like VHD or VMDK etc. AFAIK .WIM is a special archive format that allows for keeping track of all NTFS metadata but it's not in a rigid layout like a disk image. You can get tools to make a WIM image easy enough, "imagex" is downloadable from MS. And I believe what you can do with the image is burn a Windows Install DVD that will work like a normal Windows installer but will restore the image you made (which is essentially what the stock installer does anyway starting with Vista).

  9. Re:Until the malware get smart on Windows 8 To Include Built-in Reset, Refresh · · Score: 1

    As I stated elsewhere this is already possible with System Restore, except ACLs block it for at least minimal protection. Of course refresh/reset is NOT a security feature, it strikes me more as a maintenance feature, for when various registry settings get messed up or otherwise things break mysteriously in Windows, you can just go back and have it fixed. It sounds like System Restore but it would avoid trouncing user data (unless you tell it to) and it would backup more than just program binaries and the registry.

  10. Re:Good luck! on Windows 8 To Include Built-in Reset, Refresh · · Score: 1

    This is already possible with System Restore.

    The current solution to this is to deny all users access to the System Restore files and only allow the SYSTEM "user" access. The same methods will likely be used for the reset/refresh functionality.

  11. Re:For 1 data point on Why Freemium Doesn't Work · · Score: 2

    Yeah. I don't have figures on hand but apparently Team Fortress 2 has been making wheel-barrels full of money for Valve since going F2P.

  12. Re:Winter on Ford System Will Warn, Correct Lane-Drifting Drivers · · Score: 1

    Then the camera won't be able to see the lines, now will it?

  13. Like I've been saying... on Apocalypse Tourism: Where To Celebrate Doomsday? · · Score: 3, Funny

    The best dates will be the 22-24th, and the best places will be shopping malls all over the world. I mean, I figure these people aren't going to be doing Christmas shopping until the last minute!

  14. Re:I don't have a smartphone... on Why Can't We Put a BASIC On the Phone? · · Score: 1

    Nah, you can just sandbox the I/O and only give the app access to it's own little space. All phones must do this already. You gotta have it for high scores or saved games or whatever.

  15. I don't have a smartphone... on Why Can't We Put a BASIC On the Phone? · · Score: 0

    But I have gotten the impression Apple keeps iOS locked down and that even with open-source Android carriers try and restrict how you can load apps. A BASIC interpreter would either be powerful enough to work around this restriction (and thus rejected from app stores) or useless enough that no-one would want to use it. Of course, a sandboxed-type BASIC (IE for making local-only games, for instance, and not allowed to use any phone functionality) or something could strike a balance between the two. It's not like the DOS versions of BASIC I used to play around with were very powerful (unless the POKE command counts).

  16. Re:Haw. on Ask Slashdot: Assembling a Linux Desktop Environment From Parts? · · Score: 5, Insightful

    Back up a few steps. He's asking for suggestions on apps and configurations... how is that an "everybody else is wrong" mentality? You, on the other hand, are immediately leaping to the conclusion that HE is wrong.

    It also sounds like he is experimenting just for his own personal use, not for creating a distro. His own personal configuration would hardly affect public perception of Linux.

  17. Re:Headline.. Flaw in APPLE Safari for windows fou on New Remote Flaw In 64-Bit Windows 7 · · Score: 5, Informative

    Addendum: <iframe height='18082563'></iframe> causes a BSoD by the Windows kernel so it is certainly a Windows bug. It would be trivial of Apple to hotfix it to prevent exploitation via Safari but any other application could theoretically exploit it and elevate their code. Of course it doesn't appear anyone else has actually gotten it to execute arbitrary code yet, despite the summary claim...

  18. Re:Headline.. Flaw in APPLE Safari for windows fou on New Remote Flaw In 64-Bit Windows 7 · · Score: 4, Informative

    TFA suggests it allows kernel privileges, so it is certainly a Windows exploit. But it may also be a Safari bug too, it depends whether or not the data it is passing to the Windows API calls that are causing the exploit would be considered reasonable or not.

  19. Re:Now these guys have some balls on Iran Wants To Clone Downed US Drone · · Score: 1

    Don't miss Iran... going to take full advantage of the drone, but wanting an apology for it being there in the first place.

  20. Re:Microsoft and open source on Windows 8 Store Will Allow Open Source Apps · · Score: -1, Troll

    My mom had a horrible experience with OpenOffice recently. She just wants to print out some address labels and the only way I could figure out how to do this involved making a database. You shouldn't have to make a database to print address labels.

    Plus the crash dialog when it crashed in the middle of her work was too wordy for her (it was trying to get her to submit a crash report, something she wouldn't have cared about at all) and didn't even restore any of her work when it claimed to.

    It didn't help that she expected me to know everything, despite me repeatedly telling her that I did not know how to do labels with OpenOffice any more than she did. So it ended up being a horrible experience for me, too.

    In the end, it would have been quicker for her to make the labels using a typewriter.

    Of course I blame Dad for not installing LibreOffice in the first place (he thinks OpenOffice is the same OpenOffice) but I can't claim I know it would be any better.

  21. Re:Microsoft and open source on Windows 8 Store Will Allow Open Source Apps · · Score: 1

    Yup, HTML cares not for your silly whitespace, it only respects tags!

  22. Re:Don't block UI elements, block low-level access on Ask Slashdot: Ubuntu Lockdown Options? · · Score: 1

    Whoops, never mind.

    Best to inform whoever gave you the restrictions that with those restrictions you would fully expect students to work around any solutions you put in place. The restrictions themselves will give the students loopholes.

  23. Don't block UI elements, block low-level access on Ask Slashdot: Ubuntu Lockdown Options? · · Score: 1

    Don't try to block internet access at the local level, they'll work around it. At the firewall level whitelist specific sites and block everything else. Then even if they fire up a web browser it'll be useless.

    And simply uninstall or use user permissions to block access to unwanted applications.

  24. Re:I can't believe that many people... on Two-Thirds of Lost USB Drives Carry Malware · · Score: 1

    TFA says they think this is unlikely due to the type of malware they found.

  25. I think the generally accepted solution on Good Disk Library Solutions? · · Score: 5, Informative

    ... is to rip everything to a large hard disk and set up some sort of media center.