Slashdot Mirror


User: am+2k

am+2k's activity in the archive.

Stories
0
Comments
1,219
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 1,219

  1. Re:We have alread seen it. on Facebook Buying Oculus VR For $2 Billion · · Score: 1

    Remember the Futurama version of the internet. Lets go for a walk around Facebook in Virtual Reality...

    It reminded me more of OASIS in Ready Player One.

  2. Re:Kickstarter is not an investment on Facebook Buying Oculus VR For $2 Billion · · Score: 1

    People who did the Kickstarter got their rewards. They got their dev kits.

    No, the people didn't pledge to get dev kits, they pledged to get the chance to be among the first to develop their games for the consumer version of the Oculus Rift. Now the environment for that has changed drastically, and unlike in the previous mission statement, gaming takes a backseat.

  3. Re:How is this a good thing for SparkFun? on Fluke Donates Multimeters To SparkFun As Goodwill Gesture · · Score: 1

    Or... SparkFun (and anyone else) could make multimeters without the yellow trim and all. It's not like that's an essential part of multimeter functionality.

    But it won't have the same accuracy without the yellow trim! That's why the MM were made that way in the first place.

  4. Re:going to be terrible on Sony Announces Virtual Reality Headset For PS4 · · Score: 1

    I think most people just turn off the 3D feature of the 3DS. Unlike a head-mounted display, it's a gimmick, not a completely new medium.

    I agree on the horsepower-part, though. If people like playing Minecraft on the Rift, the PS4 shouldn't have any troubles from a technological point of view.

  5. Re:.NOT on Java 8 Officially Released · · Score: 1

    Sigh...no one outside the Windows world gives a shit about .NET

    Don't forget Unity3D developers, they care much about C#. Although Unity3D uses an ancient version of the mono runtime...

  6. Re:going to be terrible on Sony Announces Virtual Reality Headset For PS4 · · Score: 1

    The difference is, the CD, Wii and VHS didn't make people sick, while a bad VR experience does.

    All of these three products aren't great, but they're good enough. In VR, even the Oculus Rift doesn't reach the good enough level (yet), and this is even worse.

  7. Re:How are those kind of things patentable? on Apple Demands $40 Per Samsung Phone For 5 Software Patents · · Score: 1

    Part of the problem is that once you know what to do, the how is trivial.

    This might also be the one differentiating factor between patents with merit (like the mpeg stuff and rsa) and the whole crap that gets into the technews so often (like oneclick, shopping cart, slide-to-unlock, etc).

  8. Re:Ha. Your description IS a branch of mathematics on The Neuroscience of Computer Programming · · Score: 1

    It is called a computer because that is all it can do - compute. It carries out mathematical procedures. Nothing more.

    Then explain the mathematical equivalency to a jump instruction, a variable assignment or an I/O operation.

  9. Re:goto fail on Apple Fixes Dangerous SSL Authentication Flaw In iOS · · Score: 0

    It's similar to some of the bugs that the NSA/GCHQ have inserted in the past. Knowing this we should really make compilers detect this kind of error.

    Or they should just reject the goto command. This kind of issue could never have happened if the developer would have used properly structured code.

  10. Re:Details of bug on Apple Fixes Dangerous SSL Authentication Flaw In iOS · · Score: 3, Insightful

    Apple never "switched away" from openssl, they shipped their own implementation with the very first version of Mac OS X. They only packaged openssl with the system for other apps to use. I actually rewrote the XMPP encryption stuff in Adium to use the security framework instead of openssl way back in 2007, since that allowed me to use the built-in system dialogs for presenting certificates.

  11. Re:goto fail on Apple Fixes Dangerous SSL Authentication Flaw In iOS · · Score: 1

    No one uses GCC on Apple anymore so its really irrelevant. We've moved on to compilers that don't suck ass. GCC remains for fanboys but thats about it.

    Tell that to certain tools coming from Linux that rely on STL interas only available in the GCC version of STL...

    I'd give up my left testicle if Apple would magically port and start using Visual Studio in OSX though. I can't stand dealing with Windows anymore, but god I long for an IDE that doesn't suck ass.

    I know quite a few Mac developers that say exactly the opposite ("I'd port my Mac app to Windows, if there was an IDE that didn't suck ass...").

  12. Re:Thing is on John Carmack Left id Software Because He Couldn't Do VR Work There · · Score: 1

    What probably also didn't help was that it's a first-person shooter, which is a genre where you tend to turn quickly a lot.

    I guess it would have been fine if the caching would have been less aggressive on the view-dependency. I don't understand how id thought that this level of quality was acceptable for release.

  13. Re:pretty quick on the C++14 support on LLVM and Clang 3.4 Are Out · · Score: 5, Informative

    Huh? QCreator, Netbeans and Eclipse C/C++ IDEs are fully integrated with GCC, including both debugging and compilation.

    What Xcode can do is integrate llvm with autocompletion. For example, if you do a switch statement on an enum-value, it autocompletes the possible enum constants after you type "case". After the first entry, it automatically removes the constants you already used from the list of possibilities.

    Xcode also does perfect autocompletion (method names, parameter types, etc.) of types derived from C++ templates, which simply isn't possible without compiling the file. This even works as you change the same file those templates are declared in.

    Other things include the analyzer, which tells you about issues that arise on certain input conditions. When you click on an issue, Xcode visually displays the flow through the program to arrive at the undesired end result using arrows.

  14. Re:Linksys late to the party on Linksys Resurrects WRT54G In a New Router · · Score: 1

    This router already exists: Netgear R7000.

    No eSATA port, though :(

  15. Re:My dog is broken... on Dogs Defecate In Alignment With Earth's Magnetic Field · · Score: 1

    And further to that note: my parents had a dog that could tell when my brother (diabetic) had low blood sugar. They had three dogs at that time and one of them would bark in the middle of the night if he was low. He could somehow tell while sleeping in their bedroom that he was having trouble from across the house. My guess is that his scent changed and the dog was especially sensitive to it, but that is pure speculation on my part.

    It's very likely that the blood sugar level has effects on the sweat consistency, and humans perspire a lot while sleeping. Considering that dogs are used to sniff out people under a few meters of snow in an open area with a lot of wind, it's very likely that this is an easy task for a dog, once it understands that the difference is important enough to bark about.

  16. Re:Can't rely on the law then on NSA's Legal Win Introduces a Lot of Online Insecurity · · Score: 1

    Make sure your data is not stored outside your control by someone who could at least in theory read it

    You need to be a cryptography expert in order to do that. Even then, it's not a sure thing, since you can't prove that somebody doesn't have a certain piece of information.

    Except when you live alone on a small island and don't communicate with anybody.

  17. Re:Cables are dangerous on CBS 60 Minutes: NSA Speaks Out On Snowden, Spying · · Score: 1

    Because next time I write a virus, I will use it to infect a UTP cable.

    They're immune to that attack now, they replaced them with CAT6 cables!

  18. Re:Sounds like a problem... on How Big Data Is Destroying the US Healthcare System · · Score: 2

    Yes, I'm from central Europe, and I went to the neighbor country by driving for 45mins, getting my laser eye surgery for half the price and most likely better quality.

    However, cosmetic treatments usually are not covered by the insurance at all (unless it's from severe burns to the face or similar), and that includes my surgery as well.

  19. Re:What's the point of a patent then? on Samsung Offers Patent Cease-Fire in EU · · Score: 1

    I'm no fan of the patent wars, but if Samsung played by the rules and filed for patents on the technology before somebody else did, then I don't see how they can be fined for using the legal leverage that goes along with it.

    I agree, so maybe it's the system that's broken, and the EU is trying to patch around it (however, since they're still politicians, they most likely won't fix the underlying issue).

    How expensive would phones be if micro USB were a single manufacturer's spec to be licensed rather than some industry-agreed standard?

    Just like it happened with FireWire, nobody would use it.

  20. Re:Officials learn terrorist and criminals use cas on US Intelligence Chief Defends Attempts To Break Tor · · Score: 1

    I disagree. TOR's solely purpose is to provide anonymity. If they remove that aspect, all that's left of TOR is adding delays to your network connections and allowing exit nodes to sniff your traffic. There is no value left, thus they're destroying it.

    Also, considering LOVEINT, there's no reason to assume that you're just anonymous to everyone except the US agencies. The NSA agents have no reason why they wouldn't sell any intel to the highest bidder, since there's no traceability nor accountability (remember that the agents only got caught because they confessed; somebody selling the same info would never do that). I'm pretty sure that there are a lot of US companies that'd love to get their hands on the intel the NSA collects.

  21. Re:"standards-based web platform" on Google Dropping Netscape Plugin API Support In Chrome/Blink · · Score: 3, Informative

    However, NaCl is definitely not a standard if it's only implemented in a single browser.

    Btw, Unity3D already supports NaCl with the same license that supports the web plugin. Silverlight needs to die anyways, and two of those plugins are Google services.

  22. Even when you're not involved in crime, somebody in the police force who doesn't like you might plant your fingerprint in a convenient place when available.

  23. Re:From Someone Who Works in Boulder on Boulder's Tech Workers Cope With Historic Flood · · Score: 1

    My parents' house was flooded a few months ago and they did the same thing for the kitchen appliances, just to be safe. Then the flood reached a height of 2m (~6.5 feet)...

  24. Re:so he did in fact break the law on Snowden Spoofed Top Officials' Identity To Mine NSA Secrets · · Score: 1

    Snowden did talk to the only superior who didn't know about these programs: The people of the USA, which are by their constitution designated as the highest superior available. All others below them knew about the programs and participated in them in some fashion. Telling these superiors about things they already knew wouldn't have helped at all.

  25. Re:YES PLEASE! on New, Canon-Faithful Star Trek Series Is In Pre-Production · · Score: 1

    You could write a story about the war between the Vulcans and the Romulans, for one. That's never been explored in any depth. Heck, that could be an entire series by itself, with almost no risk of significantly violating the canon.

    While I fully agree, this series wouldn't involve a single human. I don't think this would really work, since it's harder to relate to some foreign species, especially as alien as Vulcans and Romulans (to the general public, anyways). Note how a large majority of the main characters in every single Star Trek series and film were human, even though plenty of alternatives were available.

    I personally would love to see Klingon everyday life before the warrior caste took over the whole social structure.