Slashdot Mirror


User: deadkennedy

deadkennedy's activity in the archive.

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

Comments · 36

  1. No hard disk? on Google Releases Source To Chromium OS · · Score: 1

    "Hard disks are banned" seems like it would be a show-stopper for many folks.

  2. Re:The comment may also be complex.. on If the Comments Are Ugly, the Code Is Ugly · · Score: 1

    Agreed. If the comment is difficult to follow, odds are the code will also be difficult to understand.

  3. Re:Algorithms on Are You a Blue-Collar Or White-Collar Developer? · · Score: 1

    Agreed with the general lack of algorithm experience. However, this knowledge can still be obtained professionally. I think, if you can't say "look at my degree", you should be able to say "look at all this software I've built over the past four years, it proves I know a thing or two".

  4. Usability on Coverity Report Finds OSS Bug Density Down Since 2006 · · Score: 1

    I wonder if these code improvements lead to overall usability. That seems to be the biggest stumbling block for open source, not stability.

  5. They don't die on Old Operating Systems Never Die · · Score: 1

    They fade away.

  6. Agreed with the review on Windows 7 Touch, Dead On Arrival · · Score: 1

    The usefulness of such technology simply isn't there. So why bother with it? I guess it just sounds cool.

  7. Programmer Month on Russia's New Official Holiday — Programmer's Day · · Score: 1

    Within programmer month, a day is dedicated to developers for a certain language. Except, of course, Java developers.

  8. Installation on Why Users Drop Open Source Apps For Proprietary Alternatives · · Score: 1

    I haven't actually dumped an open source application in favour of a proprietary alternative because it was difficult to install. I could, however, completely understand why some users after attempting to install and configure open source applications would make the move. The installation and initial configuration experience is the first impression and is important to get right. It is the first impression the software gives as to how good/usable/stable it really is. How can you get feedback regarding other aspects of the software if they can't get past step one?

  9. Re:The Key new feature of Grand central is on Apple Open Sources Grand Central Dispatch · · Score: 1

    I guess the next best thing would be a library that handles the thread pooling and figures out how to manage things.

  10. Re:yuck on Dirty Coding Tricks To Make a Deadline · · Score: 1

    Agreed. There is no need to feel shame for getting something functional out the door.

  11. Re:Connection, yes. Server, no. on Smarter Clients Via ReverseHTTP and WebSockets · · Score: 1

    I concur in that there really shouldn't be a need for an external library outside of the browser in order to maintain a server connection.

  12. Hardly on MS — Dropping IE6 Support "Not an Option" · · Score: 1, Troll

    Supporting it is not an option.

  13. Re:US laws are not the best on Working Off the Clock, How Much Is Too Much? · · Score: 1

    Canada isn't any better than the US. Any time I browse available jobs, the ones that interest me the most seem to be in the EU.

  14. Re:Hogwash on Chrome OS Designed To Start Microsoft Death Spiral · · Score: 1

    Although, these tools will slowly decline in use as well once former Windows users are forced to use alternatives.

  15. Re:How often do people get promoted on What Questions Should a Prospective Employee Ask? · · Score: 1

    Our flexible hours have come in handy on more than one occasion. Our leaders realize that it doesn't matter when during the the day it gets done as long as deadlines are met.

  16. Re:I believe almost every free software I use has. on Examining Software Liability In the Open Source Community · · Score: 1

    It comes down to irresponsible end users. If they are able to successfully sue an open source developer for a bug is besides the point. If the end user cannot comprehend use at your own risk, they are in much deeper trouble and the resulting lawsuit victory will not help them in the long run. Submit a bug report and be helpful about it. With bugs in open source software you can become the number one enemy of the developer(s) you sue, or you could potentially be credited in the subsequent release. Seems like a no-brainer to me...

  17. Re:And adding ... on Twitter Offline Due To DDoS · · Score: 1

    Perhaps this should be known as the twitter effect.

  18. Re:Awesomely CPU Hungry on HTML 5 Canvas Experiment Hints At Things To Come · · Score: 1

    Any javascript could potentially drain the CPU if it is computationally hungry.

  19. Re:And? on Bing Search Tainted By Pro-Microsoft Results · · Score: 1

    OSS is only expensive in terms of effort. This search is seriously flawed.

  20. Re:Uhhhh on Mario AI Competition · · Score: 1

    I think exploring some various state machine configurations would help here.

  21. Re:Congrats! on Emacs Hits Version 23 · · Score: 1

    Indeed. This is a rather important piece of software historically. Nice to see it still being released.

  22. Re:Thanks on Alan Cox Quits As Linux TTY Maintainer — "I've Had Enough" · · Score: 1

    One of the few downsides to open source software.

  23. Re:Love the Yahoo on Microsoft and Yahoo Reach Deal · · Score: 1

    We used to use Zimbra until about three years ago when we migrated to Gmail. I haven't used it since but I always loved the UI. It sounds like it is worth playing with again.

  24. Developer Meetings on Manager's Schedule vs. Maker's Schedule · · Score: 1

    I tend to like the brief, developer-only meetings. As a developer, everything else seems to be unnecessarily long and irritating.

  25. Re:Pascal on The Best First Language For a Young Programmer · · Score: 1

    Pascal is a great teaching language. I was taught Pascal in high school and it served as a great introduction to recursion. Our instructor walked us through the steps to drawing Sierpinski triangles on the screen. I suppose it is a combination of both language and teaching methodology.