Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror
×

Comment "Dull Wierdo Jobs" are the valuable ones (Score 1) 453

The thing is, dear author... The ability to automate one's work by computer (scripting, coding, etc.) is now truly an absolute essential if one is to compete in any valuable job today. In the work that I do in device testing. Where we used to do a lot of hands-on work in measuring "stuff" on our devices, now we automate that work. There is also a cascading effect... Such automation gives us reams of data that again must now have some automated method of culling it for more in-depth analysis.

If a person is truly computer illiterate, I don't recommend hiring them at my place of business any more. Additionally, there are people from outside our country that are prepped for this work and will take and "do jobs that natives won’t do" (tilting hat -- slightly askew -- to Dubya). The jobs of the future -- especially the valuable ones -- require computer literacy.

Comment The fundamentals are changing (Score 1) 754

The basic problem I see is that the fundamentals of business AND of societal expectations upon business are changing, and we must adapt to that change.

Thing #1 - Yes, we are now on the verge of comoditizing the tools for the production of goods and for the automation of that process as well. Think of 3-D printing, of web frameworks, of robotics, of the commoditization that open source brings us -- these are making and will make a small team capable of doing great things with little investment and quickly.

Thing #2 - Government intrusion into the healthcare system is pushing hard on companies to be ultralean and is also forcing the majority of the workforce that is not part of the core into a 29 hour work week -- both of these are caused by ultra-lean companies need to avoid having to "deal with" the government mandated healthcare system.

So... this will be the new structure... and we have to be ready for it. The requirements for working in an ultra-lean company in the US are going to be much different than working in a traditional company... It is going to require higher education, more technical higher education, and multi-disciplinary people. It is also going to require programmming skills for every single member of the core (non-temp) team.

But, if you think about it a moment... instead of dwelling on the chance of the unrest of an "unprepared" society -- if society prepares itself and embraces the change... this is such an exciting a time in history. Never in the history of the world has there been more opportunity to be successful and for so few to touch so many lives. People are empowered as never before to produce an individual contribution to society. There is more to the world than brick and morter, and more freedom accessible than ever before for those willing to sieze on the opportunities at hand.

Let's teach our generation to cast off the old unproductive model and embrace the new and more fullfilling model of the future.

Submission + - Administration Admits Obamacare Website Stinks

Hugh Pickens DOT Com writes: The WSJ reports that six days into the launch of insurance marketplaces created by the new health-care law, the federal government acknowledged for the first time Sunday that design and software problems have kept customers from applying online for coverage. The website is troubled by coding problems and flaws in the architecture of the system, according to insurance-industry advisers, technical experts and people close to the development of the marketplace. Information technology experts who examined the healthcare.gov website at the request of The Wall Street Journal say the site appeared to be built on a sloppy software foundation and five outside technology experts interviewed by Reuters say they believe flaws in system architecture, not traffic alone, contribute to the problems. One possible cause of the problems is that hitting "apply" on HealthCare.gov causes 92 separate files, plug-ins and other mammoth swarms of data to stream between the user's computer and the servers powering the government website, says Matthew Hancock, an independent expert in website design. He was able to track the files being requested through a feature in the Firefox browser. Of the 92 he found, 56 were JavaScript files, including plug-ins that make it easier for code to work on multiple browsers (such as Microsoft Corp's Internet Explorer and Google Inc's Chrome) and let users upload files to HealthCare.gov. "They set up the website in such a way that too many requests to the server arrived at the same time," says Hancock adding that because so much traffic was going back and forth between the users' computers and the server hosting the government website, it was as if the system was attacking itself. "The site basically DDOS'd itself." The delays come three months after the Government Accountability Office said a smooth and timely rollout could not be guaranteed because the online system was not fully completed or tested. “If there’s not a general trend of improvement in the next 72 hours of use in this is system then it would indicate the problems they’re dealing with are more deep seated and not an easy fix,” says Jay Dunlap, senior vice president of health care technology company EXL.

Submission + - Chromium to support Wayland (muktware.com)

sfcrazy writes: Chromium developers have started working on the alternatives of X11 window systems on Linux such as Wayland. Tiago Vignatti sent a message to the free desktop mailing list, “Today we are launching publicly Ozone-Wayland, which is the implementation of Chromium’s Ozone for supporting Wayland graphics system. Different projects based on Chromium/Blink like the Chrome browser, ChromeOS, among others can be enabled now using Wayland.”

Submission + - What Are The Genuinely Useful Ideas In Programming?

Hugh Pickens DOT Com writes: Computer Scientist Daniel Lemire has had an interesting discussion going on at his site about the ideas in software that are genuinely good and important that are universally recognized as useful. "Let me put it this way: if you were to meet a master of software programming, what are you absolutely sure he will recommend to a kid who wants to become a programmer?" Lemire's list currently includes structured programming; unix and its corresponding philosophy; database transactions; the “relational database”; the graphical user interface; software testing; the most basic data structures (the heap, the hash table, and trees) and a handful of basic algorithms such as quicksort; public-key encryption and cryptographic hashing; high-level programming and typing; and version control. "Maybe you feel that functional and object-oriented programming are essential. Maybe you think that I should include complexity analysis, JavaScript, XML or garbage collection. One can have endless debates but I am trying to narrow it down to an uncontroversial list." Inspired by Lemire, Philip Reames has come up with his own list of "Things every practicing software engineer should aim to know."

