Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Re: 19,000 (Score 1) 401

"The fact that people in other countries are lining up to do the same work for cheap is concrete proof that it isn't as difficult work as you think."

No, it is only concrete proof that $19,000 seems like a lot of money to someone who comes from a country, most of which lives in abject poverty. Now that Chinese factory workers are demanding better pay, Chinese companies are moving jobs back to the U.S. When poverty levels finally start to drop in India then Indian IT workers will start to demand better pay.

Submission + - When Beliefs and Facts Collide

schnell writes: A New York Times article discusses a recent Yale study that shows that contrary to popular belief, increased scientific literacy does not correspond to increased belief in accepted scientific findings when it contradicts their religious or political views. The article notes that this is true across the political/religious spectrum and "factual and scientific evidence is often ineffective at reducing misperceptions and can even backfire on issues like weapons of mass destruction, health care reform and vaccines." So what is to be done? The article suggests that "we need to try to break the association between identity and factual beliefs on high-profile issues – for instance, by making clear that you can believe in human-induced climate change and still be a conservative Republican." But given the propensity of all humans towards cognitive bias and even magical thinking, should we just resign ourselves to the idea that democracies will never make their decisions based purely on science?

Comment Re: Get a different job. (Score 1) 4

The trick is to learn that the answers you seek do not exist. There IS NO way to get people (especially a large collection of people with an established culture and behavior patterns, such as people at work) to do what you want. At least not that can be described in a comment thread on a forum.

You either have the knack or develop it over decades of trial and error or you "accept the things you cannot change" and move on. Usually, when someone posts this question online it means they don't have the knack and they are very unlikely to be able or willing to do the decades of work to develop the skill, especially in time to solve their particular problem. So, that leaves only the last two options: moving on or acceptance.

Comment Get a different job. (Score 1) 4

Seriously. This question has been asked so many times by so many people on so many forums that I am beginning to think the internet has hiccups. The answer is always the same: Get a different job where people do things the way you like. OR: Shut up, accept the things you cannot change, and cash your paycheck.

Also: Learn how to spell "intelligent."

Submission + - Ask Slashdot: Hosting services that doesn't over-react to DMCA requests?

tobiasly writes: I run a few websites which are occasionally the target of bogus DMCA takedown requests. Even a cursory look at these requests would reveal that the content these requests try to have removed are not even eligible for copyright (for example, someone named "John Smith" decides he wants to have every instance of his name removed from the internet, so he claims he has a copyright on "John Smith", and the comment section of my website has that name somewhere.)

I'm guessing most webmasters of sites with significant traffic face this problem, but I'm having difficulty finding information on domain registrars' and hosting providers' DMCA response policies. Most seem to over-react and require an official counter-response. I'm worried I'll miss one of these someday and find that my entire domain was suspended as a result.

Both my domain registrar and hosting provider have forwarded these notices in the past. I'm also worried that they're forwarding my response (including personal details) to the original complainant. Which domain registrars and hosting providers have you found who handle these complaints in a reasonable manner, and filter out the ones that are obviously bogus? Which ones have a clearly stated policy regarding these requests, and respect the site owner's privacy? Some of these domains are .us TLD, which unfortunately will limit my choice to US-based companies.

Submission + - Poor ethics could poison the big data well for everyone (citeworld.com)

Copy that 2 writes: It's a cliché to say that with great power comes great responsibility, but it's true and the same applies to great opportunity. Big data is the next big opportunity, but if companies are going to get the most out of it, they need to be open, transparent, responsible and ethical.

Submission + - Solar-Powered Electrochemical Cell Used to Produce Formic Acid From CO2 (gizmag.com)

Zothecula writes: Rising atmospheric CO2 levels can generally be tackled in three ways: developing alternative energy sources with lower emissions; carbon capture and storage (CCS); and capturing carbon and repurposing it. Researchers at Princeton University are claiming to have developed a technique that ticks two of these three boxes by using solar power to convert CO2 into formic acid.

Submission + - Samsung release first SSD with 3D NAND (pcper.com)

