Random ramblings about web2py, python,
Zope and (sometimes) bit of Windows.
Home | web2py | Who am I? | Contact Me | Lenguaje: Espanol |   

Last 10
Older Posts
External Links
Chronicles - The original idea of Techfuel.net is fairly simple: Publish an eclectic, mostly personal, mix of funny and not-so-funny topics with a sprinkle of technical information for my loyal cybernauts. As an avid advocate of Open Source and a Die-Hard python developer, many entries will follow this line.
In this Session:
Added Mar 29 2012 , Modified Mar 29 2012 - 10:00 AM

[Premalink to this post]

Attended this recently in Sunny Las Vegas, conferences were 'ok', I really mean it, besides the occasional nutjob speaker that thinks that Microsoft is the one and only thing in the world and has not experienced or experimented (literally) with any other technologies.

Interestingly I found out that the most rewarding talks were about either compliant technologies (HTML5, JavaScript ("JScript" for Windows Heads), and REST/JSON integration with the User Experience) or some 'cool' trends that I agree the industry might soon follow, overall satisfied indeed, but too much MS Kool-Aid that borders on the boring.

The irony of all of this is that around 70% of the speakers (including those that deal greatly with security), were using their awesome MacBook Pros, Using MacBooks also was the registration booth and many of those who attended, I have pictures of not one but several conferences in which the entire row in front of me were using iPads, of course every single one of the people sporting iPads, MacBooks, MacBook Pros, iPhones, etc that I overheard talking about the 'apple issue' were confidently expressing how quick they'd toss out that piece of junk as soon as Microsoft releases their [insert a vaporware product here, and append its name with some precious metal, gold platinum, etc]. Pathetic.

c o m m e n t s    f o r
Visual Studio Developer's Connection - Las Vegas

Add a Comment | Start of Post | Start of the Page
Added Apr 24 2011 , Modified Mar 17 2012 - 05:43 PM

[Premalink to this post]

My Projects in Bit Bucket, if interested you may find them in:

https://bitbucket.org/speedbird

QA-Stack (A stack-overflow-inspired python web app in web2py) is located in:

https://bitbucket.org/speedbird/qastack
Live Website: http://www.qa-stack.com

ITrack (An issue tracking system python web app in web2py) is located in:

https://bitbucket.org/speedbird/i-track
Live Website: http://www.i-track.org

pyForum (A message board python web app in web2py) is located in:

https://bitbucket.org/speedbird/pyforum
Live Website: http://www.pyforum.org

(All non-https links should open in its own new window)

c o m m e n t s    f o r
Projects on BitBucket (Updated)
Added 07 May 2012 , Modified 07 May 2012 - 02:19 PM By Jay
Thanks for sharing your work. I like to read through your code to help me learn Python.

Add a Comment | Start of Post | Start of the Page
Added Feb 27 2012 , Modified Feb 29 2012 - 12:47 AM

[Premalink to this post]

If you happen to have an Apple Airport Extreme which has one of those USB hard drives attached to it, it is extremely convenient if you use this hard drive as a centralized location for your music/documents/scans etc, and accessing it from any mac is a as easy as clicking on the disk available from the finder, typing it the optional password and voila, you have a device connected to your mac. Applications like iTunes or iPhoto can even automatically connect to it when started, effectively creating a centralized location for your entertainment.

Problem arises when you are in Linux, yes, that nerdy-looking interface and that "DOS" command window with allows to type impossible to remember commands such as "grep", "ls", "df", "du", etc, etc.

Fear not, my friends, you can raise the ugly-ducky to the same level of that expensive mac that your wife comfortably uses.

All you need to do is "mount" the disk into one of your local folders, first some assumptions for the sake of the example:

  1. Router IP Address is 10.0.1.1
  2. Hard drive is protected with the password "D33pSp@ce9"
  3. The "name" given to airport express for the hard drive is "Seagate GoFlex 2T"
  4. Your Linux username is "julio" :)
  5. There is an empty folder locally at ~/ExternalHDD

Type this:

sudo mount -t cifs -o users,rw,uid=julio,gid=julio,ip=10.0.1.1,netdev,username=julio,password="D33pSp@ce9" "//10.0.1.1/Seagate GoFlex 2T" /home/julio/ExternalHDD

Just substitute the appropriate values and you should have a local folder in ~/ExternalHDD containing the remote hard disk's contents, and will be able to read and write files on it, you can add this to your /etc/fstab so you don't have to re-run this after a reboot.

c o m m e n t s    f o r
Access Apple Airport Extreme's USB HDD from your Linux box

Add a Comment | Start of Post | Start of the Page

 

TechFuel.net | Web Standards xhtml 1.1 and css 2.1 | Rel 16