Slashdot Mirror


User: psy

psy's activity in the archive.

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

Comments · 33

  1. Re: Speak for yourself on Microsoft Details Secret 'Pocketable' Surface Device (theverge.com) · · Score: 2

    Such as the GPD Pocket or the soon to be released upgrade which will be called the GPD Pocket 2?

  2. Re: Time to write Australia off on Australian Birds of Prey Are Deliberately Setting Forests On Fire (cosmosmagazine.com) · · Score: 1

    Not forgetting bears that will drop from trees and bite you... https://australianmuseum.net.a...

  3. Possible real situation. on Zillow Drops Complaint Against Blogger After Backlash Over Copyright Claim (geekwire.com) · · Score: 5, Insightful

    So they were using their lawyers to threaten the blogger under the assumption that the blogger wouldn't be able to afford to defend themselves (possibly knowing they were legally wrong). Blogger gets free representation - and suddenly the who's right/wrong comes back into the equation and they withdraw (because they are good corporate citizens).

  4. Upgrade process on Teardown of New iMac Reveals Upgradable Processors, RAM (macrumors.com) · · Score: 5, Insightful

    1) Buy lower end system
    2) Upgrade using cheaper 3rd party components
    3) ???
    4) Error 53

  5. In Australia this is classed as a defect which is defined as "something that would have caused you not to buy the product if you knew beforehand".

    The other option is to go in store and ask that they open and test multiple Switches until you find one free of dead pixels.

  6. Australia on UK: New Drivers Caught Using a Phone Will Lose Their License (bbc.com) · · Score: 1

    There are similar laws currently in Australia:

    https://www.vicroads.vic.gov.a...

  7. Lucky you're not in Australia on Tesla Model S In Fatal Autopilot Crash Was Going 74 MPH In a 65 Zone, NTSB Says (latimes.com) · · Score: 4, Informative

    I typically drive 10 mph over the posted speed limit, both on freeways and on roads. IMHO, the posted speed limit is for either A) the driver with dementia who shouldn't be driving anyway, or B) some government that needs the speeding fines to balance their budget.

    Go Los Angeles and there are some freeway offramps marked 25 MPH and, goddamit, they farking mean it oh holy shit will I make it. But as time goes on those honest speed limits get replaced with better intersections, but the speed limit stays the same.

    Freeway speed limits should be 80. Non freeway speeds should be a good 10 MPH over what they are already.

    Lucky you're not in Australia.. I have been booked (via hidden camera) for doing 64km/h in a 60km/h zone (39.8mph in a 37.2 zone).

    Police generally will pull you over if you're doing 10km/h over the limit (6.2 mph) as the fine doubles at that point.

    15km/h over (9.3mph) triples the fine.

    And I'm not just talking about police on traffic duty - any police car will pull you over if you're speeding.

    If you get caught doing 25km/h over (15.5mph) that's an immediate loss of license.

    Our highway / freeway limits (apart from some isolated stretches on interstate highways) are all 100km/h (62mph).

  8. General Use on Why There Is No Such Thing as 'Proper English' · · Score: 1

    I think there right!

  9. Australian online cheapest book service on Ask Slashdot: Package Redirection Service For Shipping to Australia? · · Score: 1

    When looking for books I use this service: http://booko.com.au/

    What it does is searches through all the Australian online book shops as well as international shops that send to Australia.

    So it finds every store that has the book, converts the currency into Australian dollars and then gives you a list sorted by the cheapest including delivery.

    Using that service you don't need to use a specific provider or even a forwarder - it'll just give you the cheapest item per book.

  10. Re:Logo language (turtle) on How Do You Explain Software Development To 2nd Graders? · · Score: 1

    Just following on from this. As it was quite a while ago my school had limit amount of computers. There was only 1 computer for the class (which was in another room).

    So we learnt LOGO on the black board. We all designed our "program" on paper (i think it was in pairs or small groups).

    We then all took turns to go and run our program. Sometimes it worked, sometimes it didn't.

    We then went back and adjusted (debugged) our program and had another go shortly after.

    Basically gave us skills to plan what we wanted, write and test it and then identify problems and solve them by correcting the code.

  11. Logo language (turtle) on How Do You Explain Software Development To 2nd Graders? · · Score: 2

    Back in primary school (15-20 years ago) i was introduced to programming using the Logo language (drawing the path of a turtle on the screen).

    Syntax was something similar to:

    FORWARD 100
    LEFT 90
    FORWARD 100
    LEFT 90
    FORWARD 100
    LEFT 90
    FORWARD 100
    LEFT 90

    OR:

    REPEAT 4 [FD 100 LEFT 90]

  12. Re:Better ads on Facebook's Zuckerberg Says Forget Privacy · · Score: 1

    The old system i dont believe was broken. It gave me the privacy settings that i wanted.

    Given it might be a bit confusing for novice users, but all they needed to give it was an interface facelift.

    Right now i have less privacy than i had - i cant hide any comments/likes i make on the system and need to go through and individually delete them off my wall.

  13. Better ads on Facebook's Zuckerberg Says Forget Privacy · · Score: 5, Insightful

    What he's saying is it is his customers (advertisers not users) want less privacy, so they can target ads more profitably.

  14. Re:use a hash/timestamp on Data Locking In a Web Application? · · Score: 1

    Thanks to overbaud's reply below. By hash i was meaning a solution such as guid value. I was speaking generically and not taking the literal meaning of hash for the purpose of being database agnostic.

  15. use a hash/timestamp on Data Locking In a Web Application? · · Score: 1

    Create a timestamp/random hash and store it against each record, then include it in your update query.

    UPDATE table SET
          data1 = @Data,
          hash = NewHash()
    WHERE ID = @ID
    AND Hash = @Hash

    Every save, change the hash to a new value.

    If someone has changed the record and another person goes to save it, the hash wont match and 0 records will be updated. This can then be captured in your web application.

    If 0 records updated - display error saying "user has already changed record, please reload page"
    If 1 records updated - display success.

  16. Finding blogs that quote? on Traditional News Media Lead Blogs By 2.5 Hours · · Score: 1

    By finding catch phrases (quotes) you find the blogs that quote the news paper article.

    What about specific events where there isnt a catch phrase, wouldnt those be excluded by the way the matching works?

  17. Re:First post! on Licensing Issues Shut Down Pandora Outside US · · Score: 1

    ...err, I mean. Isn't this old news?

    I though Europe was blocked 2 years or so earlier. Didn't know that France was an exception. Or he was lucky with his IP block being considered American.

    Being in Australia i was blocked off 1-2 years ago.

    I think the OP was just in a lucky IP range which they finally fixed up.

  18. Re:No Case Under US Law on Timetable App Developer Gets Nastygram From Transit Sydney · · Score: 1

    Well I'm qualified as one ... but I don't currently practice law. I'm a university lecturer ... specifically, Information Technology Law and IP Law. So saying 'IAAL' is slightly naughty of me since I'm not actually representing clients et al. at this point, I just have the necessary qualifications.

    He used et al - he must be a lawyer :P

  19. IMDB release dates on Gaming Netflix Ratings? · · Score: 1, Redundant

    From IMDB:

    Country - Date
    Germany - 11 December 2008
    UK - 12 December 2008
    Brazil - 25 December 2008
    Iceland - 26 December 2008

  20. Re:Re-Read TFA! on Scrabulous Is Dead, Hasbro's Version Brain-Dead · · Score: 1

    The issue is that Hasbro only have the rights for scrabble in the US. Everywhere else in the world the rights are owned by Matel, who dont appear to be as interested in suing.

  21. Re:Bad Move on Netflix To Eliminate Profiles Feature · · Score: 1

    They are definitely making people try and pay for more than one account.

    It's working too well, too efficiently and they are losing money on it.

  22. Really good on An Imaginative Use For CCTVs · · Score: 1

    This is actually a really good video clip. You'd think the filming was professionally shot.

  23. Re:I think RapidShare has a good one on Next-Generation CAPTCHA Exploits the Semantic Gap · · Score: 2, Interesting

    Only problem was it took me 5-6 goes to understand how to do it.

    It says select 4 letters (when there are numbers and letters)..

    Then took me a while to realise there were cats and dogs.. i thought it was just random.

    Other bad part about it was that there was a 30 second delay inbetween each attempt!

  24. Pointless on IE8 May Not Pass the Acid2 Test After All · · Score: 1

    The reason for doing this is microsoft dont want to break the majority of pages there.

    The fact of the matter is those pages have been written to work in firefox with an IE hack added over the top.

    All the developers need to do is remove the IE hack and use the firefox base and it will work with minimal effort.

    Plus forcing people to actually fix it will push the direction back into 1 implementation of html rather than the multiple versions that developers need to currently make.

  25. America is lucky - try australia on The Problems with Broadband in America · · Score: 1

    If you think broadband in america is bad. Have a look at the costs in australia.

    For 60$us you'll get: 512/128 adsl (thats bit not byte) with a download cap of 20-30gig.

    If you spend between 90-110$us you'll get 1500/256 adsl and a cap of ~50gig.

    The 2 main providors of cable make it not worth it because they slow down your connection to 56k modem after 10~ gig.