Updates from September, 2009 Toggle Comment Threads | Keyboard Shortcuts
-
Tyler
-
Tyler
-
Tyler
-
Tyler
MacBook Pro + 10.5.2 + TimeMachine = Kernel Panics
I need to investigate further, but as soon as TimeMachine starts I get a kernel panic.
-
Vinko
Him did you find the solution or cause?
I am experiencing the exact same thing. It started last night. I had just upgraded my Mac OS to 10.5.3 using the Combo installer. Hoping that it will resolve the problem, but it did not.
Interested in hearing what you’d found out.
– Vinko
-
Tyler Weir
-
-
Tyler
Using MySql with Lift
I need to use MySQL with my Lift webapp and here’s how I did it. In Boot.scala I replaced the Derby DBVendor object with a MySQL object. Hope that helps.
Add this to your pom.xml:
<dependency> <groupid>mysql</groupid> <artifactid>mysql-connector-java</artifactid> <version>5.0.41</version> </dependency>object DBVendor extends ConnectionManager {
def newConnection(name: ConnectionIdentifier): Can[Connection] = {
try
{
Class.forName("com.mysql.jdbc.Driver")
val dm = DriverManager.getConnection("jdbc:mysql://localhost:3306/database_name", "user", "password")
Full(dm)
}
catch
{
case e : Exception => e.printStackTrace; Empty
}
}
def releaseConnection(conn: Connection)
{
conn.close
}
}
Next up is learning how to set up my domain objects properly.
-
Tyler
Upravlator and Multitouch.
I’d like to have both the Art. Lebedev Optimus Upravlator keyboard and Jeff Han’s Multitouch system.
-
Tyler
-
Tyler
OLPC could be sold to the public.
Apparently the public will be able to buy the “One Laptop Per Child” machine. You’ll buy two, you get one, and the other is sent to a child.
Done and done.
-
Tyler
Application Idea for the iPhone
If I had the chance to build an app for the iPhone, I’d build an old-timey rotary dial.
That’s hot.
-
Tyler
OMG iPhone
I have a concern about the cost of the monthly plan. I assume that you’d want unlimited data access as the iPhone has so much net functionality that you won’t truly experience it unless it’s all you-can-eat data.
I should do a rate comparison
Bell: $100/Month, 250megs
Fido: N/A
Rogers: 100/Month, 200megsOuch, being all cool in the future is going to be expensive.
In other Mac news, my brother received a MacBook from his wife as a birthday present. Go Andrea. So that’s my whole family with Macs. Hell yes!
-
todd
My guess is that you will have to live with the Rogers price as I doubt Apple will make a CDMA version that would be compatible with Bell’s network…
-
Tyler Weir
Boo Rogers… Boo.
-
drew
Did you hear the collective gasps of everyone when Jobs pulled that thing out?
-
Tyler Weir
I haven’t watched the Keynote yet. I was following along with the live blogs.
-



randy 9:07 am on February 21, 2008 Permalink
now you see what you’ve been missing without that height adjustment
Tyler Weir 9:33 am on February 21, 2008 Permalink
Yes, you were totally right, the awesomeness is compelling.