anr blogja

facebook: leszarom gomb

Welcome on this page. To add I don't care available on Facebook it is very easy :
You are using Firefox. Click on this link : Add to Firefox then click on the authorize button in the new window. Restart your firefox browser and have fun.
You are using Chrome. Click on this link : Add to Chrome then click on the blue install button and have fun.
You are using Safari. Click on this link : Add to Safari then click on open then install and have fun.
You are using Internet Explorer. Change your browser !
http://www.facebook.com/fbosfEn
http://subba.blog.hu/2010/09/27/facebook_leszarom_gomb

1.08-as PUE a Yahoo uj datacenterében


Taking a cue from the efficient cooling of chicken coops, the company has modeled their latest data center after just such a structure.

Opening up in Lockport, N.Y., Yahoo's new data center can hold 50,000 servers, yet uses 40% less energy than typical data centers. It also has a power usage effectiveness (PUE) rating of 1.08. That's a big deal -- the industry average is just shy of 2
...
The coop design makes it easier to circulate outdoor air inside, using what's called "free cooling." Any winds that bring a chilly breeze will easily make its way into the building, in the same way farmers use the design to keep a steady circulation of fresh air going for a building housing thousands of chickens.

Top funny source code comments

http://cobaia.net/2010/09/top-funny-source-code-comments/

//hack for ie browser (assuming that ie is a browser)

//somedev1 - 6/7/02 Adding temporary tracking of Logic screen
//somedev2 - 5/22/07 Temporary my ass

//I am not sure why this works but it fixes the problem.


// Magic. Do not touch.


// I dedicate all this code, all my work, to my wife, Darlene, who will
// have to support me and our three children and the dog once it gets
// released into the public


//When I wrote this, only God and I understood that I was doing
//Now, God only knows


Exception up = new Exception("Something is really wrong.");
throw up; //ha ha

HTML5: What would a music experience designed specifically for the modern web look like?

What would a music experience designed specifically for the modern web look like? This is a question we've been playing around with for the last few months. Browsers and web technologies have advanced so rapidly in the last few years that powerful experiences tailored to each unique person in real-time are now a reality.
http://www.thewildernessdowntown.com/
olyan cimet erdemes irni, ahol van google street view, es ismered a kornyeket.

innen:
http://googleblog.blogspot.com/2010/08/arcade-fire-meets-html5.html

http://www.chromeexperiments.com/arcadefire/
The Wilderness Downtown
Choreographed windows, interactive flocking, custom rendered maps, real-time compositing, procedural drawing, 3D canvas rendering... this Chrome Experiment has them all. "The Wilderness Downtown" is an interactive interpretation of Arcade Fire's song "We Used To Wait" and was built entirely with the latest open web technologies, including HTML5 video, audio, and canvas.

Git Magic

Git is a version control Swiss army knife. A reliable versatile multipurpose revision control tool whose extraordinary flexibility makes it tricky to learn, let alone master.

As Arthur C. Clarke observed, any sufficiently advanced technology is indistinguishable from magic. This is a great way to approach Git: newbies can ignore its inner workings and view Git as a gizmo that can amaze friends and infuriate enemies with its wondrous abilities.

Rather than go into details, we provide rough instructions for particular effects. After repeated use, gradually you will understand how each trick works, and how to tailor the recipes for your needs.

Commodore PC64

You do not have to be an expert to see that this is a C64 replica, firstly you get the awesome nostalgic looks but with today’s tech inside. An Intel Atom CPU, 4GB of DDR3 RAM, 1TB of storage and a choice of either DVD or Blu-ray drive will power the computer.
http://www.product-reviews.net/2010/08/27/commodore-pc64-c64-replica-sp…

64G RAM-al stilszerubb lett volna. de a ceg elszalasztotta a 64M RAM-os lehetoseget 10 eve :)

H.264 video coding standard will remain royalty-free for the entire life of the license

MPEG LA announced today that its AVC Patent Portfolio License will continue not to charge royalties for Internet Video that is free to end users (known as "Internet Broadcast AVC Video") during the entire life of this License. MPEG LA previously announced it would not charge royalties for such video through December 31, 2015, and today's announcement makes clear that royalties will continue not to be charged for such video beyond that time.
http://www.macrumors.com/2010/08/26/mpeg-la-declares-h-264-standard-per…

M$ és az IE userek "személyi" adatai

