Slashdot Mirror


User: petermgreen

petermgreen's activity in the archive.

Stories
0
Comments
10,783
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 10,783

  1. Re:Let me get this right. on Sony Quietly Adds PS2 Emulation To the PS4 (eurogamer.net) · · Score: 1

    It varies.

    In the old day each new console was a very different system that was basically totally incompatible with it's predecessors, if you wanted to keep playing your old games you had to keep your old consoles around. Sometimes a game would be re-released for a newer console but this was the exception not the rule. If a game was re-released and you wanted to play it on your new console then yes you did have to re-buy it. Often such games were packaged together into compilations for the re-release.

    The playstation 2 broke this trend being able to play games for the original playstation (from their original disks, no need to re-buy) with no obvious issues. The playstation 3 was supposed to continue this but the support hardware for this feature was removed in later PS3 models (some intermediate models removed some of the support hardware and replaced it with crappy emulation, later models removed PS2 support completely) to cut costs. I have no idea about the playstation 4.

    Original wii models had support for gamecube games to be played off their original disks but this was removed in later models. The wii-u similarly supports wii games (but not gamecube games) off their original disks. With the wii ninitendo also introduced something called the virtual console which allows playing many of the games for older consoles (both nintendo and otherwise) but you have to re-buy them.

    On the MS side the xbox 360 could play some games for the original xbox. You could use the original disks (didn't have to re-buy) but you did have to have a hard drive and internet connection.

    I belive sony and MS are doing something similar to the virtual console but I haven't investigated the details. I'm also not sure what is going on with the PS4 and XBONE as I lost interest in consoles before they came out.

    And yes many people do build shelving around their TV to support their collection of games consoles.

  2. I suspect the politicians and bankers dream about doing that but realise that if they did it all at once they would piss off the general public too much.

    So instead they play the long game. They do not issue larger banknotes to keep up with inflation (and in the case of the US they actually stopped issuing existing denominations). They put in place reporting requirements for large cash transactions which again they don't update to keep up with inflation.

  3. As I understand it "system crash" doesn't mean planes falling out of the sky but it does mean massive disruption if it can't be recovered from quickly. They need the automated systems to manage the density of takeoffs and landings at busy modern airports. If they lose that automation then flights have to be held/diverted/cancelled to keep the number of plane movements in the problem to a level they can manage manually.

  4. Re:Needs 1st Xbox as well come in's X86 based on Backwards Compatibility For Xbox One Launches · · Score: 1

    Given they are restricting it to different titles I expect they are recompiling the game code.

  5. Re:Interesting question for science oriented langs on Symbolic vs. Mnemonic Relational Operators: Is "GT" Greater Than ">"? · · Score: 1

    For example, the union of two spatial domains, should it be "c = union(a, b)" or "c = a \{insert big U symbol here\} b",

    There is really two seperate but related questions here

    1: ascii VS unicode. Unicode looks nicer for equations but is less portable and is harder to enter. There is also the problem that programmers like to use fixed with fonts which gets more complicated with unicode.
    2: function style VS operator style. IMO operator style makes complex formulas much easier to read than function style but it's useful for a programmer to be able to tell the difference at a glance between variable/function names and operators.

    One option could be to allow use of either unicode or ascii representations for operators. For example you could establish a convention that extended operators expressed in ascii started and ended with a dollar sign (or some other character, I picked the dollar sign because it doesn't seem to be used for anything in python). So the union operator could be written as either $u$ or as the unicode character for union. The circle plus operator could be written as either a unicode circled plus character or as $+$ and so on.

    You could then provide a tool to convert between the pure ascii representation and the unicode representtion.

  6. Re:It's all squiggles on Symbolic vs. Mnemonic Relational Operators: Is "GT" Greater Than ">"? · · Score: 2

    The strength of C++, for example, is that you can define your own operators and how they operate upon particular data structures

    IMO the weakness of C++ is that you can define how the provided operators work on custom types but you can't create new ones.

    The result is that the set of provided operators gets overloaded to have very different meanings.

  7. Re:So AMD called their Hyperthreading a CPU core? on AMD Sued Over Allegedly Misleading Bulldozer Core Count · · Score: 1

    Meanwhile Intel leads people to believe that "i7s" are the best processors and then slaps that same brand on 4-6 core desktop processors, 2-4 core mobile processors (clocked a bit lower than the desktop ones) and 2 core ultra-mobile processors (clocked much lower than the regular mobile ones) . By doing this they milead customers into thinking they are not sacrificing performance by buying a small/light machine.

    AIUI advertising is about misleading customers as much as possible without stepping over the legal lines. Afacit unless they promote hard numbers or direct comparisions that are demonstratablly wrong they generally get away with it :(. Unfortunately I don't think vauge headlines like "maximum performance" or references to 8 cores (this very discussion on /. shows there is no agreement over what constitutes a "core") are enough.

  8. Re:i5, same thing? on AMD Sued Over Allegedly Misleading Bulldozer Core Count · · Score: 1

    i3, i5, and i7 represent "good", "better", and "best" respectively. That's it.

    Worse still they only represent that within a given generation and within a particular "market segment".

    My theory is they designed this naming scheme to deliberately mislead customers into thinking ultraportables could be as powerful as desktops while the reality is an ultra-mobile i7 is less powerful than a desktop i3.

  9. Re:Try not to be misguided on Microsoft Follows Mozilla In Considering Early Ban On SHA-1 Certificates (csoonline.com) · · Score: 1

    The problem with the lock icon and similar things is it arrives too late. By the time the user sees it they have already interacted with the server and potentially sent it sensitive information.

    Consider for example a login form on https://foo.mycorp.com/ that submits the login details to https://bar.mycorp.com/ .

  10. Re:It's not the Earth's fault on Leap Second May Be On the Chopping Block (ieee.org) · · Score: 1

    Leap seconds are a human creation in an attempt to unify atomic time with planetary movements.

    There are basically 3 options.

    1: Tie civil time to the SI second, have 86400 seconds in a civil day and accept that the civil day will slowly drift relative to the astronomical day.
    2: Have 86400 seconds in a civil day but decide that the second of civil time can vary in length from the SI second and adjust the civil time second so that .
    3: Tie the civil time second to the SI second but periodically make adjustments through having civil time days that are not 86400 seconds long.

    Each option is bad for different people.

    Option 1 is likely to be confusing for future historians and astronomers as they have to deal with an offset between civil time and earth time that varies depending on when the data was collected.
    Option 2 is bad for people who need to interface between systems that work with civil time and systems that need to measure elapsed time very accurately. e.g. people who have their own atomic clocks or people who rely on GPS for getting the time.
    Option 3 is bad for IT systems as it introduces a rare special case which can cause a lot of systems to fail at once when their implemnentations of that special case differ.

  11. Re:Err, no. on Ask Slashdot: An 'Ex Libris' For My Books In a Digital Age? · · Score: 1

    Supporting lots of different magnetic disk formats is expensive both financially and in terms of considerations like bulk and weight. Each one needs a physical mechanism that while similar in principle is different enough in details that you can't generally use one mechanim for multiple formats unless the formats were specifically designed for it.

    On the other hand with barcodes the same camera can be used to read all of them. Supporting more formats is just a little bit of extra software.

  12. Re:Element14 doing sme slashvertising on Official, Customized Raspberry Pi Versions Coming Soon (linuxgizmos.com) · · Score: 1

    Q. What's the difference between an "Official" customized Raspberry Pi and any other customized Raspberry Pi?

    It seems the difference is that they have the design files and the authorisation to do customisation at the pre-manufacturing level. Anyone else who wants to customise has to work with the completed boards.

  13. Re:So does Australian intelligence agency ASIO on US Military Websites Still Relying On SHA-1 (netcraft.com) · · Score: 3, Informative

    As I understand it constructing a rouge certificate by attacking secure hash functions requires either

    1: a preimage attack on sha1 with chosen prefix and chosen suffix. This seems unlikely in the forseable future even for MD5.
    2: a collision attack with distinct chosen prefix and common chosen suffiix combined with a CA that has poor procedures that allow the purchaser to predict what their certificate metadata will be. This has been demonstrated in the past for MD5 (google "md5 collisions inc"). Noone has yet demonstrated a full collision for SHA1, let alone a distinct chosen prefix collision.

    As of right now I would class this as a lower risk than the risk of some CA simply issuing an end entity certificate to someone other than the legitimate owner of the domain and/or issuing and intermediate certificate to the attacker. Of course attack techniques are improving all the time so it's prudent to move sooner rather than later. Chrome is being a bit alarmist because they know if they don't then people won't move until it's too late.

  14. Re:Ugh on Ubuntu 15.10 'Wily Werewolf' Released (omgubuntu.co.uk) · · Score: 1

    Hmm... that must've been in the VERY "early days."

    mmm, the days when we were wondering if sarge would ever be released.....

  15. Re:US $40K processor on Looking At the Hardware and Software of NASA's New Horizons (imgtec.com) · · Score: 2

    A couple of things to consider

    1: For certain types of radiation shielding can actually make things worse. Very high energy particles tend to go right through matter without interacting at all but when they *do* hit something they can create a storm of lower energy particles. Sometimes these particles can have a higher probability of causing problems than the original high energy particle did.
    2: Getting mass out of the gravity well is expensive. $40K may seem like a lot to us mere mortals but it's trivial compared to the cost of sending even a few kilos on a trajectory out of the solar system.

  16. Re:I'm just curious on USB Killer 2.0: a Harmless-Looking USB Stick That Destroys Computers · · Score: 2

    The USB spec requires that auto-resetting overcurrent protection be provided but it doesn't require it to be specific to an individual port. So a shorted USB device can knock out several ports but is unlikely to bring down the whole computer (unless it's something like a raspberry pi).

  17. Re: Competition with Gas Cars on Charge Rage: Electric Cars Are Making People Meaner In California · · Score: 1

    It's no big deal to add a handful of electric charging ports in spaces close to a major commericial building. That is one reason why it's often the prime spaces that get converted.

    If you want to put the chargers further away from the building or put in more than a handful it gets more expensive. Volt drop is usually the dominent design consideration in outdoor wiring so to put a port twice as far away requires a cable that is both twice as long and twice as thick. Unless you get lucky with the position and existance of existing usable ducts you will be trenching cables not just pulling them. Unless typical commercial services are much bigger in the US than they are here in the UK putting in more than a handful of ports will quickly start taking up a significant proportion of a typical commercial service.

  18. Re:Take my money! on The World of Luxury Bomb Shelters (vice.com) · · Score: 1

    Insurance protects you against events that are bad for you personally but where society as a whole keeps functioning. Since society as a whole is still functioning and the insurance company wants to get future buisness you have a pretty good chance of actually getting your claim paid out.

    Buying a ticket for a post-apoclyptic bunker is another thing entirely. If society breaks down completely who is going to enforce your contract for a slot? If the military takes over to maintain order do you really think they are going to let civilians keep a good bunker rather than taking it for themselves.

  19. Re:No. It won't be on Linus: '2016 Will Be the Year of the ARM Laptop' (softpedia.com) · · Score: 3, Insightful

    I think the hold up is that ARM needs to be comparable in terms of computing power to Intel.

    I don't think "comparable" is sufficient. I think that to switch an OS where people primerally use propeitary native code to a new incompatible CPU architecture the new processors have to be substantially more powerful to offset the performance cost of the emulation.

    I find it unlikely that ARM will ever make a processor that is substantially more powerful than a regular desktop/laptop intel chip.

  20. Re:Actually, this is plausible. on IP Address May Associate Lyft CTO With Uber Data Breach (reuters.com) · · Score: 1

    VM or not you need to set things up so that your client box CANNOT access the internet without using the VPN. If you have a system where a VPN failure results in a direct connection you will almost certainly end up making a direct connection sooner or later.

  21. Re:HTTPS Everywhere FTW on Verizon Is Merging Its Cellphone Tracking Supercookie with AOL's Ad Tracking Network · · Score: 1

    You can't really enforce https everywhere because there is no gaurantee that content available at http://site.whatever/some/path is available at https://site.whatever/some/pat... . Some sites don't accept https connections at all, some redirect them back to http (/. i'm looking at you), some offer different content on http and https.

    The eff have an extension called "https everywhere" that tries to enforce https on sites that are known to support it. It looks like said extension is available for firefox for andriod.

  22. Doesn't seem like a great idea given that legionella is mostly hazardous when it is carried by airborne water droplets that can be breathed in.

  23. Re:GPLv3 - the kiss of death on FLIF: Free Lossless Image Format · · Score: 1

    The GPL neither permits it nor forbids it. So it then falls back to the question of whether or not your "reimplementation" is legally a "derivative work" of the original implementation.

    AIUI (i am not a lawyer) if you read some code and then write very similar code that can be considered to be "copying" even if you didn't write it out word for word. If you try and reimplement a complex format you are very likely to end up writing very similar code to the original imlementation simply because there is only one sane way to imlement bits of it. So if you don't "cleanroom" (i.e. forbid the people doing the reimplementation from reading the original source) you will likely have an uphill battle trying to demonstrate that your code really is an independent implementation (and hence not covered by the license of the original implementation) rather than a derivative work (and hence covered by the license of the original implementation).

  24. Re:700 ms latency, though... on First of 2 Australian NBN Satellites Launched Successfully · · Score: 1

    The latency is bad, but not that bad. Earth to geostationary and back round trip is about 250ms. Switching hardware and ground relay adds a few tens of milliseconds more, so typically you're well above 250ms

    Network latencies are usually quoted as "round trip time" (that is the time from sending a packet to the server to getting a reply back). The round trip between you and the server passes through the sattelite twice so that brings you up to 500ms.

    And that is for a link where you have a timeslot availible already. If you have to request a timeslot from the sattelite before transmitting then you just added another 250ms.

    If your alternative is living in the dark then tens of megabits of high-latency bandwidth is pretty damn appealing.

    I agree

  25. Re:I'm running Chrome 45 and Firefox 41 on Romance and Rebellion In Software Versioning · · Score: 1

    Then you have Ubuntu and Debian, who follow a very clear policy: Each release will receive no updates which change any functionality.

    Well that's the ideal, whether reality lives up to it is another matter.