Stuff I do and more…
7 Jan
Yeah, I'm a bit late. But I just wanted to share this new year with the interweb. For me the new year started on january 5. It was the date where my team had the final presentation of a 2 month school project, it meant closure and no sleepless nights anymore.
I celebrated the end by going to Avatar 3D. I liked everything of it, the story, the graphics, everything. Except for the entrance fee; THIRTEEN euro's. I might sound like a cheapskate, but i'm still a student with no job. And I wanna see that movie again and again.
So this let me to my new years resolution. First I tried to analyze myself, to see what I could do better. I concluded that I have a bad focus. I'm easily distracted, or lose interest when things aren't going according to plan. I decided I should stop trying to multitask; it is evil. My brain is not smart enough to do multitasking. I cannot work and listen to music at the same time. I know it sounds not like a big deal, but I'm the type of person who likes to listen to the lyrics.
So my plan is this new year is to commit myself doing only one task at a time. And maybe give me time limits. For example: I could commit myself to work one hour on homework, without any instant message programs on, without checking some news site, without listening to the radio, without having the television on in the background. Just put all of my attention on just one task.
An other new years resolution is making todo lists - and accomplish them. I want to make a todo list or list of goals for every month. Give myself objectives; I believe this will help me to be more focussed. Also it will give me a sense of feeling that I have accomplished something.
Well, that's pretty much what I wanted to blog about this new year.
Have a great one everybody!
Sammy
14 Aug
Lately I’ve needed to show .htaccess file in finder. In finder every file with a dot in front of it is hidden. You have to change this using shell commands. But this is a superfluous process. I scoured the internet and found ways to automate this. There are some software solutions but the way I will tell about is using the Automator
Step 1
Start up your Automator. It is under Tools in your Applications. On opening the Automator choose Custom. Choose Run Shell Script and drag it into the workflow area. 
Step 2
In the input area copy the code:

Code:
defaults write com.apple.finder AppleShowAllFiles TRUE osascript -e 'tell application "Finder" to quit'; osascript -e 'tell application "Finder" to activate';
Step 3
From the top menu choose File -> Save As Plugin. This script will show the hidden files. Save it as ShowHiddenFiles.

Step 4
We successfully created the Automator script to show the hidden files. Repeat the steps to create the script to hide the files again using the following:
Code:
defaults write com.apple.finder AppleShowAllFiles FALSE osascript -e 'tell application "Finder" to quit'; osascript -e 'tell application "Finder" to activate';
and save it as plugin as HideHiddenFiles
Use it:
In finder you can use Control Click -> More -> Automator to access the Automator scripts you just created

