Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror
×
Government

New Documents Detail FBI, Bank Crack Down On Occupy Wall Street 584

jvillain writes "The Guardian has up a story detailing the crack down on Occupy Wall Street (OWS). It goes on to show how the FBI, DHS, Terrorist Fusion Centers and the banks all worked together to stifle dissent. From the article: 'This production [of documents], which we believe is just the tip of the iceberg, is a window into the nationwide scope of the FBI's surveillance, monitoring, and reporting on peaceful protesters organizing with the Occupy movement These documents also show these federal agencies functioning as a de facto intelligence arm of Wall Street and Corporate America.' The next question is how many Americans are now listed as part of a 'terrorist group' by the government for their support of OWS?"

Comment Re:Why would you want to game on Linux (Score 1) 332

Speaking as someone with actual experience in this - DirectX is a monumental improvement over OpenGL; there's more to it than just being able to look at the underlying code (and frankly, 90% of both are just shims to pump commands into the drivers which is where the real magic happens -- drivers which generally tend to be very closed.)

Start with;
- A (arguably) better shading language (HLSL vs GLSL - I tend to find HLSL is easier to work with)
- A scenegraph representation that is not built around a 1980's pre-acceleration stack based renderer. (e.g. Objects are represented as full OO objects - complete with materials, rather than a matrix pushed onto a stack followed by a few vertex buffer array calls)
- A suite of excellent debugging utilities - which give you useful feedback (looking at the code != the value of a good debugger suite)

Leaving the 'free software' arguments aside, DirectX is better - by virtue of the fact that it's kept up to date with modern programming techniques. OpenGL needs to be replaced or at least significantly overhauled -- something which Khronos has not in the past actually been willing to do. OpenGLES improves the spec marginally, but it really needs a replacement to be on par with the ease and power DirectX offers you with far less effort.

That said; if anyones doing things at the DX/OGL level, they probably need to be hit over the head - anyone serious is using one of the many decent engines out there.

Earth

Scientific American's Fred Guterl Explores the Threats Posed By Technology 93

Lasrick writes "Fred Guterl is the executive editor of Scientific American, and in this piece he explores various threats posed by the technology that modern civilization relies on. He discusses West African and Indian monsoons, infectious diseases, and computer hacking. Here's a quote: 'Today the technologies that pose some of the biggest problems are not so much military as commercial. They come from biology, energy production, and the information sciences — and are the very technologies that have fueled our prodigious growth as a species. They are far more seductive than nuclear weapons, and more difficult to extricate ourselves from. The technologies we worry about today form the basis of our global civilization and are essential to our survival.'"

Comment Re:Is this the same for "contractor" companies? (Score 1) 66

My first guess would say no; and this is an uninformed opinion - but that is probably structured as a non-poach agreement, e.g. IBM is not allowed to poach employees from CDI.

That does tend to be legal - although the punishment is relatively thin. IBM would only have to pay for a recruiter to find someone of similar calibre to CDI in damages if it ever went to court/arbitration/settlement.

Comment Re:So it's come to this. . . (Score 4, Interesting) 430

Yes and no - the less skilled the job, the harder you have to deal with employee turnover.

For engineers though, providing you are running things well, you'll usually only have a big burst of turnover around the national holiday in March, when everyone gets paid a 13th salary as a bonus. The rest of the year though, everyone just waits until March so they don't lose their bonus. Turnover seems to be getting better too however - we only lost 2 from a team of 20 this past March (compared to 4-5 the previous year, and 5-7 the year before.)

The Almighty Buck

Ask Slashdot: What Would It Take For Developers To Start Their Own Union? 761

juicegg writes "TechCrunch contributor Klint Finley writes that developers have shunned unions because traditional workplace demands like higher pay are not important to us while traditional unions are incapable of advocating for what developers care about most while at work: autonomy and self-management. Is this how most developers feel? What about overtime, benefits, conditions for contractors and outsourcing concerns? Are there any issues big enough to get developers and techies to make collective demands or is it not worth the risk? Do existing unions offer advantages or is it better to start from scratch?"
Programming

Why Coding At Fifty May Be Nifty 317

