HackerTrans
TopNewTrendsCommentsPastAskShowJobs

deployhq

no profile record

Submissions

Show HN: PageSpeed – AI that suggests code-level fixes for specific frameworks

pagespeed.deployhq.com
4 points·by deployhq·5 maanden geleden·1 comments

Git's First Major Release in 11 Years: What's in Git 3.0

deployhq.com
6 points·by deployhq·8 maanden geleden·4 comments

comments

deployhq
·5 maanden geleden·discuss
Hi HN,

We built PageSpeed because generic performance scores are often too vague to be actionable.

The Hook: Instead of just saying "Optimize images," we detect your stack (React, Next.js, WordPress, etc.) and suggest framework-specific code changes.

Closing the Loop with AI Agents: One thing we added specifically for the modern dev workflow is a "Prompt for AI Agents" feature. Once a bottleneck is identified, the tool generates a structured prompt that you can paste into tools like Cursor or Copilot to actually execute the refactor.

It’s completely free and no signup is required. We’d love to hear if the AI-generated prompts actually work for your specific repo structures!
deployhq
·8 maanden geleden·discuss
Indeed, you are right!
deployhq
·8 maanden geleden·discuss
Author here. Git 3.0 is the first major version in 11 years.

Key takeaways:

- SHA-256 becoming default (brian m. carlson has done ~100 of 200-400 needed patches)

- Rust becoming mandatory build requirement (controversial but necessary for memory safety)

- Reftable format shows 22x performance improvement in benchmarks

- Timeline depends on getting Git forges (GitHub, GitLab) ready with SHA-256 support

The Rust decision is particularly interesting - Patrick Steinhardt's proposal is a "trial balloon" to gauge ecosystem readiness. Happy to answer questions!
deployhq
·10 maanden geleden·discuss
<3