Dark Bit Factory & Gravity

GENERAL => General chat => Topic started by: Yaloopy on August 02, 2012

Title: 30 years of the C64
Post by: Yaloopy on August 02, 2012
The BBC has a video of a guy showing a Commodore 64 to a group of promary and secondary school kids.

http://www.bbc.com/news/technology-19055707 (http://www.bbc.com/news/technology-19055707)

Best bit: one of the children says it only has one button compared to multiple buttons on modern controllers, so the camera focuses on the keyboard.
Title: Re: 30 years of the C64
Post by: combatking0 on August 06, 2012
Today's kids wouldn't know what a computer was if it jumped up and played American Turbo King.

They thought the joystick was a mouse (and didn't know the name of the mouse). What do they teach in schools?
Title: Re: 30 years of the C64
Post by: Clyde on October 27, 2012
Wow! Is it really 30 years ago since I first entered these lines on a good old humble c64!! :)

Code: [Select]
10 PRINT "MY NAME IS CLYDE ";
20 GOTO 10

And it's still producing awesome stuff even now!!

Im quite looking forward to Hawkeye 2
Title: Re: 30 years of the C64
Post by: benny! on October 27, 2012
Clyde ... nice two-liner - but I prefer this one :

[youtube]http://www.youtube.com/watch?v=m9joBLOZVEo&utm_source=buffer&buffer_share=1e143[/youtube]
Title: Re: 30 years of the C64
Post by: spitfire on October 27, 2012
Wow. Someone please explain the details of that.
Title: Re: 30 years of the C64
Post by: benny! on October 27, 2012
Here we go ... (http://www.amazon.com/10-PRINT-CHR-205-5-RND/dp/0262018462) ;-)
Title: Re: 30 years of the C64
Post by: jace_stknights on October 27, 2012
Nice link Benny! Simple idea and great effect on screen!

spitfire: you just display char '/' and '\' with a RND function to select one of the two of them randomly...
Title: Re: 30 years of the C64
Post by: Kirl on October 27, 2012
Cool! :clap:
Title: Re: 30 years of the C64
Post by: relsoft on October 28, 2012
They don't make computers like they used to.
Title: Re: 30 years of the C64
Post by: Optimus on October 29, 2012
Wow, very simple code to produce pattern. Didn't thought of that before.

Just tried a similar programm on amstrad CPC.
10 k% = 47 + 45 * INT(RND*2):PRINT CHR$(k%);:GOTO 10

Works like a charm, though the characterset of CPC is different, they live one line or row of pixels empty so that nearby or above characters don't stick together visually, so the labyrinth pattern is not looking so solid. But this could be solved with the SYMBOL command where one can introduce his own character sets. Gonna try this one next.

p.s. You are right, I miss those times where each home computer was one solid thing with it's own shape and personality and most were booting basic at start up. Everyone was learning programming then and the computer magazines offered pages with code and tutorials. And everything was more simple.
Title: Re: 30 years of the C64
Post by: benny! on October 29, 2012
...

p.s. You are right, I miss those times where each home computer was one solid thing with it's own shape and personality and most were booting basic at start up. Everyone was learning programming then and the computer magazines offered pages with code and tutorials. And everything was more simple.

100% agree!
Title: Re: 30 years of the C64
Post by: Yaloopy on November 06, 2012
Here we go ... (http://www.amazon.com/10-PRINT-CHR-205-5-RND/dp/0262018462) ;-)
Nick Montfort knows his shit. I might grab a copy of that. Cheers!
Title: Re: 30 years of the C64
Post by: combatking0 on November 06, 2012
p.s. You are right, I miss those times where each home computer was one solid thing with it's own shape and personality and most were booting basic at start up. Everyone was learning programming then and the computer magazines offered pages with code and tutorials. And everything was more simple.

I remember the good times, when C64s, CPCs and Spectrums allowed home coders to experiment using the computer they had without needing to resort to buying extra equipment / expensive SDKs / complicated SDKs.

Those times are back, with the resurgence of JavaScript and the recent development of the Canvas tag, now all we need is a computer with Notepad or a similar text editor (Notepad++ is a good one). In place of magazines, we have the internets.

The bedroom coder revolution is ready to launch, but the "masses" don't know how convenient amateur coding has become. Again.
Title: Re: 30 years of the C64
Post by: jace_stknights on November 07, 2012
By the way, here are the last prods on this fantastic machine!
http://www.pouet.net/party.php?which=50&when=2012 (http://www.pouet.net/party.php?which=50&when=2012)

You know, I'm coding in assembly since ages, and when I see c64 demos nowadays, I really don't understand how they make such things.... :bfuck2: completely incredible!!!

[youtube=420,315]http://www.youtube.com/watch?v=SGJ1Mpqp94w.swf[/youtube]
Title: Re: 30 years of the C64
Post by: neriakX on November 07, 2012
...

p.s. You are right, I miss those times where each home computer was one solid thing with it's own shape and personality and most were booting basic at start up. Everyone was learning programming then and the computer magazines offered pages with code and tutorials. And everything was more simple.

100% agree!

/this ;)
Title: Re: 30 years of the C64
Post by: C3lt1c on November 07, 2012
Quote
By the way, here are the last prods on this fantastic machine!

That's Amazing Stuff...Assembly Rockzzz  :bfuck1:

I think the c64 Scene is always surprising us with new algorithms and effects.
The limit is not reached yet!!!

Title: Re: 30 years of the C64
Post by: combatking0 on November 07, 2012
By the way, here are the last prods on this fantastic machine!

Absolutely stunning!
Title: Re: 30 years of the C64
Post by: Clyde on November 08, 2012
Yeah, the X Party has loads of outstanding CBM  64 masterpieces.
There's even a new addition to the Wonderland series.
Title: Re: 30 years of the C64
Post by: Kirl on November 08, 2012
Amazing! :o

And with happy ending too, haha!  ;D
Title: Re: 30 years of the C64
Post by: Hotshot on November 08, 2012
I still got my C64 that come with 3D Glasses and light Gun  ;D
Title: Re: 30 years of the C64
Post by: Optimus on January 07, 2013
Oh, that Oxyron demo was a masterpiece I was dreaming in my sleep.

Sometimes I sleep and watch in my dream some demos with such high res and big screen and smooth, true 3d stuff, that when I wake up and the dreamy atmosphere fades away and I come back to reality, I say to myself "Nah! That's not possible on this computer". Well, besides the rest amazing stuff, that floor mapping sequence was like I have seen it in my dreams!

We are lucky that the retro communities and the classic demoscene at some machines is alive.