Submission + - Nvidia Removed Linux Driver Feature Due to Windows

RemyBR writes: Softpedia points to a Nvidia Developer Zone forum post revealing that the company has removed a specific Linux feature as of the v310 drivers due to the Windows platform. A BaseMosaic user on Ubuntu 12.04 noticed a change in the number of displays that can be used simultaneously after upgrading from the v295 drivers to v310.
Another user, apparently working for Nvidia, gave a very troubling answer: "For feature parity between Windows and Linux we set BaseMosaic to 3 screens".

Submission + - SteamBox Prototypes Use Intel CPU, NVIDIA GPUs (phoronix.com)

An anonymous reader writes: Valve has revealed their first Steam Machines prototype details. The first 300 Steam Machine prototypes to ship will use various high-end Intel CPus and NVIDIA GPUs while running their custom SteamOS Linux operating system. The Intel Haswell CPU + NVIDIA GPU combination should work well on Linux with the binary drivers and using a range of CPU/GPUs in the prototypes will allow them to better gauge the performance and effectiveness. Valve also stated they will be releasing the CAD design files to their custom living room console enclosure for those to reproduce.

Submission + - Dice Ruins Slashdot (slashdot.org) 12

An anonymous reader writes: In an attempt to modernize Slashdot, Dice has removed everything that made Slashdot unique and worthwhile and has turned it into a generic blog site. User feedback has been unanimously negative, but this is to no avail, and users will have to head elsewhere for insightful and entertaining commentary on tech news.

Comment I "rely" on this feature (Score 1) 729

Using the select buffer (as opposed to copy buffer) and middle-click paste is and has been a feature of all Unix/Linux windowing implementations... and one that I _rely_ on... Especially when it comes to working in a terminal. When I click inside a windows VM, it's one of the things I always miss. If it is removed, it's one of the first extensions that I would find a way to get... Sure, take it out of core (for the neophytes), but it needs to be an extension at least for us old guys that could actually participate in your dev process via at least giving you more coherant bug reports (and maybe even fixes) than "my window doesn't work right." Gnome should be very careful to stop "ticking off" developers, but to think of them first at least -- even if it is through creating extensions for each feature they remove.

Comment iPad -- Nufsed (Score 3, Interesting) 165

If you are interested in no fuss, get your elderly parent an iPad. They will love it with Netflix streaming because they can make it as close to their eyes as necessary for them, and they -- and they can get a good quality pair of headphones (with inductive coupling to the hearing aid, possibly) to make it eaisier for them to hear. And yes, the ipad app has captioning.

When they are more comfortable, they will download books and recipies, and love it because the paper won't take up much space in their home and they can enlarge the text to exactly what they want. They will be delighted when they figure out how best to do video chat with you (whether that might be Facetime or otherwise) for "free."

And for you, once her internet connection is up and running, the purchase will be a "painless" one for support... no need to configure the device for her, no need to "set the clock on the DVD player" or what have you... You will be free to have conversations about more important things for your life.

This is from a long time Linux geek whose 70+ year old mom is pleased as punch with her iPad. Even though I am a die-hard Linux guy & would rather have myself on the latest and greatest Linux-ish device -- her happiness & piece of mind is worth a lot to me. This makes her happy.

Comment It's not necessarily ARM's solution (Score 5, Insightful) 73

Big/little is a lazy way out of the power problem... Because instead of investing in design and development and in fine grained power control in your processor, you make the design decision of, "Heck with this -- silicon is cheap!" and throw away a good chunk of silicon when the processor goes into a different power mode... You have no graceful scaling -- just a brute force throttle and a clunky interface for the Kernel.

So, not all ARM licensees have been convinced or seen the need to go to a big/little architecture because big/little has that big disadvantages of added complexity and wasted realestate (and cost) on the die. Unlike nVidea (Tegra) and Samsung (Exynos), Qualcomm has been able to thus far keep power under control in their Snapdragon designs without having to resort to a big/little and has thus been able to excel on the phone. So far, the Qualcomm strategy seems to be a winning one for phones in terms of both overall power savings and performance per miliwatt -- where on phones every extra hour of battery life is a cherished commodity. Such may not be true for tablets that can stand to have larger batteries and where performance at "some reasonable expectation" of battery life may be the more important.

Comment Re:You'll just call attention to yourself (Score 1) 391

Doing what you prescribe will do the very thing that you are trying to avoid - get you on the NSA's list of people who are probably not American and must be up to something really interesting. http://yro.slashdot.org/story/13/06/21/1443204/use-tor-get-targeted-by-the-nsa

I actually had a thought about this... What if several thousand of us started sending "strongly encrypted noise" to places known to be "snooped" by the NSA -- say, just 1TB per person _daily_? At the very least, it should use up wherehouse-loads loads of disk space very quickly with "garbage," and with this, the NSA's current tactic would be rendered inneffective...

Comment Re: iOS (Score 1) 262

What you want in the OS is to enable the most smooth and efficient access to your work. For now, that means getting to your apps & getting out of the way, and in the future sharing data between apps and between apps and the external world. Interface change that does not improve efficiency is not useful and will drive customers away.

Slashdot Top Deals

The Tao is like a glob pattern: used but never used up. It is like the extern void: filled with infinite possibilities.

Working...