Hacker Newsnew | past | comments | ask | show | jobs | submit | vaibhavgeek's commentslogin

This may sound strange but here is how I define my flow.

1. Switch off your computer.

2. Go to a nice Park.

3. Open notebook and pen, and write prompts that are 6-8 lines long on what task you want to achieve, use phone to google specific libraries.

4. Come back to your PC, type those prompts in with Plan mode and ask for exact code changes claude is going to make.

5. Review and push PR.

6. Wait for your job to be automated.


oh my god, i am going to give this a go. thank you.


Is there a simpler solution as compared to using a VPN. As it is work from home right now and internet speed is not that great for few folks in our organisation.

I was thinking if there was a tool that could proxy connections only to database.


I am not sure there is anything simpler. Anything else you could do is just moving your problem upstream. Throw a connection pooler in front of the database and have the users connect to that? Well sure, you could that. But doesn't really help you. You now can tell the database to only accept connections from this pooler, but now you are just moved your whitelist management problem upstream to the connection pooler, if you don't whitelist manage the pooler, then you are effectively just exposing the database to the open internet.


SSH tunnels work. But you still need to control access to the bastion server / outside host system.


Thinking of building a chrome extension with authentication for that.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: