Slashdot Mirror


User: setagllib

setagllib's activity in the archive.

Stories
0
Comments
1,030
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,030

  1. Re:Caps lock will be the end of unintended shoutin on Lenovo Tinkers With Larger Delete and Escape Keys · · Score: 1

    Tell that to Ctrl+R.

  2. Re:Caps lock will be the end of unintended shoutin on Lenovo Tinkers With Larger Delete and Escape Keys · · Score: 4, Informative

    How else would they use vi and emacs?

  3. Re:Wait, what? on IBM Claims Breakthrough In Analysis of Encrypted Data · · Score: 1

    The one-time pad is a theoretical base case that has virtually no useful applications. Even Bruce Schneier says so: http://www.schneier.com/crypto-gram-0210.html#7

  4. Re:The GPL relies on copyright law on Pirate Bay Retrial Denied, Judge Declared Unbiased · · Score: 2, Informative

    Nobody is suing mom and pop filesharers for millions of dollars over GPL distribution violations (e.g. making a torrent of binaries without source). The GPL is there to ensure that product/service entities such as corporations play nice with many open source projects, in turn benefiting from the community and other corporations, free to focus on their own value offerings.

    The way in which copyright law is being abused by the RIAA et al is entirely different to how it has been elegantly harnessed by the GPL.

  5. Re:It is yesterdays future ... on Solid State Drives Tested With TRIM Support · · Score: 2, Informative

    If you can afford an SSD, why would you waste it on swap? Why not just buy more RAM? If you ever actually need swap, you are doing something wrong.

  6. Re:HTML5 is awesome on HTML 5 Takes Aim At Flash and Silverlight · · Score: 1

    Of course an application in two lines is do-able. That's not the point. cthulhuology described using an application library + 2 lines to make an application that would normally be tens of thousands of lines, but the fact is they're all still there in the library. Assuming one line is boilerplate, that leaves one line to invoke the actual application from the library. It's the equivalent of a shell script, and that's why I gave the example of bash + firefox.

  7. Re:It's the tools stupid on HTML 5 Takes Aim At Flash and Silverlight · · Score: 1

    If this is a market that will replace Flash, it will be worth at least as much to Adobe. Competing against more players on more equal footing (open standards) will require Adobe to drive down costs and innovate more, and that benefits everyone. That's the whole point of free market capitalism, and I highly doubt Adobe is stubborn enough not to join in.

  8. Re:HTML5 is awesome on HTML 5 Takes Aim At Flash and Silverlight · · Score: 0, Redundant

    I think you have a very unusual definition of "app". If an entire app exists and you just need to embed it with 2 lines, you did not write an app, you used an existing one. If I make my own bash script to launch Firefox, did I write a web browser app?

  9. Re:It's the tools stupid on HTML 5 Takes Aim At Flash and Silverlight · · Score: 2, Insightful

    The economic motivation is to be able to compete in the new market. If HTML5 is awesome enough to kill Flash, the best Adobe could do is be ready to take part of the new market, even if it's less profitable. If they refuse to do so, and Flash does get killed, they end up with nothing, which is certainly even less profitable.

  10. Re:It's the tools stupid on HTML 5 Takes Aim At Flash and Silverlight · · Score: 4, Informative

    You have to be kidding about Silverlight overtaking Flash. Not only has Silverlight failed to take any notable market share to date, many projects that started with Silverlight have switched to Flash (or even Java and JavaScript).

    Even Microsoft Popfly itself is so unpopular you can go for months at a time without hearing about it, and I bet you hadn't heard about it for months until just now.

  11. Re:that's irrelevant on Mono Squeezed Into Debian Default Installation · · Score: 1

    That's not even a bad idea, since they already published FUD about Linux' patent hygiene, putting the opposite in writing would finally put it to rest.

  12. Re:Call Upon the ECMA Code of Conduct on Mono Squeezed Into Debian Default Installation · · Score: 1

    Real men use aptitude.

  13. Re:Mono is a gateway to cross-platform virii on Mono Squeezed Into Debian Default Installation · · Score: 1

    The JVM has far more languages than the CLR, several of them far better than C#. Scala for example makes C# look like QBASIC. Java as a language may be stalled, but the JVM as an open platform is currently unbeatable, especially by Mono.

  14. Re:The word 'Geek' is gender neutral on Linux To Be First OS To Support USB 3.0 · · Score: 1

    When did "master of the house" ever mean a woman? The master/mistress word divide has been there since before electricity.

  15. Re:Ocaml on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 1

    That's Python-ish but it's obviously not Python. The Python would be "res = [i in aList if i.isFnord()]". Ruby or Scala would be more like res = aList.filter{_.isFnord}.

  16. Re:What kind of verbosity? on Comparing the Size, Speed, and Dependability of Programming Languages · · Score: 2, Informative

    Scala, just as type-safe as C++ with good performance and excellent JVM integration:

    scala> val list = List(3, 4, 2, 1)
    list: List[Int] = List(3, 4, 2, 1)

    scala> list foreach println
    3
    4
    2
    1

    You know very well this is a big deal for the future of programming.

  17. Re:Companionship is addictive on Understanding Addiction-Based Game Design · · Score: 2, Insightful

    People are infinitely more likely to spend long stretches of time watching television with others than alone. Having someone else there makes it feel more social and less pathetic, even if you're not saying a word to each other.

    Online gaming takes this to the extreme, where there are always plenty of other people there to make players feel validated in their choice of activity, and so players stay on until the "real world" forces them out.

    The social element is critical to immersion and addiction. There's nothing like tribe mentality, peer pressure and dependence upon external validation to continually fuel destructive behavior.

  18. Re:Is Virtual Companionship Good? on Understanding Addiction-Based Game Design · · Score: 3, Insightful

    The kind of people who get consumed by online engagement usually aren't very successful in real life anyway. If they become successful in real life following a WoW addiction, very often it's specifically because they now value the real world so much more after being essentially isolated from it.

    My belief is that technology, like all advancements, helps separate people further into their "natures". If someone is susceptible to addiction, avoidance and escapism, they'll have more advanced ways of doing that in the future, but well-adjusted people will just be the same well-adjusted people, but with fancier phones and whatever else fits into their lifestyle. They will be largely unaffected by the growth of MMOs, except that some of the people they might have hung out with before will now play games instead.

  19. Re:"functional programming languages can beat C" on World's "Fastest" Small Web Server Released, Based On LISP · · Score: 1

    I really don't think it'd be "every other Wednesday". If your code has a genuine problem with aliasing, that is a bug, and for the most part a deterministic one. You can easily confirm the problem by turning off optimisation, for example. It shouldn't even have passed unit tests.

    Besides, what do you propose as an alternative? Fortran, lacking real pointers? Anything safer is slower, and anything faster is too restricted to be a general programming language. C and C++ are an almost unique sweet spot in the programming language universe, for good reasons.

  20. Re:"functional programming languages can beat C" on World's "Fastest" Small Web Server Released, Based On LISP · · Score: 1

    See -fstrict-aliasing, and the restrict keyword. You're welcome.

  21. Re:He's also right on World's "Fastest" Small Web Server Released, Based On LISP · · Score: 3, Interesting

    C also lacks several important features for optimization, such as static typing,

    Surely you jest. C has weak static typing, but it's static typing all the same, and any " + " you see in C code becomes a specific instruction once compiled. Just because that + could be for pointers, doubles or ints doesn't mean it's not static once read in context.

    The weakness comes from standard C accepting almost any implicit conversion and cast, which is trivially changed to somewhat strong (but not runtime-enforced) typing by using compiler warnings and errors.

    or general reasoning about memory and parallelism.

    Parallelism remains fastest in C, especially in OS kernels where the cost of synchronization primitives is close to a bare minimum. If you have a modern compiler that can distinguish vectorisation from its own ass, you'll get healthy use of parallel code pipelines too.

    The CPU executes instructions, oftentimes in parallel pipelines, using an instruction cache and branch prediction - none of which are modelled in the C language.

    None of which has to be. If you need that kind of performance, you have two options, both with free software:

    a) Embed simple non-standard statements to communicate your branch prediction beliefs

    b) Use profile-guided optimisation to automatically sample real branching statistics, and recompile based on those

    Either way you end up with superior branch prediction performance. Certainly far far superior to what you'd get with LISP or Python.

    If you knew even half as about language implementations as you claim to, you'd know that the C language holds it's speed crown simply because it has attracted an _enormous_ amount of research into optimizing compilers, largely because the way C works _isn't_ the way the CPU works.

    Ok, so what non-assembly language do you propose that does work the way a CPU works? C is the closest we have, and with modern compilers it's way faster than any other usable language. The effort of writing C is far lower than that of writing assembly, and you generally get better performance unless you know specific SIMD/MIMD instructions to replace a loop or two.

  22. Re:Don't plug in your scanner! on Ridiculous Software Bug Workarounds? · · Score: 1

    Right, so once Microsoft catches up to their own OS and supports proper device-agnostic rendering by default in Office, there'll be some point to what you said. But whether or not something is necessary, doing it wrong is still the Microsoft Way (TM), and that's the whole point of my post.

  23. Re:Don't plug in your scanner! on Ridiculous Software Bug Workarounds? · · Score: 4, Interesting

    Actually it makes sense, in a Microsoft sort of way. In the effort to make its WYSIWYG editors as WYSIWYG as possible, it offloads some rendering to printer drivers so as to mimic the printed copy as closely as possible. XPS has no rendering standard so it uses sane (but not good) defaults.

    Of course they've never heard of PostScript. This kind of brain-damage is just a tiny part of the failure that is Microsoft WYSIWYG and typesetting "technology".

    With a proper typesetter like LaTeX you get a PDF that's a dot-for-dot match with what you'd get in a calibrated printer, without ever having to assume any particular printer. It's the printer's responsibility to implement PostScript properly, not the typesetter's responsibility to tune its PostScript to the printer!

  24. Re:Anonymous Coward on Sun To Build World's Biggest App Store Around Java · · Score: 4, Informative

    You realise Pidgin is written in C, right?

  25. Re:No mention of memmove... on Microsoft To Banish Memcpy() · · Score: 1

    I'd rather keep memcpy and drop memmove. But because the standard requires memcpy to work in a specific way even with overlap, it would now break backwards compatibility (for very few programs..) to add that hack to memcpy.