Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror

Comment Re:The conclusions are bogus. (Score 2) 210

I totally agree. They are using an very incomplete set of data. Their methods and conclusions appear totally bogus. It's kind of like looking at a house from the outside. They can only see what people do outside of it, and somehow they are extrapolating that to explain what people do inside of it.

Comment Re:Huh? *Scratches head* (Score 4, Insightful) 210

Same here. I almost never post publicly on G+. Why? Circles are why. Circles allow me to share my posts with ONLY the people I want. G+ has a HUGE RPG/Gaming community, which I am quite active in. I have never seen anything like it anywhere else. But - almost none of it is public. This is why I don't put much into the "Google + is dead" stories. On G+, you don't need to post publicly, and very few people do.
Government

US Navy Develops World's Worst E-reader 249

First time accepted submitter Dimetrodon (2714071) writes "It is an unspoken rule of military procurement that any IT or communications technology will invariably be years behind what is commercially available or technically hobbled to ensure security. One case in point is the uncomfortably backronymed NeRD, or Navy e-Reader Device, an electronic book so secure the 300 titles it holds can never be updated. Ever."
Programming

GitHub Open Sources Atom, Their Text Editor Based On Chromium 121

First time accepted submitter aojensen (1503269) writes "GitHub has made good on promises to open source Atom, a programmer's text editor based on Chromium. Atom is released under the MIT license (source repository). GitHub announced the following on their blog: 'Because we spend most of our day in a text editor, the single most important feature we wanted in an editor was extensibility. Atom is built with the same open source technologies used by modern web browsers. ... But more importantly, extending Atom is as simple as writing JavaScript and CSS, two languages used by millions of developers each day.'

Apart from being extensible via HTML, JavaScript, and CSS, Atom also offers out-of-the-box Node.js integration, a modular design with a built-in package manager (apm), and extensive features such as file system browser, themes, project-wide search and replace, panes, snippets, code folding, and more. Launched only 10 weeks ago, Atom seems to have a well-established ecosystem of packages and extensions already."
The editor is based on atom-shell, a more general framework for building desktop apps using JavaScript/HTML. Beware: according to the FAQ, by default it sends "usage data" to Google Analytics (which can be disabled at least).
Science

How Concrete Contributed To the Downfall of the Roman Empire 384

concertina226 (2447056) writes "The real reason behind the downfall of the Roman Empire might not have been lead contaminating in the water, which is the most popular theory, but the use of concrete as a building material. Dr Penelope Davies, a historian with the University of Texas believes that the rise of concrete as a building material may have weakened ancient Rome's entire political system as Pompey and Julius Caesar began 'thinking like kings'. Concrete was used to build many of Rome's finest monuments, such as the Pantheon, the Colosseum and the Tabularium, which have lasted the test of time and are still standing today."
Movies

Lost Star Wars Footage Found On LaserDisc 157

drxenos writes "A LaserDisc purchased on eBay was found to contain raw footage from Star Wars VI: Return of the Jedi. From the article: 'The origin of the LaserDisc isn't entirely clear, but it was purchased for $699 off eBay, apparently once used to demonstrate Lucasfilm's EditDroid station — one of the first digital film editing systems sold nearly 30 years ago. Ironically, George Lucas himself never used EditDroid to make a movie; the Star Wars clips were loaded simply to show off its capabilities to prospective buyers.'"

Comment Just skip college and make it big in the NFL (Score 2) 716

or NBA, or music, etc, etc, etc The VAST majority of people who skip college will never achieve anywhere near the financial level they could have achieved by going to school. Skipping college and becoming a billionaire is akin to being the lead point scorer in the NBA without ever playing in college. Yes, it happens, to one person out of millions that play basketball.
Microsoft

Will Microsoft Dis-Kinect Freeloading TV Viewers? 478

theodp writes "Just when you think the cable TV viewing experience couldn't get any worse, GeekWire reports on the Microsoft Xbox Incubation team's patent-pending Consumer Detector, which uses cameras and sensors like those in the Xbox 360 Kinect controller to monitor, count and in some cases identify the people in a room watching television, movies and other content. Should the number of viewers detected exceed the limits of a particular content license, the system would halt playback unless additional viewing rights were purchased."
Education

Ask Slashdot: Rectifying Nerd Arrogance? 823

An anonymous reader writes "Like some Slashdot users, I began attending university last month for computer science. The experience represents my first time away from home and I'm almost constantly with my peers, many of whom are also computer science students. Recently, I have become cognizant of the many negative opinions associated with a 'normal' person's perspective of what a nerd is like. Conversing with my college computer science peers (many of whom are quite nerdy), I have noticed that many of them are extremely arrogant. Upon introspection, I have come to the realization that I am also very similar to them and am very curious, but worried. I have noticed similar personality characteristics on Slashdot. Where does this nerd arrogance come from? How can it be rectified? I am concerned that, if I do not abolish these annoying tendencies, I may have trouble later on in life with my career and relationships. Has anybody run into problems in life with the arrogance that seems to be so prevalent with nerds? If so, how did you handle the situation?"
Transportation

