Archive for September, 2007

p. languages: REBOL the internet console

Thursday, September 13th, 2007

REBOL is basically one of the first languages I have meet like 6 years ago. It is very unique and very different from your usual imperative language. It was called the “messaging language”. It’s long since I made a concrete application with Rebol but I still use it whenever I have to do testing or prototyping the network stuff. It’s like a internet console for me. Some simplest snippets…

REBOL has protocols, lets use a dns protocol

>> ;I sometimes need a IP of some domain
>> read dns://www.otroski.net
== 208.97.129.202
>> ;and sometimes and domain of an IP
>> read dns://209.85.129.104
== "fk-in-f104.google.com"

Read a web page over http

>> read http://www.bravekidgames.com
== {>html<
<head>
<title>BRAVE KID GAMES - Games, Printables and Online activities for kids.</title>
<script src="bin_v3/pulp/js_mo...
>> ;Save from web-server to a local file
>> write %index.html read http://www.bravekidgames.com
>> read %index.html
== {<html>
<head>
<title>BRAVE KID GAMES - Games, Printables and Online activities for kids.</title>
<script src="bin_v3/pulp/js_mo...

Open two rebol consoles.. one will listen on the UDP port, the other will send the UDP packet to it:

>> ;in one console make a listening connection
>> read udp://:8001
>> ;in the other console send the data to that port
>> write udp://localhost:8001 "hello"
>> ;in the first console you will get
== "hello"

This is a small small part of what REBOL is about. The REBOLER’s are right now all waiting for rebol 3.0 which should be really Rebolutionary. I hope it comes out soon, because I am very interested too.

F.R.O.N. “kids” strike again!

Sunday, September 9th, 2007

Without long-talking about the history and stuff let me just say. F.R.O.N. the i-magazine that was created by “kids”, is directed, edited, written, technically managed.. whatever.. 100% by “kids” has after 1.5 year of pause made another release.

This is the new September 2007 release.

These are the older releases.

It’s in Slovene language. For those who can’t understand - few article titles translated..

  • Bodi srečen, bodi slaven?! - Be happy, be famous?! (an critical take on fame)
  • Intervju s Sunshine_ - Interview with Sunshine_ (a 11 year girl that has this page on o.n.)
  • Rezanje - cutting (article about one of the problems of the “emo” generation)
  • Anoreksija - Anorexia
  • Moda: Ličenje za novo šolsko leto - Fashion: Make up for the new school year

sunshine's header

Did I mention that I think “kids” is one of stupidest labels out there?

Unofficial Zemanta fan club

Saturday, September 8th, 2007

We (my little family) were at the sea for a week. We got back - I went through all the stats and news. The only noticable thing that happened while I was gone is that Zemanta is one of 6 winners now at seedcamp. Ok, I suppose the news for some is also that iPhone got $100 cheaper but I already have some no-name Nokia and I don’t need anything better.

Do two posts in a row about some comp. make you a fan club?