Congratulations Sang. I hope you enjoyed your stay in America, we will miss you.
We are at Sang's graduation from Canisius which is being held at UB North Campus. We got here 10 minutes after it started nd there are no seats. So we went up to the top and I took some pictures, then security said we couldn't be there, so we moved the another larger open area where lots of families who didn't find seats were standing.
Then the secuirty came and told us we all had to leave and that they were putting a TV in the hallway for us to watch it on. argh. I hate every minute of being at UB North Campus. I can't wait till the day I never have to visit it again.
Last night we went with sang and his aunt and uncle to Korea houe. I had this firey hot squid dish. It was one of the best squid meals I ever had. The squid was big and meaty.
Squid at Korea House
Paul's Journal
My Podcast Link
05/20/2006 11:38 #32617
Sang's Graduation from Canisius at UBCategory: school
05/19/2006 18:47 #32616
Trip To The Washington MarketCategory: food
(e:enknot) and I went to the Washington Market for lunch today. I forgot to get pics of the food but it was delicious as usual. I ate the southwestern grill cheese sandwich $5.50. It is seriously yummy. A bunch of cheese, avacado, tomato, and (for $1.50 extra) chicken.
Washington Market (362-3181) (MAP TO: 461%20ELLICOTT%20STREET)
Monday - Friday 6:00 a.m. - 9:00 p.m.
Saturday 7:00 a.m. - 6:00 p.m.
Sunday 7:00 a.m. - 5:00 p.m.
Yes, it is on Ellicott not Washington St.
On the way back we parked off of high street near Michigan St (Harriet Tubman Way) and there are three empty lots together. One was just knocked down today and looked liek a freshy tilled field. I will try and get a pic this weekend. The old looking farm house but it has all these warning signs saying they sprayed rat toxin (MAP TO: 200%20HIGH%20STREET)
Anyways, how long do you think it will be before parts of the city are completely returned to "nature". That whole area is being knocked down and re-natured, will it raise the property value. Will it become the urban rural? Will Roswell just keep expanding?
There were two interesting products that I did not buy. However, that Washington Market is sensational. I would suggest everyone stop what you are doing and go there right away.
They had some black velvet popcorn . I would have bought it but I am no longer eating popcorn from bags after the whole cancer scare
Fiji Water - what the fuck is this about. I mean do we really need water that is imported from Fiji (WIKIPEDIA - fiji) . According to the bottle the sand in fiji filters the water is some special way. I don't believe anything about filtered water. One time (e:terry) and I drove to Poland Springs in Maine and it was a dried up recess in the ground. I bet the same is with Fiji water.
Washington Market (362-3181) (MAP TO: 461%20ELLICOTT%20STREET)
Monday - Friday 6:00 a.m. - 9:00 p.m.
Saturday 7:00 a.m. - 6:00 p.m.
Sunday 7:00 a.m. - 5:00 p.m.
Yes, it is on Ellicott not Washington St.
On the way back we parked off of high street near Michigan St (Harriet Tubman Way) and there are three empty lots together. One was just knocked down today and looked liek a freshy tilled field. I will try and get a pic this weekend. The old looking farm house but it has all these warning signs saying they sprayed rat toxin (MAP TO: 200%20HIGH%20STREET)
Anyways, how long do you think it will be before parts of the city are completely returned to "nature". That whole area is being knocked down and re-natured, will it raise the property value. Will it become the urban rural? Will Roswell just keep expanding?
There were two interesting products that I did not buy. However, that Washington Market is sensational. I would suggest everyone stop what you are doing and go there right away.
They had some black velvet popcorn . I would have bought it but I am no longer eating popcorn from bags after the whole cancer scare
Fiji Water - what the fuck is this about. I mean do we really need water that is imported from Fiji (WIKIPEDIA - fiji) . According to the bottle the sand in fiji filters the water is some special way. I don't believe anything about filtered water. One time (e:terry) and I drove to Poland Springs in Maine and it was a dried up recess in the ground. I bet the same is with Fiji water.
ladycroft - 05/20/06 12:02
i like the taste of fiji water.
i like the taste of fiji water.
05/19/2006 16:40 #32615
Beautiful ErrorsCategory: programming
Well I don't officially know if they are beautiful yet as I am not officially a master of fine art - not until february. This happend as an accident. I was using surebert for an ajax front end to an applictaion and I wanted the repsonses to be in random places on the page so that it was easy to debug.
I got back into my ide but left the browser window open. When I went back, 3000 queries later, the system has drawn me this image based off the following basic colorization code, a little surebert and some error magic.
Here is the tiny simple code that made it happen
function mv(obj,x,y,z){
if(typeof(obj)=='string'){
obj = $(id);
}
obj.style.position='absolute';
obj.style.left = x +'px';
obj.style.top = y +'px';
if(z!=undefined){obj.style.zIndex=z;}
}
function rand(min,max){
min = min || 0;
max = max || 100;
return Math.floor(Math.random()*max+min);
}
function randColor(grey){
if(grey == 1){
grey = rand(0,255);
return "rgb("+grey+","+grey+","+grey+")";
} else {
return "rgb("+rand(0,255)+","+rand(0,255)+","+rand(0,255)+")";
}
}
I got back into my ide but left the browser window open. When I went back, 3000 queries later, the system has drawn me this image based off the following basic colorization code, a little surebert and some error magic.
Here is the tiny simple code that made it happen
function mv(obj,x,y,z){
if(typeof(obj)=='string'){
obj = $(id);
}
obj.style.position='absolute';
obj.style.left = x +'px';
obj.style.top = y +'px';
if(z!=undefined){obj.style.zIndex=z;}
}
function rand(min,max){
min = min || 0;
max = max || 100;
return Math.floor(Math.random()*max+min);
}
function randColor(grey){
if(grey == 1){
grey = rand(0,255);
return "rgb("+grey+","+grey+","+grey+")";
} else {
return "rgb("+rand(0,255)+","+rand(0,255)+","+rand(0,255)+")";
}
}
zobar - 05/19/06 16:48
I love graphics programming, because both bugs and proof-of-concept code make the most aesthetic errors. At my last job I actually printed out and hung up out some graphics I had drawn with some code I'd written that was totally, hopelessly wrong, because it looked so cool.
- Z
I love graphics programming, because both bugs and proof-of-concept code make the most aesthetic errors. At my last job I actually printed out and hung up out some graphics I had drawn with some code I'd written that was totally, hopelessly wrong, because it looked so cool.
- Z
05/19/2006 11:12 #32614
Another fun day with formulasCategory: work
05/19/2006 10:08 #32613
Roswell lunches makes big legsCategory: food
The Roswell Park cafeteria keeps topping itself. Yesterday was Baja Burger Bar.
I got the turkey burger with potato salad but I took a picture of (e:enknot)'s burger because it had better presentation quality.
My new well fed legs.
I got the turkey burger with potato salad but I took a picture of (e:enknot)'s burger because it had better presentation quality.
My new well fed legs.
That is insane what is that about. They Used to have them at The Arena.
anyone else find it a little odd for one school to hold its graduation on another school's campus?