moshetanzer
- Karma
- 0
- Created
- ()
- Submissions
- 0
-
Starting January 2026, Gmail is removing support for POP3 and Gmailify. This means millions of people who rely on Gmail to consolidate emails from other accounts will suddenly lose features like spam protection, inbox…
- Show HN: Forward My Inbox – IMAP‑to‑Gmail Forwarding After Gmail Kills POP3 (forwardmyinbox.com)
Google is killing POP3/Gmailify in January 2026, breaking workflows for fetching email into Gmail. I built Forward My Inbox (https://forwardmyinbox.com) as a replacement: connects to your IMAP inbox and forwards new…
-
It drives me crazy the amount of noise there is on all the PR ai code reviews. There is so much that could be caught by reviews before - maybe at commit time? Is this just me??
-
Ask HN, Code reviews are essential, but I keep seeing the same pattern: PR reviews are full of comments about trivial bugs, lint issues, and convention mismatches that could have been caught before the code ever left…
- What do you think about a "linter" for code logic? (commitguard.ai)
- Show HN: Commit-based code review instead of PR-based (commitguard.ai)
Hi HN, I’m experimenting with commit-based code review as an alternative to PR-based review. Instead of analyzing large PR diffs, this reviews each commit incrementally, while context is still fresh. It’s fully…
- New code review tool I made (commitguard.ai)