TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

XKCD commemerates GeoCities

161 pointsby rglovejoyover 15 years ago

12 comments

gojomoover 15 years ago
Through early Monday, you can still request a special extra last-minute Internet Archive crawl of any GeoCities pages:<p><a href="http://www.archive.org/web/geocities.php" rel="nofollow">http://www.archive.org/web/geocities.php</a><p>(We've already got fairly good coverage, both historically and in extra crawls of the last couple months that don't yet appear in the Wayback Machine. But we're not sure we have everything, so if any sites are especially important to you, please nominate them.)
jleesover 15 years ago
Being able to learn HTML in a weekend and put it up on a Geocities page was pretty much the start of my career (if you can call it that) of creating stuff for the web, something which I'm still loving 12? years later.<p>A grey, Times New Roman page 'About My Life' might not have seemed exciting to anyone else, but it was the same 'wow, I made that!' moment as the first time a BASIC program printed my name across the screen.<p>(On reflection, many of these beginnings are egotistical, aren't they?)<p>It strikes me that Kids These Days Don't Have It So Good. Stuff is <i>complex</i> now. A page with nowt but a &#60;title&#62; and &#60;h1&#62; tag looks rubbish. Back in the day, <i>everything</i> looked rubbish so your first page actually looked kinda cool. Obfuscating the real work through helpful frameworks and builders does help one get started, but there's always the sense that it's not really the same as starting from nothing.<p>I do wonder what the current, or immediate, equivalent to those magic first steps might be.
callahadover 15 years ago
The source of the page has a few hidden gems, including:<p><pre><code> &#60;SCRIPT LANGUAGE='SCHEME'&#62; (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-&#62;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)))) &#60;/SCRIPT&#62;</code></pre>
评论 #902719 未加载
linuxrebelover 15 years ago
<i>sigh</i> But we should remember the social site of today is the GeoCities Site of the next decade. Though I think, despite the somewhat trite bleeps and blurps of the GeoCities era, there was a bloody ton of innovation and invention that occurred in and around this product. It's passing is the end of an era. Chat rooms, personal websites, web based socialization all began in the likes of a GeoCities.
评论 #902718 未加载
评论 #902799 未加载
jballancover 15 years ago
I think it's telling of my age that I didn't even do a double take at that site. In fact, I had opened the link in a tab, forgot about it, came back later, and found myself thinking, "Who's embedding XKCD comics on their GeoCities page?"<p>I sometimes marvel at how much of history is "lost to the ages", even from the relatively recent past (i.e. ~1000 yrs). I find myself sometimes wondering if something similar might happen 1000 years from today. I can't say for sure, but I certainly think it's possible.
评论 #903035 未加载
RyanMcGrealover 15 years ago
Lots of easter eggs in the source, nestled among the 94 errors and 4 warnings. My favourite:<p><pre><code> &#60;SCRIPT LANGUAGE="QBASIC"&#62;IF $BROWSER = "IE" THEN GOTO 50&#60;/SCRIPT&#62;</code></pre>
评论 #903105 未加载
评论 #903254 未加载
johnnybgoodeover 15 years ago
This is on the front page, so maybe this is a good place to remind people that GeoCities is being shut down <i>today</i>. If there is some content you want, make sure to download it and/or have the Internet Archive crawl it ASAP (See gojomo's comment).
jacquesmover 15 years ago
It isn't over until the fat lady sings. Stay tuned :)
评论 #903359 未加载
zandorgover 15 years ago
Truly genius website parody.
kenfurlongover 15 years ago
Nicely done.
_ck_over 15 years ago
When do we get to retire myspace, which is essentially geocities 2.0 ?
评论 #902832 未加载
prakashover 15 years ago
Awesome, spot on!