twohanded's comments

twohanded | 1 year ago

I haven't used this yet, but thought it was interesting.

From the site: DollarAI.Store offers 350+ AI tools for just $1—no signup, no email required. Get exactly the AI tool you need without recurring fees or commitments. Fast, reliable AI solutions are just a click away.

twohanded | 8 years ago | on: Other ways to read Hacker News

I find the original HN site easy enough to read, as long as I have the following Greasemonkey script active:

// ==UserScript== // @name Hacker News Readability (small width) // @description Reduces the width on Hacker News to make it easier to read // @include http://news.ycombinator.com/* // @include https://news.ycombinator.com/* // @grant none // ==/UserScript==

GM_addStyle(".default { width: 650px !important; }");

Having the width reduced makes reading much quicker, since you don't have to scan such a long line of text. I would encourage everyone to try it.

twohanded | 10 years ago | on: Uber for MBAs is a worrying sign

I was just wondering - has anybody worked as a "nerd" for HourlyNerd or related services? Has anyone hired one of these services to do work for them?

Wondering what the experience was like on either side?

twohanded | 16 years ago | on: A better mobile version of HN. Please review my weekend project

I use a mobile browser (Atomic) which has great support for tabs- therefore I liked icombinator because it would by default open artcle links in a new tab.

Is there a way that you could have an option stored in a cookie that would determine whether or not to open those links in a new tab?

Very excited that you are working on this project and nice work so far!

page 1