just found
iptraf
and it is real nice and handy tool so see what is going on the network ports.
Very helpful.
just found
iptraf
and it is real nice and handy tool so see what is going on the network ports.
Very helpful.
Just saw the Boards Summit opening reel:
They made a big deal about the QR Code.
But INTERDUBS clients can use QR Codes since January
We like it that way.
Back in the day an electron beam was running across the TV screen. NTSC was running with 30 and PAL with 25 frames a second. If the beam would go line by line the screen would flicker. The solution was, to let it run twice over the screen for each frame: Once for all odd lines (1,3,5 etc) and then again for all the even ones (2,4,6). That looked better. It is called ‘interlaced’. Each of these passes is a ‘field’.
Film cameras liked to run at 24 frames per second. Cinema does not flicker since each frames is shown twice, but that is not the point here.
When you have 24 fps footage and your TV runs at 30fps, what do you do? The solution was to insert a so called 3:2 pulldown to make 30 frames out of 24. This was done based on 60 fields to make it look smooth.
Interlacing is dead. There are no electron beams going over glass tubes to make images to speak of.
If you like to compress an NTSC spot that was shot on film, and that has the 3:2 pulldown in it, then you should go back to the 24fps version first. Since I could not find anything that worked I developed this. In 1998. Then, in 2008, I needed it again, and so I looked again. Much to my surprise, nothing really worked the way it should be. Many tools have the button to do an ‘inverse telecine’. But none detect cuts and deal with changing cadence patterns. So, I wrote it again. This time based on quicktime.
I decided to give it away: 32none is a free tool now.
Enjoy.
A great idea implemented right can be so freaking awesome. I started using replylater.com and I must say it is great!
I tend not to get excited about computers, websites, software and services that much anymore.
replylater.com is different.
it is so simple:
For instance. you send / forward an email to tomorow@replylater.com
and it will send it back to you tomorrow.
Google should buy replylater.com and make this an internal feature of gmail. They don’t need to technically. It would be just a nice acknowledgment.
My project management is much based around email. At any point I have between ten and thirty projects going in the same time. And I need my head for something else, then to keep them all in there.
With a mail based workflow it is actually pretty easy to juggle so many things. replylater.com just adds a wonderful time dimension to it.
really love it.
via editblog
I have a couple Google Voice invites left. So far it has been working amazing. For instance do we route our 24/7 support number through it, and forward it to different people depending on the time of the day. That way people are awake when they answer. Google Voice has numerous other nice features. And best of all, they work very reliably.
If you like to get one of those invites then please get in touch.
I would guess this clip is about ten years old :
The compute power you see here can be replaced by one or two racks today. For maybe a tenth of the price. I used to know my way around SGI hardware, Irix, OpenGL a little bit. I think it was patch number 1508 that brought me over to the US. Or was it 1805?
None of that matters in the slightest bit any longer. The 7 billion Dollars that SGI had in market cap at one point completely evaporated. The glorious campus they built is still in use today: Google picked it up.
Bought an awesome painting today:
In some areas technology moves forward so fast, that the outdated components still far away from the their own end of life.This can be good and bad. Some people have warehouses full of Onyx2s. Not so good. I happen to have lots of disk drives. Pretty good. I would not rely on those drives for anything critical, but having more drives to rotate the personal Backups for instance is never a bad thing.
A batch of those drives was connected via a 3ware card before. It turns out that both Ubuntu’s installer as well as OS X disk utility have troubles with those drives. They will recognize them, but partitioning will stall with OS X. At least ubuntu will display an error message. It displays an I/O error during the creation of the swap partition.
I would think that this is a feature: Getting drives accidentally confused will not lead to you loosing your array, since -as a civillian- your attempts to harm the 3ware drives will fail. The fix was straight forward: I just connected the drives to the 3ware card and ‘deleted’ the array that was supposed be on them.
just wrote:
$r .= substr($str, int (rand(scalar split // , $str)), 1);
and even though it does what I want and I wrote it down the way I write this it simply feels wrong. Not out of this century.