×
AI

A Programming Language For Self-Organizing Swarms of Drones 56

New submitter jumpjoe writes: Drones are becoming a staple of everyday news. Drone swarms are the natural extension of the drone concept for applications such as search and rescue, mapping, and agricultural and industrial monitoring. A new programming language, compiler, and virtual machine were recently introduced to specify the behaviour of an entire swarm with a single program. This programming language, called Buzz, allows for self-organizing behaviour to accomplish complex tasks with simple program. Details on the language and examples are available here. Full disclosure: I am one of the authors of the paper.
Google

Woman Recruited By Google Four Times and Rejected Now Joins Age Discrimination Suit 634

dcblogs writes: An Ivy league graduate, with a Ph.D. in geophysics, Cheryl Fillekes, who also specializes in Linux and Unix systems, was contacted by Google recruiters four separate times over a seven year period. In each instance, she did well enough on the phone interviews to get invited to an in-person interview but was rejected every time for a job. She has since joined an age discrimination lawsuit against Google filed about two months ago by another older worker. "The amended lawsuit also alleges that the U.S. Equal Employment Opportunity Commission (EEOC) received 'multiple complaints of age discrimination by Google, and is currently conducting an extensive investigation.'"
Graphics

LibreOffice Ported To Run On Wayland 216

An anonymous reader writes: LibreOffice has lost its X11 dependency on Linux and can now run smoothly under Wayland. LibreOffice has been ported to Wayland by adding GTK3 tool-kit support to the office suite over the past few months. LibreOffice on Wayland is now in good enough shape that the tracker bug has been closed and it should work as well as X11 except for a few remaining bugs. LibreOffice 5.0 will be released next month with this support and other changes outlined by the 5.0 release notes.
Businesses

Why Certifications Are Necessary (Even If Aggravating To Earn) 213

Nerval's Lobster writes: Whether or not certifications have value is a back-and-forth argument that's been going on since before Novell launched its CNE program in the 1990s. Developer David Bolton recently incited some discussion of his own when he wrote an article for Dice in which he claimed that certifications aren't worth the time and money. But there's a lot of evidence that certifications can add as much as 16 percent to a tech professional's base pay; in addition a lot of tech companies use resume-screening software that weeds out any resumes that don't feature certain acronyms. There's also the argument that the cost, difficulty, and annoyance of earning a certification is actually the best reason to go through it, especially if you're looking for a job; it broadcasts that you're serious enough about the technology to invest a serious chunk of your life in it. But others might not agree with that assessment, arguing that all a certification proves is that you're good at taking tests, not necessarily knowing a technology inside and out.
Security

How Developers Can Rebuild Trust On the Internet 65

snydeq writes: Public keys, trusted hardware, block chains — InfoWorld's Peter Wayner discusses tech tools developers should be investigating to help secure the Internet for all. 'The Internet is a pit of epistemological chaos. As Peter Steiner posited — and millions of chuckles peer-reviewed — in his famous New Yorker cartoon, there's no way to know if you're swapping packets with a dog or the bank that claims to safeguard your money,' Wayner writes. 'We may not be able to wave a wand and make the Internet perfect, but we can certainly add features to improve trust on the Internet. To that end, we offer the following nine ideas for bolstering a stronger sense of assurance that our data, privacy, and communications are secure.'
Microsoft

Microsoft Uses US Women's Soccer Team To Explain Why It Doesn't Hire More Women 212

theodp writes: "It is not surprising that the U.S. women have been dominant in the sport [of soccer] in recent years. The explanation for that success lies in the talent pipeline," writes General Manager of Citizenship & Public Affairs Lori Forte Harnick on The Official Microsoft Blog. "Said another way, many girls in the U.S. have the opportunity to learn how to play soccer and, as a result, they benefit from the teamwork, skill development and fun involved. That's the kind of opportunity I would like to see develop for the technology sector, which presents a different, yet perhaps even more significant, set of opportunities for girls and young women. Unfortunately, the strength in the talent pipeline that we see in female soccer today is not the reality for technology. The U.S. is facing a shortage of Computer Science (CS) graduates. According to the Bureau of Labor Statistics, every year there are close to 140,000 jobs requiring a CS degree, but only 40,000 U.S. college graduates major in CS, which means that 100,000 positions go unfilled by domestic talent." Going with the soccer analogy, one thing FIFA realized that Microsoft didn't is that if you want girls to play your sport, you don't take away their ball!
Graphics

Renderman Gets Blender Integration 31

jones_supa writes: Now that Renderman has been available for free for non-commercial use for a while, there has been many requests for integration with Blender. An initiative spearheaded by Pixar now presents the first Blender to Renderman plugin. With the release of PRMan 20, a small group of developers headed by Brian Savery of Pixar have been working on support for using Renderman and Blender together. The plugin is still in early alpha but has had many great developments in the last few weeks. The source code is available in GitHub.
Communications

Facebook Finally Ends XMPP Support For 3rd Party Chat 63

