See what Hacker News looked like on the day you joined
bemmu.github.io
See what Hacker News looked like on the day you joined
1–10 of 105 posts
Re: See what Hacker News looked like on the day you joined
#2Re: See what Hacker News looked like on the day you joined
#3Classic. Top story the day I started, "I Dropped Out of Grad School Today" @sam (octopart) [0],[1]
[0] https://web.archive.org/web/20070221033032/http://news.ycomb...
[1] https://web.archive.org/web/20070223035643/http://octopart.c...
Re: See what Hacker News looked like on the day you joined
#4"The reason I chose today to drop out was because of a conversation I had with pg last week. He said bluntly that Octopart's chances of getting funding were worse if I stayed in grad school." Classic. Top story the day I started, "I Dropped Out of Grad School Today" @sam (octopart) [0],[1] [0] https://web.archive.org/web/20070221033032/http://news.ycomb... [1] https://web.archive.org/web/20070223035643/http://octopar…
The Archive.org page nearest my join date leads with the "Show HN" post for Dropbox, though I actually joined a month earlier in March 2007.
Another top story from that day asks if people realized the up and down arrows were clickable and used for voting purposes.
Re: See what Hacker News looked like on the day you joined
#5
$(function () {
var 火 = new Firebase("https://hacker-news.firebaseio.com/");
var ໆ = "http://news.ycombinator.com/";
$("#誤").hide();
$("form").submit(function () {
火.child("v0/user/" + $("#username").val()).on("value", function(結果) {
var 人 = 結果.val();
if (人 && 人.created) {
var 時 = new Date(人.created * 1e3);
var YYYYMMDDhhmmss = 時.toISOString().slice(0,19).replace(/[-T:]/g,"");
var ꜛ = "https://web.archive.org/web/".concat(YYYYMMDDhhmmss, "/", ໆ);
$('body').fadeOut();
location = ꜛ;
} else {
$("#誤").show();
}
});
return false;
});
});
/* ASCII art omitted to save space */
Wow, non-latin characters for variable names.And if you'd like to learn some Chinese, here is the definition of all Chinese characters appeared above.
火 = fire
誤 = error / mistake
時 = time
結果 = result (a term / expression with figurative meaning)
果 = fruit
人 = human / person
---My pick: 'HNSearch – old HN search engine – will be shut down later today'.
Re: See what Hacker News looked like on the day you joined
#6This was top story for me. https://news.ycombinator.com/item?id=211630
Re: See what Hacker News looked like on the day you joined
#7Re: See what Hacker News looked like on the day you joined
#8View page source. $(function () { var 火 = new Firebase("https://hacker-news.firebaseio.com/"); var ໆ = "http://news.ycombinator.com/"; $("#誤").hide(); $("form").submit(function () { 火.child("v0/user/" + $("#username").val()).on("value", function(結果) { var 人 = 結果.val(); if (人 && 人.created) { var 時 = new Date(人.created * 1e3); var YYYYMMDDhhmmss = 時.toISOString().slice(0,19).replace(/[-T:]/g,""); var ꜛ = "https://web.a…
Re: See what Hacker News looked like on the day you joined
#9Re: See what Hacker News looked like on the day you joined
#10View page source. $(function () { var 火 = new Firebase("https://hacker-news.firebaseio.com/"); var ໆ = "http://news.ycombinator.com/"; $("#誤").hide(); $("form").submit(function () { 火.child("v0/user/" + $("#username").val()).on("value", function(結果) { var 人 = 結果.val(); if (人 && 人.created) { var 時 = new Date(人.created * 1e3); var YYYYMMDDhhmmss = 時.toISOString().slice(0,19).replace(/[-T:]/g,""); var ꜛ = "https://web.a…
Neato! Given that Bemmu live in Japan, I think he intended using the Kanji characters as Japanese characters, although they were originally derived from traditional Chinese (still used in Taiwan).
And in Hong Kong where I live.
I can't read Japanese, so the characters above just happened to retain its meaning after being imported to the Japanese language. I know that many don't.