Scientists Turn Air Into Petrol 580

rippeltippel writes "The Independent reports on a scientific breakthrough which would allow us to synthesize petrol from thin air. Quoting from the article: 'Air Fuel Synthesis in Stockton-on-Tees has produced five liters of petrol since August when it switched on a small refinery that manufactures gasoline from carbon dioxide and water vapor. The company hopes that within two years it will build a larger, commercial-scale plant capable of producing a ton of petrol a day. It also plans to produce green aviation fuel to make airline travel more carbon-neutral. ... Tim Fox, head of energy and the environment at the Institution of Mechanical Engineers in London, said: "It sounds too good to be true, but it is true. They are doing it and I've been up there myself and seen it. The innovation is that they have made it happen as a process. It's a small pilot plant capturing air and extracting CO2 from it based on well known principles. It uses well-known and well-established components but what is exciting is that they have put the whole thing together and shown that it can work." Although the process is still in the early developmental stages and needs to take electricity from the national grid to work, the company believes it will eventually be possible to use power from renewable sources such as wind farms or tidal barrages. "We've taken carbon dioxide from air and hydrogen from water and turned these elements into petrol," said Peter Harrison, the company's chief executive, who revealed the breakthrough at a conference at the Institution of Mechanical Engineers in London."

Comment We are in the middle of this transition (Score 1) 182

The company I work for is right smack in the middle of this transition. We had something akin to a SaaS model, before SaaS was a "thing". We have 40+ applications, some are desktop thick net .Net clients, others are web based, all of which interact with one another to varying degrees. Myself and one other person were instrumental in getting the company to a point where it is possible to release in a semi-automated fashion. Our challenges were similar to what you described - manual work with lots of process wrapped around it to ensure some modicum of governance, which often failed. Our number one task was getting our software dependencies under control and automating building. We settled on Maven/Hudson/Nexus as the tools of choice. We have a corporate POM that defines many of our baselines that each of the software projects inherit from. We use Hudson both for automated builds as well as one touch deploys (some are even totally automated) to environments, including production (which is not automatic - it requires a human to initiate). We then spent over a year "cleaning" our old ant build structures and refactoring into Maven. It cost a lot of money. A whole lot. Maven found numerous cyclical dependencies that Ant hid. We defined all the core libraries, versioned and released them, then built the apps outward from there. Today, 99% of our software builds are totally automated (a few stragglers of low priority products have not yet been converted to Maven). We have total control of our dependency structure. We have a totally automated release process. We have a totally automated deployment process. It took a lot of work, and a lot of money. The other side of the coin is our runtime environments. This has been a disaster. The teams that run these systems don't have the concepts of automating anything unless it comes shrinkwrapped form a vendor. Plus there was a management structure in place that encouraged manual work with large numbers of employees. Firefighting was highly rewarded (both in cash and prestige). Eventually, the balance has shifted. The management on this side has either been terminated or left when they saw the writing on the wall. Slowly this side is embracing virtualization and a move toward generic environments whose buildouts are automated. There is a long way left to go here. The goal eventually is that we can automatically provision a VM for a product and deploy to it as we need (think a mini-AMI model). It is hard. Really hard. A lot of companies won't have the energy to go through with this, and it has a lot of ways to go wrong. We have gone through multiple executive level people during this as well as countless mid-level managers. This type of change is not just technical, itis a massive cultural change for a company. But today, we have a totally automated process for code release all the way from the developers desktop through to production. Depending on the interactions of a piece of software (if it is an edge or core piece), it can moved daily or monthly. The technology itself can allow multiple production moves a day if people so wanted , but for customer reasons we usually limit this to once a day.
Books

Student Publishes Extensive Statistics On the Population of Middle-Earth 218

First time accepted submitter dsjodin writes "There are only 19% females in Tolkien's works and the life expectancy of a Hobbit is 96.24 years. In January 2012 chemical engineering student Emil Johansson published a website with the hope for it to become a complete Middle-Earth genealogy. Now, ten months later, he has published some interesting numbers derived from the database of 923 characters. The site features a set of unique graphs helping us understand the world Tolkien described. Perhaps the most interesting ones are showing the decrease of the longevity of Men and the change in population of Middle-Earth throughout history. The latter was also recently published in the September edition of Wired Magazine."

Slashdot Top Deals

We will have solar energy as soon as the utility companies solve one technical problem -- how to run a sunbeam through a meter.

Working...