Slashdot Mirror


User: svick

svick's activity in the archive.

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

Comments · 123

  1. Re:Easier headline... on Being Honest In Exit Interviews Is Pointless · · Score: 1

    Usually you can fire someone without any kind of a reason.

    Well, if you do that in a civilized country, it also means you have to give the employee a severance package. Which is why companies don't like to do that.

  2. Re:What I'll pay on Canadians To Get Unbundled Cable TV Channels · · Score: 1

    Yes and people (at least the Slashdot crowd) would much prefer to have their CPUs at their full performance, not intentionally crippled so that they can be sold at a lower price.

    But that's just how economy sometimes works. For the CPU manufacturer, it's cheaper to produce just one kind of CPUs and then cripple them to different levels and sold at a price based on that crippling. And in this case, everyone wins.

    Isn't it possible the situation with cable is similar? If you had large price just for cable without any channels, less people would pay for cable and so it would be less feasible to film those expensive shows like Game of Thrones.

  3. Re:Shooting themselves in the foot. on Australian Consumer Group Wants Geo-IP Blocking Banned · · Score: 1

    And then rip the CD? So, instead of having the music instantly in a format I want, I have to wait until it arrives through snail mail and then I have to work to get it in a format I want? Thanks, but no thanks.

  4. Re:Not a surprise on How NY Gov. Cuomo Sidesteps Freedom of Information Requests With His Blackberry · · Score: 1

    So you're telling me I should pay for the privilege of paying for Netflix? Thanks, but no thanks. If they don't want my money, I won't force it on them.

  5. Re:Not a surprise on How NY Gov. Cuomo Sidesteps Freedom of Information Requests With His Blackberry · · Score: 2

    Well, I could afford it, but they don't want my money:

    > Sorry, Netflix is not available in your country... yet

  6. Not extremely maliciously? on NVIDIA Kills Online Store In Response To Hacker Claims · · Score: 2

    Let me get this straight. They're not acting extremely maliciously, they're only acting very maliciously?

  7. Re:My experience: Google vs Amazon on Google Vs. Microsoft: a Tale of Two Interviews · · Score: 1

    Big O is an upper bound, but that doesn't mean it always describes the worst case. Quicksort is O(log n) in the average case (knowing how fast the best case is mostly useless). What that means is that in the average case, quicksort will always use less than c * log n time, for sufficiently large c.

  8. Re:The BBC isn't state sponsored media? I must be on State Media Rushing Into Coverage Void Left By Dying Newspapers · · Score: 2

    But the summary says different sources of money of different media are the cause of this situation. And in that regard BBC is comparable to RT: both are publicly funded, they don't rely on advertising.

  9. Re:My experience: Google vs Amazon on Google Vs. Microsoft: a Tale of Two Interviews · · Score: 1

    Big O is an upper bound, big Theta is both lower and upper bound. So, big Theta(x) always implies big O(x).

    Most people don't bother writing big Theta, because you usually don't care that much about the lower bound. If you want to use those terms, you should know what they actually mean. Saying that something is big Theta(1) or big O(1) is useless if you don't know what that means.

  10. Re:My experience: Google vs Amazon on Google Vs. Microsoft: a Tale of Two Interviews · · Score: 0

    It's still O(1), even with collisions. But there can't be many of them.

    And it has nothing to do with pretending, you just have to say what exactly do you mean. If you mean the average case, that's O(1). On the other hand, if you mean the worst case, that would be O(n).

  11. Re:commercial vs volunteer free on Wikipedia As a "War Zone," Rather Than a Collaboration · · Score: 4, Insightful

    Just because Wikipedia is not for-profit doesn't mean the same rules don't apply.

    If a commercial encyclopedia is not good enough (what you describe as "accuracy and reliability reputation"), it means people won't buy it and so the publishing company will go bankrupt.

    If an open encyclopedia like Wikipedia is not good enough, it means people won't visit it. And that means nobody will edit it and nobody will donate to it and so the publishing organization will have to close down. And even if it would technically keep running, no visitors and no editors means it's a dead project anyway.

    Either way, if an encyclopedia is not good enough, it will eventually go down. It doesn't matter whether it's made for profit or not.

  12. Re:Right, but then you lose part of the guarantees on Kaspersky Says Lack of Digital Voting Will Be Democracy's Downfall · · Score: 1

    It's not a separate issue. That's because it's very hard (impossible?) to create an electronic voting system that is both secure and has secret votes at the same time.

    You can implement security by public key cryptography, but that means you don't get secret voting.

  13. Re:java backend is not simple. on Ruby, Clojure, Ceylon: Same Goal, Different Results · · Score: 2

    Maybe that would be a good idea in an ideal world. But in reality, such behavior would be deeply confusing for people who know C, C++ or Java. And I think that "it should be easy to write correct code" applies to people who already know another language too.

    Also, from my experience, fall-through is not that useful anyway. I don't think I ever wrote code in C# where it would be useful. Having two cases for the same code sometimes is useful, and C# does support that.

  14. Re:java backend is not simple. on Ruby, Clojure, Ceylon: Same Goal, Different Results · · Score: 3, Interesting

    That's interesting. The creators of C# have a somewhat similar philosophy: they say that they would like it to be a "pit of quality", it should be easy to write correct code. But that doesn't mean they removed features that can be abused.

    As a consequence, the things you mention (pointers, gotos, operator overloading) are all included. But for example in the case of pointers they are "hidden" (they have to be in an "unsafe" block).

    On the other hand, for example fall-through switch cases are not allowed in C# at all, they thought those are not worth all the bugs they cause.

  15. Re:Ockham's razor on US Security Services May 'Have Moles Within Microsoft,' Says Researcher · · Score: 0

    No, no, you don't understand. See, "open development ideology" means that they use open source software, not that they contribute to it.

  16. Re:Port to Mono on Linaro Tweaks Speed Up Android, By Up To 100 Percent · · Score: 1

    Yes, I realize that. But considering it was only a research project and not really a serious port, I think those are great results. And it shows there may be very interesting possibilities in something like this.

  17. Port to Mono on Linaro Tweaks Speed Up Android, By Up To 100 Percent · · Score: 2

    There's also another interesting research project: Porting Android to C# running under mono.

    In a benchmark they made (granted, it was focused on generics, where C# has serious performance advantage against Java), the port was about seven times faster.

  18. Re:Go Figure! on Archaeologists Find Oldest Known Mayan Calendar · · Score: 0

    So, never? There are only 12 months in a year, not 21.

  19. Energybending? on Gamma-Ray Bending Opens New Door For Optics · · Score: 1

    So, is Gamma-ray-bending a special form of Energybending?

  20. Re:Android on Android Ported To C# · · Score: 2

    But it's not just about writing. Reading is at least as important. And you need to read thought a lot of noise to get to the signal if you're using an anonymous class.

  21. Re:Somewhat ironically on Oracle and the End of Programming As We Know It · · Score: 1

    As far as I know, the ECMA spec really is for .Net 2.0 and wasn't updated since.

    And I think you can rely on features from C# 4.0 and .Net 4.0 in mono now, there aren't many missing pieces anymore.

  22. Re:Android on Android Ported To C# · · Score: 1

    I must admit that I don't use Java, so I wasn't aware that you can refer to final local variables from anonymous classes.

    But yeah, verbosity is a big deal. If LINQ used anonymous classes instead of lambdas, it would be almost unusable (and unreadable). A lambda that can be written in about a dozen characters in C# requires five lines when written as a Java anonymous class.

    C# 2.0 had anonymous methods, which were already less verbose than anonymous classes. Then C# 3.0 introduced lambdas, with the main difference being that they are even less verbose (big part of that is thanks to type inference, which means you don't have to specify the types of the parameters of the lambda).

    And I think the fact that you can use only final variables is quite limiting too.

  23. Re:Android on Android Ported To C# · · Score: 1

    I don't know about you, but at this point, I consider a general-purpose language without closures to be a joke. In my experience, they are very useful and I would find it hard to work on a large project without them.

    Even C++ has closures now.

  24. Re:Somewhat ironically on Oracle and the End of Programming As We Know It · · Score: 1

    You could do that on a Unix system, but that doesn't cover everything. On the other hand, you can be sure that wherever you have C#, you also have the .Net library.

    Technically, the .Net libraries are not part of the C# specification, but practically, all implementations that I know of include them.

  25. Re:Somewhat ironically on Oracle and the End of Programming As We Know It · · Score: 1

    Unfortunately, the latest ECMA specification corresponds to C# 2.0 (which is from 2005). Mono already implements the upcoming C# 5.0. And the same applies to the CLI spec.