In early 2008, Microsoft Corp.'s product planners for the Internet Explorer 8.0 browser intended to give users a simple, effective way to avoid being tracked online. They wanted to design the software to automatically thwart common tracking tools, unless a user deliberately switched to settings affording less privacy.

That triggered heated debate inside Microsoft. As the leading maker of Web browsers, the gateway software to the Internet, Microsoft must balance conflicting interests: helping people surf the Web with its browser to keep their mouse clicks private, and helping advertisers who want to see those clicks.
n the end, the product planners lost a key part of the debate. The winners: executives who argued that giving automatic privacy to consumers would make it tougher for Microsoft to profit from selling online ads. Microsoft built its browser so that users must deliberately turn on privacy settings every time they start up the software.
http://online.wsj.com/article/SB100014240527487034673045753835304398385…

ftsh - The Fault Tolerant Shell

http://www.cse.nd.edu/~ccl/software/ftsh/
The Fault-Tolerant Shell (ftsh) is a small language for system integration that makes failures a first class concept. Ftsh aims to combine the ease of scripting with very precise error semantics. It is especially useful in building distributed systems, where failures are common, making timeouts, retry, and alternation necessary techniques. For example:


 try for 30 minutes
     cd /tmp
     rm -f data
     forany host in xxx yyy zzz
           wget http://${host}/fresh.data data
     end
end

If any element of the script fails, all running process trees are reliably cleaned up, and the block is tried again with an exponential backoff.

Editing PDFs On Ubuntu

It would be great if all PDF files could be easily manipulated without relying on bloated, proprietary, update-obsessive applications (I’m looking at you, Adobe). But the fact that that’s not the case doesn’t mean Ubuntu users are out of luck when it comes to editing PDFs. Here’s a look at some of the PDF editors available for Linux, and how well they work.
...
http://www.workswithu.com/2010/06/18/editing-pdfs-on-ubuntu/

Conclusion
In the end, I stuck with flpsed, which ended up working pretty well for my limited needs. The most promising application that I encountered, however, was OpenOffice, which seems very capable of a variety of PDF-editing tasks as long as it’s able to import the file cleanly.
In the future, I’d love to see edit functionality incorporated into Evince so that Ubuntu would be able to modify PDF files out-of-the-box. But I’ll be happy enough just to get the visa application that launched this blog post approved.

VNC client using HTML5 (Web Sockets, Canvas) with encryption (wss://) support

http://github.com/kanaka/noVNC
noVNC: HTML5 VNC Client

Description

noVNC is a VNC client implemented using HTML5 technologies, specifically Canvas and WebSocket (supports 'wss://' encryption).

For browsers that do not have builtin WebSocket support, the project includes web-socket-js, a WebSocket emulator using Adobe Flash (http://github.com/gimite/web-socket-js).

In addition, as3crypto has been added to web-socket-js to implement WebSocket SSL/TLS encryption, i.e. the "wss://" URI scheme. (http://github.com/lyokato/as3crypto_patched).

Sort IP Addresses with GNU sort

http://www.madboa.com/geek/sort-addr/


sort -n -t . -k 1,1 -k 2,2 -k 3,3 -k 4,4

The long answer. More than once I’ve been confronted with a list of IP addresses that I’ve wanted to sort into numeric order. Trouble is, the dotted-quad notation isn’t sort-friendly. Consider the following raw list of addresses.

$ cat addresses.txt
129.95.30.40
5.24.69.2
19.20.203.5
1.2.3.4
19.20.21.22
5.220.100.50
Without options, sort will rely on alphabetic order, which certainly won’t do what you want:

$ sort addresses.txt
1.2.3.4
129.95.30.40
19.20.203.5
19.20.21.22
5.220.100.50
5.24.69.2
There are so many mistakes in this ordering I’m not even going to try to list them all.

The amazing $0.001 DIY iPhone 4 Antenna fix


http://9to5mac.com/the_amazing_fix

What the fault is: We’ve learned that sweaty fingers can bridge the gap between the GSM and WiFi antennae, which can cause dropped calls.

Solution: Get some sticky tape and paste about an inch of it across the gap and to either side of that gap. Be sure to stick it around the phone's metal edge, making sure that all of the back of the edge's metal strip is covered.

Effect: Call your friends, and get on with bragging about how YOU have an iPhone 4 even while the hapless reporter here sits wondering how he’ll ever get one.