frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Another exposed Supabase DB strikes: 20k+ attendees and FULL write access

https://obaid.wtf/jotbook/2026/02/22/arts-council-database-20k-attendees-exposed.html
1•wtfobaid•1m ago•0 comments

Tropes.fyi: Name and Shame AI Writing – Ossama Chaib

https://ossama.is/writing/tropes
1•Daviey•1m ago•0 comments

Seedream 5.0 – ByteDance's AI image generator with web search and editing

https://seedance2.so/seedream-5-0
1•xbaicai•5m ago•1 comments

F-Jira: Export Jira and Confluence data

https://github.com/oozou/f-jira
1•con•7m ago•0 comments

Let's understand and implement consistent hashing

https://sushantdhiman.dev/lets-implement-consistent-hashing/
1•birdculture•9m ago•0 comments

Show HN: Beehive – Multi-Workspace Agent Orchestrator

https://storozhenko98.github.io/beehive/
1•mst98•9m ago•0 comments

What Ultimately Is There? Metaphysics and the Ruliad

https://writings.stephenwolfram.com/2026/02/what-ultimately-is-there-metaphysics-and-the-ruliad/
1•inshard•10m ago•0 comments

Show HN: Dypai – Build backends from your IDE using AI and MCP

https://www.dypai.ai/
2•lorengarcialv•11m ago•0 comments

3D-printing platform rapidly produces complex electric machines

https://news.mit.edu/2026/3d-printing-platform-rapidly-produces-complex-electric-machines-0218
1•JeanKage•14m ago•0 comments

Seedream 5.0: ByteDance's AI image generator with 4K output

https://loraai.io/seedream-50
1•xbaicai•15m ago•1 comments

Is Donald Trump Alive?

https://isdonaldtrumpalive.com/
2•only_in_america•16m ago•0 comments

Gig workers in Africa had no idea they were helping the U.S. military

https://restofworld.org/2026/gig-workers-us-military-appen/
2•JeanKage•17m ago•0 comments

Diesel Vortex: Inside the Russian cybercrime group targeting US and EU freight

https://haveibeensquatted.com/blog/diesel-vortex-inside-the-russian-cybercrime-group-targeting-us...
4•juxhindb•17m ago•1 comments

My lobster lost $450k this weekend

https://pashpashpash.substack.com/p/my-lobster-lost-450000-this-weekend
1•ssiddharth•17m ago•0 comments

Validation Testing for AI Consultancies

https://tryhala.xyz
1•belocci•18m ago•1 comments

Best Web Hosting Services in The USA

https://webseotrends.com/best-web-hosting/
1•manipathakblog•22m ago•1 comments

Show HN:Agentic Browser Automation – Lightweight Selenium and Claude Code Bridge

https://github.com/GregoryLi360/Agentic-Browser-Automation
1•gregoryli360•23m ago•1 comments

Appstore – Upcoming SDK minimum requirements

https://developer.apple.com/news/?id=ueeok6yw
1•notlikeus•23m ago•0 comments

Reproducible Builds in Language Package Managers

https://nesbitt.io/2026/02/24/reproducible-builds-in-language-package-managers.html
1•yla92•24m ago•0 comments

Cloud Hosting vs. Shared Hosting: Which Web Hosting Should You Choose

https://manipathaktech.substack.com/p/cloud-hosting-vs-shared-hosting
1•manipathakblog•24m ago•0 comments

Show HN: SsrJSON: faster than the fastest Python JSON library

https://github.com/Antares0982/ssrJSON
1•antares0982•25m ago•0 comments

Adversarial multi-agent planning and deterministic pipeline execution for agents

https://github.com/elitecoder/forge-ai
1•surferbayarea•26m ago•1 comments

Why There Are So Many Image Formats [video]

https://www.youtube.com/watch?v=W31xBdl5tNA
1•nomilk•26m ago•0 comments

IBM shares plummet 13% after Anthropic COBOL announcement

https://www.forbes.com.au/news/investing/ibm-shares-plummet-13-worst-day-since-2000-after-anthrop...
3•GaryBluto•30m ago•1 comments

The Sender Sub-Language (C++) [pdf]

https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2026/p4014r0.pdf
1•gpderetta•30m ago•0 comments

Show HN: Use this to optimise your CV

https://www.cvcomp.com
1•prashasthajain1•31m ago•0 comments

Is it possible to manipulate your social-media algorithms?

3•JonnyDamnedFox•32m ago•0 comments

Copyright Can Survive in the Age of AI

https://www.ip.mpg.de/en/research/research-news/copyright-in-the-age-of-ai.html
1•JeanKage•34m ago•1 comments

Stick Hero controlled by trackpad pressure (Mac Force Touch, Safari playable)

https://stick-hero-pressure.vercel.app
1•booffa•35m ago•2 comments

SSH Virtual Hosting: No Host Header, but Public Key

https://blog.exe.dev/ssh-host-header
1•pvtmert•36m ago•1 comments
Open in hackernews

What if your QA engineer never slept?

1•GTCHO•9mo 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•9mo ago
I think you knowing someone who does this thing might be able to clue us into how well it works.
turtleyacht•9mo 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•9mo 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•9mo 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•9mo 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•9mo ago
If your QA staff are no better than an "AI" agent, dump them and hire better QA staff.
GTCHO•9mo 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.