Little things

I just got another revelation on how important little things are in our lives.  Take, for example, your office job (if you ever had one).  When I mention your job, you probably think of the office, salary, annoying clients, evil boss, and things like that, right?  Or at least something along those lines.  Well, how about some tiny things which can make or break your day, every day?

  • Parking space. Is there a parking place?  Do you have to spend half an hour driving around the building in order to find the hole to squeeze in?  How many traffic rules (running red lights, forbidden U-turn, etc) do you have to break to even drive into your parking space?  Is  your parking space in mud or tarmac?  What happens to it after the rain?  Is there any shade for those extra sunny days?  How often is you car locked by another one when you want to leave for lunch?  Or maybe you had to punch the crowds for two hours in the public transportation to get to your office?
  • Water closet (aka WC, bathroom, toilet). Is there one in your office or do you have to take an elevator trip every time you want to wash your hands?  How busy is that place?  Does it have all the essentials like paper, water and door locks?  How clean is it?
  • Kitchen (food and drinks).  Can you have a cup of coffee at your desk?  How about a coke?  A sandwich?  Do you have to pay for it?  Can you get any snack at all when you stay late?  How far is your lunch?  How expensive is it? Are there any cups, teaspoons, toothpicks, towels or paper tissues, salt, catchup?
  • Stationary. Do you have to bring your own notepads?  How long does it take you to find an empty CD/DVD for that extra backup?  How pens are there in your immediate reach that actually work?  Does it take you more than 5 seconds to find a calendar?  How about a calculator?  Can you get one while still on the phone? Do you even have a phone?  What about an extra network cable?  Printer cartridge? A4 paper?
  • Smells.  Does it smell like food in your office?  Do they smoke in there?  How often do they clean their ashtrays? Maybe it’s this guy right next to you?  Maybe it’s a flower, and only in spring?
  • Temperature.  Is thre any air condition?  How about a heater?  Can you even close that window behind you?  How sensitive are other people in the room?

I can go on and on an on…  Brings the memories, doesn’t it?

Cloverfield

The other day I watched “Cloverfield“. It was slightly boring, as it was supposed to be, assuming it was filmed somewhat amateurish. It was a bit tiring on the eyes as well. The “Blair Witch Project” kind of tiring. It had some suspense in it, and even some special effects, but it was missing something. I can’t put my finger on it just yet…

Overall, it was pretty good. If you decide to watch it, I’d recommend to get it on DVD or something and watch it on smaller screen (TV/computer). It really doesn’t need all the size of the cinema screen. And it won’t tire your eyes as much.

Beautiful women of my Flickr favourites

Once in a while I go through my Flickr favourites (unfortunately no RSS feed yet).  And every time I do so, I am amazed by this or that – models, lights, moments, post-processing, etc.  Today, I was impressed (again) by the beauty of women.  So much, in fact, that I decided to share the feeling via this blog.

 Muse

And here is another one, totally different:

Smoking

There are, of course, plenty of more, but most of those pictures don’t allow for bloggers to re-post.  So you’ll have to see them on Flickr. Because if you don’t, you are missing out.  Really.

The return of the categories

Once again it has been proven how unstable and messy I am in my data organization.  This blog already went through a few iterations of categories, tags, and sections reorganizations.  However, it seems this not the end just yet.

I have decided to bring back the categories.  They were chopped into pieces last time when tags came along.  But tags are way too flexible and messy when I have no strict rules on how to apply  them.  So I ended up with a whole lot of tags which looks, sound, and spell very similar, but not exactly the same.  Hopefully, there will be more order with categories now. I intend to use categories in conjunction with tags.  Categories will be few and major, while tags will be more flexible and many.

Also, this will provide for an easier access for those of you who come here to read certain types of posts (Personal and not Technology, or Movies and not Blogging).  If you are interested in everything, then there is a category All for you.

P.S.: Note that for each category there is an RSS feed, which should be picked up by your browser or feed reader auto-discovery feature.

MIME type of uploaded files in PHP

Today I came across something that rather puzzled me at first, seemed irresponsible and such, but was cleared later, upon reading the manual.  When uploading files in PHP, variable $_FILES stores a bunch of information about each file.  One of those stored bits is the MIME type of the file.  I was puzzled with how easy it was to trick PHP into setting a wrong MIME type.  However, documentation clearly says that:

The mime type of the file, if the browser provided this information. An example would be “image/gif”. This mime type is however not checked on the PHP side and therefore don’t take its value for granted.