Updates from arri RSS

  • Email and SMS taxes? Are they nuts?

    Arri 22:14 on 02/12/2009 | 0 Permalink | Reply
    Tags: politics

    A few years ago, a french member of the European Parliament made an insane proposal to impose taxes on emails (€ 0.0001) and SMSs (€ 0.0015).

    I never thought such stupid ideas would pass any serious consideration, but guess what… i’m wrong. Member of the dutch parliament Harry van Bommel (SP) calls out to the dutch government to oppose sick-minded ideas like this.

     
  • a_maze_ing

    Arri 16:12 on 15/11/2009 | 1 Permalink | Reply

    hi!

    This is my first contribution here. Since i’m occupied with coding most of the time, be prepared for some nerdie/tech stuff from my side. Like this for instance;

    Some people have weird hobbies. One such a hoddy is ‘Code Obfuscation’. This is the art of writing code that’s virtually impossible for anyone (human) to read, but that still compiles into a valid executable.
    There’s serious contests organised around this idea, but i came accross this next example while researching ‘maze algorithms’ (another weird hobby…). It isn’t really Obfuscated Code, but it comes from the same kind of sick mind.

    Take this piece of C code:

    char*M,A,Z,E=40,J[40],T[40];main(C){for(*J=A=scanf(M="%d",&C);
    --            E;             J[              E]             =T
    [E   ]=  E)   printf("._");  for(;(A-=Z=!Z)  ||  (printf("\n|"
    )    ,   A    =              39              ,C             --
    )    ;   Z    ||    printf   (M   ))M[Z]=Z[A-(E   =A[J-Z])&&!C
    &    A   ==             T[                                  A]
    |6<<27<rand()||!C&!Z?J[T[E]=T[A]]=E,J[T[A]=A-Z]=A,"_.":" |"];}
    

    Not only will this compile fine, also the source itsself contains the word “MAZE” (twice actually).
    When you paste this in a textfile (maze.c), compile gcc -o maze maze.c and run it ./maze the output will look something like this: (note: the program waits for a number to be entered before it does anything)

    ._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._._
    | | |_. ._|_._. ._| . ._._._._|_._. | | ._. ._|_. ._._|_. | | | |_. ._. ._. | |
    | ._._|_. ._. ._|_._|_. . |_._. ._. . |_. |_._._._. | . | | ._. | |_. |_._| ._|
    |_._. |_._| |_. . | ._._|_| ._| ._|_|_| | | | | |_._|_|_. |_. |_._._._._._|_._|
    |_. |_. |_._._._|_. ._. ._._._|_. ._._| |_._. ._| |_. | |_. |_. ._. ._| . |_. |
    |_. | ._. . | | . ._. | . . | |_._._. . ._| |_._. | ._|_._. | | ._|_. |_|_. . |
    | | |_._|_|_._. |_._|_|_|_|_| |_. ._|_| . ._._. |_._._. . ._| |_|_. ._._| ._|_|
    |_. . . . |_. | | | | ._|_. ._|_. ._| ._|_|_._. ._| | |_| ._._| ._|_. |_. . . |
    | |_| | |_._|_. | ._|_. | |_._._. | |_|_. | | | . ._| |_._. |_. ._. ._. ._|_| |
    | | |_| . | . . . ._._._._. ._. ._| . |_._. | ._|_| |_. | |_. | ._| ._| | |_._|
    | ._. | | ._|_| | |_. ._. |_._|_._| |_. ._|_._._. | |_._._._. |_. | | |_| |_. |
    |_._| . | . | ._| ._|_. |_._._._._. ._| ._. ._._._. ._. | . | |_._|_._._._._. |
    |_. |_| |_|_| ._|_._._. | . . . ._._|_._| | ._| | |_| ._|_| . . | |_._._. | | |
    |_._. . ._._|_|_._._._._| | |_|_._| . | ._._._._. ._|_. | |_|_| |_._. ._. ._._|
    |_. . | |_. |_. | | | |_._| ._. ._._|_|_. ._|_._. . ._| |_. | | ._. . | . ._. |
    |_. |_| . ._. . . | |_._. | |_._|_. ._._. |_._. ._|_| ._._._. ._. |_|_|_|_| |_|
    |_._|_._| ._|_| |_| | |_._._._. |_._. | ._._| | ._|_._|_._. . ._|_| ._. | ._._|
    | | |_._. ._. |_. ._| . . | |_._. | | |_|_. ._._. . | ._. |_| . . ._| . | ._._|
    | . ._| . ._| ._| | |_|_|_._. | | . |_|_._._. | |_|_._| |_. |_| | | | |_| |_. |
    | |_| |_| |_. | . ._. ._. ._|_. ._| . |_. ._._. ._. ._| |_. ._| |_._| . | |_. |
    |_._._._._._|_|_|_._|_._|_._._|_._|_|_._|_._._|_._|_|_._._._._|_._._|_|_._._._|
    

    source: http://homepages.cwi.nl/~tromp/maze.html

     
c
compose new post
j
next post/next comment
k
previous post/previous comment
r
reply
e
edit
o
show/hide comments
t
go to top
esc
cancel