Slashdot Mirror


User: Joce640k

Joce640k's activity in the archive.

Stories
0
Comments
11,688
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 11,688

  1. Made in Japan .... at our facilities in China.

    Just like the iPhone, then.

  2. Re: Stone tablet and chisel on Ask Slashdot: Best File System For the Ages? · · Score: 1

    You jest but there's actually over 300 commandments in Exodus 20-31.

    The only place where is says "Ten Commandments" in The Bible is Exodus 34:28.

    The commandments in Exodus 34 are more "Do not cook a young goat in its mother’s milk" than "Thou shalt not kill" but don't tell the Christians because it upsets them.

  3. Re:Stone tablet and chisel on Ask Slashdot: Best File System For the Ages? · · Score: 1

    I prefer to chisel the 0s and 1s into a stone tablet.

    I know the OP said "forever" but what he really meant was "until by grandchildren throw all the old crap in the dumpster".

    (assuming he has offspring).

    A much better question is: WTF is an "ill-colored" image?

    (also: "Why didn't you make two or three copies if disks are so cheap?")

  4. Re:FTLOG -WHY SHOULD WE CARE? on IBM Will Sell 50-Qubit Universal Quantum Computer In the Next Few Years (arstechnica.co.uk) · · Score: 1

    For that price it'd better have a REALLY pretty box.

  5. The article doesn't say who they'll deliver it to.

    What exactly will it be useful for? Factoring 50-bit numbers? Any ideas?

    $15 million seems an awful lot of money just for bragging rights. It'd better come in a really pretty box so people can put it in the lobby when they get bored with it.

  6. Re: Java on Ask Slashdot: What Would Happen If All Software Ran On All Platforms? · · Score: 1

    Yeah, I forgot Linux, sorry. No reason it won't work there too but I don't have a Linux machine to develop on ATM.

  7. Re: Java on Ask Slashdot: What Would Happen If All Software Ran On All Platforms? · · Score: 1

    Will Java?

  8. Re: Javascript on Ask Slashdot: What Would Happen If All Software Ran On All Platforms? · · Score: 2

    There's more ways than Java.

  9. Re: Java on Ask Slashdot: What Would Happen If All Software Ran On All Platforms? · · Score: 1

    Java? LOL! Good luck with that.

    I'm currently writing a 3D CAD platform that runs on all devices (Windows, Mac, Android, iOS) and it isn't using Java.

  10. Re:As a percentage on New Scientific Test Finds Up To 75 Liters of Urine In Public Pools (theguardian.com) · · Score: 1

    What about Osmotic filters?

  11. Re:As a percentage on New Scientific Test Finds Up To 75 Liters of Urine In Public Pools (theguardian.com) · · Score: 2

    So water evaporates, pee does not?

    (facepalm)

    "Pee" isn't an element.

    "Pee" is water with stuff dissolved in it. The pee water evaporates. The pee solutes do not. This process concentrates the solutes.

  12. Also interesting is that this gives us a demographic, and ... it's not _just_ the beer drinkers that pee in Hotel Jacuzzis.

  13. I like the bit about hotel Jacuzzis being much worse. Pee in Jacuzzis is obviously done deliberately.

    "Stop peeing in the pool, kid!"

    "But ... everybody does it!"

    "Yeah but not from the diving board..."

  14. Betteridge's law of headlines applies...?

    https://en.wikipedia.org/wiki/...

  15. Re:Let me guess, he owns a red hat? on Garmin Engineer Shot And Killed By Man Yelling 'Get Out Of My Country!' (theverge.com) · · Score: 1

    Why is it that people see gun control as smart but immigration control as stupid?

    Um because we're not inbred hicks? Immigrate control=hate. Gun ownership=paranoia/vigilantism.

  16. Re: Poor Guy. Guess He Needs the Money... on Al Gore Sells $29.5 Million In Apple Stock (appleinsider.com) · · Score: 1

    ISIS is taking your jobs!!!

  17. Re: The US ranks with Mexico? on Life Expectancy Set To Hit 90 In South Korea, Study Predicts (nature.com) · · Score: 1

    So that the Playstation Generation can do all that work? Construction, cleaning, picking cotton, etc.

    It'll make good reality TV, that's for sure. I can't wait to see their tears.

  18. Re:The US ranks with Mexico? on Life Expectancy Set To Hit 90 In South Korea, Study Predicts (nature.com) · · Score: 1

    You realize it's what people used to call an "Iron Curtain", right?

    Look at Trump's policies carefully, which part of them doesn't look like old-style Communist Russia?

  19. That's going to require that basically all cars get retrofitted with transponders.

    Which will cost about as much as filling the gas tank.

  20. Even if insurance was fairly cheap, this would make a car cost WAY more than it does today.

    Sure, unless the self-driving cars actually have less accidents than the stupid self-centered meatsacks that are controlling them at the moment.

    (which is a distinct possibility)

  21. Maybe $23 billion could answer these questions.

    Nonsense! For $23 billion we could have another F35 instead, and run it for two years.

    PS: Where would this "ship" sail to...?

  22. Yeah, 'cos send all those buildings and machinery to the moon is easy.

    So is growing food, etc.

  23. Re:Until on Is IoT a Reason To Learn C? (cio.com) · · Score: 1

    OK, I'll give you that.

    Still, people like Linus Torvalds aren't helping by insisting that Linux never be tainted by a single C++ feature.

    Even if he only allowed STL usage (std::string/std::vector/std::list, etc) and stack unwinding it would still be a huge step forwards.

  24. Re:An example for rest of the nation. on ISRO Makes History, Launches 104 Satellites With Single Rocket (indiatimes.com) · · Score: 0

    I am sure he can learn more than you in 24 hours about launching satellites.

    His attention span is about 10 seconds. The idea of him spending 24 hours learning something is laughable.

    PS: Check his Twitter sometime. The idiot has over 34000 (thirty four thousand) tweets to his name. How is that even possible?

    https://twitter.com/realdonald...

  25. Re:Until on Is IoT a Reason To Learn C? (cio.com) · · Score: 0

    Use std::string and std::vector instead. You can use them perfectly well in "C" code so there's no excuse.

    Uhm, no. Both are C++ additions that are not in any ISO C standard. If you want to use them, you need to compile with a C++ compiler and you need to link against C++ libraries, which may or may not be available for your target platform, even if you don't mind the additional clutter without any real added functionality.

    I didn't say they were in the ISO C standard, that's why I out "C" in quotes.

    You can write old fashioned C code but use std::string instead of malloc/strcpy/strdup/etc. There's no clutter or overhead, std::string most likely uses malloc/free underneath so in effect the compiler will produce the exact same code as you.

    The difference is that the compiler never has a bad hair day and messes up the size of a malloc. It's also easier, you don't have to worry about ownership, you can throw exceptions in a deeply nested file reader and all the temporary strings will be freed for you automatically (assuming they're stack-based objects). etc., etc.

    Anybody using malloc/free to manage strings in 2017 is doing it wrong.

    And by extension: Anybody managing data arrays without std:vector is also doing it wrong.