frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

AI "Actor" Tilly Norwood: Young, Ambitious & "End of the Industry as We Know It"

https://www.vanityfair.com/hollywood/story/ai-actor-tilly-norwood-controversy-hollywood-reacts
1•bookofjoe•54s ago•1 comments

Show HN: I got tired of spreadsheets, so I built a Python GUI to track invoices

https://github.com/thornumak/Invoice-Management-System
1•rytisg•1m ago•0 comments

Offline: When a Pacific island was cut off from the internet

https://www.theguardian.com/news/2025/sep/30/tonga-pacific-island-internet-underwater-cables-volc...
1•laurex•1m ago•0 comments

Rebuilding Devin for Claude Sonnet 4.5: Lessons and Challenges

https://cognition.ai/blog/devin-sonnet-4-5-lessons-and-challenges#what-were-exploring-next
1•janpio•1m ago•0 comments

Claude Sonnet 4.5 is probably the "best coding model in the world"

https://simonwillison.net/2025/Sep/29/claude-sonnet-4-5/
1•gmays•3m ago•0 comments

Creating Web Applications with Julia

https://www.digitalocean.com/community/tutorials/web-applications-with-julia
1•leephillips•3m ago•0 comments

Socials by Postpaddy

1•Postpaddy•3m ago•0 comments

We do not support opt-out forms

https://consciousdigital.org/why-we-do-not-support-opt-out-forms/
2•yoaviram•4m ago•0 comments

Use Git Push Origin Head to Quickly Push the Checked Out Branch

https://nickjanetakis.com/blog/use-git-push-origin-head-to-quickly-push-the-checked-out-branch
1•mohi-kalantari•5m ago•0 comments

The Weirdness of the Dirty Tissue Problem

https://fields.medium.com/the-weirdness-of-the-dirty-tissue-problem-56ad2a0af15f
1•mooreds•7m ago•0 comments

Does Google want to kill the web?

https://www.computerworld.com/article/4065060/does-google-want-to-kill-the-web.html
2•CrankyBear•7m ago•0 comments

Pop Checkmail on Gmail Web to be discontinued starting Jan 2026

https://support.google.com/mail/answer/16604719?hl=en
2•_mnt•7m ago•2 comments

Social Media, Young Voters, and the Challenges to the Open Society

https://www.mdpi.com/2076-0760/14/9/542
1•PaulHoule•7m ago•0 comments

IaC vs. System Initiative

https://docs.systeminit.com/reference/iac-comparison
1•nickstinemates•9m ago•1 comments

Claude Code 2.0 Router – Aligning LLM routing to preferences, not benchmarks

https://github.com/katanemo/archgw/tree/main/demos/use_cases/claude_code
2•honorable_coder•10m ago•1 comments

Afghan women lose their 'last hope' as Taliban shuts down internet

https://www.bbc.co.uk/news/articles/c98dmq03n92o
2•pera•10m ago•1 comments

The death spiral of the American working man

https://thehill.com/opinion/finance/5528062-gender-flip-job-crisis/
1•qwertyuiop_•11m ago•2 comments

Adobe Premiere Now Delivers Fast, Pro-Quality Video Editing on Mobile

https://news.adobe.com/news/2025/09/adobe-premiere-now-delivers-fast-pro-quality-video-editing-mo...
1•tosh•11m ago•0 comments

Modal raises $87M to build AI-native primitives

https://modal.com/blog/announcing-our-series-b
1•birdculture•11m ago•0 comments

Austria's military switches from Microsoft Office to LibreOffice

https://blog.documentfoundation.org/blog/2025/09/30/austrias-military-switches-from-microsoft-off...
2•skilled•11m ago•0 comments

Why Japan Has Blue Traffic Lights Instead of Green

https://www.jalopnik.com/1979625/why-japan-has-blue-traffic-lights-instead-of-green/
1•bookofjoe•12m ago•0 comments

How the AI bubble ate Y Combinator

https://www.inc.com/sam-blum/how-the-ai-bubble-ate-y-combinator/91240632
9•davidw•12m ago•0 comments

Australian journalist arrested in Thailand at Malaysia's request

https://www.asiasentinel.com/p/thailand-arrest-journalist-murray-hunter-critic-malaysia-request
1•nomilk•14m ago•0 comments

Designer biobots made from human lung cells

https://engineering.cmu.edu/news-events/news/2025/09/26-ciliabot.html
1•gmays•15m ago•0 comments

Brains Burn Fatty Acids

https://www.nature.com/articles/s42255-025-01367-x
1•DaveZale•18m ago•0 comments

Enterprise AI: It's all about the proprietary data

https://www.constellationr.com/blog-news/insights/enterprise-ai-its-all-about-proprietary-data
1•speckx•18m ago•0 comments

AI chip firm Cerebras raises $1.1B

https://finance.yahoo.com/news/ai-chip-firm-cerebras-raises-130319879.html
1•mzl•19m ago•0 comments

AWS washing their hands this halloween

https://docs.aws.amazon.com/AmazonS3/latest/API/APISoap.html?ck_subscriber_id=2930403293&utm_sour...
1•pbd•19m ago•1 comments

Hosting for Starlink / Hosting on Starlink

4•qdotme•19m ago•0 comments

BrowserPod: In-browser full-stack environments for IDEs and Agents via WASM

https://labs.leaningtech.com/blog/browserpod-annoucement
2•apignotti•23m ago•0 comments
Open in hackernews

Show HN: An interactive Qiskit Playground with in-browser circuit visualization

https://quantumlings.com/sandbox
1•accelerationa•1h ago
Hi HN,

I've been looking for a way to quickly prototype simple Qiskit circuits without the friction of a local Python setup, so I decided to build a tool for it.

This is a browser-based playground that not only runs your Qiskit code but helps you truly understand what it's doing through visualization.

The key features are the interactive simulations:

- Step-by-step animations: You can watch exactly how the statevector evolves as each gate in your circuit is applied.

- Customizable inputs: Instantly change the initial state (e.g., from |00⟩ to |10⟩) and re-run the simulation to see how it affects the outcome.

- “X-Ray" inspection: Click on any point between gates to inspect the statevector in the middle of the computation, not just at the end.

This is very much an alpha preview. To get it out quickly for feedback, it only supports a limited set of the most common gates (H, X, CNOT, measure, etc.). My goal right now isn't perfection, but to validate if a tool like this is useful for the community.

The backend runs the Python code in a secure sandboxed environment, executes it with the Qiskit library, and then sends the circuit data and simulation results back to the frontend for visualization.

I would be incredibly grateful for your feedback. Is a tool like this useful? What are the most important Qiskit features or gates you'd need for it to be part of your workflow?