weekly update
This commit is contained in:
parent
bf5785b30d
commit
979426665f
2 changed files with 63 additions and 1 deletions
|
@ -14,7 +14,7 @@ This is going to be a bit different.
|
||||||
Unlike other blog posts of mine which I fire off and forget this one I'm intending to update 😱.
|
Unlike other blog posts of mine which I fire off and forget this one I'm intending to update 😱.
|
||||||
Specifically I'm going to try and update it weekly with a status report.
|
Specifically I'm going to try and update it weekly with a status report.
|
||||||
|
|
||||||
*Updated 2025-03-22*
|
*Updated 2025-04-05*
|
||||||
|
|
||||||
## Foreword
|
## Foreword
|
||||||
|
|
||||||
|
@ -76,3 +76,17 @@ The reason why the naive algorithm doesn't work is actually one which the HackBU
|
||||||
Some stops are "outbound" and some are "inbound" due to being on opposite sides of the road.
|
Some stops are "outbound" and some are "inbound" due to being on opposite sides of the road.
|
||||||
As such the way I was doing things doesn't really work.
|
As such the way I was doing things doesn't really work.
|
||||||
Another issue being that I'd have needed to actually grab relevant trips/routes using the stop id which is doable but iffy and not very robust.
|
Another issue being that I'd have needed to actually grab relevant trips/routes using the stop id which is doable but iffy and not very robust.
|
||||||
|
|
||||||
|
## 2025/03/29-2025/04/05
|
||||||
|
|
||||||
|
Minor delay/skip, oops, we're close to the end though.
|
||||||
|
Client and server are integrated?
|
||||||
|
Client may call to slighly incorrect endpoints but eeeeh it's fine and probably an easy fix.
|
||||||
|
We do need to present something which my partner being MIA for a few weeks will complicate but we'll see how that goes this Monday if we can't reschedule.
|
||||||
|
Up next comes my reckoning though as I actually need to do things with the graph.
|
||||||
|
Afterwards will probably be reconciling the API to actually be a sensible interface to how routes, trips and stops actually interact with each other.
|
||||||
|
Then if I'm still working on this, bells and wissles with ML, and hardware.
|
||||||
|
|
||||||
|
## 2025/04/05-2025/04/12
|
||||||
|
|
||||||
|
To be written
|
||||||
|
|
48
robots.txt
48
robots.txt
|
@ -1,3 +1,51 @@
|
||||||
|
# ai.robots.txt ec18af76242c1b62bbbfc7e1df72098b423402a6 https://github.com/ai-robots-txt/ai.robots.txt
|
||||||
|
User-agent: AI2Bot
|
||||||
|
User-agent: Ai2Bot-Dolma
|
||||||
|
User-agent: Amazonbot
|
||||||
|
User-agent: anthropic-ai
|
||||||
|
User-agent: Applebot
|
||||||
|
User-agent: Applebot-Extended
|
||||||
|
User-agent: Brightbot 1.0
|
||||||
|
User-agent: Bytespider
|
||||||
|
User-agent: CCBot
|
||||||
|
User-agent: ChatGPT-User
|
||||||
|
User-agent: Claude-Web
|
||||||
|
User-agent: ClaudeBot
|
||||||
|
User-agent: cohere-ai
|
||||||
|
User-agent: cohere-training-data-crawler
|
||||||
|
User-agent: Crawlspace
|
||||||
|
User-agent: Diffbot
|
||||||
|
User-agent: DuckAssistBot
|
||||||
|
User-agent: FacebookBot
|
||||||
|
User-agent: FriendlyCrawler
|
||||||
|
User-agent: Google-Extended
|
||||||
|
User-agent: GoogleOther
|
||||||
|
User-agent: GoogleOther-Image
|
||||||
|
User-agent: GoogleOther-Video
|
||||||
|
User-agent: GPTBot
|
||||||
|
User-agent: iaskspider/2.0
|
||||||
|
User-agent: ICC-Crawler
|
||||||
|
User-agent: ImagesiftBot
|
||||||
|
User-agent: img2dataset
|
||||||
|
User-agent: ISSCyberRiskCrawler
|
||||||
|
User-agent: Kangaroo Bot
|
||||||
|
User-agent: Meta-ExternalAgent
|
||||||
|
User-agent: Meta-ExternalFetcher
|
||||||
|
User-agent: OAI-SearchBot
|
||||||
|
User-agent: omgili
|
||||||
|
User-agent: omgilibot
|
||||||
|
User-agent: PanguBot
|
||||||
|
User-agent: PerplexityBot
|
||||||
|
User-agent: PetalBot
|
||||||
|
User-agent: Scrapy
|
||||||
|
User-agent: SemrushBot-OCOB
|
||||||
|
User-agent: SemrushBot-SWA
|
||||||
|
User-agent: Sidetrade indexer bot
|
||||||
|
User-agent: Timpibot
|
||||||
|
User-agent: VelenPublicWebCrawler
|
||||||
|
User-agent: Webzio-Extended
|
||||||
|
User-agent: YouBot
|
||||||
|
|
||||||
# No AI companies please
|
# No AI companies please
|
||||||
User-agent: GPTBot
|
User-agent: GPTBot
|
||||||
Disallow: /
|
Disallow: /
|
||||||
|
|
Loading…
Reference in a new issue