Moderators: Moderators General, Magistrates, Prelates
Belial wrote:Now there is only vengeance and death.
And cookies.
# xkcd - A Webcomic - Nachos - HOSTED BY GEOCITIES (p1 of 2)
#Atom 1.0 RSS 2.0
INT MAIN(VOID) { COUT << "\
[geocities.jpg]
[CONST1.GIF] [CONST2.GIF] [CONST1.GIF] &NBSP;
Archive Guestbook
[EMAIL1.GIF] News/Blag
[A HREF] E-Commerce
About the Webmaster
[ANTISP~1.GIF]
THE INTERNET COMIC WEBRING&NBSP;&NBSP; " >
<A HREF="A webcomic of romance, sarcasm, math, and language.
GeoCities is shutting down today. To commemorate this, xkcd.com has been redesigned."> [BROKEN~1.png]
______________________________________________________________________________________________________________________________________________
COMIC TITLE: Nachos
[left5.gif] [left4.gif] <BLINK>rAnDoM</BLINK> [right5.gif] > [right4.gif] /A> [BROKEN~1.png]
Nachos
|< < Prev
<BLINK>rAnDoM</BLINK> Random Next > >| [BROKEN~1.png]
Grownups Centrifugal Force Angular Momentum [USELES~1.PNG] Bored with the Internet
SUBSCRIBE SUBSCR~1
Livejournal Comic Feed SUBSCRIBE: [info] xkcd_rss
LiveJournal Website Feed SUBSCRIBE [info] xkcd_blag
[counter.gif]
Pageview hit counter
[webaward2.gif] [coolsite16.gif] [coolsite11.gif] [webtrips.gif]
______________________________________________________________________________________________________________________________________________
The internet comic webring!
[back.png] Dinosaur Comics A Softer World Perry Bible Fellowship Copper Questionable Content Achewood Wondermark Indexed Buttercup Festival
[NEXT.png]
TESTED ON KITES
<BR
Creative Commons License
This work is licensed under a Creative Commons Attribution-NonCommercial 2.5 License.
This means you're free to copy and share these comics (but not to sell them). More details.
[netscape.gif] Best viewed in Netscape Navigator 4.7 or better at 800x480
GOTO 10
<SCRIPT LANGUAGE='SCHEME'>(define (eval exp env) (cond ((self-evaluating? exp) exp) ((variable? exp) (lookup-variable-value exp env)) ((quoted? exp) (text-of-quotation exp)) ((assignment? exp) (eval-assignment exp env)) ((definition? exp) (eval-definition exp env)) ((if? exp) (eval-if exp env)) ((lambda? exp) (make-procedure (lambda-parameters exp) (lambda-body exp) env)) ((begin? exp) (eval-sequence (begin-actions exp) env)) ((cond? exp) (eval (cond->if exp) env)) ((application? exp) (apply (eval (operator exp) env) (list-of-values (operands exp) env))) (else (error "Common Lisp or Netscape Navigator 4.0+ Required" exp))))</SCRIPT>
ThemePark wrote:KyrieEleison wrote:PhoenixEnigma wrote:No midi loops, thank god!
You forgot about the random scripts that you could use to have useless things follow your mouse around the page, like butterflies or bubbles, or a spinning clock with the date. Thank goodness that died out after about three years, although depending on what you're looking up, you can still run into them every once in a while. Like when I was starting to get into Tudor history and ran into the website of every 15-year-old emo-wannabe girl who "identified" with the tragic story of Anne Boleyn and yet managed to get all the historical facts wrong. One page had ghosts floating all over the page, making it hard to read anything, and also stretching out the page at odd intervals. I later tore her page apart for a class assignment in good vs. bad web design.
All that to say thank you Randall for managing to bring back the good things about cheesy web pages while making sure the evil things didn't tag along for the ride. It was a nice throwback and quite awesome.
Ahem. http://webneko.net/
On another note, could any of you people who are mirroring sites, pretty please mirror this site?
http://www.geocities.com/SiliconValley/ ... /neko.html
To me, Neko is a big part of the 90's, and while I'm going to try and save the website myself, it would be nice to have a working copy out there for all eternity. This is after all the best of the few Neko websites, I've been able to find.
rescbr wrote:ThemePark wrote:KyrieEleison wrote:PhoenixEnigma wrote:No midi loops, thank god!
...text...
Ahem. http://webneko.net/
On another note, could any of you people who are mirroring sites, pretty please mirror this site?
http://www.geocities.com/SiliconValley/ ... /neko.html
To me, Neko is a big part of the 90's, and while I'm going to try and save the website myself, it would be nice to have a working copy out there for all eternity. This is after all the best of the few Neko websites, I've been able to find.
I got it mirrored at http://tequila.amendoim.org/neko/ . I wonder if it still works on Windows 7. Going to try to compile it later.


pyroman wrote:
I was quite surprised about this one. He missed a chance to rick roll everyone 90s style.
W3C Validator wrote:Line 127, Column 33: element "BRB" undefined. Did you mean "br" or "abbr"?
- Code: Select all
Pageview hit counter<BR><BR><BRB>
^
Raptortech97 wrote:rescbr wrote:ThemePark wrote:KyrieEleison wrote:PhoenixEnigma wrote:No midi loops, thank god!
...text...
Ahem. http://webneko.net/
On another note, could any of you people who are mirroring sites, pretty please mirror this site?
http://www.geocities.com/SiliconValley/ ... /neko.html
To me, Neko is a big part of the 90's, and while I'm going to try and save the website myself, it would be nice to have a working copy out there for all eternity. This is after all the best of the few Neko websites, I've been able to find.
I got it mirrored at http://tequila.amendoim.org/neko/ . I wonder if it still works on Windows 7. Going to try to compile it later.
It works in Vista (no laughing), but the image library doesn't seem to work for me.
Jamaican Castle wrote:<SCRIPT LANGUAGE='SCHEME'>(define (eval exp env) (cond ((self-evaluating? exp) exp) ((variable? exp) (lookup-variable-value exp env)) ((quoted? exp) (text-of-quotation exp)) ((assignment? exp) (eval-assignment exp env)) ((definition? exp) (eval-definition exp env)) ((if? exp) (eval-if exp env)) ((lambda? exp) (make-procedure (lambda-parameters exp) (lambda-body exp) env)) ((begin? exp) (eval-sequence (begin-actions exp) env)) ((cond? exp) (eval (cond->if exp) env)) ((application? exp) (apply (eval (operator exp) env) (list-of-values (operands exp) env))) (else (error "Common Lisp or Netscape Navigator 4.0+ Required" exp))))</SCRIPT>
Tell me this isn't what Lisp is supposed to look like.
I'd die twitching if someone made an actual language like this.
(define (eval exp env)
(cond ((self-evaluating? exp) exp)
((variable? exp) (lookup-variable-value exp env))
((quoted? exp) (text-of-quotation exp))
((assignment? exp) (eval-assignment exp env))
((definition? exp) (eval-definition exp env))
((if? exp) (eval-if exp env))
((lambda? exp) (make-procedure (lambda-parameters exp) (lambda-body exp) env))
((begin? exp) (eval-sequence (begin-actions exp) env))
((cond? exp) (eval (cond->if exp) env))
((application? exp) (apply (eval (operator exp) env) (list-of-values (operands exp) env)))
(else (error "Common Lisp or Netscape Navigator 4.0+ Required" exp))))
thinboy00 wrote:Did/will someone submit this to the daily WTF?


Random832 wrote:Since I recently installed netscape 4.7 as part of some nostalgia of my own, I decided to load it up just for fun - the page actually looks better* in it.
*For certain definitions** of better
**as in, the <FONT FACE="COMIC SANS MS"> tags actually work
***and the <MARQUEE> doesn't.
Jamaican Castle wrote:<SCRIPT LANGUAGE='SCHEME'>(define (eval exp env) (cond ((self-evaluating? exp) exp) ((variable? exp) (lookup-variable-value exp env)) ((quoted? exp) (text-of-quotation exp)) ((assignment? exp) (eval-assignment exp env)) ((definition? exp) (eval-definition exp env)) ((if? exp) (eval-if exp env)) ((lambda? exp) (make-procedure (lambda-parameters exp) (lambda-body exp) env)) ((begin? exp) (eval-sequence (begin-actions exp) env)) ((cond? exp) (eval (cond->if exp) env)) ((application? exp) (apply (eval (operator exp) env) (list-of-values (operands exp) env))) (else (error "Common Lisp or Netscape Navigator 4.0+ Required" exp))))</SCRIPT>
Tell me this isn't what Lisp is supposed to look like.
I'd die twitching if someone made an actual language like this.
gamers2000 wrote:This is by far the best strip (redesign?) ever. It took me a full 5 seconds to realize that, I did not, in fact, misspell XKCD. After that it was a good 2 minutes of grinning silly as I strolled down nostalgia lane.
Although I must say that I'm disappointed by the lack of "Right-Click is disabled, go jump off a cliff" or little faeries chasing after your cursor like the Pied Piper.
Asleep or Wrong wrote:I'm really grateful for the heads up--it reminded me to mirror some useful geocities sites (yes, there are useful geocities sites).
GOTO 10Return to Individual XKCD Comic Threads
Users browsing this forum: crusnik02, Hertzog, Kieryn, Lardy Plans, lmjb1964, MobTeeseboose, mscha, spamjam, Ylbbin72 and 23 guests