Feb 132013
 

Increasingly, we “mobile device addicts” are favoring our smartphones and tablets over our traditional computers to meet our digital demands. Trouble is, a lot of us still despise typing on these beloved touch-screen devices. One Silicon Valley startup has created a new kind of keyboard that could help reduce typos and other fat-fingered mistakes.

Fremont, Calif.-based, Tactus Technology uses microfluidics to make physical keys bubble up from the surface of a touch screen when you need to type and disappear, when you don’t. Microfluidics may sound foreign, but if you’ve operated an inkjet printer you’ve used the technology.

MORE:  A keyboard that rises up from flat touch screens | Mobile – CNET News.

 

 

 

Feb 132013
 

So far it ain’t so, but some form of DRM in HTML is becoming a more likely possibility every day.

The W3C’s HTML Working Group recently decided that a proposal to add DRM to HTML media elements — formally known as the Encrypted Media Extensions proposal — is indeed within its purview and the group will be working on it.

That doesn’t mean that the Encrypted Media Extensions proposal will become a standard as is, but it does up the chances that some sort of DRM system will make its way into HTML.

The Encrypted Media Extensions proposal — which is backed by the likes of Google, Microsoft, Netflix and dozens of other media giants — technically does not add DRM to HTML. Instead it defines a framework for bringing a DRM system, or “protected media content” as the current draft puts it, to the web.

MORE:  DRM for the Web? Say It Aint So | Webmonkey | Wired.com.

 

 


 

Feb 072013
 

internet-web

One of the first things to look at is the size of your HTML code. This is probably one of the most overlooked areas, perhaps because people assume it’s no longer so relevant with modern broadband connections. Some content management systems are fairly liberal with the amount they churn out – one reason why it can be better to handcraft your own sites.

As a guideline you should easily be able to fit most pages in <50KB of HTML code, and if you’re under 20KB then you’re doing very well. There are obviously exceptions, but this is a fairly good rule of thumb.

It’s also important to bear in mind that people are browsing full websites more frequently on mobile devices now. Speed differences between sites viewed from a mobile are often more noticeable, owing to them having slower transfer rates than wired connections. Two competing websites with a 100KB size difference per page can mean more than one second load time difference on some slow mobile networks – well into the ‘interrupted thought flow’ region specified by Jakob Nielsen. The trimmer, faster website is going to be a lot less frustrating to browse, giving a distinct competitive edge over fatter websites and going a long way towards encouraging repeat visits.

MORE:  Make your sites load faster | Tutorial | .net magazine.

 

 


 

Feb 062013
 

random-numbers

In 1999, while sitting at a bus stop in Cuernavaca, Mexico, a Czech physicist named Petr Šeba noticed young men handing slips of paper to the bus drivers in exchange for cash. It wasn’t organized crime, he learned, but another shadow trade: Each driver paid a “spy” to record when the bus ahead of his had departed the stop. If it had left recently, he would slow down, letting passengers accumulate at the next stop. If it had departed long ago, he sped up to keep other buses from passing him. This system maximized profits for the drivers. And it gave Šeba an idea.

“We felt here some kind of similarity with quantum chaotic systems,” explained Šeba’s co-author, Milan Krbálek, in an email.

After several failed attempts to talk to the spies himself, Šeba asked his student to explain to them that he wasn’t a tax collector, or a criminal — he was simply a “crazy” scientist willing to trade tequila for their data. The men handed over their used papers. When the researchers plotted thousands of bus departure times on a computer, their suspicions were confirmed: The interaction between drivers caused the spacing between departures to exhibit a distinctive pattern previously observed in quantum physics experiments.

“I was thinking that something like this could come out, but I was really surprised that it comes exactly,” Šeba said.

Subatomic particles have little to do with decentralized bus systems. But in the years since the odd coupling was discovered, the same pattern has turned up in other unrelated settings. Scientists now believe the widespread phenomenon, known as “universality,” stems from an underlying connection to mathematics, and it is helping them to model complex systems from the internet to Earth’s climate.

MORE:  In Mysterious Pattern, Math and Nature Converge | Wired Science | Wired.com.

 

 


 

Feb 052013
 

internet-web

The Federal Communication Commission is proposing a “Super Wi-Fi” network that could potentially give everyone free access to fast wireless Internet. The plan already has support from tech giants Google and Microsoft, but faces stiff opposition from telecom companies such as AT&T and Verizon that fear a Super Wi-Fi network could destroy their existing business models and create interference with their cellular and TV networks.

As the The Washington Post notes, a free public Wi-Fi network that spans the entire nation would allow people to cut their cellular data plans, but more importantly, would grant universal Internet access to poorer folk. While Super Wi-Fi isn’t even based on traditional Wi-Fi tech and isn’t endorsed by the Wi-Fi Alliance, it is super, in that it could potentially deliver data speeds of up to 20 megabits per second over miles, passing right through thick walls and other solid objects that would normally reduce a Wi-Fi signal.

