frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

Free Online Text-to-Speech Tool

https://pronounceonline.com/text-to-speech/
1•wsljhint•9m ago•0 comments

Free SVG Editor – BruhGrow Tools

https://bruhgrow.com/tools/svg-to-code
2•mdanassaif•15m ago•0 comments

Jeff Bezos-backed satellite costing him $100M lost in space

https://www.the-independent.com/tech/jeff-bezos-satellite-lost-space-b2780984.html
2•thunderbong•21m ago•0 comments

Managing by Coincidence

https://jamesjboyer.substack.com/p/managing-by-coincidence
1•gpi•21m ago•0 comments

Helm local code execution via a malicious chart – CVE-2025-53547

https://github.com/helm/helm/security/advisories/GHSA-557j-xg8c-q2mm
7•irke882•26m ago•0 comments

Cloudflare to block AI crawlers by default with new Pay Per Crawl initiative

https://searchengineland.com/cloudflare-to-block-ai-crawlers-by-default-with-new-pay-per-crawl-initiative-457708
1•biscuit1v9•26m ago•1 comments

Show HN: Remove water from speaker using specific frequency

https://speakercleaner.org/
1•artiomyak•28m ago•0 comments

Vercel Accquired Nuxt

https://vercel.com/blog/nuxtlabs-joins-vercel
1•carlual•34m ago•1 comments

Lump of labour fallacy

https://en.wikipedia.org/wiki/Lump_of_labour_fallacy
1•mfiguiere•41m ago•0 comments

The Sequoia Investor Whose Anti-Mamdani Posts Set Off a Silicon Valley Storm

https://www.wsj.com/tech/the-sequoia-investor-whose-anti-mamdani-posts-set-off-a-silicon-valley-storm-56965cdf
2•KnuthIsGod•42m ago•1 comments

The Dark Side of Apple Development

https://www.magiclasso.co/insights/apple-development/
1•ustad•43m ago•0 comments

Psilocybin treatment extends cellular lifespan, improves survival of aged mice

https://www.nature.com/articles/s41514-025-00244-x
3•XzetaU8•49m ago•1 comments

Full event page with photo sharing

https://pixdrop.com
1•yevo_a•55m ago•1 comments

Proving P ≠ NP via Categorical and Graph-Theoretic 3-SAT

https://www.texstr.org/a/naddr1qvzqqqr4gupzqwe6gtf5eu9pgqk334fke8f2ct43ccqe4y2nhetssnypvhge9ce9qqxnzde4xgcrxdfj8qmnvwfc69lg5m
1•vmstabile•57m ago•0 comments

Advancing Protection in Chrome on Android

https://security.googleblog.com/2025/07/advancing-protection-in-chrome-on.html
2•mfrw•58m ago•0 comments

TimescaleDB helped us scale analytics and reporting

https://blog.cloudflare.com/timescaledb-art/
1•arunmu•59m ago•1 comments

Microsoft Music Producer (1996)

https://archive.org/details/microsoft-music-producer_202210
2•CharlesW•1h ago•0 comments

How to stop a bear in big city: Japan issues shoot-to-kill guide

https://www.thetimes.com/world/asia/article/japan-offers-citizens-instructions-on-how-to-kill-a-bear-dpml5msf3
1•petethomas•1h ago•0 comments

Ask HN: What Problem Would You Solve with Unlimited Resources?

4•hedayet•1h ago•7 comments

Nginx-micro:Ultra-minimal, statically-linked, multi-architecture Nginx container

https://github.com/johnnyjoy/nginx-micro
1•thunderbong•1h ago•0 comments

Enlightenment as the Great Filter

https://www.aru.ai/essays/great-filter/
2•aru•1h ago•0 comments

TOML v0.9

https://epage.github.io/blog/2025/07/toml-09/
2•Bogdanp•1h ago•0 comments

Pattern-wishcast: enum pattern types in 2025 rust

https://lunnova.dev/articles/pattern-wishcast/
1•nalllar•1h ago•0 comments

Sia X HackerNoon: Inviting Devs to Build the Decentralized Cloud of the Future

https://sia.tech/blog/sia-x-hackernoon-inviting-developers-to-build-the-future-of-decentralized-cloud-storage
1•smooke•1h ago•0 comments

