Slashdot Mirror


User: Breakfast+Pants

Breakfast+Pants's activity in the archive.

Stories
0
Comments
2,780
First seen
Last seen
Profile
(view on slashdot.org)

Comments · 2,780

  1. Re:The voodoo of separating "good" from "bad" on Selecting Against Experience - Do Employers Know? · · Score: 1

    You can implement a linked list inside of an array. Hell if you have scheme and don't have cons car and cdr you can implement them with conditionals and lambda.

  2. Re:As an employer ... on Selecting Against Experience - Do Employers Know? · · Score: 1

    The funny thing is it is against Amazon's policy to provide post interview feedback. But by the same token, this entire Ask Slashdot post was probably against that NDA you signed.

  3. Re:20 years? So what? on Selecting Against Experience - Do Employers Know? · · Score: 1

    Let's say you have a list that is millions of elements long, and an algorithm you use has to iterate over it thousands of times, and then iterate over it in reverse thousands of times, then iterate the reverse of that thousands of times.. continuously all day. You might say 'use an array dickwad', but lets say in your iterations you are constantly adding and removing elements all over the place. Making the thing a doubly linked list is going to use up loads of extra memory if your node data is small relative to pointer size. So there, there is a convoluted situation. You just do one single O(N) reversal once every thousand iterations. If all you can come up with is O(N^2), you suddenly can make a case for a doubly linked list, but O(N) is easily acheivable.

  4. Re:20 years? So what? on Selecting Against Experience - Do Employers Know? · · Score: 1

    If you can't figure it out on the spot in a fairly short amount of time you have reached an age where you aren't learning nearly as fast as you used to. It isn't about having a canned answer, the elements of the problem are so simple that you should be able to work it out on the spot, explain your logic, perhaps getting corrections from the interviewer when you posit a bad assumption. This is what they are looking for--your thought process.

  5. Re:what to do as the job seeker? on Selecting Against Experience - Do Employers Know? · · Score: 1

    I'm pretty sure the guy is talking about Amazon. So look, they let him interview with some inexperienced people right? These are the people that are probably going to be on the team he is joining. This is more of a 'does he fill the role we have open in our team' thing. But what he didn't mention is that they end your day with what they call a 'bar raiser', a guy who is very experienced and valuable to the company (except for Steve Yeggy). So, I think they have your objection covered.

  6. Re:Your expierience didn't pay off on Selecting Against Experience - Do Employers Know? · · Score: 1

    Actually you could do this just fine with recursion. So while his solution was shit, your answer was too.

  7. Re:Since you might care... A clarification. on Selecting Against Experience - Do Employers Know? · · Score: 1

    You work in a company that is made up of a thousand+ person representative sampling of the American populace?

  8. Re:Walk away. on Selecting Against Experience - Do Employers Know? · · Score: 1

    You won't work for my organization if you use block paragraphs and don't space in-between; and I don't give a damn if it is because you are autistic.

  9. Re:at "that" online retailer, they probably know on Selecting Against Experience - Do Employers Know? · · Score: 1

    The obvious solution is to put it in the mainline BSD tree, then it can be a basis for both =). (oh and ATI and whoever the hell else can take your code and put it into their binary only drivers free of charge.. so I realize it is never gonna happen)

  10. Re:at "that" online retailer, they probably know on Selecting Against Experience - Do Employers Know? · · Score: 1

    He isn't saying the older guy demands a higher salary; he's saying that the company has to pay higher rates to give the old geezer health insurance coverage.

  11. Re:FUD on Cloned Beef Coming Soon? · · Score: 1

    "And by the way, the large and powerful animals we make into burgers traditionally get all of their protein from vegetable sources."

    Call me when humans get a second stomach. Actually, make that three stomachs.

  12. Re:Where do you draw the line, though? on Cloned Beef Coming Soon? · · Score: 1

    That's a terrible solution! Only 3 people care about this, so people making non-cloned beef won't bother to label it as such! Oh wait...

  13. Re:And then... on Discussing a Private Buyout of Microsoft · · Score: 2, Informative

    You may doubt it, but it does include those fees.

  14. Re:Good on Man Gets 6 Years for Software Piracy · · Score: 0, Troll

    And people offering pirated material over p2p programs aren't publishing it at a price (free) that undercuts people who invested their own time and money to bring something to market? Why should copyright law be focused on just making sure no money is made by anyone other than the holder? Can't you see what happens to that rule of thumb when bandwidth is nearly free?

  15. Re:Sony's problem. on Battery Recalls A Blow to Sony's Recovery · · Score: 1

    British born or US born? You say both.

  16. Re:Off-key on Peter Molyneux Talks Next-Gen Combat and Wii · · Score: 1

    And that was important enough to warrant a post?

  17. Re:Why the hostility? on Irish Company Claims Free Energy · · Score: 1

    Don't you mean the creation of the universe? The big bang.

  18. Re:I am sure it's absolutely terrible on AOL CTO Shown the Door · · Score: 1

    Because massive generalizations such as 'all CTOs have a 7 figure golden parachute(even if they resign)' are so true. I bet you are as right about this as you are about the gender of the former CTO.

  19. Re:Where's the connections... on AOL CTO Shown the Door · · Score: 1

    It was also "their call" to release the data.

  20. Re:oh please on Network Algorithmics · · Score: 1

    Exactly. While I don't doubt that some reviewers don't read everything they review, I've never seen one admit it like that.

  21. Re:Composite Kwin. When? on First KDE 4 Snapshot Released · · Score: 1

    Compiz has had edge attraction for a very long time.

  22. Re:That's a good thing on Are Plasma TVs the Next BetaMax? · · Score: 1

    Pssh. Gotta get a black Model M13. Unfortunately they run a little more than $20, sometimes over $100, but I managed to snag one on ebay for around $40.

  23. Re:My Personal Experience on Video Chat -- Who Has the Best Quality Picture? · · Score: 1

    "Talking on the phone as we start the conferences"

    This quote really nails the sorry state we are in wrt voice/video conferencing.

  24. Re:Not to ask the obvious but.... on Video Chat -- Who Has the Best Quality Picture? · · Score: 1

    If you are dealing with small, choppy, and blurry you might as well not have video at all. Most of the typical minor facial expressions,etc. just don't transfer.

  25. Re:minor addition on Who are CIOs Planning to Hire Next? · · Score: 1

    Try interviewing for somewhere like Amazon for an SDE position. It is almost 100% technical.