8 Aug
This is going to be a pretty self-explanatory blog post.
Personal interests
General news
I actually aggregate these next sites in my blog already
Youtube…
12 Jun
To let you all know I’m still alive :). Been rather busy the last couple of months, work is a real bitch at the moment and weeks of 50+ are no exception. Looking at the brighter side, vacation is coming closer quickly. I’m really looking forward to the 3 weeks vacation in Bali, you’ve got to love this economic crisis :). Where I paid like 1100 euro last year to get my is to Bali, I paid 650 euro now. To finish off I’m thinking of blogging about work too but I need to work some stuff out first because by contract I’m bound to an act of secrecy.
1 Apr
For a while now I’ve been thinking about updating this design to give it a more web 2.0 feel. I updated the header and the footer to do exactly that. Al it is still work in progress I pushed this new design out already. This are the things that are changed:
Things that are still on the drawing board are:
That is it for the new stuff. A while back I found out about the way back machine. This website indexes(copies) websites and stores them in a huge archive. Of course I directly checked this url and since 2000 I have a presence there. Check out how my site used to look. Actually the design of the site is really nice.
I also found some really old pascal code. It is funny to see how programmers do things when they don’t know how to use arrays(this is almost 15 years back). I would store the data in a file and then would read it back line by line. I solved this issue of not having(knowing about) arrays by reading and writing in a file line by line
How cool is that! Wow 15 years… A lot has happened since then:
For the next 15 years. What I’ll do I don’t know, yet. Here is a Youtube video which is inspiring.
I wonder what will happen in the next 15 years(I’ll be really old then)… One thing that will happen soon is my graduating. For the rest it is up to life!
19 Mar
A few months ago I was writing my new year's resolution, how I wanted to be more conscious of my life, how I wanted to be more aware of what I'm doing. At the moment I felt life was going so fast and if I didn't appreciated every moment of it, it would be too sad.
Since I have an iPhone I found a lot of apps that help me log almost everything. My weight, my expenses, my appetite.. Even though I want to be more aware of my life, I think I should draw a line with logging everything.
SexySammy
ps: Yes, Sexysammy.nl doesn't exist anymore. I have always intended to keep the URL for only a year. At that time Lycos had this promo where I could get a URL for 1 euro the first year.
11 Feb
For a while now I’ve been blogging a bit and while I am not a professional in this, I discovered some useful tricks which I want to share with you. I will not discuss obvious things like use a spellchecker, on the other hand some things I describe will sound obvious but will need effort to get it done right and therefor is often neglected. Also I will not focus on content that much and focus this list on structure because half of the time I don’t know what to write about and I am not experienced enough to give tips on content writing.
Don’t publish – What are your insane? blogs are all about publishing! What I meant was that when writing your post don’t hit the publish button but instead save your post first as a draft to review it the day after(a few hours is also ok). Of course you just spend some time writing the post and are anxious to publish but when you wait one day you will reflect on what you have written the day before in a more fair way. Therefor don’t publish (directly) and also try previewing your post on your site before publishing.
People love structure – So use this! Paragraph your text to make it more readable. This will also structure your text in such a way people can skip it when they find it boring. Also be not afraid to use lists of any kind because somehow people like reading lists.
Extend your content – You can only make up so much crap therefor try to involve other peoples information as well. Link to other blogs that share or disagree on your opinion, make use of media like youtube and wikipedia. Also include a link to anything you reference in that text itself.
Summarize – Add the end of your blog post ask the readers a question, state the moral of the post, Reflect or express your opinion in one short sentence. This will bring a good ending to the story and might even invite people to post comments on your blog. But never ever end with a question to asks your readers to drop you a comment if you liked this piece of creative(read crap) writing. Comments should be about content. The title & introduction of your post should also give an explanation of what the post is about. The title should be one catchy sentence and the introduction should be one paragraph.
Improve – There will be times when you posted a story which contains errors. The first thing you should do is fix them. There is no need to put update tags on a post where you only fixed some minor spelling errors. If you change the content of your post dramatically you might want to consider this and inform the users of the update in the beginning of the post and at the end.
Of course I often make mistakes myself and do not follow this 100% but it is a good guide to measure your posts. I try to always hit at least four out of five points before publishing my post. This way I make sure the blog post lives up to at least some degree of expectation.
9 Feb
Currently I am working with four programming languages/scripts at the same time and while this sometimes frustrates me I am also loving it. It frustrates me because sometimes I mess up really simple things which don’t give an error in one compiler but will do in the other. Also there is a huge difference in how some development environments handle bad code. For example I am working with ActionScript in Adobe Flash and the errors are displayed in the most useless way. This makes bug tracking a bitch. In Java or PHP a line where the fault might have occurred is given. Al though the latter one is not always right it makes diving into it a lot easier.
The good side about it is that I get to do more stuff and I can dive into anything I like doing. A lot of programmers only stick to one language cause it is a b!^<h switching between languages sometimes. The upside is that I know more of what is going on and I can take ideas from one project to the other. There are still a lot of languages I haven’t touched yet and some more I want to rediscover.
One script I am currently working with is JavaScript and this is the biggest mess I’ve ever seen. What will work under one browser won’t work under another and even though there are some really good libraries out there your code will be ugly. The thing that I hate with JavaScript is that you can’t go without it. It is the only script available (badly)supported by the major browsers. This keeps me wondering: why isn’t there an alternative available to JavaScript.
Every browser has 10 ways of markup. You can do HTML formatting, XML formatting, XHTML formatting any many more. Every browser has support for Flash, Silverlight and many other cool technologies. But no matter what there is always only one script available and that is the messy JavaScript. Why is this, and why do all the browsers support it poorly. Maybe in the future their will be alternatives for JavaScript.
Currently I am reading the book Death Star which is set in Star Wars galaxy. This made me to get back in the mood of this classic and wanting to watch the two trilogies again. Here is a Youtube movie to get you in the mood.
Enlightenment for Eric is Bali, enlightenment for Sammy is life it self. For a part enlightenment for me are these epic stories because they always lift my spirit…
Alfred you should blog. I am left wondering(and I guess we all are) to what enlightens you
It seems like The blog virus is still going strong but Alfred is not infected yet
8 Feb
Now I have booked my N’th time ticket to the beautiful Bali people ask me what’s so special about Bali and quiet honestly 9 out of 10 times I can’t give them a good answer. For me it’s a feeling, and I’m not able to put this feeling to words. And really I think it’s also, like any feeling, a personal thing. With what expectations are you going to visit Bali? Cause a few weeks ago I spoke with a contractor at work who had visit Bali a few weeks before our talk about Bali and he told me he didn’t like it one single bit. He also stayed in Kuta (the hearth of tourism on Bali) and told me he found it to be too loudly and too ‘forcefully’. When I asked him about what he meant by ‘forcefully’ he told me they (he and his wife) couldn’t walk normal on the streets without being bothered by any local for transport/massage/etc. Although I have to agree with him on those points I also think you have to see through those thinks, sure I also get annoyed when the millions’ girl walks towards me asking if I want a complete massage but I don’t let that rune my day. If you can do that and can ignore all those ignorance’s than in my opinion you can have a great time on Bali. What I want to achieve with this post I’m not sure either, maybe I should stop drinking too much so I won’t feel the urge to write this kind of posts but until that have fun reading.
29 Jan
The 14th of February is coming again and it’s not because I don’t have a steady relationship I hate Valentine’s Day, it’s really the commercialization of the whole event. This may sound stupid coming from a 25 year old but where are the days a simple postcard and a kiss on the cheeks was enough. Nowadays the retail stores want you to believe you have to send as much postcard as you possibly can to all kinds of people you know and you need a huge box of chocolate or a huge bouquet of roses. And weeks in advance they start sending out folders with their ’special’ Valentine’s Day actions. I’m immune for it but other people seem to expect what they see. But it’s not only Valentine’s Day that’s ruined, Mother’s Day, Father’s Day, Christmas to name a few are completely ruined in my opinion. Really, I think we completely lost the big picture in all those events. It should be about small gestures and not about who can buy me the biggest present. I will stop ranting now before I make an even bigger fool out of myself but I hope you get the point.
Recent Comments