[ Main ] [ Home ] [ Work ] [ Code ] [ Rants ] [ Readings ] [ Links ] |
[2024] [2023] [2022] [2021] [2020] [2019] [2018] [2017] [2016] [2015] [2014] [2013] [2012] [2011] December November October September August July June May April March February January [2010] [2009] [2008] [2007] [2006] [2005] [2004] [2003] |
[Fri Mar 25 10:21:59 CET 2011]The folks at Security Dark Reading have published an interesting piece on the dangers of HTTPS: In other words, the other side of the coin. So, what does the author propose as a solution? Basically, the use of web proxies, such as Squid. I know, pain in the neck! Still, if you do care about the network traffic coming into and (above all) out of your network, the other choice is to go back to plain HTTP for this sort of transactions, which is far from ideal. {link to this story} [Fri Mar 11 14:51:36 CET 2011]HPC In the Cloud publishes an interview with Christian Tanasescu, Vice-President of Software Engineering at SGI where, among other things, he muses about the growing importance of smartphones and tablets: The model Tanasescu is talking about makes perfect sense. By now, lots of people (especially among the young) don't have a land line (and don't plan to ever get one), and neither do they own a desktop PC. All they need to be permanently in touch with everybody else is a smartphone and a tablet, netbook or, at the most, a laptop. Computing is becoming more and more mobile. That is hardly a secret anymore. However, the interesting thing to me is that, as we rely more and more on smaller and smaller devices, the service providers on the other hand have to scale up to supercomputers and large clusters in order to build the cloud. {link to this story} [Tue Mar 8 15:43:49 CET 2011]Earlier today, I wanted to download a YouTube video to watch it directly from my hard drive and ran into an issue with the clive command: It is a well known issue. The root cause is that YouTube keeps changing the way it encodes the URLs pointing to the actual video files. I understand that is beyond the control of the developers working for the project. Yet, the fact remains that there is another tool that seems to be far more reliable than$ clive http://www.youtube.com/watch?v=f4hw4dd0zqc fetch http://www.youtube.com/watch?v=f4hw4dd0zqc ...done. error: no match: `(?-xism:&video_id=(.*?)&)'
Now, if you give Nifty, huh? That way, the project can easily deploy the latest version of their script, which will allow their users to catch up with Google's latest changes to the URL. {link to this story}$ sudo youtube-dl -U Updating to latest stable version... Updated to version 2011.02.25c [Thu Mar 2 20:51:41 CET 2011]
Just ran into an issue that most likely plenty of other people have seen out
there. Since my laptop dual boots Windows and Linux, I
use a FAT32 partition
to share music and other files between the two operating systems (yeah, it
sucks that Windows can only work with Microsoft's own filesystems). However, such a primitive filesystem
truly doesn't understand much of file ownership and permissions and, by
default, only root can write to them. So, this is a problem that needs
to be fixed or I won't be able to change the metadata for my MP3 from within Rhythmbox run as a regular user. No, running the
usual {link to this story}UUID=4244-378A /mnt/music vfat rw,exec,umask=0000,uid=1000,gid=1000,auto 0 0 |