New submitter AcquaCow writes: Facebook has been pushing their Messenger app to all devices, requiring it for chatting with friends and family. It was announced last year that they would be ending their chat API and that the service would end on April 30, 2015. April passed, so did May, but the service remained functional. Finally, as of July 7th, 2015 it has not been possible to connect to chat.facebook.com. This doesn't seem to be an outage at this point. Looks like we have to wait for 3rd party messenger apps to adopt support for Facebook's Platform API v2 to allow new connectivity.
Perl

Larry Wall On Perl 6, Language Design, and Getting Kids To Code 133

M-Saunders writes: Perl 6 has been a long time in the making, but Larry Wall, the language's chief developer, now says it should arrive in time for Christmas. In this interview with Linux Voice, Wall explains why Perl 6 took so long, and describes how his background in linguistics influenced the design of the language. He also discusses ways to get kids interested in coding, and notes that Python has done a better job so far in this respect.
Open Source

Virtual Reality Tech and Openness 25

An anonymous reader writes: An article written by Kyle Orland looks at how the nascent virtual reality industry will handle openness — in terms of standards, platforms, source code, and development. "Whether any single VR platform is 'open' or not, though, may be moot if developers have to juggle countless slightly different development standards for countless slightly different VR platforms. In a way, making a PC game that only works on the Oculus Rift is as ridiculous as making a PC game that only works on Dell monitors." Right now, the major players in VR tech are using different approaches. Oculus is distributing a closed-license SDK. Valve is setting up a more open platform that lets multiple manufacturers build devices for it. The downside is that it doesn't seem to work as well, particular with Oculus hardware. Oculus founder Palmer Luckey says standards are going to take time and cooperation. Of course, that tune may change when devices start hitting the market.
Programming

MUMPS, the Programming Language For Healthcare 166

citadrianne writes: An ICU patient is monitored and assessed according to 12 different variables. These include such measurements as body temperature, heart rate, blood oxygenation, blood pH, and others. Together, they're used to formulate a quantitative answer to the question, "How bad is it, doc?" Many of these physiological signs are measured in real-time via electrodes and like a billion different varieties of catheter. Add to it barrages of lab tests done multiple times per day per patient and the need for 20 or so clinicians (per patient) to have access to all of this data, and the result is very a deep data problem. Multiply that data problem by hundreds of thousands of patients.

This is the fundamental problem that the programming language MUMPS (sometimes called just "M"), or the Massachusetts General Hospital Utility Multi-Programming System, aims to solve. To its proponents, MUMPS allows for a one of a kind synthesis of programming and database management, while to to its detractors, it's a bizarre anachronism with little connection to the evolution and innovation taking place elsewhere in programming. Probably to most people that do things with computers, MUMPS/M is poorly understood, at best, and more likely to be completely unknown.
Microsoft

For Microsoft, Windows 10 Charity Begins At Home 74

theodp writes: "We're investing $10 million in organizations that are upgrading the world," Microsoft announced on in its new Upgrade Your World website, which was created in conjunction with the Windows 10 launch. "We've identified nine global nonprofits, and we'd like your help choosing the 10th." The missions of the selected nonprofits include fighting global poverty, preventing children living with HIV from needlessly dying, increasing access to quality education for children in the developing world, conserving the lands and waters on which all life depends, and ensuring that all kindergartners learn 'computer science.' To paraphrase Sesame Street, can you guess which cause is not like the others? If you guessed Code.org, which wants CS made a "core" K-12 subject in U.S. schools, you're right! Coincidentally, Code.org's biggest donors include Microsoft ($3M+), Ballmer Family Giving ($3M+), and Bill Gates ($1M+). And Code.org CEO Hadi Partovi, who once reported to Satya Nadella, is coincidentally a sometimes jogging partner of Steve Ballmer, as well as the next-door neighbor of Microsoft General Counsel and Code.org Board member Brad Smith, whose FWD.us bio notes is responsible for Microsoft's philanthropic work. Code.org emerged on the scene shortly after Smith suggested that action on Microsoft's 'two-pronged' National Talent Strategy to increase K-12 CS education and the number of H-1B visas could be galvanized by 'producing a crisis'.
Programming

ELIoT, Distributed Programming For the Internet of Things 91

descubes writes: ELIoT (Extensible Language for the Internet of Things) is a new programming language designed to facilitate distributed programming. A code sample with less than 20 lines of code looks like a single program, but really runs on three different computers to collect temperature measurements and report when they differ. ELIoT transforms a simple sensor API into a rich, remotely-programmable API, giving your application the opportunity to optimize energy usage and minimize network traffic.

Using fewer resources than Bash, and capable of serving hundreds of clients easily on a Raspberry Pi, ELIoT transparently sends program fragments around, but also the data they need to function, e.g. variable values or function definitions. This is possible because, like in Lisp, programs are data. ELIoT has no keywords, and program constructs such as loops or if-then-else are defined in the library rather than in the language. This makes the language very flexible and extensible, so that you can adapt it to the needs of your application.

The project is still very young (published last week), and is looking for talented developers interested in distributed programming, programming languages or language design.
Security

