Not quite the same as Nokia's, but still a good laugh.
I'm a subscriber of the IBM AIX newsletter (just for work, not for pleasure :-).
Here is the latest issue, available at http://www.ibmsystemsmag.com/aix/administrator/security/shell_easy/
Sure it's easy, it's a Mac!
Here is the keyboard at the Apple store:
There's a subtle irony in the fact the Mac platform abandoned the PowerPC platform several years ago...
Countless times I've found solutions on the net: I'll try to give back some, by sharing interesting things I'll come across.
2012-09-14
2012-09-02
LG vs Samsung
I have two LCD TVs, an LG and a Samsung. Both do their work quite well, but there's one feature of the LG that I can't really stand: when turned back on from standby, it tunes on the last channel it was when turned off, and you have to wait a handful of seconds before being allowed to change.
The Samsung TV instead, can be turned on tuned on a specific channel just by pressing the channel number on the remote.
This saves some time and some frustration too.
The Samsung TV instead, can be turned on tuned on a specific channel just by pressing the channel number on the remote.
This saves some time and some frustration too.
2012-08-24
The WOW Factor
I remember the first editions of VMworld: technologies like vmotion and FT made you just standing still thinking "WOW!".
That "WOW factor" had faded away in later editions: virtualization technology is now a consolidated thing and I've not seen anything really breathtaking.
The last two editions were really all about the cloud (yawn!) and just some other little incremental improvements.
Finally, I saw something that could bring a revolution in the way virtualization clusters are built:
SimpliVity Omnicube and Nutanix Complete Cluster.
It's WOW time again...
That "WOW factor" had faded away in later editions: virtualization technology is now a consolidated thing and I've not seen anything really breathtaking.
The last two editions were really all about the cloud (yawn!) and just some other little incremental improvements.
Finally, I saw something that could bring a revolution in the way virtualization clusters are built:
SimpliVity Omnicube and Nutanix Complete Cluster.
It's WOW time again...
2012-08-17
How to check if a variable contains a string
string="this string contains a test substring"
if [[ "$string" == *test* ]]
then
print "substring found"
fi
2012-08-11
Bye bye Internet Explorer, Chrome on the rise.
It's been an year since this blog was up and running.
Time to take a look at the stats:
Firefox (39%)
Chrome (30%)
Internet Explorer (17%)
Safari (5%)
Others (9%)
Desktop (91%)
Mobile (9%)
Despite all the claims, mobile browsing is still lagging behind desktop.
Time to take a look at the stats:
Firefox (39%)
Chrome (30%)
Internet Explorer (17%)
Safari (5%)
Others (9%)
Desktop (91%)
Mobile (9%)
Despite all the claims, mobile browsing is still lagging behind desktop.
2012-08-08
RAID 5 write performance
Everybody knows that RAID 5 has poor write performance, but how much?
With some spare parts at my disposal, I've done some testing:
Here is a RAID 5 volume, built with 7 SAS drives, each one is 146GB @ 10K rpm.
The controller is an HP Smart Array P400
[root@test /]# dd if=/dev/vg_99/lv_share of=/dev/null bs=1024 count=10240000
10240000+0 records in
10240000+0 records out
10485760000 bytes (10 GB) copied, 40.097 s, 262 MB/s
[root@test /]# dd of=/dev/vg_99/lv_share if=/dev/zero bs=1024 count=10240000
10240000+0 records in
10240000+0 records out
10485760000 bytes (10 GB) copied, 500.826 s, 20.9 MB/s
So, 262 MB/s reading vs 20.9 MB/s writing.
With some spare parts at my disposal, I've done some testing:
Here is a RAID 5 volume, built with 7 SAS drives, each one is 146GB @ 10K rpm.
The controller is an HP Smart Array P400
[root@test /]# dd if=/dev/vg_99/lv_share of=/dev/null bs=1024 count=10240000
10240000+0 records in
10240000+0 records out
10485760000 bytes (10 GB) copied, 40.097 s, 262 MB/s
[root@test /]# dd of=/dev/vg_99/lv_share if=/dev/zero bs=1024 count=10240000
10240000+0 records in
10240000+0 records out
10485760000 bytes (10 GB) copied, 500.826 s, 20.9 MB/s
So, 262 MB/s reading vs 20.9 MB/s writing.
2012-07-17
"I finally cracked it"
There's one feature that will be killer on a TV:
rolling back the news ticker
I always arrive late at reading the scrolling text, so I read the last words of something that seems interesting, wondering what it's all about, and I need to wait for it to return again.
I dream of a button on the remote that rolls back only that part of the screen, and lets you read the full sentence again.
As usual, I'm writing it here and now, so I can become a patent troll when Sony or Samsung or even Apple will really implement that.
How this could be done, is left as an exercise for the reader.
rolling back the news ticker
I always arrive late at reading the scrolling text, so I read the last words of something that seems interesting, wondering what it's all about, and I need to wait for it to return again.
I dream of a button on the remote that rolls back only that part of the screen, and lets you read the full sentence again.
As usual, I'm writing it here and now, so I can become a patent troll when Sony or Samsung or even Apple will really implement that.
How this could be done, is left as an exercise for the reader.
Subscribe to:
Posts (Atom)