MORE: Free government-owned ‘Super Wi-Fi’ could kill your Internet bill 

 

 


 

Feb 052013
 

internet-web

If you ever need a quick scratchpad to just write, not save what you write, but just write, you can quickly turn your web browser into an ultra-basic notepad with a single line of HTML.

This clever trick comes from developer Jose Jesus Perez Aguinaga who says that “sometimes I just need to type garbage. Just to clear out my mind. Since I live in the browser, I just open a new tab and type”

data:text/html, <html contenteditable>

Thanks to the HTML5 contenteditable attribute and the modern browser’s ability to handle data URIs, your browser is now a notepad — just click to type.

MORE:  Turn Your Browser into a Notepad With a Single Line of HTML5

 

 


 

Feb 042013
 

zip

You’ve probably already made sure to choose the appropriate format for each image as well as keeping its size (in pixels) to a minimum. Maybe you’ve reduced the JPEG quality setting as much as you can. (Although if you’re not quite confident in your knowledge of the fundamentals then the Designer’s Guide to Image Compression may help.)

The unfortunate reality is that, no matter how carefully you design your images, the graphics tool you’re using will not save the finished files in the most efficient way. And so passing those images through a compression tool can reduce their size considerably.

Exactly how much you can save is tricky to say for sure as it depends very much on your source graphics. Some JPGs may only drop by 50-100 bytes. It’s not unusual for regular web graphics to be compressed by 10-40%, though, with no loss of image quality (and lossy compression techniques, perhaps reducing colours or reencoding JPEGs can cut file sizes even more).

Which programs are the best, then? Good question. To help provide an answer we’ve pitched 18 of the top contenders against each other.

MORE:  The best image compression tools

 

 


 

Jan 232013
 

dna strand

It’s easy to get excited about the idea of encoding information in single molecules, which seems to be the ultimate end of the miniaturization that has been driving the electronics industry. But it’s also easy to forget that we’ve been beaten there—by a few billion years. The chemical information present in biomolecules was critical to the origin of life and probably dates back to whatever interesting chemical reactions preceded it.

It’s only within the past few decades, however, that humans have learned to speak DNA. Even then, it took a while to develop the technology needed to synthesize and determine the sequence of large populations of molecules. But we’re there now, and people have started experimenting with putting binary data in biological form. Now, a new study has confirmed the flexibility of the approach by encoding everything from an MP3 to the decoding algorithm into fragments of DNA. The cost analysis done by the authors suggest that the technology may soon be suitable for decade-scale storage, provided current trends continue.

via MP3 files written as DNA with storage density of 2.2 petabytes per gram | Ars Technica.

Jan 232013
 

bitcoins

As various tech companies report their fourth-quarter 2012 earnings numbers this week, so are two gray-market, Bitcoin-based casinos—and one is turning profits in the hundreds of thousands of dollars after only six months of being in business.

Recently, both SatoshiDice and bitZino released their financials. If these self-reported earnings are to be trusted and the companies say they are, given that a Bitcoin block chain can be read by anyone, then running a Bitcoin-based casino yields a tidy profit.

“These tiny startups are hitting some major online casino pain points. Theyre crushing it on those fronts and as an entrepreneur, I think thats rad—they are leveraging a disruptive technology to try and kick a large-scale industry in the balls,” said Peter Vessenes, the CEO of CoinLab, a Bitcoin-based business, which got $500,000 of venture capital last year.

SatoshiDice, which has servers based in Ireland, is a pseudo-random number generator game where players choose a number and then bet on the likelihood that a “rolled number” is greater than the one they’ve selected. If the rolled number is greater, they win. The house has a 1.9 percent edge—which is where the profit comes in.

The online dice game has returned profits to the tune of ฿33,310 $596,231 during 2012—an average actual profit of ฿135.96 $2,416 per day from May through December 2012. During that period, players put down a total of 2,349,882 bets. That’s minuscule by Las Vegas standards, but its still respectable.

MORE:  Bitcoin-based casino rakes in more than $500,000 profit 

 

 


 

Jan 172013
 

 

Back in August, I wrote about cloud-storage service MediaFire, which was offering a whopping 50GB of free space, no strings attached.

Well, there were strings in the form of certain limitations (see below), but it wasn’t like you had to provide a credit-card number or start paying for the space after, say, six months.

Yesterday, the company unveiled MediaFire for Android, which joins the iOS version in giving you mobile access to your cloud drive. And new users still get 50GB of storage, free of charge.

Like other apps of its kind, MediaFire for Android lets you view documents and photos, stream audio, watch videos, share files with others, and so on. It also lets you upload snapshots and videos directly to your account, a nice option for folks who are running low on local storage. Unfortunately, there’s no batch-upload option, meaning there’s no easy way to archive, say, a photo gallery. That’s one area where an app like Dropbox holds the edge.

MORE:  MediaFire debuts for Android, offers users 50GB of free cloud storage