Slashdot Mirror


User: thinkwaitfast

thinkwaitfast's activity in the archive.

Stories
0
Comments
4,077
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 4,077

  1. Re:Something is wrong but what? on Has Physics Gotten Something Really Important Really Wrong? (npr.org) · · Score: 1

    What does right or wrong mean? Is F=ma wrong? It's a lot simpler than relativity. Is principle of least action more or less simple than Newtonian mechanics? I think it's much simpler, but requires a year of higher math before you can do anything practical with it. I'm currently rooting for a CA interpretation which is about as simple as one can get, but so far no one has figured it out.

  2. Re:My thoughts... on Has Physics Gotten Something Really Important Really Wrong? (npr.org) · · Score: 2, Insightful

    So you are one of those judgemental people who check out peoples history and downvote it when someone says something you disagree with rather on the quality of argument while failing to provide a counter argument.

  3. Re:But Seriously... on Has Physics Gotten Something Really Important Really Wrong? (npr.org) · · Score: 1

    When I took physics in college, I don't think 'nature of reality' was ever mentioned. It was all about outer products, Hamiltonians, PDE and residue which I found more interesting than the 'nature of reality'. I suppose this is why I sucked at being a physicist (my first major and short lived career). Clifford algebra was really interesting too, but I did not go that far. The only popsci physics book that I read was by Bohm. I started a few others but only made it as far as the first paragraph.

  4. Re:Anti expert on Is A Rational Nation Ruled By Science A Terrible Idea? (newscientist.com) · · Score: 1
    Read José Ortega y Gasset’s The Revolt of the Masses

    The mass crushes beneath it everything that is different, everything that is excellent, individual, qualified and select. Anybody who is not like everybody, who does not think like everybody, runs the risk of being eliminated.

    The Smartest Book About Our Digital Age Was Published in 1929

  5. Re:Freedom vs. Logic on Is A Rational Nation Ruled By Science A Terrible Idea? (newscientist.com) · · Score: 1

    Art is both illogical and irrational.

  6. Re:Subtractive versus Additive Application of Scie on Is A Rational Nation Ruled By Science A Terrible Idea? (newscientist.com) · · Score: 1

    What is truth? Neither Google nor wikipedia have the answer.

  7. Re:Science has checks... on Is A Rational Nation Ruled By Science A Terrible Idea? (newscientist.com) · · Score: 1
    How do you define "live better"? I tell people how to live better all of the time, but almost everyone ignore me. I don't care, it's not my responsibility to make sure they're living better.

    Eg., get rid of television and read more history books.

  8. Re:Distinction between science and emotion on Is A Rational Nation Ruled By Science A Terrible Idea? (newscientist.com) · · Score: 1

    How we get there

    Eliminate all the irrational people would be a good start, no?

  9. Re:The actual tweet on Is A Rational Nation Ruled By Science A Terrible Idea? (newscientist.com) · · Score: 1

    How do you get 50% more comfortable? If you are missing something in your life, then obviously you are not comfortable..

  10. Re:Imagine a future society in which everything is on Is A Rational Nation Ruled By Science A Terrible Idea? (newscientist.com) · · Score: 1

    It is irrational to waste protein. It's even irrational to keep people around when a machine could do the job more efficiently.

  11. Re:Surprise? Why? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    And remember 15cents spread out over 30 million widgets is $5million.

  12. Re:Surprise? Why? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    even in the embedded space.

    Completely application dependent. What if your requirements are to operate 6 months on a single AA battery and the whole application is to shift out a 16byte sequence? There are about 20-50x more systems with requirements like this in the world than those that would require an atmel or arm chip. I worked on a system once that had such requirements because it was cheaper than a couple of TTL parts. This was a tiny subsystem on a larger computer board with real processors and RAM.

  13. Re:Explanation is bogus on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    What would you do if your processor did not have a C compiler?

  14. Re:I wish that was accurate on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    There are many MCUs that do not have a C compiler.

  15. Re:I wish that was accurate on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    seen almost exactly zero evidence that this "trend" is real.

    Are you looking at programming jobs or electrical engineering embedded development jobs? This is kinda the thing that an EE does almost as an afterthought.

  16. Re:Assembly for what processor architecture? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    The 65xx chips are now implemented in FPGAs...and they still need programming. I'm serious too.

  17. Re:Assembly for what processor architecture? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    em6882. Is there even a C compiler for that chip? There are many low cost chips like that in the world., Probably an order of magnitude more than x86 or arm combined.

  18. I never had trouble accessing registers using C

    Odds are you do not know all of the registers on your chip.

  19. If you want to know what this is all about read EEVblog #284 – Braun Toothbrush Teardown There is also a youtube video worth watching. It talks about the microprocessor inside a toothbrush.

    And you thought you were joking.

  20. Most of the world is small and trivial applications. I suspect this is not due to speed or size but more that many of the processors and (sub)systems are not complex enough to support a C environment. I do mostly EE related work and not much CS and have worked with CPUs that could not address more than a few bytes of memory. C is not a option in these cases. Something like this.

  21. Re:Surprise? Why? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    There are probably hundreds of different CPU's out there. Many for which specs have never been published. Everyone here has a PC class mentality, but in the real world, there are dozens of very tiny and primitive processors doing simple tasks that you never see. Decoding a front panel to a tv for instance. It may be less expensive to create your own proprietary cpu and have three million made at $0.04 each than to add the circuitry necessary for the main processor in your tv to handle it. Nobody is going to bother writing an optimizing C compiler for a processor that has six instructions and 16 bytes of memory. I've worked on many similar systems that would not most of the C language.

  22. Re:Surprise? Why? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    In 2008, there were some 30 embedded microprocessors per person in developed countries (PDF). Most of those don't have plenty of memory. There is a whole entire world out there that you are likely unaware of.

  23. Re:Surprise? Why? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    I think most case statements switch from else-it to jump tables past about 5-6 cases.

  24. Re:Surprise? Why? on TIOBE's Language-Popularity Index Sees A New Top 10 Language: Assembly (tiobe.com) · · Score: 1

    Modern cpu does not necessarily mean big complex processors. In embedded sometimes very small processors with simple instruction sets are used to save power and money. Sometimes a simple analog circuit can be done simpler in digital, but you may not need more than 6 bytes of ram or any more instructions than or, not, shl, mul. If that is the extent of what your cpu does, why would anyone bother writing an optimizing compiler for it?

  25. Re:seems like on Spain Runs Out of Workers With Almost 5 Million Unemployed (bloomberg.com) · · Score: 1

    could we get more anecdotal evidence?

    I quintupled my starting salary through job shopping.

    Who needs. or even wants, job security when you can retire before having to worry about age discrimination?