Macwright.com redirects HN readers away
61–70 of 77 posts
Re: Macwright.com redirects HN readers away
#62try { if (document.referrer) { const ref = new URL(document.referrer); if (ref.host === 'news.ycombinator.com') { window.location.href = 'https://google.com/'; } } } catch (e) { }
Re: Macwright.com redirects HN readers away
#63I agree with all of that. The defensiveness that comes with writing for HN (and Twitter) makes me a worse writer too. It's not just about being careful and precise, but about being super defensive to avoid the most uncharitable possible reading. Perhaps more unfortunately, I find that writing for academic conferences and journals makes me a worse writer too. It's different, but having to laser focus on 'selling' the…
Re: Macwright.com redirects HN readers away
#64He's a really excellent person, and I'm glad he does the things he does.
Re: Macwright.com redirects HN readers away
#65He should redirect to https://en.m.wikipedia.org/wiki/MacWrite as HN would easily get distracted.
Re: Macwright.com redirects HN readers away
#66I agree with all of that. The defensiveness that comes with writing for HN (and Twitter) makes me a worse writer too. It's not just about being careful and precise, but about being super defensive to avoid the most uncharitable possible reading. Perhaps more unfortunately, I find that writing for academic conferences and journals makes me a worse writer too. It's different, but having to laser focus on 'selling' the…
I love the HN crowd for the intelligent discourse. It reminds me of reddit in its heyday. But goddamn, I've never met a crowd as critical and prone to buzzkill. Everyone's so damn serious here.
Re: Macwright.com redirects HN readers away
#67I'm grateful it's not traumatizing like Jamie Zawinski's HN redirect.
Re: Macwright.com redirects HN readers away
#68Re: Macwright.com redirects HN readers away
#69Things I learned today. Apparently, opening a link in a new tab doesn't set the referring host domain. [discovered by, opening story in a new tab and wondering what the author meant]
Re: Macwright.com redirects HN readers away
#70He needs to block this at the server level. JS isn't going to work for a good portion of the HN crowd.