Catch up on stories from the past week (and beyond) at the Slashdot story archive

 



Forgot your password?
typodupeerror

Comment Google X (Score 1) 386

The other comments have mentioned that this is click-bait, and since it doesn't even mention Google X, it's not worth the electrons it's printed on.

But since some /.ers might have fun reading about Google X, I figured I'd post the Wikipedia article.

Comment A bit of common sense maybe? (Score 1) 747

- free vaccinations
- no insurance coverage for treatment if you are not vaccinated
- fines for not vaccinating your children

That leaves stupidity as the only reason not to get vaccinated. Hopefully the money collected from those fines is then used to do something about the stupidity.

If the fines then become an incentive for parents to not treat their children, there should be child abuse laws for not giving your child required medical care that kick in. You could also reverse it, i.e. a tax deduction for vaccination, in case the psychology works better that way.

Comment Duh (Score 2) 478

Don't let anyone into the limo. The cameras aren't just going to walk themselves in. And just like that, your cameras will be the only working cameras in the limo. Tada.

I'm just kidding, you don't have to do anything. Nobody will want to get into your limo in a few months, and the above solution will materialise on its own.

Comment Try time tracking (Score 1) 301

I had a similar issue, and I'm self-employed, meaning I wasn't just losing time but also money. The problem was massively mitigated when I started using Toggl for time tracking. I became averse to stopping the clock, and would fight distractions and keep working. I still need about 2.5 hours of distractions to work 8 hours, be they lunch, breaks, etc., but it's much easier now.

And use the hosts file trick to break the habit of just opening a new tab and losing 15 minutes.

This is all assuming you like what you're doing. If you don't, you won't be able to fight distractions.

Comment Will governments let it survive? (Score 2, Insightful) 768

We live in a world where the supply and movement of money are controlled by governments, central banks, money laundering laws, and financial institutions. How can BitCoin survive in this world? Middle men like banks stand to lose a fortune in fees and exchange rates, governments stand to lose a fortune in taxes if they can't track money movement, and the black market stands to gain a silent way to move value. For BitCoin to gain adoption, some major retailers need to start supporting it, but given the above risks, what stops a government from telling companies in its jurisdiction that they can't accept it?

Comment Re:This is why people still believe in god (Score 1) 222

He is in hacker heaven. Look around. I see are a ton of hackers paying him respect and being touched by his story, myself included. I'm pretty sure quite a few people will remember him for quite a while. If that's not life after death, I don't know what is.

Thanks for the commit and for the inspiration, Adrian Hands.

Businesses

Tech Companies That Won't Survive 2009 385

buzzardsbay writes "Fresh off their annual market survey, eWEEK channel folks have compiled the list of tech vendors their readers think will fail, falter, or be sold off in 2009. It's important to note that these aren't the opinions of the magazine or its editors. The list comes from folks who work in IT, mostly technology resellers, who are out in the field selling, installing and maintaining this stuff. If there were ever canaries in the tech coal mine, they'd be these service and solution providers who live and die by the slightest shift in the markets. Some of the companies on this list, like Sun and AMD, are shocking because of their size. Others, like CA and Symantec, not so surprising." What other companies are headed for implosion, or should be if all were right with the universe?
Programming

Web Browser Programming Blurring the Lines of MVC 303

lkcl tips his in-depth article up at Advogato on the difficulties for the MVC programming model that are introduced by Javascript and AJAX, and solutions for them. He writes: "This article outlines how the MVC concept is made incredibly awkward by the gradual but necessary introduction of Javascript and AJAX. A solution is found in the form of Javascript Compiler Technology such as GWT or Pyjamas (PyPy's JS backend or Rb2Js could be used, with some additional work). The article outlines how and why the traditional MVC patterns are fragmented by Javascript and AJAX, advocating that if a site is programmed purely in a high-level language that is then compiled to Javascript for the Web Browser sections, the same high-level source code can be executed either client-side on the browser, or server-side, or even both, depending on the requirements. The implications of this approach are discussed in depth."

Comment Re:Compression would be nice (Score 2, Interesting) 160

something like this, perhaps:

int _time = time(0);
srand(time);
int randomValue = rand();

For those who aren't c programmers, what this actually does is seed the random number generator with the *function address* of the time() function. Which is just about guaranteed to be constant across all runs of the program (at least on the same machine).
Businesses

Indian Software Firm Outsourcing Jobs To US 444

phobos13013 writes "NPR is reporting Indian software maker Wipro is outsourcing positions to a development office opening in Atlanta, Georgia. Although it sounds good for US job growth, the implication is that firms outside the US appear to be dominating more and more in the global economy, even from developing and underdeveloped regions of the world. Similarly, salaries of IT professionals world-wide are projected to stagnate or possibly fall due to the large pool of qualified applicants in the market today."
Communications

Microsoft set to Announce Zune 360 and 180 66

SlashRating©
5318008
slashdottit! tm
Blueberry Bob writes "Just in time for the iPhone June launch, Microsoft is planning to launch the Zune 360 and 180. The 360 will be a widescreen video and music player available in 40 and 80 GB models, whereas the 180 will be a smaller device similar in size to the iPod nano. Oddly enough, only the 180 model will feature a cellphone — Microsoft believes that the combined cellphone/music player market is better served in compact players. 'Although the default behavior will be to connect the Zune 360 and 180 to a Windows machine and use the default Zune software (which is also undergoing a revamp) it will be possible to put the Zune 360 in to disk mode and the device will be treated like any ordinary USB storage device and will therefore be accessible from Mac and Linux machines too. The built in indexing in the 360 will allow you to easily search for songs, however out of the box it's not possible to create playlists on the 360 itself, they still need to be managed by the Zune software.'"

Slashdot Top Deals

"The eleventh commandment was `Thou Shalt Compute' or `Thou Shalt Not Compute' -- I forget which." -- Epigrams in Programming, ACM SIGPLAN Sept. 1982

Working...