theodp writes "Enough with the dadgum naysayers. Google's Vivek Haldar lists some good reasons for why you would want to program at fifty (or any other age). Haldar's list would probably get a thumbs-up from billionaire SAS CEO Jim Goodnight, who had this to say about coding when interviewed at age 56: 'I would be happy if I just stayed in my office and programmed all day, to tell you the truth. That is my one real love in life is programming. Programming is sort of like getting to work a puzzle all day long. I actually enjoy it. It's a lot of fun. It's not even work to me. It's just enjoyable. You get to shut out all your other thoughts and just concentrate on this little thing you're trying to do, to make work it. It's nice, very enjoyable.'"
Power

Volcano Power Plan Gets US Go-Ahead 114

cylonlover writes "Having successfully negotiated the challenging regulatory slopes of the U.S. Bureau of Land Management, the U.S. Forest Service, the U.S. Department of Energy, and a host of Oregon state agencies, the Newberry Enhanced Geothermal Systems (EGS) demonstration project is in the process of creating a new geothermal reservoir in central Oregon. The core of the new reservoir is a two mile (3.2 km) deep well drilled about four miles (6.4 km) from the center of Newberry Volcano. The rock surrounding the wellbore reaches temperatures in the order of 600 F (300 C), and is nearly impermeable to water. That, however, is about to change. Newberry Volcano is one of the largest and youngest volcanoes in the United States. Having last erupted about 1,300 years ago, it consists of over 400 individual volcanic vents, which, when combined, form a broad mounded landform referred to as a shield volcano. The Newberry EGS Demonstration geothermal reservoir is being formed in the high-temperature, low-permeability deep lava of the volcano's northwest flank."
GNU is Not Unix

Rare Photos: Gnu Crashing a Windows 8 Launch Event 313

New submitter Atticus Rex writes "Reporters and security guards at the Windows 8 launch event weren't sure how to react when they were greeted by a real, live gnu. The gnu — which, on closer inspection, was an activist in a gnu suit — had come for some early trick-or-treating. But instead of candy, she had free software for the eager journalists. The gnu and the Free Software Foundation campaigns team handed out dozens of copies of Trisquel, a fully free GNU/Linux distribution, along with press releases and stickers. Once they got over their confusion, the reporters were happy to see us and hear our message — that Windows 8 is a downgrade, not an upgrade, because it steals users' freedom, security and privacy."
Linux

Alan Cox to NVIDIA: You Can't Use DMA-BUF 946

DMA-BUF is a recent kernel feature that allows multiple GPUs to quickly copy data into each others' framebuffers. A use case would be the NVIDIA Optimus that pairs a fast GPU with an Intel integrated GPU, where the NVIDIA GPU writes into the Intel framebuffer when it is active. But, NVIDIA won't be able to use this infrastructure because it's GPL. Alan Cox replied on LKML to a request from one of their engineers to mark the API non-GPL: "NAK. This needs at the very least the approval of all rights holders for the files concerned and all code exposed by this change. Also I'd note if you are trying to do this for the purpose of combining it with proprietary code then you are still in my view as a (and the view of many other) rights holder to the kernel likely to be in breach of the GPL requirements for a derivative work. You may consider that formal notification of my viewpoint. Your corporate legal team can explain to you why the fact you are now aware of my view is important to them." The rest of the thread is worth a read (a guy from RedHat agrees that this code is GPL and cannot become non-GPL without relicensing from a major subset of graphics system contributors). This has a ripple effect: it means that all of the ARM SoC GPU drivers can't use it either, and it may prevent any proprietary drivers for the proposed DRI version 3.
Image

Sea Chair Project Harvests Plastic From the Oceans To Create Furniture Screenshot-sm 96

cylonlover writes "You may have heard about the huge floating islands of garbage swirling around in the middle of the Earth's oceans. Much of that waterlogged rubbish is made up of plastic and, like Electrolux with its concept vacuum cleaners, U.K.-based Studio Swine and Kieren Jones are looking to put that waste to good use. As part of an ambitious project, they've come up with a system to collect plastic debris and convert it into furniture. Rather than collecting plastic that washes ashore or is snagged as by-catch in fishing nets, the team hopes to one day go where the trash is, collect and convert it to something useful while still at sea. Sea Chair envisions adapting fishing boats into floating chair factories that trawl for plastic and put it into production on-board."

Comment Re:crash faster (Score 1) 563

Yes - it's basically just compiling small .NET programs from your input -- which tend to be pretty portable. You should only run into problems if you use new features that aren't available in older environments (but - I'm pretty sure the latest version of .NET can be installed on XP, so that might be a moot point.)

Slashdot Top Deals

"When the going gets tough, the tough get empirical." -- Jon Carroll

Working...