Entries Tagged 'tinkering' ↓

SFTP from Nautilus

I just accidentally discovered Nautilus has fuse SFTP integration. File ⇊ Connect to Server Continue reading →
  • Share/Bookmark

Adding Runlevel 3 to Karmic Koala

I’ve got a brand spanking new install on an Ubuntu machine that I would like to use as a home media server. Because it is ancient, I’d like to run it without windows. Theoretically, because Ubuntu is a Linux distribution and Linux is a Unix clone and the core of Unix was laid out in SysV, I ought to be able to use runlevel 3.

# network multiuser GUI servers
1
2
3
4
5
6 reboot

Continue reading →

  • Share/Bookmark

The Importance of Paying Attention

These are the commands I just entered:

  • git add .
  • Oops, that included target/. I’ll undo that add…
  • git reset --hard HEAD

That second command isn’t, “undo the last add”, it’s “reset the sources to the previous version.” That means my work from the last day and a half is now gone. Grr… The command should have been just:

  • git reset
  • Share/Bookmark

Jabbering In Facebook

I’ve been learning Smack and have been testing connections with different services. A couple that took a little figuring out:

  • Facebook:
    • User: wjholcomb@chat.facebook.com
    • Server: chat.facebook.com:5222
    • Encryption: None
  • Google Apps:
    • User: will@dhappy.org
    • Server: talk.google.com:5222
    • Encryption: None
  • Share/Bookmark

New OpenID

OpenID is a federated login service. That means I create one account and then I can log into any site that supports openid. This works fine unless your provider stops providing (like mine has).

OpenID

Google to the rescue, your Google profile is also an openid provider.

  • Share/Bookmark

Playing with Javascript

I’ve been playing with John Resig‘s Learning Advanced Javascript and wanted to make a few notes…

Continue reading →

  • Share/Bookmark

Using GitHub

I’ve been playing around with git for a while and today I hit a problem with the new release of jQuery. Version 1.3.2 could be loaded into svgs, but v.1.4 dies.

To check it out, I thought I’d give GitHub a try.

Continue reading →

  • Share/Bookmark

Testing SVGWeb

I like to use SVGs in my posts. They’re easy to create in Inkscape, scriptable and anyone who wants to can download and edit them. The problem is that though the specification is seven years old, IE still lacks SVG support.

SVG support

The SVGWeb plugin fixes IE by inserting a flash applet to render the image.

Continue reading →
  • Share/Bookmark

Putting Sites In Git

For years, I have version controlled my websites, first using CVS and then subversion. As part of my masters thesis, I am moving to git for versioning.

This requires figuring out how to handle my basic use case of allowing me to pull parts of the site and edit them from various locations on the net and push changes to the web server for publication.

Continue reading →

  • Share/Bookmark

Contact Info

If anyone should want to contact me, my phone # is 202-309-3482. (Text messages cost me money, so don’t send lots.) My e-mail is will@dhappy.org.

  • Share/Bookmark