HN user

vldszn

301 karma

building a free and open-source invoice generator: https://easyinvoicepdf.com

- No sign-up required and no ads - Live PDF preview & instant download - Flexible tax support (VAT, GST, Sales Tax, etc.) - Fully customizable invoice templates - Multi-currency & multi-language support

GitHub: https://github.com/VladSez/easy-invoice-pdf

Personal: https://vladsazon.com

Twitter: https://x.com/vladsazonau

Posts8
Comments152
View on HN

I applied for the first time a couple of months ago and again this month, but unfortunately I haven’t heard back from them :(

I’m building EasyInvoicePDF - a free and open-source invoice generator. (900+ GitHub stars, 2k monthly users on average, 10k total invoices downloaded)

https://github.com/VladSez/easy-invoice-pdf

After the recent Codex update, I started seeing this error message on macOS:

“codex” will damage your computer. You should move it to the Bin.

Is anyone else experiencing this?

UPD: reinstalling both the Codex CLI and desktop app seems to resolve the issue.

Per security advisory on GitHub:

Root Cause

One of our developers was compromised by a recent supply-chain compromise on Tanstack, which leaked their GitHub credentials through the GitHub CLI (gh). This allowed the attacker to run workflows on our GitHub repository as a contributor.

More links:

https://github.com/nrwl/nx-console/security/advisories/GHSA-...

https://www.stepsecurity.io/blog/nx-console-vs-code-extensio...

friendly reminder:

- disable auto-updates for extensions in VS Code/Cursor

- use static analysis for GitHub Actions to catch security issues in pre-commit hook and on ci: https://github.com/zizmorcore/zizmor

- set locally: pnpm config set minimum-release-age 4320 # 3 days in minutes https://pnpm.io/supply-chain-security

- for other package managers check: https://gist.github.com/mcollina/b294a6c39ee700d24073c0e5a4e...

- add Socket Free Firewall when installing npm packages on CI to catch malware https://docs.socket.dev/docs/socket-firewall-free#github-act...

Gemini Omni 2 months ago

When I click the link, the website crashes on my iPhone 13 iOS Chrome lol

GitHub: "We are investigating unauthorized access to GitHub’s internal repositories. While we currently have no evidence of impact to customer information stored outside of GitHub’s internal repositories (such as our customers’ enterprises, organizations, and repositories), we are closely monitoring our infrastructure for follow-on activity."

- Use Static analysis for GHA to catch security issues: https://github.com/zizmorcore/zizmor

- set locally: pnpm config set minimum-release-age 4320 # 3 days in minutes https://pnpm.io/supply-chain-security for other package managers check: https://gist.github.com/mcollina/b294a6c39ee700d24073c0e5a4e...

- add Socket Free Firewall when installing npm packages on CI https://docs.socket.dev/docs/socket-firewall-free#github-act...