Hey, HN! Creator here! I started building Plain Text Sports last year when I was watching an NFL playoff game in rural southwest Wisconsin. We had poor TV reception -- the image was going in-and-out -- and the local radio station was mostly static. I tried to check ESPN, but the loading bar was as frozen as the ground outside. I then had the idea for a website designed for the pure sports fan: no ads, no images, just…
Plain Text Sports
71–80 of 113 posts
Re: Plain Text Sports
#72Earlier quoted context omitted.
Great site, I've been using it for months. It's a really different and richer experience at night when the games are in progress. There are added features for the big leagues, such as the NBA games feature a game flow graph of the scoring margin. It truly shines when you're at a sold out NBA game, you can barely get a tweet out due to the crowd size, but you can still refresh the box score of your own game in <second…
That is very neat, and great use of a low bandwidth style site. On the other hand at the NBA games I’ve been to they have the box score on the jumbotron.
Re: Plain Text Sports
#73
Submissions from plaintextsports.com | Hacker NewsRe: Plain Text Sports
#74Hey, HN! Creator here! I started building Plain Text Sports last year when I was watching an NFL playoff game in rural southwest Wisconsin. We had poor TV reception -- the image was going in-and-out -- and the local radio station was mostly static. I tried to check ESPN, but the loading bar was as frozen as the ground outside. I then had the idea for a website designed for the pure sports fan: no ads, no images, just…
wow small world- you have a poster up in your window with the URL, right? i think you live around the corner from me!
Re: Plain Text Sports
#75This does look really nice, and the author should be proud, however I wanted to make a general comment (which isn't a critism of this website). If you aim is to help people who want pure text-based interfaces (the blind in particular), this is much worse than a proper HTML page, which they can easily explore by headers. Well-formed HTML is actually one of the most accessible formats, and drawing boxes with CSS (rathe…
To clarify: Are you indicating that, as a user dependent on screen readers, that this site is difficult to use for you? Do other users who depend on screen readers have an experience they’re willing to share about visiting this site?
The main limitation is it would be nice if the sections were labelled, either with a , or , to make it easier to jump around the page.
The ascii art gets read, which is a bit annoying, aria-hidden="true" will make the ascii art not get read out as text.
The best option is to try out with a screen reader -- on both windows + mac a decent screen reader is built in (it's worth best with the default browser, safari on mac, edge on windows). I'm not expert on screen reading on Linux.
Re: Plain Text Sports
#76Earlier quoted context omitted.
How do you persist zoom settings for every website across browsers and devices?
Every major browser has default zoom settings which will apply to all sites. For example: Chrome: Settings > Appearance > Page zoom Firefox: Settings > General > Zoom iOS Safari: Settings > Safari > Page Zoom > Other Websites
Re: Plain Text Sports
#77Always wished for one with play-by-play
Re: Plain Text Sports
#78Earlier quoted context omitted.
Every major browser has default zoom settings which will apply to all sites. For example: Chrome: Settings > Appearance > Page zoom Firefox: Settings > General > Zoom iOS Safari: Settings > Safari > Page Zoom > Other Websites
A default zoom setting that is global to the browser does not in any way fix the problem of different websites using different font sizes.
Re: Plain Text Sports
#79This does look really nice, and the author should be proud, however I wanted to make a general comment (which isn't a critism of this website). If you aim is to help people who want pure text-based interfaces (the blind in particular), this is much worse than a proper HTML page, which they can easily explore by headers. Well-formed HTML is actually one of the most accessible formats, and drawing boxes with CSS (rathe…
To clarify: Are you indicating that, as a user dependent on screen readers, that this site is difficult to use for you? Do other users who depend on screen readers have an experience they’re willing to share about visiting this site?
And I did try to use Orca but I just could not get it to work, the TTS service was sulkily disinclined to accept any requests.
Re: Plain Text Sports
#80This does look really nice, and the author should be proud, however I wanted to make a general comment (which isn't a critism of this website). If you aim is to help people who want pure text-based interfaces (the blind in particular), this is much worse than a proper HTML page, which they can easily explore by headers. Well-formed HTML is actually one of the most accessible formats, and drawing boxes with CSS (rathe…