Saturday, April 28, 2007

Funny Microsoft video

Heh, this one's funny.
In the beginning of the first video the guy says all operating systems should have multiple user accounts like Vista does, an administrator that can do everything and then a user account per person that can do less destructive things.
This however have been available in unices for a LONG time... :P

Also, in the second video in the playlist around 1:35 he talk about 2 apps that were available to the public for testing and identifying exploitable code long before they were released. He say that made those apps a lot better in terms of security.
This is also kinda funny since that's the case for pretty much every free software (often called open source) application... :P


I guess I'm twisting words here but it kinda sounds like he's pushing for other OSes and free software. ;-)

Friday, April 13, 2007

matrix for the TI-82

Here's the source of my matrix script for the TI-82.
This is the first thing I really code for the TI-82 so don't expect anything but newbie code.
note: -> means is the assign thingy u get from the STO button
ClrDraw

Text(30,28,"THE MATRIX"

0->D:18->F
12->I:30->K
24->N:42->P
36->S:0->U
48->X:12->Z
randInt(0,22)*4->E:E->G
randInt(0,22)*4->J:J->L
randInt(0,22)*4->O:O->Q
randInt(0,22)*4->T:T->V
randInt(0,22)*4->Y:Y->H

Pause
While 1
"IF
If D>54:Then
0->D
randInt(0,22)*4->E
End
If I>54:Then
0->I
randInt(0,22)*4->J
End
If N>54:Then
0->N
randInt(0,22)*4->O
End
If S>54:Then
0->S
randInt(0,22)*4->T
End
If X>54:Then
0->X
randInt(0,22)*4->Y
End
If F>54:Then
E->G
0->F
End
If K>54:Then
J->L
0->K
End
If P>54:Then
O->Q
0->P
End
If U>54:Then
T->V
0->U
End
If Z>54:Then
Y->H
0->Z
End
"CLEAR
Text(F,G," "
Text(K,L," "
Text(P,Q," "
Text(U,V," "
Text(Z,H," "
"PRINT
randInt(0,9)->W
Text(D,E,W
Text(I,J,W
Text(N,O,W
Text(S,T,W
Text(X,Y,W
"INCREASE
D+6->D
I+6->I
N+6->N
S+6->S
X+6->X
F+6->F
K+6->K
P+6->P
U+6->U
Z+6->Z
End

If anyone actually happens to read this blog and actually is interested in coding for the TI-82 please comment and tell me what you think of my script.
Also please comment if you find any bugs and things that should be changed.

Thursday, April 05, 2007

coding

I've been doing some coding lately.
Mostly python + glade but I've also started coding some Basic on my TI-82 during boring lessons at school :P
The python + glade hacking is mostly to try to learn and nothing useful has come out of it yet.
But for my calc I've coded a matrix look-a-like script that displays random numbers (0-9) in a matrix kind of way. xD
Gonna post the source here when it's finished, have some stuff left to fix for it to look rly nice. ;-)

Tuesday, May 10, 2005

My day

Today I received my "Ubuntu Linux Hoary Hedgehog" CDs. I think they look better than the "Warty Warthog" ones. If you want some, just order them for FREE at Ubuntu Linux's shipit page.

Since my last post I've watched the other half of the last episode of "Star Trek: Voyager". It was a really good one, that episode. Now I'm watching the fourth season of "Star Trek: Enterprise" in my free time.

But now I'm going to start my daily news round. Starting with Planet GNOME then Planet Ubuntu, OSNews, and Slashdot.

Until next time.

Friday, May 06, 2005

First blog entry

Hello everyone and welcome to my blog!
This is my very first blog entry.

Today I started watching the last episode of "Star Trek: Voyager". But dad came home in the middle of the episode and told me to go outside, so I'll be watching the other half tonight. "Voyager" along with the other "Star Trek" series are really fun, those of you (if anyone happens to ever read this blog) who like science fiction should really check it out. After "Voyager" I've only got season 4 of "Enterprise" and the three seasons "The Original Series" left.

Other things I've done today, except for starting this blog, is playing golf. Well actually my dad, my brother and I only went to the golf range because the golf course isn't opened yet. It was fun and the weather was really nice. It's starting to get quite warm outside here in Sweden.
I'll also be hosting a "hack", also called LAN party, tonight and I hope we'll have a lot of fun.

So long.