Slashdot Mirror


User: thoughtsatthemoment

thoughtsatthemoment's activity in the archive.

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

Comments · 458

  1. Re:Let's pretend Slashdotters are clueless on Hole In Linux Kernel Provides Root Rights · · Score: 1

    oztiks writes with this excerpt from The H: ...to get complete root (also known as superuser) rights or permissions for a victim's system....

    I think you are barking at the wrong tree.

  2. Re:Microsoft? It just so happens.... on Google, Apple and Others Accused of 'No Poaching' Deal · · Score: 1

    Most likely among small groups of friendly companies. I am sure MS would be most happy to poach Google's search team.

  3. Re:The devil in the details on Google, Apple and Others Accused of 'No Poaching' Deal · · Score: 1

    Come on. This guy changed the subject from H1B1 to outsourcing and you are eager to show your expertise that Indian engineers are cheaper than American engineers because you know how compare two numbers. There is no need to state the obvious about outsourcing.

  4. Re:The devil in the details on Google, Apple and Others Accused of 'No Poaching' Deal · · Score: 1

    So you finally resort to expletives and show the world why you are out of job. Your situation may have more to do with the recession. if you force the companies to hire you just because of your citizenship, they'll just stop hiring.

    I'm sick and tired of not being unable to find a job

    This kind of logic error is very dangerous in a code base and difficult to trace.

  5. How Your Brain Figures Out What It Doesn't Know on How Your Brain Figures Out What It Doesn't Know · · Score: 1

    Sorry, my brain does not have that feature. It doesn't even know how much it knows.

  6. Re:The devil in the details on Google, Apple and Others Accused of 'No Poaching' Deal · · Score: 1

    Someone doesn't know how to read

    definitely.

  7. Re:The devil in the details on Google, Apple and Others Accused of 'No Poaching' Deal · · Score: 1

    They are not cheap in the place where they work. Do you know how to do comparison?

  8. Re:The devil in the details on Google, Apple and Others Accused of 'No Poaching' Deal · · Score: 1

    IEEE may or may not involve itself in a political issue that is globalization, but I was just pointing out the usual cheap labor argument does not apply in software engineering. Companies want more candidates while locals don't. It's a political fight.

  9. Re:The devil in the details on Google, Apple and Others Accused of 'No Poaching' Deal · · Score: 1

    If companies face a shortage, hire some unemployed or fresh-out-of-college Americans rather than import workers

    You make it sound like software engineering is utility. Importing workers has a cost too and salaries of HIB1 are public and they are not lower than others. Basically companies get more talents to choose from and of course some local people would hate that. These Temp Labors you are talking about work in the field under the sun and you are not competing with them unless you want to work there.

  10. Re:Lesson #8 on Programming Things I Wish I Knew Earlier · · Score: 1
    Well I don't mean you get insight by just meditation. I was trying to convey a sense of independent thinking, which I believe is that makes a good programmer.

    this isn't a job for people on a journey of self-discovery

    That seems to have a religious connotation. But I think a great programmer has to wonder a lot about artificial intelligence. And I think that's the ultimate self-discovery for programmers.

  11. Re:Lesson #8 on Programming Things I Wish I Knew Earlier · · Score: 4, Insightful

    That applies to other sites as well. So many people are trying to preach than genuinely teach. The internet is great for seeking specifics, but for insight on programming, it has to come from within yourself.

  12. Webkit? on Flawed iTunes Stands Out Among Apple's Products · · Score: 1

    I am starting to think that even Apple developer would find it's difficult to use webkit for developing desktop applications. iTunes seems a perfect candidate for webkit to showcase how a browser can revolutionize desktop app development. I am curious about this because there are always managers who push for using browser engines for GUI, as if those engines were made for it.

  13. Re:Not new in WebKit Browsers..? on Google Confirms Chrome GPU Acceleration · · Score: 1

    Apple's implementation of graphics is proprietary (the engine dynamically links to its Core libraries). Google has its own version, and there is also a cairo port. Chrome's implementation is useful for Windows users.

  14. Re:Freedom on Can an Open Source Map Project Make Money? · · Score: 1

    The GNU position is basically that end users should always be able to modify any software they receive.

    That might be costly. It'd take a fortune to educate some of the users to do that.

  15. Re:Freedom on Can an Open Source Map Project Make Money? · · Score: 1

    From that perspective, the freedom the BSD license gives to developers to put proprietary licenses on their code isn't very pro-freedom for their users, since their users are now prohibited from modifying the modification.

    FTFY

  16. No on Can an Open Source Map Project Make Money? · · Score: 1

    To make money you have to specialize, and not try to emulate Google or Bing. If your strength is just being better, they will copy you or be motivated to outdo you. It's not just map or open source. It's always difficult to make money when there is a big player or two around to give the product away (for a strategic purpose of course).

  17. Re:"worried about having too many geniuses." on Google Wave and the Difficulty of Radical Change · · Score: 1

    I think we define genius by looking at what they did, not by actually measuring their intellect or skills. Let's be honest, almost all people who talk about geniuses are not geniuses themselves or even personally know one. It's when some breakthrough happens that we stick the label "genius" to it's inventor.

    As to Google has a brain drain effect on the rest of the industry (actually, which industry are we talking about here? Advertising?), that's just Google's way of saying "come here, we are still the best company to work for, but in case we don't hire you, you are just too smart." Everyone says they hire the best and brightest. The difference is they have different definitions of the best and brightest.

  18. Re:collaboration on Why Wave Failed · · Score: 1

    What would be really cool is a real physical white board that could replicate over the wire. SmartBoards are getting there, but they typically use projectors and pressure sensors. I want to draw on a board with a real marker...and have the other side show it as pixels. Please someone put a bunch of big old LEDs side by side and make them drawable on...if they can magically erase the pen ink that would be great :) Where is all the damn nanotech.

    Those big touch screens used in CNN news rooms seem to have the capabilities you describe. My guess is that the technology is still not there yet and big LED screens are still expensive.

  19. Re:Wrong title. on Oracle's Java Company Change Breaks Eclipse · · Score: 1

    What's the difference? Your browser is a thick client too.

  20. Re:Need to look like windows on GNOME 3.0 Delayed Until March 2011 · · Score: 1

    Is there a Windows that's free (as in freedom) and uses the Linux kernel?

  21. Re:Should be using Scatter/Gather +IOCP on windows on Java IO Faster Than NIO · · Score: 1

    In Linux you get notified when you can perform an I/O, perform a bunch of non-blocking I/O

    In edge triggered epoll on Linux, a read call can also get immediate result if the data is already there. If not, it returns with a pending code.

  22. Re:Should be using Scatter/Gather +IOCP on windows on Java IO Faster Than NIO · · Score: 1

    you must call read/write again

    I meant the case where the previous call returned with the pending status.

  23. Re:Should be using Scatter/Gather +IOCP on windows on Java IO Faster Than NIO · · Score: 1

    IOCP is very similar to edge triggered epoll of Linux. The main difference is, when the wait function is signaled, the data is already available/sent in/from the buffer. While in epoll, you must call read/write again. It is quite easy to write a common interface to abstract both.

  24. Re:I agree that C++ sucks and I feel really alone. on Google Engineer Decries Complexity of Java, C++ · · Score: 1

    I just didn't want to point out the obvious and if you hadn't thrown a tantrum, I might have had elaborated a little.

  25. Re:I agree that C++ sucks and I feel really alone. on Google Engineer Decries Complexity of Java, C++ · · Score: 1

    I've been doing this shit for 25+ years. I

    25+ years? Based on your view on programming and your attitude demonstrated here, you still haven't learned to behave like a grownup.