Diane's World

I take the 5th


Sat, 18 Feb 2006

Dialout via bluetooth

sometime ago my laptop and phone were paired, but at some point I

deleted one of the connections, and when I tried dialing out the phone wanted a passphrase and kde thought there already was one.

I tried to delete /etc/bluetooth/link_key but that didn't work. Eventually I changed the pin-helper in hcid.conf from the kde one back to the bluez one.

I they started a connection and rand the pin-helper manually. One copy of the helper started up, and then magically another one popped up. I then filled a pin into both the second pin-helper and my phone and was able to make an outbound connection.

Of course then my ppp settings were wrong.

I commented out any fixed address, and the dns server information, and then used the /etc/chatscripts/provider which was setup to dialout to *99***2# (the second dialup profile on my phone)

System Message: WARNING/2 (<string>, line 16); backlink

Inline emphasis start-string without end-string.

I also added

iface ppp0 inet ppp
provider p900-blue

to my /etc/network/interfaces but i don't think that was important in this case.

And now, once again I can connect to tmobile via my phone

I need to make sure i keep my phone better charged.

[17:12] | [/geek] | # | G


Mon, 13 Feb 2006

Qt Mac

I wanted to make sure that I can build Qt apps on os x, the documentation is a little bit weak, especially with respect to explaing how to get qmake to automatically shove the right framework components into the .app bundle.

However the following steps were able to build an appropriate bundle.

export QTDIR=/usr/local/Trolltech/Qt-4.1.0 export APP=hello mkdir ${APP}/Contents/Frameworks rsync -av --exclude "_debug" --exclude "Headers" ${QTDIR}/lib/QtCore.framework ${APP}.app/Contents/Frameworks rsync -av --exclude "_debug" --exclude "Headers" ${QTDIR}/lib/QtGui.framework ${APP}.app/Contents/Frameworks rsync -av --exclude "_debug" --exclude "Headers" ${QTDIR}/lib/QtOpenGL.framework ${APP}.app/Contents/Frameworks

install_name_tool -id @executable_path/../Frameworks/QtCore.framework/Versions/4.0/QtCore ${APP}.app/Contents/Frameworks/QtCore.framework/Versions/4.0/QtCore install_name_tool -id @executable_path/../Frameworks/QtGui.framework/Versions/4.0/QtGui ${APP}.app/Contents/Frameworks/QtGui.framework/Versions/4.0/QtGui install_name_tool -id @executable_path/../Frameworks/QtOpenGL.framework/Versions/4.0/QtOpenGL ${APP}.app/Contents/Frameworks/QtOpenGL.framework/Versions/4.0/QtOpenGL

install_name_tool -change ${QTDIR}/lib/QtCore.framework/Versions/4.0/QtCore @executable_path/../Frameworks/QtCore.framework/Versions/4.0/QtCore ${APP}.app/Contents/MacOS/${APP} install_name_tool -change ${QTDIR}/lib/QtCore.framework/Versions/4.0/QtGui @executable_path/../Frameworks/QtGui.framework/Versions/4.0/QtGui ${APP}.app/Contents/MacOS/${APP} install_name_tool -change ${QTDIR}/lib/QtCore.framework/Versions/4.0/QtOpenGL @executable_path/../Frameworks/QtOpenGL.framework/Versions/4.0/QtOpenGL ${APP}.app/Contents/MacOS/${APP}

install_name_tool -change ${QTDIR}/lib/QtCore.framework/Versions/4.0/QtCore @executable_path/../Frameworks/QtCore.framework/Versions/4.0/QtCore ${APP}.app/Contents/Frameworks/QtGui.framework/Versions/4.0/QtGui install_name_tool -change ${QTDIR}/lib/QtCore.framework/Versions/4.0/QtCore @executable_path/../Frameworks/QtCore.framework/Versions/4.0/QtCore ${APP}.app/Contents/Frameworks/QtOpenGL.framework/Versions/4.0/QtOpenGL

There's probably some way of emedding that in a .pro file, but I don't know it yet. Also the cp -R really should be modified to not copy the header and debug parts of the framework if one wants a reasonable download size.

[20:00] | [/work] | # | G


Thu, 09 Feb 2006

TAC Meeting

  • adjustments to to the agenda
    • note that they only did the automobile counts?
    • the comment about "report card" measurements
    • fuller EIR,
  • Los Angeles Times
    • changes in suburban development, complimentary to pasadena
  • Floraline Stevenes, PhD, Educator, new comissioner
  • Roger suggests that the commussion form a working group, on bike parking. Gray, DelGado, Valesques
    • Zoning code is online
    • Urban land institute, shared parking analysis, residental parking for apartments & condos, 1.5, 1.7 dwelling units
    • Survey of 4000 urban california parking 1.59 parking spaces per unit.
  • Trip reduction ordance
    • is there data available of how many properties meet these various thresholds
    • They need to determine the remaining fee structure
    • talk to city attorney
  • Westgate Draft EIR
    • Apeals, 10 days after action item
    • Last day pubic coment feb 21st
    • Public comments
      • West pasadena resident association
      • has many issues with EIR
      • substitution of max for minimum for
      • changed intersection policy from D to E (long lines, waiting through several cycles)
    • there's a computer model of the traffic plan Wonder if one can get it?
    • Comissioner comments
      • Roger points out the lack of pedestrian data
      • comissioner delgado , why aren't there more counts
        • 2015, allows minimum requirement traffic E
    • next comissioner
      • why isn't there more commercial
      • 10' setback from street isn't walkable
      • several intersections drop to E or worse, is that to encourage mass transit by preventing anything else from working
  • Planning commission
    • Feb 22

[20:00] | [/government/tac] | # | G


Thu, 02 Feb 2006

Need myogenin locus

need multiple screenshots of larger myogenen pathway

need multiple genomes, cistamatic might have some
dog, mouse, human, opossum, chicken, fish, fugo,

old mouse genome, had some issues

worry about holes in the genome, can cause drops of regions?

whats a core genome? is it quality of genome, or is it evolutionary distance?

go down to next gene go up 50 kb/then overlapping modules including the next/

[12:00] | [/work] | # | G


menu

About Diane Trout
Blog

calendar

< February 2006 >
SuMoTuWeThFrSa
    1 2 3 4
5 6 7 8 91011
12131415161718
19202122232425
262728    

categories

/ (123)
  geek/ (37)
    debian/ (2)
    programming/ (1)
    t41/ (6)
    voip/ (1)
  government/ (7)
    tac/ (3)
  life/ (8)
    transhuman/ (1)
    vegan/ (2)
      recipes/ (2)
  study/ (49)
    arma/ (1)
    bi188/ (8)
    cs191a/ (6)
    ese166/ (25)
  work/ (21)
    compclust/ (6)
    sigmoid/ (1)
    talks/ (1)