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. Not sure if fragmentation is a problem any more with Steampipe. GCF files are not used any more. I don't know how VPK files store their contents.

  2. Re:If only Tim Sweeney could find the ZZT source! on Commander Keen: Keen Dreams Source Code Released · · Score: 1

    ZZT is pretty transparent in how it operates, and all the data files have been completely disassembled (and I assume documented somewhere). In theory it shouldn't be too hard to clone it from scratch. There are several clones out there, IIRC (I think one was called z2 or something and there was one other good one), though I think most try to extend ZZT in some way and do their own thing with their own data files.

  3. Re:PowerShell - the whole language on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    The fun stuff is that you can use any .NET object in addition to PowerShell commands and syntax. And then you can also use command line apps as well (though there are annoying issues with delimiting arguments depending on which method of invocation you use).

  4. Re:Python False = True on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    In JavaScript it is perfectly valid to make a variable called "undefined" and assign it any value you want. Of course, to its credit, any assignment on the global scope (window.undefined is defined as undefined in Chrome) is ignored and it will still have the value of undefined, so it only works inside a function. Still odd though. null, true, and false are all keywords and thus cannot be assigned to.

  5. Re:Many languages and... on Ask Slashdot: What Are the Strangest Features of Various Programming Languages? · · Score: 1

    Oh JavaScript is fun with that, because it's optional, which means even if you want to continue onto the next line, if a line is a valid standalone statement it will imply the ; terminator.

    Example:

    function() { return
    true; }

    This stumped me for a bit.

  6. The math tends to be simpler in many cases if you start counting at 0. In C's case, a[1] is == a + 1 if a is an array of bytes.

  7. < and > are used for input/output redirection so they used -gt and -lt. Not sure why they didn't just use = for equals but they might have wanted to just be consistent?

  8. Re:Bad business practice on Australian Consumer Watchdog Takes Valve To Court · · Score: 1

    To be fair it says right on the AVGN store page under System Requirements that it requires Windows. The Steam Store is a website that anyone with a browser can access, regardless of what OS they run. I wouldn't expect Newegg or Amazon, for example, to only let me buy computer hardware that is compatible with the OS I am currently browsing from.

    Though if you did it through the Steam client itself I can see the confusion... it should probably warn you at checkout in that case that you would need to own a different PC in order to play your order.

    Currently I think the only warning is shown when you launch the game, and your hardware requirements don't seem to match up with the game's. In the cast of most hardware requirements the Steam Store can't tell while you're web browsing, but it can see your OS so they could check it earlier for that factor.

    In the future you can use this page to browse Mac games on Steam.

  9. Re:Why not a master password for the PW manager? on Chromium 37 Launches With Major Security Fixes, 64-bit Windows Support · · Score: 3, Informative

    Chrome already encrypts your data (on Windows at least) using your Windows login credentials using the Crypto API. If the user is not logged in, the passwords are impossible to read. If the user is logged in, all it takes is an API call run by that user to decrypt them, no reauthentication necessary (and this is why you lock your PC when you walk away). I think it is a very usable solution to the "but I save passwords to avoid remembering passwords, I don't want a master password" problem, but still keeping things secure.

    I think cookies are encrypted now, too.

  10. Re:Agile can fuck off. on Latest Wikipedia Uproar Over 'Superprotection' · · Score: 2

    At work, we have to use little cards on the wall AND an electronic tracking system.

  11. "Limitations on proxy support"? on Tor Browser Security Under Scrutiny · · Score: 2

    I assume they mean that it hooks into the OS-level proxy settings. That is a good thing, I hate configuring my proxy settings over and over and over for every application when the OS already has a setting for it.

    But it isn't a limitation, last I checked there was a command line parameter for forcing use of a proxy. So just make a launcher app that forces Chrome to use Tor. You should be able to even launch a Tor-using Chrome side-by-side with a non-Tor Chrome if you set it up right (using --user-data-dir to make a new Chrome profile and instance instead of using a local user profile and instance).

  12. Re:Always lock your phone! on $125,000 Settlement Given To Man Arrested for Photographing NYPD · · Score: 1

    "The guy dropped it on the ground by accident, we didn't break it."

  13. Re:HTTPS may not be secure either on Watch a Cat Video, Get Hacked: the Death of Clear-Text · · Score: 1

    This is why your browser will NOT display the green lock if a HTTPS pages references HTTP resources.

  14. Re:Changes to the protocol? on Black Hat Researchers Actively Trying To Deanonymize Tor Users · · Score: 1

    The packets would still have to use the same exit node, since the final hop to the destination has to use the original TCP (one source, one destination) so it likely wouldn't add too much. The packets are already encrypted, so the intermediate nodes can't see what you're doing in any case, so I don't think there's an added benefit to doing that. Might just slow things down since the packets have to be assembled at the end anyway. Of course Tor hidden services don't take that last unencrypted hop, but it still uses the same hidden node as a destination.

  15. Re:Propaganda won't help this time on Russia Prepares For Internet War Over Malaysian Jet · · Score: 1

    in addition to having lost citizens in the crash

    I would think so too, but apparently as of this morning we're still not sure any Americans were even on board (?!?!) despite knowing when it happened that there were 23 on board. Of course maybe they're referring to actually finding and identifying bodies, I dunno.

  16. Re:And I just want Firefox not to shit itself on Mozilla Doubles Down on JPEG Encoding with mozjpeg 2.0 · · Score: 1

    Start Firefox up in safe mode and see if it still happens. Chrome did right doing extensions the way they did... the way Firefox did it, it's near impossible to tell the difference between a problem caused by the browser or one of its addons.

  17. Re:Windows on Child Thought To Be Cured of HIV Relapses, Tests Positive Again · · Score: 1

    Yup, if you disable Windows Update and refuse to keep your PC up to date with the latest security fixes, you are going to get malware.

  18. Re:Can I play Descent on it? on FreeDOS Is 20 Years Old · · Score: 1

    Descent is currently on Steam, I would be shocked if they did not bundle it with some mechanism for modern systems (probably DOSbox, as others have mentioned).

  19. Re:Umm, ctrl+c/ctrl+v? on Windows 9 To Win Over Windows 7 Users, Disables Start Screen For Desktop · · Score: 0, Troll

    The Start Screen made a few critical improvements to the Start Menu, it just had the misfortune of being bundled with Metro.

    Namely, it eliminated a few problems caused by third-party developers cluttering up the Start Menu with extraneous folders and shortcuts (no more nested folders). Now you can have a better organized Start Screen but still have access to all those extra shortcuts if you need them.

    Bringing these enhancements back to the desktop would certainly be welcome, at least by me. Also, IIRC Tiles support was already announced for the Windows 9 Start Menu. So, like Android widgets or the already-existing desktop Gadgets... could be useful. I probably won't use them, though, except maybe for the weather.

  20. Re:PowerShell on Exploiting Wildcards On Linux/Unix · · Score: 1

    I assume from this article that Linux replaces * with filenames before the command sees it. AFAIK DOS/Windows the wildcard is handled by each specific command. dir * displays the same listing as just plain dir does, while passing dir a bunch of directory names will display the contents of those directories (like ls does... I guess that explains that behavior! It always confused me). PowerShell, at least as far as Get-ChildItem, seems to work the same way as dir (except it does not take multiple directory names in parameters).

  21. Re:so how is Kickstarter not liable? on $500k "Energy-Harvesting" Kickstarter Scam Unfolding Right Now · · Score: 1

    4 needs to be "start a class-action suit against the ACTUAL fraudsters". IIRC there was a story floating around the internet about such a lawsuit recently and the backers won.

    Of course, this is because the kickstarter was a scam. If the actual product isn't delivered but the company was acting in good faith, you have no case. You're not guaranteed to get anything out of a kickstarter; it's an investment, and some investments fail.

  22. Re:Feature or bug? on Nokia Extorted For Millions Over Stolen Encryption Keys · · Score: 1

    The problem is that any applications signed by the key would look like they were officially approved by the company, even if they were not. There would be no way to differentiate them... that's the purpose of the key!

  23. Re:If generic and common behavior patents are... on Chinese Gov't Reveals Microsoft's Secret List of Android-Killer Patents · · Score: 1

    I assume the patents themselves are public, just mixed in with all the other ones. Searching for existing patents to something specific you're trying to do would hopefully uncover the specific ones you're looking for.

  24. Re:Dear Microsoft.... on Microsoft Fixing Windows 8 Flaws, But Leaving Them In Windows 7 · · Score: 1

    The problem I have for Windows 8 is that the keyboard DOES pop up when hitting a textbox... when I have a hardware keyboard attached.

    That said, I am developing a touch-friendly web app, so as a cube farm drone, touch is very useful for me. :)

  25. Re:FUnny on Netflix Ditches Silverlight For HTML5 On Macs · · Score: 1

    Whoops, didn't see the hidden post up there, guess I just came full circle.