Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:These people just didn't know (Score 1) 114

There's a lot of clueless in marketing... and there's also an equal number of creative geniuses. In a lot of cases, marketers make mistakes for the same reasons developers do: underestimating how long work will take, assuming something works without testing it and not talking to users. There's also a strong not invented here bias, people taking way to much personal ownership of their work, HIPPOs (HIghest Paid Person's Opinion) and irrational mandates (i.e.THIS WORD MUST BE IN THE COPY).

Comment Re:These people just didn't know (Score 1) 114

Do you think that giving the POS terminal the GNOME name was just a piece of viral marketing tactic to begin with?

I think that in marketing it is better to be lucky than good. If they are smart they will call it Groupon POS because any other name will squander the brand identity that this little kerfuffle has caused.

Comment These people just didn't know (Score 3, Insightful) 114

Hate to say, but marketers can be the most oblivious people in the wold. They also create things and have the same feelings of ownership that many of us do when we cook up a heaping helping of awesome code. So, I'm not surprised by Groupon taking a minute to figure out where they stood.

Last year, the people at my company's marketing department emerged from their cave with a Hire Veterans campaign. Awesome. Except for the fact that the helmet they choose to cap the M-16 with was a Nazi Stahlhelm. When I pointed it out I got the "what do you, developer, know about marketing" response. I answered, "Three of our board of directors are Jewish."

Comment Go to Big Data Meetup in your area (Score 1) 147

You can find out a lot in a few hours just by going to a Big Data meetup. Traditional database vendors are trying to hijack big data and make it their buzzword. Real big data players are using tools like Hadoop, Spark, Solr, Elastic Search and other tools that allow you to use commodity hardware to get a much more performant platform for big data. The appliance vendors have some interesting off the shelf stuff... you should really take some time to see what is going on... it's wild west time.

Comment Re:Perspective from the other side - Liars & F (Score 1) 574

It's the same thing as JQuery(). It searches through the DOM for any elements that match the provided selector and creates a new jQuery object that references these elements. Here's a very simple example:

$("div > p").css( "border", "1px solid gray" );

finds any div wrapped paragraphs and puts a solid gray line around them. Docs here: http://api.jquery.com/jquery/.

Comment Re:I have experienced this first hand (Score 1) 574

Go to meetups (i.e. javascript, python, ruby, .NET, whatever). There are hiring managers there. Just talk to everyone. Learn what everyone is into, and you'll find out who's hiring and the hiring manager types will probably ask you for your contact info. Give it to them, and ask them for theirs. When it's time to go around the room, just say you are a recent graduate and looking for work where you can hack on whatever you love to hack on. Make sure you call the hiring manger types within 48 hours of your meeting. You'll bypass the HR department and bypass the applicant tracking system.

Suggestion: if you get an interview, bring code to the inerview. Show people what you have done. If the person is non technical then just demo an app you've written. If the interviewer is technical then show the code. If your code is criticized, be positive about it and even discuss how to make it better with the interviewer. The interviewer is trying to see what it will be like working with you in the future, not trip you up.

Finally, if you are offered a lower position than you expect, it's pretty normal for companies to hire junior developers as interns, part time or on a trial basis at lower wages. If you are a good fit, you will be promoted within 90 days. For senior people, you often have to take a haircut on salary to get in the door, but if you are good, you'll be quickly promoted. The reason it is this way is that most companies just don't know what they are hiring until they've been working for a few weeks.

Comment Re:There is no slump in open positions (Score 2) 250

Three issues going on here:

* Not enough IT professionals who can code.
* HR people are still looking for people with 23 years of experience with Ruby on Clouds
* Really awful management that either has no tech experience/education or is someone who sucked at IT who got promoted.

Submission + - Research Shows RISC vs CISC Doesn't Matter 1

fsterman writes: The power advantages brought by the RISC instruction sets used in Power and ARM chips is often pitted against the X86's efficiencies of scale. It's difficult to asses how much the difference between instruction sets matter because teasing out the theoretical efficiency of an ISA from the proficiency of a chip's design team, technical expertise of its manufacturer, and support for architecture-specific optimizations in compilers is nearly impossible . However, new research examining the performance of a variety of ARM, MIPS, and X86 processors gives weight to Intel's conclusion: the benefits of a given ISA to the power envelope of a chip are minute.

Submission + - Scientists take picture of quantum cat (sciencemag.org)

sciencehabit writes: These images of a cardboard cutout of a cat were made with light that never touched the object. The technique works a bit like holography, in which a light beam that shines through an object overlaps and interferes with an identical one that passes by it, and that interference is used to encode a 3D image. Besides being really cool, the technique makes it possible to make an image of an object using a color of light that would normally pass through the thing.

Slashdot Top Deals

To the systems programmer, users and applications serve only to provide a test load.

Working...