Vigile writes: As SSD controllers continue to evolve, so does the world of flash memory. With the release of the Samsung 850 Pro SSD announced today, Samsung is the first company to introduce 3D NAND technology to the consumer. By using 30nm process technology that might seem dated in some applications, Samsung has been reliably able to stack lithography and essentially "tunnel holes" in the silicon while coating the inside with the material necessary to hold a charge. The VNAND being used with the Samsung 850 Pro is now 32 layers deep, and though it lowers the total capacity per die, it allows Samsung to lower manufacturer costs with more usable die per wafer. This results in more sustainable and reliable performance as well as a longer life span, allowing Samsung to offer a 10 year warranty on the new drives. PC Perspective has a full review with performance results and usage over time that shows Samsung's innovation is leading the pack.

Submission + - Wind turbine energy payback time less than a year (sciencedaily.com) 2

mdsolar writes: "Researchers have carried out an environmental lifecycle assessment of 2-megawatt wind turbines mooted for a large wind farm in the U.S. Pacific Northwest. They conclude that in terms of cumulative energy payback, or the time to produce the amount of energy required of production and installation, a wind turbine with a working life of 20 years will offer a net benefit within five to eight months of being brought online."

Comment Re:Where does article say "not enough openings"? (Score 1) 161

I honestly think we multiple types of programmers, and we should stop trying to put them all in the same bucket. Most programming now days is not rocket science and a lot of programmers need an ego check.

Agreed. They don't call every job for people who make stuff out of wood "woodworker." There are framers and carpenters and cabinet makers and furniture builders...

We are lucky that we are still in the era when computer programming is new and the education system doesn't "get it" yet. In another generation or two, this will almost all be commodity work and programmers will be no more special than bookkeepers or plumbers or good cabinet makers. Sure, not everyone will know how to do it but how many programmers can fix their frikkin toilet, let alone plumb an entire house?

Comment Finish philosophy degree, study CS on your own. (Score 1) 84

Others have said it, so I am just adding my "vote."

If you haven't finished the philosophy degree, then go ahead and finish that (as you have time and money) because any degree is better than none. As someone who is "this close" to finishing my degree, sometimes I feel that hurts me more than if I had never started. (Yes, when I get some money, I will finish mine too.)

Don't waste your time or money on a CS degree. In my meager experience, for real-world programming, they don't teach much more than can be learned from some good books. Of course good books are hard to find too. Read reviews and ask friends for recommendations. A lot of programming books start strong and turn to crap about half-way through. If you start finding lots of errors and you are spending more time figuring out the errors than learning, move on to a different book. Come back to the bad book after you know more and take it as a challenge to solve those problems. But don't burn yourself out beating your head against a bad book if you just don't know enough to figure out the errors. You will kill your momentum. And momentum is key in education.

After you have a solid foundation in the programming language of your choice, start learning ancillary stuff like build systems, software testing, and how to deploy your programs to end users as a single installable file. None of this was taught at the universities I went to but they are really important in the professional world. I wish there was more information about this kind of stuff and that it was organized in some reasonable fashion. Unfortunately, it seems most of this info is buried in forums all over the internet.

After you have learned one language pretty well, start learning other languages too. The more the merrier. Then go back and pick up some advanced techniques in your earlier languages.

As you study, work on finding ways to actually show how much you know. Either in sample programs, contributions to open source projects, or certifications. Remember, "experience" does not mean that you got paid. So, if you have been diligently writing code for open source projects for a year, then you can say you have a year of experience. (Sure, plenty of people dink around for a year and call it "experience" but that shows up pretty fast in interviews.)

Look for "entry level" or "intern" jobs. They are rare but they are out there. There are some companies that almost exclusively hire junior programmers because they can pay them less and the company's business model does not require high level programming skills, just churning out a bunch of almost identical stuff. However, you may not find these companies where you live right now. Be willing to search all over and relocate. There is a company in College Station, TX that will hire you if you are willing to learn Microsoft .NET.

Good Luck.

Slashdot Top Deals

Computers are useless. They can only give you answers. -- Pablo Picasso

Working...