Journals

Striker11 years ago2012-06-01 08:55:00 UTC 16 comments
Well, I just graduated high-school today. In the next weeks I'll be going to different exams for the baccalaureate. Wish me luck!

Gosh, it was an odd combination of tears, happiness and sadness... It's hard to accept the fact that we leave our colleagues, our second family...
Striker11 years ago2012-05-11 15:23:03 UTC 3 comments
Last night I had a very strange lesson to learn for today's math semestrial test. It was about polynomials, specifically solving algebraic equations with complex roots.

Hopefully, I knew at the test. I'm so relieved now!
Striker11 years ago2012-05-02 20:50:24 UTC 6 comments
Today I had to make a little walk at night between a local and my home. I was alone, and a bit frightened as the road that lead to the main one passed through a bit of swamp-like vegetation(trees and such), so it was quite dark there. I saw bats and heard frogs...

When I got to the main road though I felt relieved. I have to say that I was outside all day in hot sun at 32C(unusual for this time period), and the night air felt comforting and very breathable... it was a calming sensation.

I noticed the beautiful, almost full moon shining with an intense halo on the almost clear sky. I always admire celestial objects, especially the moon. We have a very popular poet(the last great romantic of Europe), Mihai Eminescu, that says in one of his poems(I'm not good at translating poetry though):
(you can skip the poem if you like, it's anyway a bit tl;dr already for some, the conclusion is the last sentence actually...)

"Moon, lord of the seas, you slide on the world's arch(sky)
And giving life to thoughts, you darken the grief
Thousands of deserts sparkle under your light
And how many forests hide in shadow the shining of springs!
On how many waves your reign extends
When you float on the moving loneliness of the seas!
How many blossomed shores, what palaces and strongholds
Crossed by your charm you show them to yourself!
And in how many homes you entered gently through the windows
How many heads full of thought, thoughtful you observe!
You see a king that plans the globe for centuries
When at the next day a poor hardly thinks of
Though remarkable steps have been given to them from the urn of fate
They're ruled alike by your light and the genial of death
To the same path of passions are alike subjected slaves,
The weak and the powerful, the genius and the foolish [...]"

I am not really entitled to translate such a piece of art, I assure you the the poem is actually a masterpiece( it is studied at school). I feel sorry I can't display it in its original perfection.

It is useless to re-explain what I felt when watching it, the poem displays my thought exactly.

At a point, a few moments after I looked at the moon, I thought again about this calming effect of the night air, and looked around me. Ah, the grace of the subtle shadows being cast from the trees, the grass carpet of the fields that would tickle and massage my feet, the still rocks that inspire eternal patience, the pacifying sounds of the splashing waves... I thought as if I could rip my clothes off right there and integrate myself in the surrounding nature. I just felt like I wanted something more than simple admiration for the nature. It was a wonderful feeling of calm, of freedom, as if peace has finally settled around me and I could hardly give a damn about stressful problems of the future...

It was a feeling that disappeared once I started walking around people again. It is very hard to live that feeling again, it can only happen in special circumstances, like the ones that happened today.

I feel relaxed.
Striker11 years ago2012-04-30 10:47:28 UTC 28 comments
My first PHP page! I am so happy I succeeded in making a simple, but functional comment system using php and mysql :).

Here's the page

Leave a comment! :D (also, try telling me here too that you left a comment, somebody is playing with it...)

[EDIT] As my website uses the co.cc domain, some stupid antivirus software might tag it as a potentially dangerous website. Yeah sure, like some basic php code can do any harm. You can safely ignore your antivirus warning.

[EDIT2] Added time and date!

[EDIT3] Thank you Daubster for the <div style="clear: both;"></div> tip!
Striker12 years ago2012-04-14 23:21:04 UTC 10 comments
Happy Easter to everyone!
Also, I'm 19 today. Man how the time passes...
Striker12 years ago2012-04-02 20:33:26 UTC 7 comments
Video project finished! It's ready for tomorrow's display of pupils video projects. I did together with a couple of colleagues.

It's about surviving in the nature, but because we had limited time and made our shooting in the course of a couple of hours afternoon, it resembles more with a parody of Bear Gryll's show( yes I proposed pissing in a bottle but then I agreed with my colleagues- this is too gross for the teachers).

Here's the link to the video.

A notable moment of laugh, if you're not into watching the whole video, is this "behind the scenes" clip.

Yes I realize our english is kind of bad, but it turned out quite well considering that we had just a scenario sketch and made our lines on the spot...
Striker12 years ago2012-03-25 21:10:40 UTC 9 comments
Well I finished the mini-project I was talking about in my last journal.

I wrote an article and also made a video for it(it's HD! :P)- Read Here.

Also, The Mighty Atom you might want to save this link for later if you'll ever buy an Arduino kit :).
Striker12 years ago2012-03-25 10:18:39 UTC 11 comments
I need a function that decreases linearly for an Arduino mini-project. I need to somehow program the RGB led to go from blue to green, to yellow to red as the temperature varies and that means that I have to individually control 3 pins.

I have a couple of "if"s for each pin.

While the red pin is easy to control, as I simply have to gradually increase the output from 0 to 255( gradual control of electronics with arduino is achieved through PWM(pulse width modulation), in this case in 256 steps) in the interval of, say, 45 to 120 degrees C, the green and the blue pin is more complicated.

The blue pin will be simply at its maximum value if the temperature drops bellow 0C, but from 0C to 25C it has to gradually decrease in intensity.
Before going into more details I want to say that Arduino has a special "map" function that takes an interval of values and maps it to another interval. So what I am doing is this:
map(temp, 0, 25, 0, 255); 
temp is what the sensor outputs( well it actually outputs a voltage that is used to compute the temperature). 0-25 is the interval that will be mapped to 0-255. I would have made a function that maps the values myself but I have no idea how, but it's kind of redundant since there's already one.

So I have to basically decrease the value from 255 to 0 as the temperature increases from 0 to 25. Is there a magical formula for decreasing linearly? Because using something like f(x)=1/x gives me an asymptote and only the first 2 or 3 values are "visible" on the LED.

For the green pin I have to do a combination of what I'm doing for the blue and red pin. From 15C to 45C it will gradually increase in intensity, but from 45C to 70C it will gradually decrease.

Anyone has any suggestions?

TL;DR I need a function that decreases linearly. Any suggestions?
Striker12 years ago2012-03-19 20:39:04 UTC 19 comments
Testing a condom by waving it outside the car window?

Link

This thing made my day. It actually oddly reminds me of the white cleaning solution drops in Portal 2.

Oh, and drinking milkshake at 160.9344 km/h.

Just 2 random awesome videos I found today...

[EDIT] So I visited the stats page once again too look at the browser pie graph:
User posted image
Who is responsible for the 5%?!
Striker12 years ago2012-03-08 16:14:12 UTC 9 comments
I have recently learned about the complicated ramification of the Unix systems. So Linux is just a Unix-derived system, which has lots of distributions itself, such as Ubuntu.

But when even Ubuntu has more ramifications known as "editions"...
User posted image
User posted image
Striker12 years ago2012-03-06 09:49:25 UTC 11 comments
So Mars was visible on the night sky yesterday:

User posted image


uhmm... yeah, let me crop that for you:
User posted image
Oh, and here's a picture of the moon, since the sky was cristal clear:

User posted image


The moon during the day:

User posted image


And a random airplane...

User posted image


It was too fast for me to catch it passing near the moon. It would have been a cool photo :(.
Archie, how about a cat on the moon?( since Scotch finds these funny...)
Striker12 years ago2012-03-04 09:55:31 UTC 8 comments
I ate some trout yesterday...
User posted image
...from Australia...

I was thinking about fish names and then I realized that "carp" is "crap" in my language.
Striker12 years ago2012-02-22 22:35:51 UTC 25 comments
I'm trying a little experiment for today. I just had a shower.
Usually, I would use normal deodorant after shower( I prefer spray deodorant during the winter and stickrollon during summer). But not this time. I used a potassium allum softened crystal that I moistened and brushed it on my armpits. I usually use this after shaving but I read more about it on Wikipedia and among its uses is as a deodorant.

If tomorrow morning when I wake up I don't stink, then I will have achieved a small financial success by not wasting money on deodorants anymore. The crystal I'm talking about is my father's, and since it has the same shape as it had since I remember it as a child, I presume it will last forever...

[EDIT] Also licking the crystal is like eating sloes/blackthornes(Prunus spinosa ). Well, if anyone from here tasted such a thing. I did...

[EDIT2] It seems to work, but I didn't quite sweat during the night. I'm too afraid it won't work so I can carry the experiment during the day...
Striker12 years ago2012-02-21 13:43:27 UTC 6 comments
Welcome back!
This is your 10000th login.

New milestone achieved!
Striker12 years ago2012-02-13 19:16:49 UTC 9 comments
Rivers in Source: link

Quite an amazing result if you ask me.