From d59e1a3468940562a89cbd1c7638d4e30531c01e Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 9 Jul 2025 17:22:30 -0400 Subject: [PATCH] did basically all of BBB hackathon --- posts/all_projects.md | 24 ++++++++++++++++++++++++ projects/BBB-hack.md | 19 +++++++++++++++++++ templates/default.html | 1 - 3 files changed, 43 insertions(+), 1 deletion(-) diff --git a/posts/all_projects.md b/posts/all_projects.md index 4fcac29..e028313 100644 --- a/posts/all_projects.md +++ b/posts/all_projects.md @@ -12,3 +12,27 @@ tags: [] I'm writing this so I have one place where I've described all of my projects, in future I may make this a section of the site rather than just a post but for now this will do. Note for future me, the markdown sucks because you wanted to have semantic HTML here and didn't know how to get markdown to generate `
` or `
` elements, you'll find the proper markdown under the `/projects` directory. + +
+

Binghamton Better Bus HackBU +2024

+

See also: My blog post on HackBU +2024

+

The what

+

Binghamton better bus in both of it’s iterations is a web app to find +a route from point to point in Binghamton using both the Broome county +bus system as well as the OCCT bus system. The HackBU iteration made use +of the live maps available (at the time) to acquire the needed +information about the bus systems.

+

In the 24 hour hackathon I was able to get a setup where I could +input a start and endpoint and get a route which could be a layover at +Binghamton University, the downtown bus terminal or in theory no layover +with a single bus. The one and only heuristic used was walking +distance.

+

What was learned

+

I learned some of the intricacies of the polyline algorithm and how +the two bus live map APIs worked.

+

Demo video

+ +
diff --git a/projects/BBB-hack.md b/projects/BBB-hack.md index e69de29..f0adf09 100644 --- a/projects/BBB-hack.md +++ b/projects/BBB-hack.md @@ -0,0 +1,19 @@ +# Binghamton Better Bus HackBU 2024 + +See also: [My blog post on HackBU 2024](/posts/HackBU2024/) + +## The what + +Binghamton better bus in both of it's iterations is a web app to find a route from point to point in Binghamton using both the Broome county bus system as well as the OCCT bus system. +The HackBU iteration made use of the live maps available (at the time) to acquire the needed information about the bus systems. + +In the 24 hour hackathon I was able to get a setup where I could input a start and endpoint and get a route which could be a layover at Binghamton University, the downtown bus terminal or in theory no layover with a single bus. +The one and only heuristic used was walking distance. + +## What was learned + +I learned some of the intricacies of the polyline algorithm and how the two bus live map APIs worked. + +## Demo video + + diff --git a/templates/default.html b/templates/default.html index 83efa48..7dc5157 100644 --- a/templates/default.html +++ b/templates/default.html @@ -34,7 +34,6 @@ class="icon svg" data="/static/images/house.svg" width="10" height="10"> - projects