Slashdot Mirror


User: tonywestonuk

tonywestonuk's activity in the archive.

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

Comments · 326

  1. Re:OTLP? on Oracle Promises 100x Faster DB Queries With New In-Memory Option · · Score: 1

    No - Cant find anything about OTLP

    Only Online Transaction Processing (OLTP)..... Whichi is not OTLP

  2. OTLP? on Oracle Promises 100x Faster DB Queries With New In-Memory Option · · Score: 1

    whats OTLP?

  3. Re:Troll much, slashdot? on Using Java In Low Latency Environments · · Score: 4, Informative

    You do know that Java is compiled to native, don't you?

    The only reason Java is slower than C, is because C can have unchecked arrays, or low level access to CPU registers or vector SIMD.

    Given the same code written in both C and Java, and including C range bounds checking (to make it as safe as Java), the speed will be the same. Or, quite possibly Java would be quicker once the JVM starts stripping away the checks once it realises there is no possibilities of bounds been breached.

  4. The ICO have a point... on UK Regulator Did Not Check Google Privacy Claims · · Score: 3, Insightful

    "Seeing that it was impossible to check Google's claims in depth, the ICO decided to just take Google's word it had done what it claimed."

    Well, yeh. It only take a memory stick full of WIFI data to be stuck in the back of a draw, or in someone's pocket. What's the ICO gonna do? Strip search all employees?

    Googles word for it, is the best they can do.

  5. Re:Parents need to be the filter... on Leaked Letter Shows UK ISPs and Government At War Over Default Filters · · Score: 2

    "Depending on his age, you might just try putting up rules"....

    He is 8. We have a porn filter. I keep an eye on what in general he's looking at.....usually its just minecraft plugins, and youtube. But, really, he's free to explore the web himself, without us having to be there to be net-nanny all the time. He's learning about the internet....what to click on, and what not to click on (which results in a BLOCKED message). .exe file viruses that he happens to download, are not runnable (its a mac), but I make a point of telling him what they are, and to be wary.

    I see him becoming more net-aware as time goes on. At some point, im sure he's going to want to find out what is behind the great internet filter, and will probably develop the technical skills to do so. I am there for if he wants to discuss anything he stumbles upon.

    I believe that parenting is about letting your kids find out on their own... and, to be there if they fall, or need advice. Porn filters have a place in this, because, Really, I don't want him seeing that kind of stuff before at least he hits puberty. Overly protective parenting is far worse.

  6. Re:Parents need to be the filter... on Leaked Letter Shows UK ISPs and Government At War Over Default Filters · · Score: 1

    Yes, you're absolutely right. Going to take back that laptop from my son, give him a load of books to read, and make sure he only uses the computer in our presence.

    Keep him away from the wider Internet, its BAAAHHHHHDD. Monitor EVERYTHING he does, make sure he only frequents websites I have personally vetted, and woe betide should he even look at doing a google search for himself.....

    I'm sure he'll grow up being a rounded individual and will thank me in years to come. Crewel to be kind.

  7. Re:Absence of a test suite on Things That Scare the Bejeezus Out of Programmers · · Score: 2

    So you imply you need a test suite, in order to maintain legacy code?

    You know that most code out there has no tests for it..... and debate is still on to if automated testing really does make a difference to software quality.

  8. Re:Literally unbelievable on Samsung Launches 3200x1800 Pixel ATIV Book 9 Plus Laptop · · Score: 0

    Same old PC market - 2 years behind Apple.

    http://www.youtube.com/watch?v=J5Qm0XRgQB0

    Apple's first Macbook Air had the same lightweight technology. After feedback received they released iWeight (patent pending), a device to clip on the side to keep it from floating away. The later macbooks had iweight integrated into the main unibody. Many people are unhappy as it means they cant make use of the iWeight if the laptop breaks, or becomes obsolete. But, ya know, thats Apple at its old tricks.

  9. Re:Nice try? on Banking Malware, Under the Hood · · Score: 2

    From TOS, it says the user has already clicked on the link, and their PC has become infected. My guess that it has installed a rogue root cert into the browser, and rogue DNS entries, so that the link to the attackers server is indeed encrypted, and the browser shows it as safe.

  10. Re:Photon model broken on Physicists Create Quantum Link Between Photons That Don't Exist At the Same Time · · Score: 1

    No.....you cant do this, without having a communication link between the two photons.

    The correlation of the photon polarisation is defined as the cosine of the angle between the spot meters (Haha - Easy Maths c=Math.cos(spot1.getAngle() - spot2.getAngle()) . So, in code, both photon objects *must* have a reference to each other, in order to find the angle to feed into the equation. In reality, this means the photons must communicate using "spooky actions at a distance"

    Its is not possible to represent the state of a quantum object, using local variables alone. This is what Bell proved.

    The alternative, is there is no quantum object, there is no photon. But instead an infinite array of objects, all having slightly different local state.

  11. Re:Photon model broken on Physicists Create Quantum Link Between Photons That Don't Exist At the Same Time · · Score: 1

    If reality is like this..... then, a photon isn't like a shiny ball traveling through space....but instead, an infinite array of photons all having a slightly different properties, and all having zero energy, but as a whole having some energy.

    only when this thing interacts with something, at that point, the correct photon is selected out of the array, and 'becomes' a particle.

    I wonder if.....maybe its not a single infinate array, but rather a stream of photons..... yet, practically all those photons do not interact with anything. only the ones that happen to be preconfigued to be able to be filtered through the spot meter work. The rest of them just never show up.

  12. Re:Photon model broken on Physicists Create Quantum Link Between Photons That Don't Exist At the Same Time · · Score: 1

    ....that is, getEntanlgedPair() returns an array of photon pairs, not just 1. Each of those photons has been preconfigured to be set at a particular polarisation.... then, the spot meter is made to only look at the photon pair its orientated to look at. this way, everything can be precalculated up front, and stored within the photons.

    the problem is, there is only a limited amount of angles you can precalculate for. you could do 360 degrees of a circle..... BUT, the spot meter could be configured to at a half of a degree..... Its impossible to precalculate all outcomes (unless you happen to have a quantum computer!!),

  13. Re:Photon model broken on Physicists Create Quantum Link Between Photons That Don't Exist At the Same Time · · Score: 1

    Replying to an anonymous coward.... :-/

    Ok, You would perhaps create a class that is your entangled pair source. It will have a method, getEntangledPair(), which would pass back 2 photon objects.
    There would be a SPOT meter class, that could compare the polarity of 2 photon objects, and give a '0' or '1'. its up to you how you code them.

    Now, the trick is, to try and make your program work, and produce the results of the experiment, *without* having any communication between the photons objects (via, say some global / shared variable).
    The problem Is, I cant do that. I tried. I failed. The *only* way I can get my program to produce the same results, is by having such a hidden communication mechanism. According to Bells proof (mathematical), its impossible to do this.....though, I dont understand the maths, I have an appreciation why I cant make it work.

    there is another way of making it work, however, without using hidden communication....

  14. Re:Photon model broken on Physicists Create Quantum Link Between Photons That Don't Exist At the Same Time · · Score: 1

    Oh, once you've read it, if you can code, go try making a program to simulate whats going on.... Try it. At some point you'll come to the conclusion that something really weird is happening.

  15. Re:Photon model broken on Physicists Create Quantum Link Between Photons That Don't Exist At the Same Time · · Score: 3, Interesting

    I believed as you did. Then I read this http://quantumtantra.com/bell2.html - Its like Quantum physics , without the maths, and for the it literate.

    Changed my ideas on what QM was all about.

    Go read it. Seriously.

  16. Time for new Facebook competitor? on How Facebook Ruined Comments (at Least For One Writer) · · Score: 1

    Facebook's changes are pissing off its users....the same people who put them in the dominant position it is in now.

    The thing about facebook though, it isn't like Ebay, where a critical mass of people have no choice to stay. They are free to go elsewhere.....and will as soon as another competitor shows up that offeres a better experience. In my opinion, the time for this to happen is imminent.

  17. Re:Time to start taxing revenue instead? on Google Ordered Back To UK Parliament To "Explain Itself" Following Investigation · · Score: 1

    I meant £16.66 ! lol

  18. Re:Time to start taxing revenue instead? on Google Ordered Back To UK Parliament To "Explain Itself" Following Investigation · · Score: 2

    They already tax revenue. its called VAT, and for every £100 of takings, 16.6p is sent to the govenment.
     

  19. Re:Guess he has never heard of VPN and proxies on No Porn From Public WiFi Hotspots In the UK Proposed · · Score: 4, Insightful

    I dont think they care, about VPN or proxies. If you have these, then you're obviously old and wise enough to be able to look at whatever you want, whenever you want.

    This is about minors, kids, who end up getting porn on there phones/tablets by accident, while looking for something innocent.

  20. Re:if only it had had a network socket on Former Sega Employee Reveals Sega Pluto Prototype Console · · Score: 1

    The dreamcast had a network socket..... that didn't help it.

  21. Re:April fools again? on How To Communicate Faster-Than-Light · · Score: 4, Informative

    This is *Not* an April fools!!... Slashdot is reporting on an RFC, published in draft status. No Joke. Like other RFC's published on April 1st, It probably wont have any real world usage (unless we actually find a way of sending things faster than light, at which point the universe collapses into a paradoxial soup), and is there mostly for its comedic value. BUT, that is not the point, the point is this is an attempt at working out how to send things over a FTL medium, and documenting them in an RFC.

    IP Over Avian carriers (rfc1149), another April 1st RFC, was implemented a few years later. It worked.

  22. Re:CD's Not digital on Music Industry Sees First Revenue Increase Since 1999 · · Score: 1

    CD's arn't digital.

    A CD is a piece of plastic, covered with silver. A laser is used to focus light of areas of the CD, which will result in different luminosity of reflected light, causing different voltage potentials over a photodiode. This analogue signal will be enhanced, noise removed, before sending though a Analogue to Digital converter.

    If a CD was digital, like a USB drive, there wouldn't need to be this process!

    A CD is no more digital than a Wifi radio signal, or the printed text in a newspaper. If you claim a CD is digital, then I'll claim an audio tape is also digital, because old computers loaded games from them.

  23. Of Course CD's arn't Digital! on Music Industry Sees First Revenue Increase Since 1999 · · Score: 1

    A CD is a piece of plastic, covered with silver. A laser is used to focus light of areas of the CD, which will result in different luminosity of reflected light, causing different voltage potentials over a photodiode. This analogue signal will be enhanced, noise removed, before sending though a Analogue to Digital converter.

    If A CD was digital, like an MP3 file, there wouldn't need to be this process!

    A CD is no more digital than a Wifi radio signal, or the printed text in a newspaper.

  24. Java in the Browser? on Apple Hit By Hackers Who Targeted Facebook · · Score: 1

    'The same software, which infected Macs by exploiting a flaw in a version of Oracle Corp's Java software used as a plug-in on Web browsers"

    I thought Apple disabled Java in the browser months ago?

  25. Re:Great on YouTube Drops 2 Billion Fake Music Industry Views · · Score: -1, Troll

    My band went from 72 views to 5. Damn you Google!

    Ok, ummm, post the youtube link -