frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

France helped Israel to build the Dimona nuclear power plant

https://theaviationgeekclub.com/the-story-of-how-france-helped-israel-to-build-the-dimona-nuclear-power-plant-and-then-imposed-an-arms-embargo-on-tel-aviv/
1•dnemmers•54s ago•0 comments

How political cartoonists are bringing AI into their work

https://www.niemanlab.org/2025/06/i-dont-want-to-outsource-my-brain-how-political-cartoonists-are-bringing-ai-into-their-work/
1•gmays•1m ago•0 comments

Australian says he was targeted for deportation for reporting on Gaza protests

https://www.theguardian.com/australia-news/2025/jun/15/australian-deported-from-us-says-he-was-targeted-due-to-writing-on-pro-palestine-student-protests
1•cempaka•4m ago•1 comments

WTF happened to IAB Europe's TCF – and what it means for targeted ads in the EU?

https://digiday.com/marketing/wtf-just-happened-to-the-iab-europes-tcf-and-what-does-it-mean-for-targeted-ads-in-the-eu/
1•dotcoma•6m ago•0 comments

Us-China Metals Fight Finds New Home in Congo's Cobalt Mines

https://www.bloomberg.com/features/2025-congo-china-cobalt/
1•NN88•8m ago•1 comments

iOS 26: Messages will let you copy just part of a text message

https://9to5mac.com/2025/06/16/ios-26-imessage-copy-part-of-a-message/
1•miles•8m ago•0 comments

NH jury acquits consultant behind AI robocalls mimicking Biden on all charges

https://apnews.com/article/ai-robocalls-new-hampshire-biden-kramer-e87ef8848a2a6515202535a6e800da07
2•nradov•9m ago•0 comments

Japan builds near $700M fund to lure foreign academic talent

https://www.theregister.com/2025/06/16/japan_has_a_yen_for/
3•rntn•9m ago•0 comments

Ask HN: What does self-organizing notes mean to you?

1•tofficer•11m ago•0 comments

I Joined Doge

https://www.npr.org/2025/06/13/1254121714/doge-staffer-sahil-lavingia-musk-va-fired
1•fortenforge•13m ago•0 comments

An independent Russian website reveals links between Telegram and Russian FSB [video]

https://www.youtube.com/watch?v=x2nYBqXGr40
4•darkhorn•18m ago•0 comments

Bicycle Technology (1973) [pdf]

https://notfine.com/bikes/articles/Scientific_American-Mar1973-Bicycle_Science.pdf
1•85392_school•18m ago•0 comments

Rav1e: The fastest and safest AV1 encoder

https://github.com/xiph/rav1e
1•nateb2022•19m ago•0 comments

IBM Schools Computer System Unit

https://hackaday.com/2024/09/11/ibms-1969-educational-computing/
1•nxobject•19m ago•0 comments

Amazon Signs 141,000 Square Foot Silicon Valley We Work Lease Amid RTO Mandate

https://finance.yahoo.com/news/amazon-signs-141-000-square-154620034.html
2•randycupertino•20m ago•0 comments

How to Be More Agentic

https://usefulfictions.substack.com/p/how-to-be-more-agentic
1•gmays•21m ago•0 comments

Stop Writing Brittle Playwright Tests: Why YAML-Based Testing Is the Future

https://medium.com/@oxtiger/stop-writing-brittle-playwright-tests-why-yaml-based-testing-is-the-future-5cc90a81bfa2
2•suchuanyi•21m ago•0 comments

Kubernetes Slack will be changing into a standard free Slack on June 20, 2025

https://github.com/kubernetes/community/blob/master/communication%2Fslack-migration-faq.md
1•gpi•23m ago•1 comments

Show HN: I built a job hunting tool that boosted my interview rate 6x

1•kaly_codes•24m ago•1 comments

Open-Source RISC-V: Energy Efficiency of Superscalar, Out-of-Order Execution

https://arxiv.org/abs/2505.24363
2•PaulHoule•25m ago•0 comments

Sincerity Wins the War

https://www.wheresyoured.at/sic/
2•treadump•26m ago•0 comments

Canva to job candidates: Thou shalt use AI during interviews

https://www.theregister.com/2025/06/11/canva_coding_assistant_job_interviews/
3•odo1242•26m ago•0 comments

Modern CSS Daily

https://modern-css.davecross.co.uk//
1•davorg•26m ago•1 comments

