Slashdot Mirror


User: WombleGoneBad

WombleGoneBad's activity in the archive.

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

Comments · 36

  1. Who cares? on Unnoticed For Years, Malware Turned Linux Servers Into Spamming Machines · · Score: 5, Informative

    This isn't as interesting as it sounds (or have i misunderstood?) Basically, if you are a spammer, and download binaries of 'cracked' spamming software... surprise surprise, there is a back door in it that lets other spammers use your servers to spam. It is kinda interesting from a technical point of view (putting perl scripts into elf binaries) but the headline is very misleading, this is not a serious linux/bsd security issue.

  2. Not sure what youaspx on on apache on Ask Slashdot: Is an Open Source .NET Up To the Job? · · Score: 1

    1. Is .NET up to the job?

    Which job? The question needs better defined. If it is replacing every single other programming technology then the answer is simply No.

    2. Is there an open source choice today that's popular enough to be considered the standard that employers would like?

    Java is almost a drop in replacement for .Net. and has better cross platform support. Depsite being very popular, it has never gained universal acceptance. Often (for example) something like python, or C is a better choice depending on what you want to do and where you want to do it. I don't see .Net being any different.

    3. If the answer to 1 is yes and 2 is no, make the argument for avoiding .NET.

    You say 'avoiding' as if .Net is somehow automatically going to get rolled out everywhere like a steamroller. This is nonsense. Change is expensive and problematic, if you want people to start using .Net in areas where it is not currently dominant, you need a very compelling reason. If there is no 'standout' reasons, people will just stay with the status quo.

    I should say the c# is an excellent language and .Net is one of the best things to come out of microsoft (along with Excel and games), But it is firmly positioned as a windows application development tool, often tightly integrating with other windows components (such as Visual Studio, IIS), which means it is far less paletable when targetting non windows environments (for development OR deployment), or if you have a pre-existing architecture it has to integrate with. Being 'open source' doesn't magically fix interoperability issues.

    Also in terms of web applications (most business .Net development work is actually asp.net for be-spoke apps), the server application code technology is decreasing in importance. JQuery and other client side technology is where all the progress is being made, the server code is often just a glorified access layer to a database.

  3. Re: What about the male stereotypes? on Sweden Considers Adding "Sexism" Ratings To Video Games · · Score: 1

    > Because sexualised women is a male sexual fantasy. Big beefy player characters is a male power fantasy
    You seem to be saying the problem is the sexualisation of women. This rating is suppossedly for 'Avoiding sexism and gender sterotypes in video games'. That is not the same thing at all.
    I have a problem with the assumption that sexualisation of women in media is equivalent to, or has a causal link with, sexism. In fact there seems to be a fairly strong negative correlation between women's civil rights, and them being freely portrayed as sexual beings. Look at the middle east, or back in history, (for example Victorian england.) The important things are respect, rights and equality, i find it annoying when very important issues (such as sexism) are incorrectly dragged in to defend prudishness.

    > You don't honestly think they're targeting women with the "muscles and guns" thing, do you?
    No I dont, why would you think i did? If they *were* targeting women would it then be a problem?
    Surely if this is an issue at all targeting males with such stereotypes would be worse, they would be influenced to believe that it is appropriate to take lots of steroids and go out and kill everyone. (But we have had many decades of research into how violent games causes real violence, and depsite media hysteria, there is no link. )

  4. What about the male stereotypes? on Sweden Considers Adding "Sexism" Ratings To Video Games · · Score: 1

    There are tons of games in which men are portrayed as vicious musclebound gun toting maniacs. If negative stereotypes is the problem, why are they only looking at the female characters in the games? is that not sexist by definition?
    The most obvious negative female stereotypes in my opinion are Disney princesses (mindless bimbos in fluffy dresses), which are targeted at the youngest and most impressionable, but somehow i don't think thats what they want to target.

  5. False Premis on Humans Need Not Apply: a Video About the Robot Revolution and Jobs · · Score: 1

    Over the past 100 years many many jobs have been automated. We have been vigorously automating almost everything for ages. Yet you look at the US unemployment figures over the past 100 years, you see it fluctuates up and down, but there is no overall increase in unemployment. That is despite it now becoming normal for a household to have two parents in full time work instead of just the man. No doubt in the past a women in work was seen by some as 'taking a mans job'. So why don't we have 50% unemployment rates? The flaw in the logic that is often repeated, both by idiot futurists, and xenophobes is that "they" are "taking our jobs" It is a fundamentally broken line of thought. There are not a fixed number of jobs that get 'used up', never was and never will be. The only effect is that people in specialist roles that cannot adapt to new environments may go hungry. The horse drawn carriage driver has had to find a different way of making a living. Automation is not the problem, but sometimes too rapid automation (like the influx of many immigrants over a short period of time) can be a painful transition for certain groups of workers, but it has no effect on overall employment prospects. Never has, Never will.

  6. The useless appendix on Britain Gets National .uk Web Address · · Score: 1

    Man : "God, why did you give me this useless appendix? it serves no purpose, and it gave me appendicitus"?
    God : "Ah i see you have trouble with that appendix, what you need is MORE OF THEM!!"
    Man : "Eh? uehah wait a moment... "
    God : "Sure, that one i put in first wasn't really in the best spot, the next five i put in will be much better... "

    Seriously, i don't see why we cant just drop ALL top level domains entirely. 'google' not 'google.com' 'slashdot' not 'slashdot.org' etc. if businesses really want to split their traffic up by country, or otherwise distinguish themselves they can do it with subdomains any way they see fit (e.g. uk.google ). The idea of humans distinguishing between 'hotpants.org' and 'hotpants.com' is fundamentally flawed.

  7. Re:Mozilla can't even do math in PDF on A MathML Progress Report: More Light Than Shadow · · Score: 3, Insightful

    Typical open source bug handling ...

    As oppossed to commercial bug handling? On more than one occaision i have had problems in our systems, and traced the bug down to a bug in the commercial vendor product. From both Oracle and Microsoft we have got the response which was essentially "Yeah, its a bug. We have no plans to fix it, so tough luck buddy." To give another slighly different example, I had an issue displaying IBM Cognos produced excel spreadsheets on blackberry devices, and traced it down to them not bothering to follow the microsoft spec for .xlsx documents. They just said "oh we dont support blackberry", and took no interest in the fact that the root problem was that excel spreadsheets were actually malformed, and would be easily fixed. On an open source system i could have added a few lines to fix it myself. I probably could have decompiled the java and done this with Cognos, but i couldn't due to license restrictions.
    IBM, Microsoft and Oracle are 'big names' who have biggest budgets and investment in their brand, I doubt any of their competitors behave any better, and I would expect smaller commercial vendors support to be on average significantly worse.

    Often support for relatively obscure bugs in open source products suck, thing is it isn't *because* it is opensource, commercial support sucks too. You think because you are paying them for support you are calling the shots? it doesn't work that way. Opensource does however give you a lot more freedom. If offical support is letting you down you can fix it yourself, pay someone to fix it, or just investiage the code and try to figure out a way of avoiding the problem.

  8. Not just about browser choice on Ask Slashdot: Most Secure Browser In an Age of Surveillance? · · Score: 1

    I have a setup with 3 different sandboxes for browsing. 1) Sensitive (banking, confidential, financial or highly personal info) 2) General (regular random surfing such as slashdot) 3) Scary (file shares, flash games, java, anything that looks dubious or untrustworthy) The 3 sandboxes are simply different users setup on linux, all with restricted rights, and independent caches and profiles, and none of which is my normal 'login'. The 'launch' commands just run the browser under appropriate user. As for browser, Who do you trust? Microsoft? Google? Apple? I'd go with mozilla/firefox

  9. "Because CDs aren't digital" - eh? on Music Industry Sees First Revenue Increase Since 1999 · · Score: 1

    I thought this was a tech site? CDs of course *are* digital. Vinal is not digital which folk use as an excuse to collect old vinal records. lossy/lossless compression is just different ways to compress DIGITAL data. There is of course 'lossiness' when the analogue wave gets digitized too

  10. Re:Octave on Ask Slashdot: Replacing a TI-84 With Software On a Linux Box? · · Score: 1

    +1 It does graphs, and a *lot* more. Invaluable for math work.

  11. Business Reasons to opensource on Ask Slashdot: How To Get Paid For Open-Sourcing Your Work? · · Score: 1
    The reasons to opensource in a business context are :-
    • 1) You want to use GPL or similar licensed components in your software instead of spending time and money re-inventing the wheel
    • 2) You expect the product to be adopted by other DEVELOPERS, who will work on and improve the code for free in their own interests
    • 3) If 'broad' user testing is usefull. By releasing opensource you are potentially greatly extending the userbase and by releasing early it is possible to get significant testing.

    The core idea is that costs are shared by co-operation between parties who have a similar need. This is not a new concept, and has appeared and suceeded in many different forms in business. Like a 'franchise' which shares branding costs because it would be impossible to get the same level of branding on their own individual budgets. There are other reasons to opensource your code (fame, altruism, etc) but these are not very appropriate in your context.

  12. Back in what day? wtf are you talking about on Will Online Learning Disrupt Programming Language Adoption? · · Score: 1

    Not one of the programming languages listed were a success because 'it was taught to students'. Its arse about face, they were taught because they were successful. Who the hell wants more languages anyway? renaisance? wtf are you talking about? We need better, faster, easier ways to get the job done. Not spewing out more languages for the sake of it. Also if you *did* have some magic new language, why would you want to force feed a bunch of inexperienced students with it? If you come up with a *genuine* significant improvement, be it a language, a technique, a library or whatever real programmers will pick it up and it will soar on its own wings. Look at JSON for a very recent and clear example of this. depsite the MASSIVE investment in XML by big industry and acedemia, some single guy posts a webpage and says 'hey heres an alternative format that works well with javascript' and now half the world is using it.

  13. Re:Google What? on Why You Shouldn't Write Off Google+ Just Yet · · Score: 5, Interesting
    Also, If you have the facebook android app, facebook can do any of the following without your knowledge
    • Access all the stuff on your SD card
    • Track your current location with GPS.
    • Download anything they like onto your phone.
    • Access ALL the accounts (not just facebook) that you use on the phone.

    On many phones (like mine) this app is pre-installed and actually uninstallable it was the main reason i switched to cyanogenmod

  14. burn them all on Are Open-Source Desktops Losing Competitiveness? · · Score: 1

    I hate windows, osx, kde and gnome. I use exactly the same ratpoison setup on my laptop and on my desktop. Its not for everyone, but i think the core principle of having an window manager that is almost invisible could be taken MUCH further, and provide a great window manager that techs and non-techs would be happy using. People dont actually need to USE a window manager, they need to use their applications, the WM is just the middleman. The problem is that a gutted out highly optimised WM is not be very desireable to the majority. They dont pick WM because they are easy to use, they pick largely based on 'bling' (if people see my windows flipping about doing summersaults they will think I am l33t h@x0r!!). So perhaps they get the WM's they deserve.

  15. Re:AMD Linux support sucks on AMD Radeon HD 7970 GHz Edition: Taking Back the Crown · · Score: 1
    Goodbye nvidia, i wont miss you. For years I've stuck with nvidia because everyone said that they are the best choice for linux, but i've hated every minute of it. They were a constant annoyance for the following reasons.
    1. Every time you build a kernel you have to download the latest nvidea driver and install it separately.
    2. Want to try a release candidate kernel? nope forget it. Just to get the damn thing to install you have to reverse engineer their installation scripts, and even after you get that working, the driver is usually unstable (not surprisingly).
    3. It overwrites libgl with its own version that wont work with anything else ... WTF??
    4. I had serveral problems such as an unstopable crackle coming out of my TV/monitor over HDMI (nevermind actually getting the HDMI audio to work!) , or having to write my own modeline to stop overscan
    5. The installer is a real PAIN IN THE ASS if you swap about kernel builds a lot. It complains about kernel versions and refuses to install, or refuses to uninstall grrrrr
    6. nouveau simply did not work for me, and even if it did i wasn't sure the 3D would be good enough for my needs. I could never get X running with it on my monitor. just screen noise. The nouveau guys are kinda heroic but why isn't nouveau backed by nvidia? and why is nouveau helping sustain a product whos manufacturer wont play ball? might they not be better employed helping improve the open ATI drivers?

    recently i finally decided to give the radeon and try. and bought a cheap radeon HD 6450. Ok. I admit i still had to write my own modeline to get rid of overscan issue (similar to my experience with nvidea), but after that it JUST WORKED, with seemingly any kernel i build without having to shoe-horn in proprietary drivers everytime i do a build.
    The 3D performance seems perfectly adequate for my needs, and being opengl 4.1 I can build and run opengl ES 2.0 type code against it happily. I really dont know why every slags off ATI/radion support, and gives nvidea a free ride. I like life of the ATI side of the fence and I'm not going back to nvidia anytime soon.
    For some of us having a card with a half decent opensource driver in the kernel tree is not an idealogical battle, but simply a practical necessity.

  16. It is not a virus on Six Arrested Over Japanese Android Porn Virus · · Score: 1

    Does no-one use the proper terms anymore? malware - yes, Trojan - yes , Virus - No.

  17. dont panic on Liu Yang Becomes China's First Female Astronaut · · Score: 1

    I agree completely with the sentiment. The "disney princesses" suck. They just want to sit pretty and wait for 'prince charming' I find this disturbing. (Mulan is cool though)
    On the other hand when i was growing up my biggest hero was "The incredible Hulk", some guy who's would get angry, totally loose it, and go on a violent rampage. Not a great role model if you think about it, but I dont think it did me any harm.

    grrrraRARARAGHGHAHG!!!!!!
    *ahem*

    Personally I dont think creating 'artificial' role models makes sense. I think the problem is parents etc, for some reason most of them want to encourage girls to be 'girly' and boys to be 'boyish' in terms of their own preconceptions of what these roles should mean. My sister hosted a birthday party where she gave all the boys blue boxes with a car in it, and the girls pink boxes with a hairclip and a wand (which i was told is typical). Maybe boys and girls are naturally drawn to slightly different things, but many adults seem to want to actively enforce and artificially exagerate the difference.

  18. JQuery + existing backends on Ask Slashdot: Tips For Designing a Modern Web Application? · · Score: 1

    The big change in modern web development is the shift to the clientside for dynamic html. JQuery is now so powerfull, and modern browser now so good at processing javascript, that stuff like applets, silverlight, flash, are undesirable cludge that you can live without. Also a lot of the serverside conditional html generation is also redundant. You should use just pretty much static html pages serverside, but change it dynamically on the clientside with JQuery.
    So do you need the serverside code at all? of course you do, but it should be feeding the client with JSON (or similar) instead of html. For this 'feed client with info' serverside code the traditional web framewords still work fairly well even though their role has changed. there is nothing wrong with using java here if thats what you are comfortable with (i normally use either python wsgi or asp.net).
    Usually the most sensible design for a modern website is a (sort of) MVC structure where JQuery is the controller, the 'views' are static html, and interfacing with the data model is the serverside framework.
    Oh and DOJO is a perfectly workable alternative if you hate JQuery for some reason.

  19. The slashdot response... on Ask Slashdot: Equipping a Company With Secure Android Phones? · · Score: 1

    If you stop someone in the street and ask 'How do i get to the post office', would you be happy the following answers?

    1) "Nah you dont want to go to the post office, its UPS you want. To get to UPS you should go..."
    2) "Its 11am? what sort of idiot goes to the post office at 11am? the queues will be terrible, you should just go home."
    3) "There are many ways to go the postoffice, i cant tell you which if you dont give me the exact critiera by which you can judge the best route. Is it fastest? shortest? most scenic? safest? does it need to be wheelchair friendly?"
    4) "You should just use email! you fool!"

    No? then dont ask slashdot...

  20. This story smells funny... on Software Patents Good For Open Source? · · Score: 4, Insightful

    It is as if someone is trying to create the impression there is an ongoing 'debate' about about the pros and cons of software patents. There is no debate. Software patents are harmful nonsense. and this is the general consensus amoung people who write software (supposedly the people that these patents 'protect'). I'm sure you could scrape up some guy who swears blind that smoking cured his sinus problems but that doesn't mean an article 'Smoking - good for your health?' should hit the front page.

  21. I know how this happened... on German Authorities Find Al Qaeda Plans Disguised In Porn · · Score: 2

    Muslim kid: "Cor look at the bajungas on her..."
    (Crazy fanatic dad walks in)
    Crazy fanatic dad : "OH NO!!! you have been corrupted by the filthy western decadance!! "
    Muslim kid : "No dad!! look im using their own flithy videos against them, by hiding cunning terrorist plans inside them!! honest!!"
    Crazy fanactic dad : "Ahh good son. Well done carry on"
    (Crazy fanactic dad leaves)
    Muslim kid (whispers) : "sucker! heh heh "

  22. What a leonid of shtil (man) on Viewfinity CEO Says Many Computer Users Are Overprivileged (Video) · · Score: 1

    Come on slashdot... If i wanted to read stuff like this i would read my email spam folder. I refuse to get sucked into discussing security when this is just blatent pulp advertising. Booo! Hisss!

  23. Who pays for this crap? on Do Women Make Better Bosses? · · Score: 1

    whats next? studies on "black people take a shorter lunch breaks", "short men talk too much in meetings", "christians take fewer sick days" Appart from encouraging discrimination, it is worthless.

  24. Re:The journal does not publish replications on Psychic Ability Claim Doesn't Hold Up In New Scientific Experiments · · Score: 1

    First - Scientific method has nothing to do with statistics. It is to do with formation of hypothesis, using that hypothesis to postulate results that are not in the current known data, and then the discovering the predictions were true (not 99% true, ACTUALLY true). For example Quantum mechanics has made a large number of weird and wonderful predictions of things no-one has ever seen before at the level of small scale things. Then, with the improvements in technology over they years we have observed all those things were actually true which means it evolves to a well respected theory. If something, anything was discovered that didn't fit, then this is a problem with the theory, not a statistical anomoly (QM doesn't work for very large scale things, this tells us that the theory is not a perfect picture of everything, and points to where to look to make a better one) You seem to have confused the fundamental principles of science with the mathematical technicalities of analysing results.

    Second - Physics deal with statistics at many levels; it is their bread and butter. Quantum mechanics is largely the study of probability distributions (take a look at Quantum Statistical Thermodynamics, which is takled at the undergraduate level). To infer that (real, qualified) physicists have a fuzzy idea of dealing with statistics compared to psychologists is absurd. Its like a shop assistant saying that mathematicians dont know anything about maths because they havn't seen them work the till. If you *genuinely* believe this, then please point out a few statistical flaws in published physics papers.

  25. I only half believe in psychology, never mind the psychic bullshit. I mean psychology is really just one step away from freudian psychiatry nonsense. The whole area is hampered in becoming a genuine manture science by the fact you cant treat human beings like lab rats without getting into major ethical (and legal) issues. So although there is undeniably 'something to it' it is a far from being a genuine mature science. In my opinion it is a bit like where western medicine was a few hundred years ago.