Life wasn’t meant to be this way. We wake up every morning and try to get through it just to go to bed and wake up again the next day. Is that what we’re thinking? Is that what we want? I’m not sure, actually I’m sure it’s not what we want at all. Yet it’s what we do. We are here to figure things out and try to attempt new things meeting new people. That’s what life is about I think? I guess? Either way, here we are. Now, if we wanted to do something a little different, we could. Life could be much different than it currently is. But, we have to accept that it could be different. Either way? It won’t be useful to any of us until we decide that is what we want. But what do we want for real now? I mean, we could guess all day long what we want, but we cannot fully express ourselves for some reason. Does it matter? I’m not sure. I’d rather not think about everything which could go wrong with this plan, but well you have to take into account all the different angles, don’t you? Some woul...
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