HackerTrans
TopNewTrendsCommentsPastAskShowJobs

Amithv

no profile record

Submissions

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

pookkalam.dev
2 points·by Amithv·قبل سنتين·1 comments

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

sitinshade.com
963 points·by Amithv·قبل سنتين·210 comments

[untitled]

1 points·by Amithv·قبل سنتين·0 comments

comments

Amithv
·قبل سنتين·discuss
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
·قبل سنتين·discuss
If the railway path and estimated time are openly available, Certainly, it can be implemented.
Amithv
·قبل سنتين·discuss
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
·قبل سنتين·discuss
It considers the bus's movement, orientation and the changes in time.
Amithv
·قبل سنتين·discuss
Calculation based on azimuth of bus and sun considering change in time and movement of bus.
Amithv
·قبل سنتين·discuss
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
·قبل سنتين·discuss
Thanks for the suggestion.

Time selection relies on the default settings of the browser/system.
Amithv
·قبل سنتين·discuss
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
·قبل سنتين·discuss
Yes,OpenStreetMap has
Amithv
·قبل سنتين·discuss
Thanks for the suggestion. That would be a great addition.
Amithv
·قبل سنتين·discuss
Currently OpenStreetMap routing API, would have to be replaced with the Google Maps Transit API.
Amithv
·قبل سنتين·discuss
Currently building for flights too. beta version - https://dev.sitinshade.com/flight
Amithv
·قبل سنتين·discuss
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
·قبل سنتين·discuss
Thanks
Amithv
·قبل سنتين·discuss
Currently, it uses OpenStreetMap routing.Planning to change to the Google Maps Routing API.