First Java 0-Day In 2 Years Exploited By Pawn Storm Hackers 122

An anonymous reader writes with Help Net Security's report that a new zero-day vulnerability in Java is being exploited, quoting from which: The flaw was spotted by Trend Micro researchers, who are closely monitoring a targeted attack campaign mounted by the economic and political cyber-espionage operation Pawn Storm. The existence of the flaw was discovered by finding suspicious URLs that hosted the exploit. The exploit allows attackers to execute arbitrary code on target systems with default Java settings. Until a patch is made, disabling Java is the recommended course of action.
Education

CSTA: Google Surveying Educators On Unconscious Biases of Students, Parents 173

theodp writes: According to a Computer Science Teachers Association tweet, Google is reportedly asking educators to assess the unconscious bias of students and their parents for the search giant. "We are in the early stages of learning how unconscious bias plays out in schools, and who would benefit most from bias busting materials," begins the linked-to 5-page Google Form, which sports a ub-edu@google.com email address, but lists no contact name. "This survey should take 15 minutes to complete, and your responses are confidential, meaning that your feedback will not be attributed to you and the data will only be used in aggregate form." The form asks educators to "list the names of organizations, tools, and resources that you have used to combat unconscious bias," which is defined as "the attitudes or stereotypes that affect our understanding, actions, and decisions in an unconscious manner." A sample question: "Who do you think would benefit most from unconscious bias training at your school (or program)? Rank the following people in order (1=would most benefit to 5=would benefit least) training: Student, Parent (or guardian), Teacher (or educator), Guidance counselor, Principal." Google deflected criticism for its lack of women techies in the past by blaming parents' unconscious biases for not steering their girls to study computer science, suggesting an intervention was needed. "Outreach programs," advised Google, "should include a parent education component, so that parents learn how to actively encourage their daughters."
Oracle

Oracle Bullies Enterprise Clients Into Cloud Purchases, Consultant Claims 184

An anonymous reader writes: A consultant claims that Oracle has adopted the widespread use of 'breach notices' this year to force existing enterprise customers to adopt its newly-bolstered range of cloud services, or else be told to stop using all Oracle software within thirty days. Speaking to Business Insider, the unnamed source described the tactic as a 'nuclear option' which is now practically the default when the need to add services or users to an existing contract triggers an 'audit' by Oracle. An ex-Oracle contract negotiator who now works in the ever-expanding business niche of 'Oracle contract negotiation' commented 'Internally, the water cooler gossip there is that they've never seen this kind of aggression before. Oracle has really dialed it up. Customers are buying cloud services to make the Oracle issue go away, not because they have any intention of using cloud services.'
Open Source

Calculating the Truck-Factor of Popular Open Source Projects 79

An anonymous reader writes: The Truck Factor describes the minimal number of developers that have to be hit by a truck (or quit) before a project is incapacitated. Wikipedia defines it as a "measurement of the concentration of information in individual team members. A high truck factor means that many individuals know enough to carry on and the project could still succeed even in very adverse events." The term is also known by bus factor/number. In this article, the authors calculate the truck factor for 133 popular GitHub applications. Spoiler, but unsurprising: Linux ranks near the top (meaning that it's highly resilient).
The Almighty Buck

Is the Amazon-Led Economic Boom Wrecking Seattle? 410

reifman writes: Seattleites are struggling with massive traffic, rising housing costs and declining diversity. Amazon's building and acquiring enough office space to triple its local headcount by 2020. Facebook, Google and many other tech companies are now expanding here as well — it's the San Franciscoization of Seattle. Downtown is filled with 75 cranes — some blocks look like mining towns. Amazon's hired so many white males that King County is now the whitest in the nation and hate crimes against gays have shot up in a formerly LGBTQ neighborhood. Politicians can't agree on reforming impact fees and taxes to address these issues." An interesting piece of recent advice from a long time Amazonian to the company's interns: avoid full-time employment there.
Education

Well-Played: Microsoft Parlays NSF Video 'Remake' Into National CS K-12 Crisis 69

theodp writes: K–12 computer science and information technology teachers head to Grapevine, TX this week for the 2015 CSTA Conference. A glance at the draft agenda shows a remarkable number of presenters employed by or tied to two-year-old Code.org, the tech-bankrolled nonprofit that coincidentally sprung up together with Mark Zuckerberg's FWD.us PAC just months after Microsoft called for the creation of a national K-12 CS and tech immigration crisis to advance its agenda. Code.org's shaping of the nation's CS K-12 education began with the release of its tech-billionaire and celebrity-studded, slickly-produced What Most Schools Don't Teach video, which went viral on YouTube after being promoted by politicians, Facebook, Google, and a Microsoft-sponsored theatrical release, sparking a groundswell of interest in expanding K-12 CS education, succeeding where a similarly-themed-and-messaged but decidedly-amateurish National Science Foundation video of real-but-little-known computer scientists failed just months earlier (YouTube Doubler comparison). (More, below.)

Slashdot Top Deals