Slashdot Mirror


User: jipn4

jipn4's activity in the archive.

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

Comments · 664

  1. Re:Not really on Microsoft To Get Malware Bailout In Germany · · Score: 2, Insightful

    I'd normally be the first to agree, but isn't a large portion of malware used for criminal activity? Identity theft, botnets that engage in DDoS extortion attempts, spam relays, phishing, etc, etc. It seems to me that law enforcement (i.e: government) has a legitimate interest in reducing the number of malware infections that are out there.

    So they should go to the source of the malware infections: Microsoft. Microsoft needs to be held responsible for selling software that is so susceptible to malware. They should not be allowed to disclaim responsibility in their contracts, and they certainly should not get financial support from the government.

    If Microsoft were held responsible for the damage they are causing with sloppy and badly thought out security, market forces would already have taken care of the problem: either they would have been sued into non-existence, or they would fix their software.

  2. Re:Time Machine on AT&T Moves Closer To Usage-Based Fees For Data · · Score: 1

    Even worse, your companies don't lock customers in with long contracts the way ours do.

    Actually, they do. And unlike the US, they get auto-renewed unless you cancel within a specific time window. So you can end up with another 2 year contract and no real benefit to show for it.

    Fortunately, market forces are changing that; carriers are increasingly offering good no-contract plans and give you noticeable discounts (rather than overpriced phones) if you do sign up for longer contracts. And the reason is that it's really easy to switch carriers in Europe: not only is there number portability (numbers are required to be ported within one day), the phones are almost all compatible and carriers are required to unlock them, so the cost of going to a different carrier is almost zero.

  3. Re:Time Machine on AT&T Moves Closer To Usage-Based Fees For Data · · Score: 1

    These are cellular phones. The number of users sharing a cell goes down as the number of towers increases, so you need proportionally less bandwidth to serve the same number of users if you have more towers.

    Building more towers is the solution to bandwidth problems with cell phones. That's the whole point of the technology.

  4. Re:Time Machine on AT&T Moves Closer To Usage-Based Fees For Data · · Score: 1

    It's not quite like that. Many European carriers do have "caps", but they are the kinder, gentler kind. For example, they give you 5Gbyte/month at full 7Mbps, and then drop down to 384kbps (still faster than I get in many places in the US with "3G"). In return, they don't care about how you use that data and even give you extra SIM cards to stick into your laptop if you like. Other carriers charge EU 2/day and have a 1-5Gbyte limit per day (meaning, you get 50-150Gbyte/month for EU 60), but these are true pay-as-you-go plans, making this a particularly good deal. Many carriers also prohibit VoIP in their TOS (but don't actually seem to enforce it).

    US wireless Internet is way overpriced and underperforming compared to Europe. But European carriers still have some modest limits. If the US moved to European-style plans and European-style infrastructure, that would be a big improvement.

    One of the fundamental problems in the US remains the fact that almost all the carriers have incompatible phone standards. Some carriers even have two incompatible standards themselves (due to acquisitions). That really kills competition.

  5. Re:use fixed point instead on ECMAScript Version 5 Approved · · Score: 1

    If you provide a premade type or library class for fixed point, then two decimal places after the point isn't enough

    Just like decimal coded numbers, you need a variable decimal point position. And you can get that easily.

    All in all, decimal floating-point arithmetics just makes more sense.

    No, it is absolutely useless. You want a bigint library and a small, simple fixed point library built on top of that. "Decimal floating point" is totally useless.

    (basically you may start missing local cents after two operations already).

    Decimal representations don't ensure that your numbers add up correctly either.

  6. I don't see much syntax on Monkeys With Syntax · · Score: 1

    So, let's see:

    eeeee = leopard
    eeeee-oo = unseen predator
    kuuu eeeee = timber! (or is that "kuuu eeeee-oo"?)

    I don't see the syntax, just reuse of some phonetic inventory. For syntax, you'd need more elements, and they'd need to be combined in more varied combinations.

  7. Re:Obvious (?) question on Super Strength Substance Approaching Human Trials · · Score: 2, Interesting

    Big muscles used to be considered undesirable, since they were an indication of low social status. If it gets cheap and commonplace to get big muscles, they'll go out of fashion again. Their value as a signal is that they require dedication, time, and resources.

  8. Re:Not really on Microsoft To Get Malware Bailout In Germany · · Score: 1

    The role of a democratic government is precisely what the voting citizens define it to be. No more, and no less.

    Not quite. If the citizens make decisions that make government undemocratic, then their decision is logically not part of the democratic process anymore (since the democratic process has ceased at that point).

  9. Re:Not really on Microsoft To Get Malware Bailout In Germany · · Score: 1, Troll

    I have to disagree with that. Malware problem is usually because of user stupidity. Like any other OS, you can run Windows securely if you don't do stupid things.

    You're exhibiting typical programmer stupidity. Hard as it may be to believe, most people in this world don't give a damn about software, they just want to get their work done. They don't want to be pestered by annoying dialogs, and they certainly don't want to understand security just in order to browse the web or use their PC without virus infestations. If Windows can't support that kind of usage (and it can't), then that's a problem with Windows, not with the users.

    But any (good) Linux sysadmin knows there been worms in Linux too and remote hacks are commonplace if the system isn't properly secured (and casual users just wont do that).

    It's a lot harder for a casual Linux user to make a Linux system insecure by accident than for a casual Windows user to make a Windows system insecure. Windows really is badly designed from a security point of view.

  10. "unsatisfactory hybrids" on Why Open Source Phones Still Fail · · Score: 1

    So, you get unsatisfactory hybrids like Google Android, which uses some open-source components but locks third-party developers into a crippled Java sandbox.

    Java isn't my preferred language, but I'm glad that my Android phone uses it. With Java, Android actually manages to enforce permissions decently, it keeps applications from screwing up or crashing too badly, and it allows a component architecture for Android that beats pretty much anything else out there. It's also pretty easy for people to get started in and there are plenty of apps.

    Native programming on Android would be nice, and I suspect it will be coming sooner or later, but for now, this is fine. We can look at the iPhon app store and look at what apps in there really do require native programming and hence aren't available for Android, and it's very few.

    There are several open source phone operating systems now that allow native programming: Symbian, Maemo, OpenMoko, and they don't work as well. And, frankly, I'd like a bit more non-native programming on my desktop as well.

  11. Re:BLOAT on Google Abandoning Gears · · Score: 1

    Pushing functionality into the browser instead of relying on scripting means longer launch times, more failure points, and more disparate functionality from browser to browser for developers to consider.

    What utter bullshit. HTML5 doesn't "push functionality [from scripts] into the browser", it provides standards and functionality that cannot be provided in scripts. Scripts can't do video decoding. Scripts can't do geolocation. Scripts can't create a canvas. Scripts can't even provide new input element types (they can do the validation, but they can't communicate portably to the browser what it is they are doing).

    It's a fountain of whale guts, metaphorically speaking.

    Your brain is whale guts, metaphorically speaking.

  12. out of the box on Linux on Cool-Tether Links Phones' Bandwidth To Make High-Speed Hotspots · · Score: 2, Informative

    You get this kind of thing out of the box on Linux: just plug in multiple phones and configure multiple internet connections; you get load balancing, on-demand dialing, and all that for free. Linux got this support years ago for dial-up modems, but mobiles phones look like dial-up modems to Linux anyway. It's not usually done with cell phones because it's expensive (that's why there's no simple UI for configuring it), but it's well documented and pretty easy to set up.

    (Of course, with Windows and WinMo, it may actually be rocket science.)

  13. Re:Anonymous coward posted on Colleges Struggling With the Digital Bathroom Wall · · Score: 1

    Verbal aggression and physical aggression both have the same root and both have the same effects

    It is absurd to assert that calling you a name and punching a fist in your face "have the same effects".

    Fortunately, the US Constitution disagrees with you, since "verbal aggression" is protected speech, while physical violence is not.

    Freedom of speech applies to identifiable people, to those who are ready to take the heat if they are proven as liars. Not to the so-called "anonymous cowards"

    False again. Anonymous speech is legally protected in the US, and for good reason. Anonymous speech is an essential aspect of free speech.

    Now, you are entitled to sue my ass and get a large amount of money from my misdemeanor

    Libel is not a misdemeanor or a felony. Libel is a civil matter. But in order for something to be libel it needs to be both false and likely to be taken seriously.

    Now I, covered by anonimity, go there and write "Shakrai has a small dick, finishes in 2 minutes and can't satisfy a woman ", you wouldn't like it. You could just go ahead and ignore my entry and even the forum altogether, but your co-workers won't.

    They'll quickly figure out that the site isn't trustworthy once messages get posted about them, perhaps even by you. That's the thing about anonymous rumor sites: they aren't intrinsically credible.

    But sometimes they may get people to notice something that they hadn't noticed before, like Shakrai's string of unsuccessful relationships. If there are ex-girlfriends willing to confirm the rumor... well, maybe Shakrai should be a little more discerning in who he sleeps with or accept the consequences; keeping unpleasant truths private is not the purpose of the legal system.

  14. Re:Google: Community Taker, Not So Much Giver on Google Eliminates Gizmo5 Client For Linux · · Score: 1

    It's moving heavily into the telephone biz with a mobile Linux that's competing with the iPhone by capturing lots of Linux developers already cultivated into productive position by the community.

    Good. The iPhone is a proprietary platform that's tightly controlled by Apple and based on "community projects" that Apple has closed. We need an open and open source alternative to that, and Google is providing it. And neither the iPhone nor Android are taking away Linux developers: iPhone is programmed in Objective C and Cocoa and Android is programmed in Java; neither of those has any great significance on Linux.

    Google's got the resources, both financial and personnel, to maintain Linux versions of SW Google produces

    No, they haven't. They have a very limited supply of talented people. Those people either work on, say, porting SketchUp to Linux or on developing, say, a product that really competes with Microsoft.

    It's evil to build your huge business on a technology made from community contributions, then take more than you give back while shutting down some community projects.

    Absolutely. And that's what Apple has been doing. Google has not been doing that.

    What Google has done is not created Linux ports of some of their proprietary software. BFD. For most of that software, there are better alternatives.

    It looks like the "Don't Be Evil" days are long gone at Google.

    No they aren't. But it looks like you're a fanboy with an ax to grind.

  15. Re:Banking INternationally on EU About To Grant US Unlimited Access To Banking Data · · Score: 1

    If the US were to withdraw its military to within its own borders, I'd be delighted.

    So would Americans. We'd love not to have to send our kids abroad and we would love to spend our tax dollars on roads and education, like Europeans do, instead of bombs. The sentiment against getting involved in WWI and WWII was strong in the US, but the US felt it didn't have a choice. And, sadly, we think we still don't.

    (For your history lesson, read pydev's response.)

  16. Re:Banking INternationally on EU About To Grant US Unlimited Access To Banking Data · · Score: 1

    Europeans have used their military forces many times since the second world war. ... Consider it instead a more mature and reasoned approach to world politics.

    You mean like the Falklands? Or Northern Ireland? Or British war crimes in Iraq? Or all the shitty little skirmishes that France has been engaging in in its hell-hole ex-colonies? Yeah, truly glorious engagements. Of course, none of them actually ended up cleaning up the messes that British and French colonialism left around the world.

    Look at the trouble spots in the world post WWII: Iran, Iraq, Israel, Southeast Asia; they were all created by the UK and France. And when Britain and France became second rate nations post-WWII, the US ended up having to deal with all of this.

    Incidenally I do have a problem with corrupt, incompetent regimes, which is why I didn't want one illegally attacking Iraq.

    And your government is any better? A constitutional monarchy in which seats in the upper house are for sale? A government that only didn't participate more in Iraq because its military was too impotent? A nation that hasn't been able to solve a terrorism and religious conflict problem on its own doorstep?

    Your comparison between the US and Iraq shows just how morally bankrupt you are.

    But it really doesn't matter what delusions of moral superiority you harbor. What matters is that either you start pulling your weight in your own defense and cleaning up the messes you left, or the US is going to continue to call the shots and do it its own way.

    The US is gonna make mistakes (and Iraq was a mistake), but that comes with the territory. You do better if you can. Oh, wait, you already tried and failed.

  17. Re:Banking INternationally on EU About To Grant US Unlimited Access To Banking Data · · Score: 1

    I think you'll find the reasons that the majority of Europeans

    The reason Europeans were against those wars was because after screwing the pooch twice in the 20th century, Europeans are afraid to use the military for anything. That's as unhealthy as the constant militarism, nationalism, and war-mongering that prevailed in Europe until WWII.

    But Europeans can afford this smug sense of superiority only because the US military is there to defend them. After WWII, the US said: "you people focus on getting wealthy and democratic so that we have some trading partners in the world, and we focus on the military stuff because you just don't seem to be able to do it yourself."

    the bigger part of the population of Europe was against the unnecessary murder of millions of civilians.

    Oh, get real. Iraq and Afghanistan were governed by brutal, oppressive, murderous regimes. In principle, I have no problem with the US going in and eliminating regimes like that. None whatsoever. If you do, I think there's something wrong with your sense of morality. The problem with these invasions was not that they happened, but that they didn't work.

    Bush, Cheney and his cronies were, of course, corrupt, lying, incompetent crooks, and they should be held responsible for what they did to the US in US courts. But Europeans are in no position to judge that or point fingers over that given European history over the last 100 years. Being non-violent while other nations do your dirty work and support your economies is not hard. Now, clean up your own house and show that you can stand on your own before you point fingers.

  18. Re:Who is Europe defending against? on EU About To Grant US Unlimited Access To Banking Data · · Score: 1

    Just because Europe has managed not to start WWIII, deteriorate into fascism or communism, blow itself up, conduct a crusade, or get itself invaded for a little over 50 years, you think it's safe? Who knows who's gonna start the next war in or with Europe; Europeans rarely figured that out before it hit them. Smelly little men on horses. Stormtroopers in shiny plastic. Russian bears. By the time Europeans know, it will be too late.

    Sorry, Europe, you don't have a choice. Either build up your own military or live with the US military. Whining isn't going to get the US military to leave.

  19. Re:Great... on Engaging With Climate Skeptics · · Score: 1

    On the other hand, the more extreme claims of anthropogenic global warming _proponents_ are not backed up with sufficient observation and are extrapolated from very small datasets.

    It's irrelevant how much bad data there is (there is plenty of bad and faked data in every scientific discipline). What matters is how much good data there is, and there is more than enough.

    Given all of this, to say the "science is settled" is a travesty,

    The science is settled as far as it matters: whether anthropogenic warming exists or not really has little bearing on the question of whether we need to stop emitting carbon into the atmosphere. We need to to stop costly oil imports, we need to because oil itself is a finite resource, we need to to make our cities more livable, and people need to get off their lazy butts and walk more.

    People opposing reductions in carbon emissions are people who don't give a shit about the future of mankind or the planet. Many of them think their invisible fairy god is going to shuttle them to another realm when they have screwed this one. And while they're here, they like to maximize their profits and maximize their waistline.

    See, people who claim that global warming is happening only need to make a plausible argument that it is possible. Given the risks involved, people who claim that global warming is not happening need to prove their case beyond a reasonable doubt.

  20. Re:About Time! on EU About To Grant US Unlimited Access To Banking Data · · Score: 1

    Is it worth catching corporate criminals at the cost of civil privacy?

    There is very little "civil privacy" to lose for Europeans; European governments already have access to this information about European citizens.

    But if Europeans somehow take offense that the US specifically has access to this data (rather than just every podunk European government from olive country to the Baltic), they can take that complaint right back to their own politicians and companies: the only reason the US can demand this data is because it is held by a US subsidiary of a European company. The US is fully within its rights that US subsidiaries comply with US laws, just like European subsidiaries of US companies have to comply with European laws, which are often in conflict with US privacy and worker protection laws.

  21. Re:Banking INternationally on EU About To Grant US Unlimited Access To Banking Data · · Score: -1, Flamebait

    I've looked into it. From Wikipedia: "About 4.5% of the troops and civilian police deployed in UN peacekeeping missions come from the European Union and less than one percent from the United States (USA)."

    That's because the US takes care of all the dirty work before the peacekeeping even starts.

    Regarding UN troop funding - the reluctance and tardiness of the US to pay its UN contributions is legendary, and they are currently $1.3bn in arrears.

    Just because the UN dreams up some numbers that the US should pay doesn't mean that those numbers are justified. The power and votes in the UN are blatantly out of propoprtion to the populations of the member countries or the contributions. The US simply isn't going to pay whatever the UN demands. If you want the US to pay more than it currently is paying, the UN needs to put more on the table. Get used to it.

    but they knew that they didn't have most EU countries' support when they set up to invade Iraq in the first place...

    True again, but that didn't change the perceived necessity of invading those countries (*). In fact, many European nations probably objected simply because they had figured out that the US was going to invade no matter what, so opposing the invasions let them gain political points domestically, avoid paying, and still get what they wanted. The reason things worked out that way was because Bush was a moron.

    (*) I think both invasions were a mistake, but the people supporting them genuninely thought it was necessary at the time.

  22. what makes you think anybody is denying this? on EU About To Grant US Unlimited Access To Banking Data · · Score: 1, Insightful

    The United States is so clearly the new Roman Empire that it makes it almost cute that they keep denying it.

    US politicians have clearly been arguing for a unipolar world, with the US as the only superpower. So, I don't see why you think Americans are denying hegemony over the rest of the world.

    However, there are two major differences between the US and the Roman Empire. First, the Europeans and Japanese aren't paying taxes to the US; in fact, the US is actually still effectively financing part of the European and Japanese economies. Second, Europeans and Japanese can rid themselves of US hegemony any time they choose by building up their own militaries and taking care of their own defense. The US not only won't object, US politicians have been asking for this repeatedly, as US tax payers and US soldiers are getting tired of paying for Europe's defense.

    If the US wants to have jurisdiction over the populations of the world though, wouldn't it be only fair ("all men are equal...") to give citizens of the colonies

    You'd first need to start paying US taxes and use the US Constitution as your basic law. Until you do, you don't get to vote.

    But as I was saying: once Europe spends $500-1000bn of its annual budget on defense, creates a nuclear arsenal, and greatly increases its troop strength, it can rid itself of any kind of US influence. As long as Europe is spending its money on cushy social programs and letting the US handle its defense, it has to accept that the US uses its power to get its way on some issues.

    Your choice.

  23. if only on Dumbing Down Programming? · · Score: 1

    The article is advertising disguised as a question, kind of the opposite of "when did you stop beating your wife".

    I suppose if you define "traditional languages" as C or assembly language, then you might save 90% of the code. Compared to other scripting languages, however, Revolution is a mess. The Revolution environment may help you get started programming, but it would almost certainly be a better and more effective environment if they dumped their awful scripting language.

  24. Re:The most boring benchmarking ever. on Chrome OS Benchmarked Against Moblin, Ubuntu Netbook, More · · Score: 1

    If a wonderfully featureful and customizable OS like Ubuntu

    ASUS has been shipping a shitty version of Xandros, and HP has been shipping a broken SuSE install. Heck, I would have returned those netbooks if I hadn't been able to blow their bad Linux installs away and replace them with good ones.

  25. Re:Bing vs Google on Murdoch-Microsoft Deal In the Works · · Score: 1

    You work for Microsoft by any chance?

    And, no, I don't think Google needs to be worried. If Murdoch wants to de-index his crap from Google and bleed Microsoft financially in the process, I think lots of people will be sighing a sigh of relief.