AI-driven ID fraud surges 195% globally

https://www.scworld.com/brief/ai-driven-id-fraud-surges-195-globally
4•Bender•27m ago•0 comments

Dark web AI service abuses legitimate open-source models

https://www.scworld.com/news/dark-web-ai-service-abuses-legitimate-open-source-models
1•Bender•27m ago•0 comments

270K websites injected with 'JSF-ck' obfuscated code

https://www.scworld.com/news/270k-websites-injected-with-jsf-ck-obfuscated-code
1•Bender•28m ago•0 comments

Deceptive Patterns

https://www.deceptive.design/
1•elsewhen•29m ago•0 comments

Unboxing Yahboom Robotic Arm with Jetson Orin Nano

https://aishnick.com/unboxingyahboom/
1•agcat•29m ago•0 comments

UI, Pure and Simple [video]

https://www.youtube.com/watch?v=AGTDfXKGvNI
1•winkywooster•33m ago•0 comments

Pressing E with the Thumb? (2020)

https://precondition.github.io/pressing-e-with-the-thumb
2•tosh•34m ago•0 comments
Open in hackernews

Left Google to solve documentation hell: What if your tests could write your doc

https://test2doc.com/
1•dethstrobe•5h ago

Comments

dethstrobe•5h ago
I recently left Google. I made a post explaining why, if anyone is interested. (Warning: it's pretty long) https://dethstrobe.com/blog/20250522-google/

Anyway, the ball is currently in the employer's court and the idea of exchanging one faceless master for another doesn't immediately sound appealing, so I figured I'll try to solve a pain point that I've experienced for a while.

Full transparency: I don't have the MVP working just yet. But what I'm trying to do is gauge genuine demand for an idea before I go all in.

*What if we could generate documentation from tests?*

Having documentation become stale sucks. Keeping docs up to date is hard.

Tests already verify the actual behavior of your system, so they can't lie about what your code does. They're living documentation that's always in sync with reality.

What if we could turn tests into docs that non-technical team members can actually use, or even the public?

It'd be great for onboarding new team members, giving product documentation for everything that's already been implemented, and–assuming we can come up with some best practices on how to write these tests–can even help reduce help desk calls as public facing documentation can self update on every deploy.

And I think we can. I'm currently playing around with this, but the theory is I can use Playwright, create a custom reporter for it, and it'll generate markdown you can use in something like Docusaurus.

That's not the paid product. That'll be an open source library that I'll give away.

But what I want to know is, would you be interested in paying for a SaaS platform that will host the docs and have integrations with:

* Github - allow non-technical to make PRs to update copy (code is the source of truth)

* JIRA – Link to the original requirements and vice versa

* Google Doc style comments for collaborative feedback

* On-prem support if you're paranoid and want to keep your secret docs away from public eyes

Check out my totally original unique landing page if these pain points are something you can relate to and I'm looking for feedback on this idea. Does it have legs? Does this address a problem you see at your company? Do you want help writing better tests to have better documentation for your codebase?

evrflx•5h ago
I like the idea! We use it actually for a financial application we develop for a bank. We use spring test docs with tests to create example api calls with answers, run reference calculations as part of the test and record the outcome and decisions Both become part of the documentation rendered with asciidoc. We added custom annotations to add documentation snippets thorough the code in addition to using drools and recording the ruleset as well. Feedback is great! But it is no generic approach and involved quite some effort for infrastructure and ongoing maintenance. But well worth the effort given the stakes involved.

Perhaps this helps you as feedback. I am curious how your approach will turn out.

dethstrobe•5h ago
That's great to know. I was thinking about tackling this from the highest level of abstraction first, so the user interface. I plan on supporting Playwright first for MVP, and then expanding in to Cypress, and maybe even unit testing frameworks.

I feel like backend API documentation is kind of handled with things like Swagger.

How do you think your in house solution compares to something like Swagger or Javadoc?

One of my personal fears (which might be a bit unfounded) since Swagger and Javadoc are generated based off of code comments, and not tests, and there is a possibility that they could get out of sync with implementation. But that might be unfounded. When I worked on Java and wrote unit tests and generated Swagger docs, we never actually ran in to the problem of these things becoming out of sync.

I theorize that the front end isn't as well disciplined as it is in the backend world as well. Which is where I think this idea of Test2Doc will really shine.

owebmaster•5h ago
Nobody cares about the "left Google" part.