TubbDoose

Results 46 comments of TubbDoose

Our 404 page should say "404 Not found" . That should also be the header . Here are some examples [vox](https://www.vox.com/404), [verge](https://www.theverge.com/404). I think it would also be cool if...

actually our search function seems to just be a filter. If the article contains the query string, then include it. Thats really bad and we should use a different method

I believe using OpenAI's Embeddings would greatly improve search https://platform.openai.com/docs/guides/embeddings It gives sentences a number. The more similar the sentence, the closer their numbers should be to each other.

cause I think the site may be cached as light mode everytime and then change to darkmode when a darkmode user loads it

Inline advertisements do not show correctly as mobile or desktop because caching just returns whatever format was cached. This means ads can show as way to wide for a mobile...

I think this might help https://github.com/coderedcorp/wagtail-cache/issues/17

I think we have to add `WAGTAIL_CACHE_IGNORE_COOKIES=False` into `base.py` but I can't seem to run the site with `DEBUG=False` to test the caching https://docs.coderedcorp.com/wagtail-cache/getting_started/django_settings.html#wagtail-cache-ignore-cookies

I've moved the ad problem into [this issue](https://github.com/ubyssey/ubyssey.ca/issues/1412) because I think the solution should be to change it so that the template does not differ from mobile to desktop -...