Slashdot Mirror


User: F.Ultra

F.Ultra's activity in the archive.

Stories
0
Comments
2,192
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,192

  1. Re:Government sets absurd limits then companies ch on EU Probes TVs Over Energy Test Scores · · Score: 1

    I think that you hit the nail on the head! There is unfortunately no incentive to be honest. It's the same as in politics. If you are honest then you get no votes because you make no promises (that you know that you cannot honour) and when they find out that your opponent lied then they assume that everyone lies which rubs off on you.

    Or sports for that matter, what good is it to compete without steroids when all that will happen is that people will assume that you take it anyway and if you don't you will have a disadvantage towards the ones who actually do.

    The big question would be how we as a society can move from this absurd reality into a world where honesty actually would pay off. I don't know.

  2. Re:Online retailers on Will 'Chip and Pin' Credit Card Technology Really Increase Security? (Video) · · Score: 3, Interesting

    While the PIN is stored on the card it cannot be read externally since you cannot read that part of memory using the pins on the card. AFAIK when you enter the pin on the terminal it sends it to the card together with the amount and then the card creates a one time key for that amount signed with the cards internal secret key if the pin matches what it has stored inside and this one time key is what it sends to the terminal and which it in turn sends to VISA/Mastercard/... so yes the chip+pin is way more secure than the old magstripe and the chip+signature.

  3. Re:Really using a computer requires coding on Jeff Atwood NY Daily News Op-Ed: Learning To Code Is Overrated · · Score: 1

    Exactly this! There are amazing amounts of work that people do manually that could be performed much fast with a simple script.

  4. Re:Programming is a trade on Jeff Atwood NY Daily News Op-Ed: Learning To Code Is Overrated · · Score: 1

    That's a common problem among all professions, can be brilliant in your field but look like a complete idiot outside of it. Which is why rocket scientists shouldn't debate whether 9/11 was due to controlled demolitions or not.

  5. Re:Catch the rounded ones early on Jeff Atwood NY Daily News Op-Ed: Learning To Code Is Overrated · · Score: 1

    Indeed, I have relatives that makes good money off of television shows that "teach" people how to rebuild their kitchens and homes.

  6. Re:Having your cake and eating it? on FTC Begins Investigating Google For Antitrust Violations Over "Home Screen Advantage" · · Score: 1

    I'm not sure that it's Samsung, HTC, LG etc that is complaining here since TFS mentions that the complaints are made by "mobile application makers". Could be that TFS has gotten it wrong or it could be that it's actually app makers that have made the complaints and not the hardware makers.

  7. Re:Because it was written in Seastar or C++ on Cassandra Rewritten In C++, Ten Times Faster · · Score: 1

    It's ok for you no like C the language but nothing that you brought up has anything to do with portability. All those integer types and all those string types can be used on all platforms. Where you see complexity I see freedom and where you see simplicity I see constraints, but that is just subjective opinions which we are both entitled to have without the other being either right or wrong. What matters is that it has nothing to do with portability what so ever.

  8. Re:the circle of strife. on America Runs Out of IPv4 Internet Addresses · · Score: 1

    bot no one mentioned LAN:s, of course multicast works well on LANS, most of the stock trading systems that I connect to use multicast to distribute their data. No one is supposng to switch LANs to use IPv6 and since multicast does not work at all over the Internet there is no change if we change to IPv6 on the Internet either. The point is ofcourse also moot since multicast works just fins in IPv6 as well..

  9. Re:the circle of strife. on America Runs Out of IPv4 Internet Addresses · · Score: 1

    It's not like multicast work on the Internet in IPv4 either since it's blocked hard at the ISP level.

  10. Re:America! F-Yeah! on America Runs Out of IPv4 Internet Addresses · · Score: 1

    The problem is just that several years down the line when these "liberated" ip addresses are used up people will still be just as close to imlement IPv6 as they are today so it will just delay the inevitable and not create a vacuum in which IPv6 could be implemented in full scale.

    Frankly I don't see the big problem, my cheap ass Internet router is IPv6 compatible, all current operating systems including mobile phones are IPv6 compatible and so on. At work we run dual stacks on all our server with any problems what so ever, we even get IPv6 addresses from Verizon in one of our sites (imagine that!).

  11. Re:Because it was written in Seastar or C++ on Cassandra Rewritten In C++, Ten Times Faster · · Score: 1

    How is not the primitive types in Java fixed? To me as a C coder writing portable code it's actually a good thing that uint64_t is an unsigned 64 bit integer regardless of platform, how in the world can that be seen as a portability problem?

    - I grant you that big- and little-endian is a problem for code that moves data between systems, but that is why there is the ntohl() and htonl() functions and why you always define what endian the communications protocol has (if you move binary data)
    - String and Text encoding is similar to how it works in Java, if you have to read an external file in Java you have to convert it to the internal unicode format. Having worked with both languages in this respect I cannot see any difference to be honest
    - Compiled binary is of course a given, I thought that we talked about code and not binaries.

    Of couse I'm new, I have only been coding for 33 years now ;) Don't confuse me with someone who hates Java, I wrote the first JVM for the Amiga in 680x0 assembler back when SUN first presented the language.

  12. Re:Doctor what's wrong with me? on The New Technique That Finds All Known Human Viruses In Your Blood · · Score: 1

    That is because the flu is not the same virus, each new outbreak is from a new strain.

  13. Re:Because it was written in Seastar or C++ on Cassandra Rewritten In C++, Ten Times Faster · · Score: 1

    What should I think about? C does not have any platform specific parts as part of the spec just like Java. C can use platform specific parts, which is also true about Java. Regarding your sink you wrote yourself that it has no house-specific parts so what is your point with that example? Do you somehow believe that your sink needs porting?

  14. Re:Because it was written in Seastar or C++ on Cassandra Rewritten In C++, Ten Times Faster · · Score: 1

    C does not have platform specific pieces either. There are of course shared libraries (what you call frameworks) that might be platform specific but that has nothing to do with the language just like you can do with for example com.sun.jna.win32 in Java.

  15. Re:SubjectsInCommentsAreStupid on Nintendo Nixes YouTube Videos of Super Mario Speedruns · · Score: 1

    The reasoning is probable: because of lawyers.

  16. Re:Is he even eligible? on John McAfee On Why He's Running For President · · Score: 1

    I would think that it would be way more frequently with us that does not have English as a native/first language. Just like how 100% of all C64/Amiga demos back in they day from Europe always spelled "coming" as "comming". Or how "bass" is always both spelled and pronounced "base" in most songs.

  17. Re:Is he even eligible? on John McAfee On Why He's Running For President · · Score: 1

    Probably, I don't think that they can eject me for something that I don't have considering that I'm neither a US citizen nor have English as a first spoken language.

  18. Re:Is he even eligible? on John McAfee On Why He's Running For President · · Score: 1

    Can one actually loose an American Citizenship?

  19. Re:A return to priorities? on Bugzilla Breached, Private Vulnerability Data Stolen · · Score: 2

    Apparently most of the have been fixed a long time ago, the rationale behind the 185 number is that the account was compromised back in September 2013 and according to the user history he had looked at 185 bugs during that time frame.

  20. Re:Bear repelling rock on In New Study, HIV Prevention Pill Truvada Is 100% Effective · · Score: 1

    Is 2.7% really a statistically significant value in a group of 1000 individuals?

  21. Re:Placebo on In New Study, HIV Prevention Pill Truvada Is 100% Effective · · Score: 1

    Also the particular study in TFA does not seam to have used a placebo group at all. And the previous study (the PROUD study) gave all in the placebo group the real drug after 12 months.

  22. Re:Here are the differences on Second Gen Moto 360 Men's and Women's, Fitness-Oriented Moto 360 Sport Unveiled · · Score: 1

    Thanks for the first informative post to this article!

    Myself I first also scoffed at the idea of a SmartWatch and thought that I never would use one. But then my employer gave us all a Moto360 as Christmas present last Christmas and I have now noticed that when I walk outside and have forgot the watch I really really miss it. Every time the phone pings that there is a mail or sms to read I look at my arm and realise that the watch isn't there at the moment :)

  23. Re:While I doubt the seriousness of the claims her on Massachusetts Boarding School Sued Over Wi-Fi Sickness · · Score: 1

    So why do you not go and collect the Amazing Randi One Million dollar price then? Must be easy money for someone as sensitive like yourself.

  24. Re:Doctor's diagnosis on Massachusetts Boarding School Sued Over Wi-Fi Sickness · · Score: 1

    Atleast it was "complex" homeopathy. Wonder what that means though, even more diluted than normal perhaps?

  25. Re:Yep, Another Reactionary /. Thread on Wired: IBM's School Could Fix Education and Tech's Diversity Gap · · Score: 1

    Sounds more like your workplace is full of idiots than full of men.