Slashdot Mirror


User: Desler

Desler's activity in the archive.

Stories
0
Comments
5,621
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 5,621

  1. Re:I'll enjoy this.... on Foxconn Replacing Workers With Robots · · Score: 1

    $15/hr is the minimum wage in Seatac, Washington

    Wrong. It won't be $15/hr until 2017.

  2. Re:I'll enjoy this.... on Foxconn Replacing Workers With Robots · · Score: 1

    Fast food workers don't get 40 hrs per week in anything but extremely rare circumstances. They keep them as part time for a reason.

  3. Re:We should expect some wingnuts to say... on How Did Those STAP Stem Cell Papers Get Accepted In the First Place? · · Score: 0

    Much better that we incinerate them, right?

  4. Re:What the fuck is this thing? on ARM Launches Juno Reference Platform For 64-bit Android Developers · · Score: 1

    ARM has sold dev boards for ages.

  5. Re: Awesome! on Federal Judge Rules US No-fly List Violates Constitution · · Score: 2

    Every day we don't start a bloody revolution is one more day for the Evil to dig it's claws in

    What are you doing beyond whining? No one is gonna fight and die for an armchair general like you.

  6. Re:I want one on Florida Man Faces $48k Fine For Jamming Drivers' Cellphones · · Score: 1

    I want one so that if you get hit your 911 call gets jammed.

  7. Re:You know ... on Florida Man Faces $48k Fine For Jamming Drivers' Cellphones · · Score: 1

    You do realize that his jammer went beyond just disrupting drivers' cellphones, right? It was jamming the cell phone tower for everyone and also jamming the two-way radios used in emergency vehicles.

  8. Re:You know ... on Florida Man Faces $48k Fine For Jamming Drivers' Cellphones · · Score: 2

    So passengers aren't allowed to use their phones? Police/fire/ambulance drivers shouldn't be able to use their two-way radios? I can't make a call, possibly an emergency call, on the side of the road?

    There is nothing to agree with him about because he was potentially jamming all sorts of perfectly legal communications.

  9. Re:Flash Player is 32-bit on Mozilla Is Working On a Firefox OS-powered Streaming Stick · · Score: 1

    Flash has had 64-bit versions for all Windows, OS X and Linux since version 11 from 2011.

  10. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    No, I think C is a great langauge. It has its flaws but no langauge is perfect and the ones that claim to be are extremely niche or long since dead.

  11. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    Now that parallel computing has started to take central stage, you're forced to deal with the abstract modeling problem.

    Nah, already been solved by things like OpenMP. It's cross-platform, cross-vendor, etc.

  12. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    Yes but knowing about that would require the GP and his ilk to get better talking points. Most of them have never used C or C++ and are merely parroting random crap they hear from other people who have also likely never used them either. C and C++ are anything but perfect, but for a number of domains/platforms they are basically they best you're going to get unless you want to dive into a usually shitty, proprietary vendor language or assembly.

  13. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    Hubris is always funny. These are the same people who will write Javascript code that has XSS flaws or will write database interfacing code that is subject to SQL injection attacks while at the same time talking about how secure, memory-safe, etc. the language they use is.

  14. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    There are many fallacies your post builds on, all stemming from the original premise that UNIX was built using C, which already laid down the groundwork for its popularization, leading to C++.

    You ascribe something to me that I never stated. Of course UNIX was not built using C. C was created in order to make Unix portable. The only thing fallacious is your strawman.

    Java and C# are in the same venue as C and C++.

    +5 funny. If they are in the same venue please show me you running Java or C# on an Amtel ATTiny. I won't hold my breath.

    Obviously you are not going to invest time in researching better ways when you have a hammer and some nails to do it right away. Humans do with what gets the job done there and then, and the more who use the same tools, the more you can copy and learn from others, even if it's not the optimal way.

    +5 funny. Half my job is programming in C# so you would be wrong again.

    C and C++ are still very close to how assembly language is translated to machine code. It's 99% a 1:1 relationship in how the code is organized in source to how it is organized in code.

    LOL. That hasn't been true for decades. C and C++ translate horribly to modern vector assembly language instructions. Even the best of vectorizing compilers are laughably bad. If what you said was true Intel and others wouldn't be constantly reinventing extensions to C to allow better vectorizing of the code.

    C could have been far better at what it does, if it had acknowledge it was just another form of of assembly language. As for C++, you have to become a compiler to fully understand the language, or risk writing code you can't predict the behavior of.

    C would be far better if lots of things were changed about it. C is a very flawed language, but it's still the best portable language around.

  15. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    Even if you don't like Forth (which is arguably vastly superior in the tiniest applications)

    I don't dislike it. It's still less portable and powerful.

    why should Oberon be "far less useable" than C? A technical argument, please.

    That was my bad. I confused the language. It's usability would be limited by its platform support which is smaller than C.

  16. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    With the exception of Forth. :-)

    Not a systems language so far less usable than C.

    Or Oberon. Oops, there. I said

    Same problem as above.

    Correct me if I'm wrong, but aren't Tektronix oscilloscopes still running embedded Smalltalk these days?

    They might but still has the same limitations as the above and is even more niche.

    I should amend my previous statement to say does not have the same portability and capabilities as C. I would dispute that they're as portable as C (I would love to be proven wrong on this), but even if I did except that they are far less capable than C.

  17. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    I was speaking of RAM of course.

  18. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    The Alto had at minimum 128 KB so it's not even remotely analogous. Even the most constrained Java ME profile requires 8KB just for itself.

  19. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 3, Insightful

    Well I'd be pretty pissed as well if my pet language was relegated to the graveyard of obscurity by a language that was usable for real work. Dennis Ritchie was a pragmatist who got shit done not some guy wanking over the greatness and purity of the language he created. People to this day are still jealous of that.

  20. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 2

    The problem is that most programmers have never had to get their hands dirty doing embedded work. They live in a bubble that ignores all the memory/storage/processing-power constrained devices all around them. OpenSSL, for example, as used in something like DD-WRT would be unusable if it was written in anything but C or possibly C++.

  21. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    But the entire world runs x86 with gigs of RAM and terabytes of storage!! How dare you being reality into this!

  22. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 3, Insightful

    C became popular because it was vastly more portable and performant than its predecessors. It still is today. None of those "better" languages that came before it or after it can beat that. And yes, extreme portability does matter when you have 100s of millions if not billions of devices that can't run anything but assembly or C. It's why the people saying that OpenSSL should be written in Java or C# are morons. Care to tell me how that's going to run on a, for example, Linksys WRT54G with only 8 or 16 MB of RAM, 2 to 4 MB of Flash storage and a 125 to 240 mhz MIPS CPU? Yeah, it's not.

  23. Re:Simple. on Overeager Compilers Can Open Security Holes In Your Code · · Score: 1

    Unfortunately for those languages, the entire world does not run x86 or other workstation-class or better CPU. Which one of those will run on, for example, the hundreds of millions of 16-bit microcontrollers in wide use? Or MIPS chips in memory-constrained devices like consumer routers? For those requirements, the only usable portable language is C.

  24. Re:What's wrong with Disqus? on Mozilla Working On a New Website Comment System · · Score: 1

    It also works horribly on mobile sites with nested comments basically being a huge vertical stacking of one word. And putting it into landscape mode does not make it scale to fit.

  25. Re:Back to the future on Mozilla Working On a New Website Comment System · · Score: 1

    Most forums do have that. It's called an ignore list. They've had such a feature since forever ago.