Benchmark for Evaluating Text Embeddings

https://huggingface.co/spaces/embedding-benchmark/RTEB
1•fzliu•1h ago•0 comments

I'm a 16-Year-Old Self-Taught Developer – Built 700 Projects

2•RajGuruYadav•1h ago•0 comments

Comparing the Climate and Productivity Impacts of a Shrinking Population

https://www.nber.org/papers/w33932
3•alphabetatango•1h ago•0 comments

LM Studio is free for use at work

https://lmstudio.ai/blog/free-for-work
2•CharlesW•1h ago•0 comments

Huawei Whistleblower Alleges Pangu AI Model Plagiarized from Qwen and DeepSeek

https://github.com/HW-whistleblower/True-Story-of-Pangu
1•zero_kool•1h ago•1 comments

Myth of the Brown Recluse: Fact, Fear, and Loathing

https://spiders.ucr.edu/myth-brown-recluse-fact-fear-and-loathing
3•indigodaddy•1h ago•2 comments
Open in hackernews

What if your QA engineer never slept?

1•GTCHO•1mo ago
I've worked in startups and big tech. The most common bottleneck? QA. One team I know ditched the traditional approach and runs an agent that acts like an engineer, 24/7. It's synthetic, learns from bug history, and can gate PRs. Wild idea, or future standard?

Comments

duxup•1mo ago
I think you knowing someone who does this thing might be able to clue us into how well it works.
turtleyacht•1mo ago
QA receives whatever gets merged and (what they decide gets) deployed (to test); they cannot block PRs. It would be nice though to make some checks block merge, i.e. Required workflows.

Learning from bugs is amazing. Connect to production support tickets to link code changes to real incidents. When done manually by on-call, there is no other historical context.

Automate estimation with "this story reminds me of stories A, B, C, which were estimated to be X points and took Y days." A link lets folks drill down to code metrics, artifact version, etc.

A QA agent would be remarkable in that it has a complete and total timeline for everything, and can be queried in chat.

GTCHO•1mo ago
Completely agree. Linking incidents back to code changes is one of the most valuable things a team can do but it's rarely done well. In this case, the agent actually learns from that full timeline production incidents, support tickets, commit diffs. It surfaces patterns you’d never catch manually, like an issue that only appears under high concurrency.

Also yes on chat querying. One of the most useful parts was letting PMs ask questions like “Has this bug happened since April?” and getting a full trace across releases. The idea of automating grooming using historical story similarity is spot on too. This could easily save teams hours per sprint.

jakedlu•1mo ago
I think it's an interesting idea, especially if it's just running on production or staging and constantly just trying new flows/testing edge cases. I would be curious about (1) the quality of testing compared to an actual human and (2) the cost involved. Obviously compared to a human salary the cost could get quite high before it became an impediment (also depending on quality). But running an agent 24/7 seems like costs could certainly pile up.
GTCHO•1mo ago
Really good points. On quality it’s not replacing human insight, but it is exceptional at pattern recognition and coverage at scale. It catches edge cases that tend to get missed and never forgets past regressions. The best results I’ve seen come from pairing the agent with human QA. The agent does ambient monitoring and flags suspicious behavior. Humans then dig deeper.

Cost-wise, it’s surprisingly reasonable. The version I saw ran in containers that spun up based on commit activity or deploy frequency. So if no one is pushing code, it's idle. But during launches or busy dev cycles, it ramps up. Much cheaper than staffing a full team to maintain 24/7 vigilance.

ThrowawayR2•1mo ago
If your QA staff are no better than an "AI" agent, dump them and hire better QA staff.
GTCHO•1mo ago
I hear you and to be clear, this isn’t about replacing talented QA teams. It’s about offloading the repetitive and pattern-based parts of QA so human testers can focus on more strategic, exploratory, and usability-driven work.

In the case I saw, the agent handled things like regression patterns, diff analysis, and known-risk detection across thousands of past issues. The QA team actually became more valuable because they weren’t stuck rerunning the same test plan for the fifth time that week. It was augmentation, not replacement.

That said, I totally agree if a team is just rubber-stamping PRs, the issue isn’t automation, it’s expectations and leadership.