frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Sam Altman's Business Buddies Are Getting Burned

https://www.bloomberg.com/opinion/articles/2025-11-26/sam-altman-s-business-buddies-are-getting-b...
1•petethomas•19s ago•0 comments

Lasagna Cell

https://kaiserscience.wordpress.com/chemistry/electrochemistry/lasagna-cell/
1•choult•48s ago•0 comments

The Tesla Model Y Just Scored the Worst Reliability Rating in a Decade

https://www.autoblog.com/news/the-bestselling-tesla-model-y-just-scored-the-worst-reliability-rat...
2•whynotmaybe•7m ago•0 comments

Louise Herreshoff

https://en.wikipedia.org/wiki/Louise_Herreshoff
1•petethomas•7m ago•0 comments

Why I'm Building an App Platform for Robot Vacuums Instead of Humanoids

https://ovsy.com/posts/why-im-building-an-app-platform-for-robot-vacuums-instead-of-humanoids.html
1•iliaov•10m ago•0 comments

S&P cuts Tether stablecoin rating to 'weak' on disclosure gaps

https://www.reuters.com/business/finance/tethers-stablecoin-downgraded-weak-sp-assessment-2025-11...
3•JumpCrisscross•11m ago•0 comments

Rich and dynamic user interfaces with Flutter and generative UI

https://blog.flutter.dev/rich-and-dynamic-user-interfaces-with-flutter-and-generative-ui-178405af...
1•andsoitis•16m ago•0 comments

The 'Quiet Catastrophe' Brewing in Our Social Lives

https://podcasts.apple.com/us/podcast/the-ezra-klein-show/id1548604447?i=1000738305359
1•nkzednan•17m ago•0 comments

Flutter 3.38 and Dart 3.10: Building the future of apps

https://blog.flutter.dev/announcing-flutter-3-38-dart-3-10-building-the-future-of-apps-503429eeb685
1•andsoitis•17m ago•0 comments

Z-Image: Efficient Image Gen Model with Single-Stream Diffusion Transformer

https://tongyi-mai.github.io/Z-Image-homepage/
1•SerCe•17m ago•0 comments

OSMU Community member posts proof that certain Bitcoin mining pools are fugazi

https://github.com/mweinberg/stratum-speed-test/tree/main/findings
1•metaprinter•19m ago•0 comments

bonsai_term: A library for building dynamic terminal apps by Jane Street

https://github.com/janestreet/bonsai_term
2•azhenley•20m ago•0 comments

Solar's growth in US almost enough to offset rising energy use

https://arstechnica.com/science/2025/11/solars-growth-in-us-almost-enough-to-offset-rising-energy...
3•pseudolus•22m ago•0 comments

"we are not enron" says nvidia [video]

https://www.youtube.com/watch?v=ThUNhjblo24
3•xqcgrek2•25m ago•0 comments

Generative AI in Software Engineering Must Be Human-Centered [pdf]

https://www.cs.ubc.ca/~rtholmes/papers/jss_2024_russo.pdf
3•nextos•25m ago•0 comments

OpenAI Loses Key Discovery Battle as It Cedes Ground to Authors in AI Lawsuits

https://www.hollywoodreporter.com/business/business-news/openai-loses-key-discovery-battle-why-de...
2•CharlesW•28m ago•0 comments

Show HN: Splintr – Rust BPE tokenizer, 12x faster than tiktoken for batches

https://github.com/farhan-syah/splintr
1•fs90•29m ago•0 comments

Ask HN: Why would you downvote without replying?

1•txrx0000•29m ago•0 comments

How 'Stranger Things' Defined the Era of the Algorithm

https://www.nytimes.com/interactive/2025/11/26/arts/television/stranger-things-streaming-netflix....
1•pseudolus•31m ago•1 comments

Warning: The Fed Can't Rescue AI

https://paulkrugman.substack.com/p/warning-the-fed-cant-rescue-ai
3•xqcgrek2•35m ago•0 comments

Apple's Preventing Some Apps from Working on Older iPhones [video]

https://www.youtube.com/watch?v=WXqVV8_GORE
1•barbs•39m ago•0 comments

Collabora Online Desktop Released with Improved UI from LibreOffice

https://www.collaboraonline.com/blog/collabora-online-now-available-on-desktop/
1•nogajun•40m ago•0 comments

Why is OpenAI lying about the data its collecting on users?

3•kypro•41m ago•0 comments

What Does "Capitalism" Mean, Anyway?

https://www.newyorker.com/magazine/2025/12/01/capitalism-a-global-history-sven-beckert-book-review
2•pseudolus•41m ago•1 comments

SM9 – Chinese National Cryptography Standard

https://en.wikipedia.org/wiki/SM9_(cryptography_standard)
2•uneven9434•42m ago•0 comments

Taking down Next.js servers for 0.0001 cents a pop

https://www.harmonyintelligence.com/taking-down-next-js-servers
6•polymathist•43m ago•1 comments

IPSW.me – Download iOS Firmware

https://ipsw.me/
1•uneven9434•44m ago•0 comments

Designable Emergence: The Next Frontier After the Artificial Nucleolus

https://medium.com/@peter_9588/designable-emergence-the-next-frontier-after-the-artificial-nucleo...
1•aniijbod•47m ago•0 comments

2025 Edelman Trust Barometer Flash Poll: Trust and AI at a Crossroad [pdf]

https://www.edelman.com/sites/g/files/aatuss191/files/2025-11/2025%20Edelman%20Trust%20Barometer%...
2•layer8•47m ago•0 comments

Beep-8: A Fantasy Console with an ARM-Based Architecture and C/C++ SDK

https://github.com/beep8/beep8-sdk
4•beep8_official•49m ago•1 comments
Open in hackernews

Show HN: API Testing and Security with AI

https://qodex.ai/
8•siddhant_mohan•6mo ago

Comments

anuragdt•6mo ago
Generating tests is good, but how to handle the updating tests? Also how will you handle the flakiness and side effects of AI models?
siddhant_mohan•6mo ago
We handles flakiness with retries, smart waits, and isolation, while side effects are avoided using clean setups, teardowns, and state-safe mocks. Each tests scenarios are independent of each other and can be configured in a way to have prerequisite to setup the system and the post callback to cleanup the system

About updating test scenarios, we map it with your github commits and when a new commits come, we use the diff to figure out if tests failing are because of a bug or because of a new feature.

kshitijzeoauto•6mo ago
It claims to plug into your CI pipeline, detect what changed, and generate relevant test cases using LLMs.

As someone who’s struggled with stale or missing tests—especially in fast-moving codebases—I find this idea quite compelling. But I’m also curious about how it handles:

Contextual understanding across large codebases (e.g., multiple modules touched in a PR) Avoiding flaky or non-deterministic tests Matching team-specific coding styles or conventions