So, the voices are obnoxious. They constantly badger me about what I’m doing wrong in life, and I don’t know how to handle it. So many voices doing what they do best, annoy me. To no end. They argue with each other. The constant nagging can be annoying at times. I don’t know what to do about any of this. Damn voices always doing whatever they want to do! I end up suffering from it all. Damn voices. If I didn’t have voices going off in my head? I think I would be better off. So many thoughts come and go in my head at times, I can’t tell where they’re coming from. Is it the devil that’s talking to me? Is it God? I doubt God would want to be messing with me like this…but he did create me the way I am? So I’m not sure about any of that. When the voices tell me to do things? Things I don’t want to do? Yeah, that’s when they tend to come in fighting. I don’t have a way of making them stop. I don’t have a way of making them go away. Maybe I need more medication? I wish I had an answer to al...
There is a simple way to read a file into a SQLite database. The syntax looks like this:
INSERT INTO images(name, img) VALUES('my_photo', readfile('photo.jpg'));
Naturally you wouldn’t want to do this for very large files. The database would grow rather large I would expect and might become unmanagable. But for small files like icons? Things like that? Yeah I don’t see why not. Seems like such a simple little thing to do doesn’t it. Yeah, that’s what I was thinking.
Comments
Post a Comment