Live data from Hacker News

2048 in bash

github.com

11–20 of 21 posts

Re: 2048 in bash

#15
post #4

You can keep pressing left all the time and you will you see some numbers appearing and disappearing. Sometimes moving to the line on top. Pressing down results in errors on line 111. let and board giving "bad array expected", "expression expected". Edit: I am on Mac OS.

I had the same problems and I'm on OS X as well. https://github.com/mydzor/bash2048/issues/1

Re: 2048 in bash

#17
post #10

Serious question - is there a way to filter out all of these annoying 2048 games that pop up every day, in my HN settings?

With StyleBot ( https://chrome.google.com/webstore/detail/stylebot/oiaejidbm... ) you can add this custom CSS to the page: td.title:last-child:before { content: '2048'; }

On a side note: Are there any websites that hold contests or aggregate user-submitted style changes for websites?

You could use an extension like this to always load that CSS / javascript for any web page, and people can use it to show off their web design skills while users would get a better UI for popular pages.

Re: 2048 in bash

#18
post #17
post #10

Earlier quoted context omitted.

With StyleBot ( https://chrome.google.com/webstore/detail/stylebot/oiaejidbm... ) you can add this custom CSS to the page: td.title:last-child:before { content: '2048'; }

On a side note: Are there any websites that hold contests or aggregate user-submitted style changes for websites? You could use an extension like this to always load that CSS / javascript for any web page, and people can use it to show off their web design skills while users would get a better UI for popular pages.

Something like http://stylebot.me/ ?

Re: 2048 in bash

#19
post #17
post #10

Earlier quoted context omitted.

With StyleBot ( https://chrome.google.com/webstore/detail/stylebot/oiaejidbm... ) you can add this custom CSS to the page: td.title:last-child:before { content: '2048'; }

On a side note: Are there any websites that hold contests or aggregate user-submitted style changes for websites? You could use an extension like this to always load that CSS / javascript for any web page, and people can use it to show off their web design skills while users would get a better UI for popular pages.

Stylish is probably the oldest extension that allow you to inject custom css into the pages. They have an active community over http://userstyles.org/

For javascript, there is http://userscripts.org/

Post reply on HN