Live data from Hacker News

Tell HN: Bash.org is no more

news.ycombinator.com

251–260 of 344 posts

Re: Tell HN: Bash.org is no more

#251
post #28

I just had an argument over IRC with a stranger on the internet last week. We're still out there. I thought the humor on this site hadn't aged well, but this one got me: :( Turn that frown upside down! ):

I remember a similar quote that was something like:

     :b
     how did you make that backwards d?

Re: Tell HN: Bash.org is no more

#252
post #108

One of my all time favorite sites on the interenet, I am glad there is an archive version. IRC and being ASCII only had their benefits. These days, Discord displacing IRC, for most people who even have PCs, there is a much different vibe of re-posting meme pics and gifs, or even youtube videos. Yet, I don't know if this is because of the higher production requirements, or not, but there isn't a database of spontaneou…

Ironically, many of the "respectable" discord servers (i.e. revolving around hobbies people under the age of 18 aren't/can't get into) seem to not allow cross-server emojis (which mostly stops all usage of them and discourages gif-memeing as well). Combined with "compact" mode in user settings, I find myself having a vaguely IRC-like experience in the servers worth participating in. Terrible shame how many of us have…

A lot of the Discords I've experienced have a dedicated channel for gifs/memes, seems to work quite well.

Re: Tell HN: Bash.org is no more

#253
That’s ok. A bastion of nostalgia that seemingly hadn’t been updated in literal decades, or at least the top submissions hadn’t. I was using the internet in the 90s when Bash.org was created, and appreciated the humor a lot, and laughed very hard many times at the same jokes for years.

However, (very unpopular opinion) after decades of people repeating the exact same jokes from Bash.org, the formerly nostalgia inducing jokes started grating on me a lot. The password *** hunter2 joke has made me cringe at its extreme overuse for at least ten years, or the computer responding to ping but being physically unfindable. If they weren’t going to do anything with the site, it would have been better to kill it in 2010 with fond memories rather than let the jokes be beaten like a dead horse for 20 years.

Re: Tell HN: Bash.org is no more

#254
post #183
post #28

I just had an argument over IRC with a stranger on the internet last week. We're still out there. I thought the humor on this site hadn't aged well, but this one got me: :( Turn that frown upside down! ):

.bef Duck friends

You're trying to befriend a non-existing duck!

(some sort of duck game for HN could be neat. Can't see why it wouldn't be possible...)

Re: Tell HN: Bash.org is no more

#256
I'm sure most people here on HN already know about the famous hunter2 meme, but it turns out that it is quite hard to find and link to the original transcript, especially since it appears the original website (bash.org) is no longer active. This URL contains the sha2-256 digest of the transcript itself, so that it can be preserved indefinitely for posterity. static.space is a website I built to allow creating this kind of content-addressed URLs of existing content (e.g. text, images), to ensure that it can always be referenced even when the original location changes.

https://static.space/sha2-256:d5b215dd588bda164aca31a2eb08aa...

Re: Tell HN: Bash.org is no more

#257
post #251
post #28

I just had an argument over IRC with a stranger on the internet last week. We're still out there. I thought the humor on this site hadn't aged well, but this one got me: :( Turn that frown upside down! ):

I remember a similar quote that was something like: :b how did you make that backwards d?

I remember that one! It was d-_-b

Re: Tell HN: Bash.org is no more

#258

Earlier quoted context omitted.

Even if it's a static HTML, you need to patch your webserver, OS, and migrate the whole stack to newer versions. This is why I'm scaling down my home infrastructure to SBCs and run everything on Debian with stock package repositories. It reduces tons of burden to something very manageable.

Stick it on s3, tell cloudfront to serve from the bucket, and let that sucker run almost unattended till aws shuts down.

Why complicate everything when I can serve it with webfs (a tiny webserver), from a tiny SBC from a cabinet in my room, or from a VM and concentrate all my services to it while paying not too much money and have all the flexibility in the world?

I don't like to use oversized tools for small jobs. Also, it's not fun.

Re: Tell HN: Bash.org is no more

#259
post #114

Earlier quoted context omitted.

This has to be a joke. The only way it can be realistically implemented involves the storage of clear-text user password to enable string replacement during comment submission. Either that or converting user comment to a prefix/suffix table (or something similar) and then hash each item to search for a match. Both option is ridiculously unnecessary. Anyway, my HN password is ****. I bet it don't work.

Fortunately with modern serverless architecture, it's possible to make this performant! Just split up each comment into words and dispatch each word to a queue where AWS Lambda workers can check the words against the user's password hash. It might cost $20 to process each comment, but at least it'll autoscale to handle any comment volume you throw at it!

Can passwords include spaces?
Post reply on HN