What is Hackers' Pub?
Hackers' Pub is a place for software engineers to share their knowledge and experience with each other. It's also an ActivityPub-enabled social network, so you can follow your favorite hackers in the fediverse and get their latest posts in your feed.






![I gave Cursor explicit instructions to run a script to call an API and it ended up trying to call the API with cURL and using grep to extract my API key from my .gitignore'd file
[screenshot of cursor]
Let me check the correct way to extract the API key from the env file:
grep -A5 -B5 api_key .env.yml](https://media.neuromatch.social/media_attachments/files/114/622/544/590/127/869/original/5d4709bf1c0bddf2.png)
🦐 