https://github.com/davorg/cool-stuff
Cool Stuff Web Site
https://github.com/davorg/cool-stuff
Last synced: 3 months ago
JSON representation
Cool Stuff Web Site
- Host: GitHub
- URL: https://github.com/davorg/cool-stuff
- Owner: davorg
- Created: 2018-12-30T16:11:21.000Z (over 7 years ago)
- Default Branch: main
- Last Pushed: 2026-03-17T03:09:23.000Z (3 months ago)
- Last Synced: 2026-03-17T16:26:45.233Z (3 months ago)
- Size: 7.38 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cool-stuff.co.uk
The code for a website that features cool stuff you can find on the internet.
For more details, see the blog post
[Finding cool stuff with ChatGPT](https://perlhacks.com/2025/04/finding-cool-stuff-with-chatgpt/).
Written as a demonstration of generating useful(ish) information using
ChatGPT.
## Technology
* Site hosted on [GitHub Pages](https://pages.github.com/)
* Site regenerated each day with
[GitHub Actions](https://github.com/features/actions)
* Site built using [Jekyll](https://jekyllrb.com/)
(using the [Minimal Mistakes](https://mmistakes.github.io/minimal-mistakes/)
theme)
* Code to interact with ChatGPT written in [Perl](https://perl.org/)
(using the [OpenAPI::Client::OpenAI](https://metacpan.org/pod/OpenAPI::Client::OpenAI) library)