HackerTrans
トップ新着トレンドコメント過去質問紹介求人

Amithv

no profile record

投稿

Show HN: I made a webapp to create neat mandala pattern with interactive tools

pookkalam.dev
2 ポイント·投稿者 Amithv·2 年前·1 コメント

Show HN: I made a website to find best bus seat to avoid the sun while traveling

sitinshade.com
963 ポイント·投稿者 Amithv·2 年前·210 コメント

[untitled]

1 ポイント·投稿者 Amithv·2 年前·0 コメント

コメント

Amithv
·2 年前·議論
I created this web app originally for designing Pookkalams, which are intricate floral designs made during the Onam festival in Kerala, India. Pookkalams are made using various types of flowers and are laid out in beautiful, symmetrical patterns on the ground.
Amithv
·2 年前·議論
If the railway path and estimated time are openly available, Certainly, it can be implemented.
Amithv
·2 年前·議論
I think you used standard bus route search with JFK and Heathrow. OpenStreetMap suggests Lisbon since the departure and destination are on different continents, providing a route in close proximity to the destination with access to the sea.

If you prefer the flight path, you can visit dev.sitinshade.com/flight [beta].
Amithv
·2 年前·議論
It considers the bus's movement, orientation and the changes in time.
Amithv
·2 年前·議論
Calculation based on azimuth of bus and sun considering change in time and movement of bus.
Amithv
·2 年前·議論
Backend: Node.js Calculations are performed based on the azimuth of the sun and the bus, taking into account the movement of the bus and change in time.
Amithv
·2 年前·議論
Thanks for the suggestion.

Time selection relies on the default settings of the browser/system.
Amithv
·2 年前·議論
The hard part was obtaining information such as solar azimuth, altitude, declination, hour angle, etc without using external APIs. Spent around 5 days implementing backend.
Amithv
·2 年前·議論
Yes,OpenStreetMap has
Amithv
·2 年前·議論
Thanks for the suggestion. That would be a great addition.
Amithv
·2 年前·議論
Currently OpenStreetMap routing API, would have to be replaced with the Google Maps Transit API.
Amithv
·2 年前·議論
Currently building for flights too. beta version - https://dev.sitinshade.com/flight
Amithv
·2 年前·議論
I have a beta version for flight at https://dev.sitinshade.com/flight

Search based on the destination and departure airport. Please note that it is still in beta, so there may be some issues.

Currently, manual entry of flight duration is required.

Working on flight duration estimation, scenic side, and movie recommendations based on flight duration : - )
Amithv
·2 年前·議論
Thanks
Amithv
·2 年前·議論
Currently, it uses OpenStreetMap routing.Planning to change to the Google Maps Routing API.