Slashdot Mirror


User: anonymov

anonymov's activity in the archive.

Stories
0
Comments
365
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 365

  1. Re:Possible badges for good code on Visual Studio Gets Achievements, Badges, Leaderboards · · Score: 1

    Nah, personally,Yoda-style comparisons for pussies are I think.

    Though it's at least reasonable code style requirement for when you work in team (unlike "only one return point" or "no do{}while() loops")

  2. Re:Possible badges for good code on Visual Studio Gets Achievements, Badges, Leaderboards · · Score: 3, Interesting

    if(x = 1) // Valid in many languages and most probably not what you want. Compile warning in some compilers
    if(1 = x) // Doesn't compile

  3. Re:Magic on Apple Intends To 'Digitally Destroy' Textbook Publishing · · Score: 1

    Well, newspapers managed to get it wrong in many ways, with things like print annual subscription 6 times cheaper than app annual subscription - that was either New York Times or New Yorker, IIRC.

    Hopefully Apple will apply enough weight to get the point across.

  4. Re:Magic on Apple Intends To 'Digitally Destroy' Textbook Publishing · · Score: 1

    Sure, all the more reasons for SOPA-likes.

    "anatomy+101+no+drm+patch+torrent" - click - Stoprightthereyoucriminalscum! You have violated the law. Pay the court a fine or serve your sentence. Your downloaded files are now forfeit.

  5. Re:Not again! on Google Ports Box2D Demo To Dart · · Score: 1

    Well, IIRC, there even were a few real .jpg trojans in the wild, but of course no one would say it is _as bad as ActiveX_, duh.

    Still, when relatively low-complexity pieces of software like image decoders get "execute arbitrary code" exploits once in a while, it's not surprising that complex VMs get a dozen every year, so yeah, "eventually download and run unsandboxed native code from random websites" is a common undocumented feature for plugins, popular malware vector and a good reason to install NoScript/FlashBlock/turn on "run plugins on demand"/etc.

  6. Re:Not again! on Google Ports Box2D Demo To Dart · · Score: 1

    Actually, much to the delight of *ahem* blackhat security researchers, they do (in other browsers too). It's just they're not intended to.

  7. Re:Magic on Apple Intends To 'Digitally Destroy' Textbook Publishing · · Score: 1

    putting out a new "revised edition" every 2 years for an ancient subject like calculus just so they can keep you from selling your textbook or buying a cheaper used one

    ... As opposed to complete inability to resell a license?

    Hopefully, we'll get it either cheap enough to compensate or - in an ideal world - DRM free.

    Worst case scenario would be publishers catching up and starting to sell them on their own, overpriced, some fucked up proprietary format and DRM'd up to the ears.

  8. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    You (and that anonymous guy with a long list of Whatchamacallit Response Team members) really suck at detecting sockpuppets. They've got fucking different style and different behaviour, how the fuck are they "same person"?

    You're conflating 2 entities, that AC crumbles 3 or more together (did somebody else make it on his list?).

    That doesn't help and just makes weighted "He's wrong because (a) and (b), also compare (this post) and (that post) from his previous account" posts lost in the "Everyone's a shill! Reply to me and get on the list too!" noise.

  9. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Bleh, that's what you get for not previewing.

    Surely you mean Micros<tab>W<tab>

    Or Micros<tab><ctrl-left><ctrl-end>w<tab> for cmd/Powershell (who the hell thought inserting full first match is a good idea?)

  10. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Surely you mean MicrosW

    Or Microsw for cmd/Powershell (who the hell thought inserting full first match is a good idea?)

  11. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Yes, he's also the submitter of this article. What does it have to do with TechGuys?

  12. Re:Some Discrepancies with Your Bitching on Google Ports Box2D Demo To Dart · · Score: 1

    Yes, it's hard, but doable. Re: bloat, it depends. Lua, for example, is around 100kB. Even if bindings take twice or four times that, it's an insignificant blip - just compare to single xul.dll's 16Mb or opera.dll's 15 or chrome.dll's 29. And all of those are just _parts_ of the application (well, except Opera, there it seems to be all there is + 1Mb of application exe)

    A side note, per my observations, many would be happy to see Lua embedded in browsers, there's already Emscripten and there was a NaCl Lua bindings project.

    Browser vendors instead compete in painting over JS with (not-)fancy(-enough) JITs and hanging new object model bindings on it. That makes me a little sad.

  13. Re:32K long file names? That'll be useful... on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Sorry, should have clarified. That was a quote from limits table in MSDN blog post, which states 32K Unicode characters as name limit and 32K (without unit) as path limit, which left me wondering.

  14. Re:Some Discrepancies with Your Bitching on Google Ports Box2D Demo To Dart · · Score: 1

    Why should it _replace_ JS engine? Sometimes I feel people forgot that <script> element has language="" attribute there for a reason.

    Scripting engine shouldn't be hard coupled with the main application. Exposing DOM should be as easy as creating new FFI wrappers for the same old objects JS engine calls on.

    Google guys seems to have it right, if they managed to include a new scripting layer without disturbing their old V8.

    Of course what I (and I'm sure I'm not only one) really wish for would be not a single new language here or there, but a pluggable architecture for new scripting engines.

    Now that could make all browsers want to catch up - but, sadly, there's no chance in hell that would happen in reality, what with even ES5 only just now becoming closer to a practically accepted standard and still lot of people with older browsers who need shims for ES5 support.

  15. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    They're too big and important to care for /.

    There's Mozilla's and Opera's guys, for example, who show up in web related discussions often, but big boys like Google, MS and Apple? Not so much.

  16. Re:32K long file names? That'll be useful... on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Maximum file name length 32K unicode characters

    Maximum path length 32K

    So you can have filename that won't fit maximum path length?..

  17. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 2

    He was in too much hurry to get that first post and hadn't much chance to get pro-MS today.

    His three other first-post-same-timestamp-as-article-but-no-subscription-account today succeed in looking down on Google, but don't have much to say about MS, except for "IE9 is now fully standards compliant and Google breaks the web".

  18. Re:Then I guess we live in a sad world on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Well, it just depends on definitions.

    Most widely used is probably FAT32, with all the portable storage using it, but it surely is not advanced and feature rich.

    Other filesystems are more advanced, but live on servers behind the scenes.

    So NTFS takes middle ground being "most advanced widely used", which is not bad by itself, just a bit misleading turn of phrase.

  19. Re:Interesting on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Here, a usecase from everyday life: Dropbox doesn't allow multiple root directories for syncing + many apps and games use hardcoded paths for storing user profiles = create junctions in Dropbox root, while cursing developers under your breath.

    The other solution, of course, is to look for a better web storage/sync solution, but it's often not worth the trouble.

  20. Re:Just like the new filesystem with Vista on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    WinFS was not even a filesystem, it was meant to be basically a database for metadata storage on top of NTFS.

    Too bad they dropped it, it's an interesting idea.

    I think only BeOS had something like that, with support for metadata and queries built right into BeFS.

  21. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Nope, he just has a time machine. See, he doesn't even need a subscription to get that first post (check them timestamps!).

    The real joke is how fast +1 Interesting mods got retracted (too bad I didn't screenshot that, now he's got none but funny/troll) and replaced with +1 Funny.

  22. Re:Full of sound and fury, signifying an idiot on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 3, Informative

    Yes, you see that asterisk right next to his nickname that means "a subscriber account"... Oh, wait, there's none.

  23. Re:My preview of ReFS on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 3, Informative

    Yeah, he's also very, very fast to be able a) read the article, b) concoct a funny answer, c) post it the same minute the article was published.

    All that without subscriber account, note.

    He's really agile with the keyboard, this guy, he does it fourth time already today.

  24. Re:Interesting on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 2

    mklink can create symlinks (which were introduced with NT6.0's update to NTFS)/hardlink/dir junctions and is available out of the box since Vista/Server 2008. There's "fsutil hardlink" command on earlier systems, but to create directory junctions you had to install Resource Kit's linkd or Russinovich's Junction.

  25. Re:My Preview of Cold Fusion Reactors on Microsoft Announces ReFS, a New Filesystem For Windows 8 · · Score: 1

    Maybe he's just, like, stupid.

    It's covered by second part. Smart new media marketing should pay idiots (what a widely available resource!) to go and promote opposing products. It'll make their own fanbase and product stand out in contrast. Maybe that already happens?