Live data from Hacker News

Never Missing the Train Again

lilymara.xyz

91–100 of 147 posts

Re: Never Missing the Train Again

#91
post #72

Earlier quoted context omitted.

Ehh... Cough, tough, bough, lough, slough, and rough called, they wanted to know when English phonology became logical and consistent, and why no one informed them about it?

Rough and cough have different sounds so... buses is the winner? Not seeing the connection.

-ough notoriously has anywhere between four and twelve different pronunciations (if you count strange example with a limited number of words, like hiccough for hiccup).

The point I believe the parent post is making is that you cannot assume that buses would rhyme with fuses, because English orthography is so inconsistent.

Which is partially true - I haven’t seen any research to the effect, but I’d guess you can still predict the pronunciation of an English word with better than a fifty percent chance of success.

Re: Never Missing the Train Again

#92

n.b. I'm the executive director of the non-profit behind OneBusAway, which is an open source project used by millions of people every day to find out where their buses, trains, trams, and funiculars are, and when they'll be arriving. If you live in a city that already has a OneBusAway server[1], you can use one of our brand new SDKs to build your own custom app experience: https://github.com/onebusAway/?q=sdk&type=al…

If you live in a city that already has a OneBusAway server

How do you find a list of places it's deployed. I tried Googling "onebusaway cities" which got me this page https://onebusaway.org/onebusaway-deployments/ but that doesn't list cities like Adelaide that you mention.

Re: Never Missing the Train Again

#94

n.b. I'm the executive director of the non-profit behind OneBusAway, which is an open source project used by millions of people every day to find out where their buses, trains, trams, and funiculars are, and when they'll be arriving. If you live in a city that already has a OneBusAway server[1], you can use one of our brand new SDKs to build your own custom app experience: https://github.com/onebusAway/?q=sdk&type=al…

If you live in a city that already has a OneBusAway server How do you find a list of places it's deployed. I tried Googling "onebusaway cities" which got me this page https://onebusaway.org/onebusaway-deployments/ but that doesn't list cities like Adelaide that you mention.

had to install app to check, only USA and only few places... so basically useless

Re: Never Missing the Train Again

#95
post #54

BART and MUNI both support the General Transit Feed Specification.[1] There's a standard way to obtain this data. [1] https://gtfs.org/documentation/overview/#gtfs-realtime

Do you know how reliable is the realtime info? I find that Google maps very often says “bus coming in 4 min” as im watching the bus drive away. Or “delayed by 5 min” and it’s early by 2, etc.

The app is very clear when a time is based on gps vs the schedule. You can even watch the gps like you can on Uber.

No one can predict the traffic but in my daily experience it is reliable to the minute

Re: Never Missing the Train Again

#96

If you're in the UK you can buy a depature board that mimics a station departure board: https://ukdepartureboards.co.uk/store/product/desktop-depart...

This is great - rather hard to justify as an impulse buy though, it’s pricey.

You can build it yourself very easily for 1/3 of the price:

https://departureboard.jonathanfoot.com/

Re: Never Missing the Train Again

#97

I also live in SF and made an iOS app (A Better Ride) to solve this exact problem. Just shows you departure times of transit for stops around you. The goal is to make transit less stressful by making it predictable and explorable. It’s just a passion project I work on in my free time with zero monetization

That's really great! So many nice touches, like how it shows the side of the street and the overall direction of transit!

Re: Never Missing the Train Again

#98
I really enjoyed this read. I've been wanting to tackle a side project that uses old hardware and this has been inspiring!

I also didn't know that skia had rust bindings and it seemed pretty easy to setup.

It's been a nightmare to try setup in c++.

Re: Never Missing the Train Again

#99
Cool! I made something like this on an old netbook in university.

I plotted bus locations in matplotlib, which was what I knew at the time.

The busses would clump up where I lived, so it was helpful to know if I should rush breakfast to catch a burst of busses or just wait for the next wave.

Post reply on HN