Slashdot Mirror


User: LoztInSpace

LoztInSpace's activity in the archive.

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

Comments · 260

  1. Re:Funny how TFA stats the same exploits work on Many Hackers Accidentally Send Their Code To Microsoft · · Score: 1

    That's why I questioned it. This is ineffective and not really the way to go. Your domain may well determine that certain characters are not allowed but this whole practice of not allowing data that vaguely look like other things is wrong.

  2. Re:Funny how TFA stats the same exploits work on Many Hackers Accidentally Send Their Code To Microsoft · · Score: 1

    I find it sad in a way that the same exploits (SQL injection, etc.) are still the same old standbys. This is something MS really can't do anything about because it is the app developers who have to sanitize their inputs and use parametrized queries.

    You mean escaped outputs rather than sanitized inputs, right? Not that there's anything wrong with making sure your inputs make sense, but it's the output that matters.

  3. Re:Before having a knee-jerk anti-lawyer moment... on ThinkGeek's Best Ever Cease-and-Desist Letter · · Score: 1

    Best comment ever.
    Thanks.

  4. Re:This is a stupid formula on California Wants To Put E-Ads On License Plates · · Score: 1

    You sound very sensible but yoy post gives me an opportunity to rant about one of my pet peeves: braking to turn off cruise control. Please just use the switch! It's very disconcerting to see brake lights @ 110 on a freeway and it can (and does) set off chain reactions.
    nothing personal - just a good post to hook onto.

  5. Re:And that attitude is the whole problem on Falsehoods Programmers Believe About Names · · Score: 1

    I can't put into words how much I agree with this!
    I am so pissed off with the whole "must not allow angle brackets, hyphens etc because of injection attacks" mentality.
    Any decent software will escape according to the requirements of the output, be it SQL, HTML, XML or whatever the next great thing is. Deal with it properly and you can accept anything you like.
    Trouble is, I run out of energy arguing this point when some one says "Oh, but who has a surname with bracket, colon, javascript....blah. I don't really have an argument against it and then have to explain why Mary OI'Toole can't log in. It's so easy to write software that does not have a problem with this stuff. Unfortunately, most web developers don't understand that there is life beyond HTML and don't get it. The end result is usually both unnecessary restrictions and badly escaped text meaning specific encoding makes it into the database or is overly escaped and fucks up when displaying it.
    Amusingly, Veracode, who proport to check software for this stuff cannot even push out their boilerplate recommendations without refering to "developer's" and the like.
    I don't get it. It's not hard.
    Ironic as well that TFA has  all over the place, presumably because whoever wrote the site can't escape text properly!

  6. Re:Multiple software produces the best result on Benchmark Software For Windows 7 Rollout? · · Score: 1

    Exactly. Support, service, replacement etc are way more important than marginal performance for your average desktop.
    Maybe you could go the "power saving" , "recycleability" or some other angle.
    Windows 7 comes with a benchmarking tool if you want a creditable (to PHBs) indicator.

  7. Re:Good advice for all developers on PageRank-Type Algorithm From the 1940s Discovered · · Score: 1

    What I reckon they did was invent a square wheel (i.e. sub-optimal search algorithm) then googled ranking algorithms, stumbled upon the aforementioned papers and then didn't re-invent it all over again.
    A side effect of this was the introduction of the term 'dogfooding' which was then re-invented by Microsoft.
    Maybe.

  8. Re:Entrapment?? on Appeals Court Rules On Internet Obscenity Standards · · Score: 1

    Is that like the "War on drugs" where the consuming party shouts in moral outrage and actively persecutes the producers, irrespective of juristiction and the laws of the producer? (The laws may or may not roughly align, but that's not the point).

  9. Re:If women are so smart . . . on How Men and Women Badly Estimate Their Own Intelligence · · Score: 1

    However, by American norms she's a tad heavy,

    Holy crap!

  10. Re:"no one considers the possibility of killing... on Utah Law Punishes Texters As Much As Drunks In Driving Fatalities · · Score: 1

    No offence, but I find it incredible you would even be eligible for a license.

  11. Re:scrum, isn't that a rugby term? on Highly-Paid Developers As ScrumMasters? · · Score: 1

    Oh FFS. They kick, bite & punch the other team not each other.

  12. Re:Slow news day? on The Chemistry of Firework Displays · · Score: 2, Informative

    The USA flag on the story is a bit misleading too. I am fairly sure that fireworks were invented in China long before the USA existed.

  13. Re:Corporate users and backward compatibility on Internet Explorer 6 Will Not Die · · Score: 1

    - the law of the land
    - would be way too much work to move 50,000 people to a new standard

    Sounds like a couple of pretty good reasons. What's the issue?

  14. Re:Correlation on What Carriers Don't Want You To Know About Texting · · Score: 1

    So it's reasonable to you to pay 20EU a month for something that effectively costs nothing?

    Well don't forget that charges are mainly based on what the market can bear rather than some utopian ideal of as low as you can make it.
    Even so, there are some operating costs to running the network infrastructure, staff, account maintenance, advertising etc (to keep market share at a useful critical mass etc). I doubt it actually cost 20 a month per account but it certainly does not cost nothing to administer an account in any sort of business.
    Even the tiny cost of your slashdot account is paid for, in this case by advertisers and subscribers.

  15. Re:Welcome to GPL/OSS on Is MySQL's Community Eating the Company? · · Score: 1

    If you are running millions of data through mission critical servers you use a decent database.

  16. Re:Unwanted? on Technical Specs Released For Aussie Net Filtering · · Score: 1

    Well there are 100s of shops selling hard core porn of various flavours quite openly in Melbourne alone. You would never know it was illegal.

  17. Re:the vigilante approach on Researchers Hijack Storm Worm To Track Profits · · Score: 1

    How about sending all their recently used URLs to everyone in the address book cc themselves? That should raise the profile a bit and send most people scurrying off to the nearest AV software.

  18. Re:oh goody. on C# In-Depth · · Score: 1

    For example, that innocent "item.price" could actually be calling an stored procedure that makes all kind of querys to get the right price for the current session customer. In Java, item.getPrice() would be a hint to this fact

    Complete bollocks as well you know. The first thing any Java programmer does with any variable needed in the outside world is to write getXXX() and setXXX() precisely so they can change the behaviour of get & set operations. Don't get me started on EJB, at least the old style anyway.
    I agree with you on exceptions BTW.

  19. Re:Wikipedia! GITMO! on Google, Circa 2001 · · Score: 1

    Just "George W Bush" gives this snippet at #3
    George W. Bush is running for President of the United States to keep the country prosperous
    Arf!

  20. Re:a bunch of questions on C# In-Depth · · Score: 1

    I'm fairly sure it is short for While End. It's certainly been around for a long time (when line numbers were in use and there was no such thing as "End If" before anyone brings up the fact it's "the wrong way round").

  21. Re:Not the first priority on US Army To Develop "Thought Helmets" · · Score: 1

    A McCain vote==Palin vote and I'm not sure I would class her as a moderate.

  22. Re:Just waaaaay too lazy! on Smart Self-Service Scales · · Score: 1

    Many South American counties have 'por kilo' restaurants. They are basically a buffet where they weigh your plate and multiply it by a fixed cost. Meat, veg, soup, everything. Very easy.

  23. Re:It is most munificent of you, on Slashdot's Disagree Mail · · Score: 1



    Try this:

    javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+'px'; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+'px'}R++}setInterval('A()',50); void(0);

    Lifted from some site I can't remember now.

  24. Re:Ha-ha! We're using the Internet! on Google's Streetview Seen As Culturally Insensitive In Japan · · Score: 1

    He's not talking about taking a dump in public - it's about that in Japanese culture you 'do not see' your neighbours in order to keep sane in crowded situations.
    The whole point is that not everyone has the same opinion as you (or Google) do.

  25. Re:Ever heard of blinds? on Google's Streetview Seen As Culturally Insensitive In Japan · · Score: 1

    FWIW I completely agree with dintech. The article is about the effect this has within Japanese culture not the USA.
    And yes, it does somewhat reinforce a certain stereotype.