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:Three Seashells on Earth Home To 3 Trillion Trees, Half As Many As When Human Civilization Arose · · Score: 1

    Most trees in the US were chopped down in the 1800's. There are more trees now than there were 100 years ago. Not old growth, but younger, faster growing (with more co2 gobbling).

  2. Re:Conclusion not supported by given evidence on Survey: More Women Are Going Into Programming · · Score: 1

    From my experience, most males get out too.

  3. Re:More women = good stuff! on Survey: More Women Are Going Into Programming · · Score: 1

    In other words, fly. Los Angeles beckons.

  4. Re:And we care because...why? on Survey: More Women Are Going Into Programming · · Score: 1

    Where are the (potentially) best participants going? Perhaps to better fields with a greater chance of a career lasting more than 20 years.

  5. Re:And we care because...why? on Survey: More Women Are Going Into Programming · · Score: 1
  6. Re:And we care because...why? on Survey: More Women Are Going Into Programming · · Score: 1
    /. aricle 1: We need more brains working on hard problems.

    /. article 2: There are too many people in the world. What will they all do?

  7. Re: And we care because...why? on Survey: More Women Are Going Into Programming · · Score: 4, Interesting

    The number of female hams (ham radio operators) is a consistent ~11% across countries, cultures and time. Back in the olden days of personal computers, hams were first adopters of the technology, being well versed in electronics.

  8. Re:And your favorite, hobby laser cutter is... on How To Build With Delrin and a Laser Cutter · · Score: 1
  9. Completely Paralyzed Man on Completely Paralyzed Man Walks In Robotic Exoskeleton · · Score: 0

    Goes for a Ride In Walking Robotic Exoskeleton

  10. Re:Do I need one thousand and two examples? on You Don't Have To Be Good At Math To Learn To Code · · Score: 1
    I have a math degree (and engineering) and work on some pretty cutting edge stuff mostly doing embedded system design work and rarely do anything that I could not have done with a high school education. Basic algebra mostly, if even that. Other system engineers whose responsibility it is to make sure the engines aren't throttled down too quickly are responsible for writing the engine specifications, slew rates, dead bands etc. I know all that stuff too and occasionally work in that position, but ultimately it's not my responsibility on software.

    When doing coding, my responsibility is to make sure that the electronics do what the particular system engineers want (doesn't crash, talks to the correct systems, runs in under 730uS, etc). As such, I don't have to know or understand any of their math. It' can even be discouraged knowing too much about a particular sub system by reading too much into a requirement or making too many assumptions. At best, you can talk to a system engineer to maybe offer suggestions, but often they have a wider visibility into a particular problem than you do and could have reasons for wanting things a certain way,

  11. Re:True for some things - but physics ... on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    99.8% of people are not doing what Carmack did.`

  12. Re:Programming on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    Yes! This exactly.

  13. Re:I was doing it wrong! on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    Wrong Picard

  14. Re:I majored in applied math on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    Same for me with a few exceptions, but that was because I was looking for them I felt bad that most of my math career was a waste.

  15. Re:Often aren't "math guys" but "arithmetic guys" on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    How much logic is required to solve a partial differential equation? I've had a few semesters on this subject, but never had to think of problems in the Boolean or number theory sense of logic It's mostly tricks and techniques to manipulate equations to something that's known.

  16. Re:One of the reasons I got into computer programm on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    I'm pretty good at writing astronomy type applications, but have never written html or sql or a windows, mac or android software. I mostly reuse libraries though. Yes, I've written math libraries in assembly, but it was because I had to. The overwhelming majority of people don't have to.

  17. Re:Learning not the issue on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    Don't neglect applied math.

  18. Re:It's true on You Don't Have To Be Good At Math To Learn To Code · · Score: 4, Interesting

    I can only count one job out of about 2 dozen in thirty years where I had to multiply vectors. And this includes a few NASA subcontracts that I've been on.

  19. Re:Depends on what you're doing on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    I largely grew up in a multithreaded environment (creating tests) and have a math degree. I really don't see a lot of overlap.

  20. Re:They have it backwards... on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    How much math? Calculus of variations? Differential geometry? Clifford algebra?

  21. Re:Interesting on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    In most cases even non optimal is more than sufficient.

  22. Re:Interesting on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    How much math do you need to write a serial line interrupt handler?

  23. Re:Learning to program by Googling + Trial & E on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    Uh, I built my house from googling. It really was not that difficult. Youtube helped a lot too.

  24. Re:Take it from me on You Don't Have To Be Good At Math To Learn To Code · · Score: 1
    I have a bs in applied math and a bsee, yet have so rarely come across a real math problem in my career despite seeking out jobs where I could put my math training to use. Usually when I did come across a real math problem like with scale numbers, it was trivial and early high school level. This was a big lament from many of my college class mates, so it's not just me.

    One job where I had to do some curve fitting, I was lazy and looked up the answer in my hs math book (this was significant because my manager wanted to patent my process until I brought in the book to show him it had been around for a few hundred years). I did go back later and verify that everything was kosher and not going to overflow some intermediate (scaled) value, but really was unnecessary (and wanted to extend my contract).

  25. Re: Programming on You Don't Have To Be Good At Math To Learn To Code · · Score: 1

    I wrote a defenders clone before I had algebra.