Slashdot Mirror


User: embedded_C

embedded_C's activity in the archive.

Stories
0
Comments
36
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 36

  1. Re:Long time coming.. on RadioShack CEO Resigns · · Score: 1

    I had never heard of Make Magazine until you mentioned it here. I checked it out, and wow - what a cool magazine! I went ahead and subscribed today. Thanks!

  2. Not enough on What Workplace Coding Practices Do You Use? · · Score: 1
    Coding standards are certainly necessary, but they are really just the tip of the iceberg when you are talking about implementing (from scratch it sounds like) software processes. Just know ahead of time that you are going to piss some people off and it will probably be an uphill battle.

    With that said, I would just pick a standard for each language that you use at your place of business. How are you going to enforce the standard? I assume that there will be peer reviews, right? Ok, good.

    Oh, by pick a standard I mean a conventional programming style is all. I believe that Steve McConnell has some good ideas on this in Code Complete.

  3. more please on Dynamic Memory Allocation in Embedded Apps? · · Score: 1

    I agree with other posters in that we would really need to know more about the project before we could give the answer that is best for your particular set of problems. However, my first inclination is to say "no" to dynamic memory allocation in an embedded application. Can you provide more details on the device?

  4. Re:Proof it's a hoax on Why You Should Never Lose Your Digital Media · · Score: 1

    But what if it had said, "I love Lambda Lambda Lambda"?

  5. First Post? on Apollo 11 Photographs Unfrozen · · Score: 1

    They should have scribbled "First Post" in the surface of the moon.

  6. Re:Only 11.9 per cent? on How Important Are Mature Videogames To The Industry? · · Score: 1

    Exactly. You can bet that if all of a sudden overall game sales dropped 11.9 percent, that 11.9 percent would suddenly seem VERY important.

  7. Re:Steps 3-5 on Using Employee-Owned Technology in the Workplace? · · Score: 1
    I think that the parent was implying that you need a document trail for anything that you are trying to accomplish in the workplace... talk is cheap, so they say.

    I find a nice way to approach a situation like that is to sit down and have a talk with the person, get them to take a stance, and then send them a quick follow-up e-mail saying, in effect:

    Per our discussion earlier...

  8. Re:They left out a word on BIC-TCP 6,000 Times Quicker Than DSL · · Score: 1

    Actually this is what they are running on those Earthlink commercials where downloads are N times faster than normal dialup!

  9. Wrong date? on BIC-TCP 6,000 Times Quicker Than DSL · · Score: 1, Insightful

    The problem, Rhee said, is the inherent limitations of regular TCP. "TCP was originally designed in the 1980s when Internet speeds were much slower and bandwidths much smaller," he said.

    Doesn't he mean the 1970s?

  10. April Fool's? on Recovering Secret HD Space · · Score: 1

    Is it April 1 already?

  11. Re:It ain't the technology, it's the omnipresence on Correlation Between Stress and Technology? · · Score: 1
    Moderators, thank you for modding the parent up.

    I can totally relate to the comment about realizing that I've been tensed up for hours... often times I will notice an aching back or neck or leg or whatever and realize... oh yeah, it was probably from being hunched over the monitor yesterday.

    I have found that getting to work 1 - 1.5 hours earlier than the group of people that take up most of my time increases productivity a great deal... that is, if you are/can be a morning person. My mind is sharpest in the morning, and I find that I can accomplish the complex tasks of the day more efficiently then. Or, if I don't have any terribly taxing tasks, I can organize my email, clean my desk, etc... many things to make the rest of the day less stressful

  12. Re:Technical Documentation relieves stress on Correlation Between Stress and Technology? · · Score: 3, Interesting

    Do you have an example of a source file documented in this way?

  13. *my* google interface on Wired Reports on 'Googlemania' · · Score: 4, Informative

    My google interface is on my locally stored homepage, and is displayed as a simple white text box with the word Google beside it. The form itself then links to http://www.google.com/search, so I don't even have any idea what Google's homepage looks like. Plus I have quick links to all my regular webpages/portals/groups etc...

    So if you want a new google interface, design one and access it on your local drive.

  14. Boeing/Sikorsky options? on US Army Scraps Comanche Helicopter · · Score: 1
    Anyone with more knowledge want to chime in on what sort of options Boeing/Sikorsky have at this point?

    Can they continue to develop a modified Comanche program and pitch it to the UK or some other ally? or does that all have to happen via some government contract hullabaloo?

  15. Funny to on AMD Could Profit from Buffer-Overflow Protection · · Score: 2, Funny
    From the article...

    The alert was sparked by the discovery that a raft of Microsoft programs were vulnerable to a problem called "buffer overflow", which hackers can exploit to extract private information from a PC.

    ...

    The new AMD chips prevent this. They separate memory into instruction-only and data-only sections. If hackers attempt to execute code from the data section of memory, they will fail. Windows will then detect the attempt and close the application.

    So they are depending on Windows to detect the attempt and close the application? Bwahahaha! So now rather than offering Critical Updates to fix buffer overflow vulnerabilities, MS will now offer Critical Updates to fix buffer overflow exception handling vulnerabilities. Ha!

  16. Re:yet again on US Army Scraps Comanche Helicopter · · Score: 5, Insightful

    Perhaps they decided to cut their losses at this point, and just go with upgrades and maintenance on the Apache helicopters, rather than bank on the Comanche program somehow turning itself around rather than committing itself to an unknown amount of additional time and money to get the Comanche program deployed.

  17. Maher "Mike" Hawash on Former Intel Engineer Pleads Guilty To Taliban Aid · · Score: 1, Funny

    ... you are a very bad person. You are hereby sentenced to seven years in a federal pound me in the ass prison.

  18. Soothing Green Light on Slashdot T-Shirt Contest Winners! · · Score: 4, Interesting
    Please make Dan Sandler's "Soothing Green Light" design into a t-shirt. I'll buy one then.

    Can't we mod Dan's shirt up?

  19. Re:Check out PACER!!! on The RIAA's Hit List Named · · Score: 1
    Actually, since everyone on /. reads all the articles and all linked documents, the above post is redundant. We have already checked out PACER because we RTFA, right?

    :)

  20. Not only... on The RIAA's Hit List Named · · Score: 1
    Not only do these people get slapped with lawsuits, their stupid user names are held up for all to see.

    Yes, I'm talking about you, munkeyspanker21@Kazaa

  21. gray area on "Quick 'n Dirty" vs. "Correct and Proper"? · · Score: 1
    As a developer, you often don't have the luxury of making those decisions. The software engineer in me says that it's best to do it the proper way, but often it's just not feasible.

    I'm on a contract now where we are documenting the design after the product has been coded and tested successfully, so it CAN be done after the fact. In fact, I would say that it NEEDS to be done... whether or not it is now or later is debatable. But in the interest of the complete lifecycle of the software, you've got to follow processes and procedures.

    I'm assuming that you are not a CMMI certified outfit, because otherwise you wouldn't even be asking the question... the answer would already be decided: Do it the Right Way.

    I guess what I'm saying is that if management wants it quick and dirty, then give it to them, but make sure you impress on them the fact that you need to budget time and money to document the software after your delivery.

  22. Re:Duct tape can be very useful on Duct Tape Goes Minature · · Score: 1
    Check out what these people had to say about the usefulness of Duck(r) Tape!

    Duck Tape Creative Uses

  23. don't matter on Microsoft's Software Philanthropy: The Goodwill Ploy · · Score: 1
    It doesn't matter. The "for profit" businesses would make a much larger impact/dent into the MS monopoly by migrating to OSS than MS "giving away" its software to non-profit businesses.

    For MS to make a difference, they would need to give away inital versions of MS Windows and then sell support, which they won't do, so ... ummm yeah.

  24. Wow! on Investigating Artificial Black Holes · · Score: 1
    If scientists could do this, and black holes can be used as wormholes, then maybe we can travel time?

    What would be worse, a gray goo scenario gone bad in the laboratory, or a home-made black hole gone bad?

    I choose the black hole.

  25. Check out the ads on Old-school Nerdy Comics · · Score: 5, Funny
    The ads on the first page are great!

    "Not only does the 128K Color Computer 3 offer twice the memory, twice the speed, and even better graphics than our popular Color Computer 2, it's also compatible with the Tandy hardware accessories and software designed for the popular Color Computer 2 -- you may never outgrow it!

    Heheheh