Live data from Hacker News

Show HN: Probabilistically Generating HN Post Titles

grantslatton.com

1–10 of 276 posts

Re: Show HN: Probabilistically Generating HN Post Titles

#2
I was inspired by this comment https://news.ycombinator.com/item?id=6813162

I find that lookback of 2 generally creates more entertaining titles. Lookback of 3 usually seems to just splice together two titles (which can be hilarious, and is usually more grammatically correct), and lookback of 1 tends to generate more nonsense.

Some fun ones I found just now:

    The Neuroscientist Who Discovered He Was a Teenage Hacker

    How my comment on TechCrunch got me a new, useful superpower?

    PHP Sucks But I Didn't

    Windows 8 is 20% faster than C

    The Navy’s newest warship is powered by WebGL

    Cards Against Humanity has made comments even worse, I'm leaving

    How Porsche hacked the financial system and made a html5 game, polished it many many times
Interestingly, if I change the code to pick the most likely word, followed by the most likely word, etc. the "most probable" post is "The New York Times and The Internet"

If I limit it to just 2013 posts, it is "The NSA surveillance".

My site is running on the smallest Digital Ocean droplet (512MB), if it goes down, I will feel silly. If it does, code can be found here: https://gist.github.com/grantslatton/7694811

Re: Show HN: Probabilistically Generating HN Post Titles

#3
That is literally hilarious. "Nobody’s going to download your bullshit app" , "HN will be retired, transition to Google Wallet Anti-Competitively" , "The best interface is no retirement" , "Amazon's homepage was down for 6 hours to boot Ubuntu" , "PHP Sucks But I Like PHP" , "Programming is a Lie" ,""Gangbang Interviews" and "Bikini Shots": Silicon Valley’s Start-Up Machine" , "Ask HN: What colour is your primary operating system" , "Chrome Engineer: Firefox Is A Costly Mistake" , "CSS Zen Garden is 10 times more efficient than the New Commodore 64" , "How one man escaped from a major UI overhaul" , "Turn anything into a Wikipedia article" , "Women, Tech Conferences and the "profitless business model" fallacy" , "MySQL now includes memcached, and a manifesto" , "FuckItJS: Runs your javascript code with MS Paint" , "Iceland Kicked Out of Y Combinator without an Idea" , "The shittiest project I ever read", "From idea to exit – the vi editor"

Re: Show HN: Probabilistically Generating HN Post Titles

#6

I was inspired by this comment https://news.ycombinator.com/item?id=6813162 I find that lookback of 2 generally creates more entertaining titles. Lookback of 3 usually seems to just splice together two titles (which can be hilarious, and is usually more grammatically correct), and lookback of 1 tends to generate more nonsense. Some fun ones I found just now: The Neuroscientist Who Discovered He Was a Teenage Hacker H…

Markov chains are always hilarious. Try feeding it the whole text of a news article, or even a book; this way you can use higher lengths and get even more impressive results.

Re: Show HN: Probabilistically Generating HN Post Titles

#7
post #5

pimp up your droplet, this is great.

Poor college student, etc...

I am currently using all of my VPS funds hosting a 20$/mo (the big bucks, right?) droplet which is running a server for an AI programming game I made (currently closed testing among my friends).

Re: Show HN: Probabilistically Generating HN Post Titles

#10

Best one I got: "How to build (and how not to do it again)"

    Show HN: Most Wikipedia articles lead to unlimited lifetime data storage using Norwegian laws

    A standing desk for two years working on

    Why I quit my job to personally email the first ISP to challenge the USA
Post reply on HN