Viewing profile — 2000swebgeek
2000swebgeek
HN member- Joined
- Mon, Oct 07, 2024, 7:05 PM UTC
- HN karma
- 6
- Public activity
- 5 items
- HN profile
- View on Hacker News ↗
About 2000swebgeek
No profile information was provided.
Recent public activity
-
comment
Comment #45613879
block the IPs or setup an WAF on AWS if you cannot be on Cloudflare.
-
comment
Comment #42336844
I think its right time for AWS to buy. AWS shut down their service, if AWS can "easily" integrate with Gitlab, I see a lot of potential on the deployment side to increase AWS reven…
-
comment
Comment #42039366
pg_flo looks like a very interesting project we might end up using. I like the archival to s3 and cheap versions of tools that get done at lower scale like GBs instead of TBs worth…
-
comment
Comment #41933909
better yet, see if bots access /robots.txt, find them from there. no human looks at robots.txt :) add a captcha by limiting IP requests or return 429 to rate limit by IP. Using pop…
-
comment
Comment #41769909
ENV variables having the names with PASSWORD or SECRET should be ignored by logging and monitoring systems. Most of the web has been built on trust of following conventions. common…