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·2 lata temu·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·2 lata temu·210 comments

[untitled]

1 points·by Amithv·2 lata temu·0 comments

comments

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

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