frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Life-threatening blueberry recall upgraded to FDA's highest risk level

https://www.dailymail.co.uk/health/article-15591667/FDA-recall-blueberries-classifying-highest-ri...
1•Bender•12s ago•0 comments

I asked Claude for 37,500 random names, and it can't stop saying Marcus

https://github.com/benjismith/ai-randomness
1•benjismith•17s ago•0 comments

Wikipedia Is Down

https://en.wikipedia.org/wiki/Main_Page
1•tosh•1m ago•0 comments

LibreOffice resumes work on its self-hosted Google Docs alternative

https://www.xda-developers.com/libreoffice-resumes-work-on-its-self-hosted-google-docs-alternative/
1•speckx•2m ago•0 comments

Show HN: CodeSeeker – Knowledge graph code intelligence for AI coding assistants

https://github.com/jghiringhelli/codeseeker
1•juanghiri•2m ago•0 comments

AI might make mainframes more defensible, not less

https://exodus2026.substack.com/p/if-ai-can-modernize-cobol-then-we
1•jehuie•3m ago•0 comments

Show HN: Orca, open-source AI agent for deep LinkedIn profile analysis

https://github.com/DimiMikadze/orca
1•DimitriMikadze•3m ago•1 comments

Trump's MAHA influencer pick for surgeon general goes before Senate

https://arstechnica.com/health/2026/02/rfk-jr-ally-casey-means-faces-senate-for-surgeon-general-c...
1•Bender•3m ago•0 comments

Rowspace launches with $50M to help investors scale their alpha with AI

https://www.rowspace.ai/blog/series-a
4•rattray•5m ago•0 comments

White House list of media offenders

https://www.whitehouse.gov/mediabias/
1•sensanaty•6m ago•0 comments

AI-Assisted Jira Workflows and One-Shot Fixes with Kotlin Koog and OpenAI Codex

https://bitmovin.com/blog/ai-developer-workflows-jira-to-pull-request/
1•slederer•6m ago•0 comments

AI helps scam centers evade crackdown in Asia and dupe more victims

https://www.japantimes.co.jp/news/2026/02/10/asia-pacific/crime-legal/ai-scam-centers-asia-victims/
1•PaulHoule•6m ago•0 comments

Why Email Spam Looks Better Than Usual These Days

https://tedium.co/2026/02/25/vibe-coded-email-spam/
1•speckx•7m ago•0 comments

Show HN: Breathwork Tools – A free breathwork timeras a single HTML file

https://breathwork.tools
1•talktoconor•7m ago•1 comments

Why do office chairs have 5 legs? [video]

https://www.youtube.com/watch?v=kKt46Lch2bo
1•vinhnx•8m ago•0 comments

Our Computer Using agent just solved CAPTCHA up to Level 6

2•PrateekJ17•10m ago•0 comments

Long-term brain effects of Covid-19 vs. flu-key differences

https://medicalxpress.com/news/2026-02-term-brain-effects-covid-flu.html
1•bikenaga•11m ago•1 comments

Show HN: CMS-free in-place editable websites with Svelte (v2)

https://editable.website
1•_mql•11m ago•0 comments

MAME 0.286

https://www.mamedev.org/?p=560
3•chungy•12m ago•0 comments

Electric buses are passing a brutal cold-weather test in Wisconsin

https://grist.org/transportation/electric-buses-are-passing-a-brutal-cold-weather-test-in-wisconsin/
4•speckx•13m ago•1 comments

New technique to easily partition CSV files for parallel processing

https://github.com/medialab/xan/blob/master/docs/blog/csv_base_jumping.md
3•Yomguithereal•15m ago•1 comments

Show HN: How Much Did It Cost? Your Project on AI

https://dosaygo-studio.github.io/HMDIC/
2•keepamovin•15m ago•1 comments

Meta frees React to live in its own foundation

https://www.theregister.com/2026/02/25/meta_sends_react_to_live/
5•EDM115•15m ago•1 comments

CoreCollective for the next era of open collaboration for the Arm SW ecosystem

https://newsroom.arm.com/blog/introducing-corecollective
2•fork-bomber•16m ago•0 comments

Tax credits for solar panels are available, but the catch is you can't own them

https://www.npr.org/2026/02/20/nx-s1-5649474/solar-panel-tax-credit
2•toomuchtodo•16m ago•0 comments

Show HN: ShouldISwap – Compare crypto pair rates against historical averages

https://shouldiswap.com/
2•Herbyg•16m ago•0 comments

We Are the One and Only You

https://onefoottsunami.com/2026/02/25/we-are-the-one-and-only-you/
2•zdw•17m ago•0 comments

Dwitter Beta – Creative coding in 140 characters

https://korben.info/dwitter-beta-creative-coding-javascript.html
2•KilledByAPixel•17m ago•0 comments

Ghostly UV sparks light up forests as thunderstorms pass overhead

https://www.scientificamerican.com/article/ghostly-uv-sparks-light-up-forests-as-thunderstorms-pa...
2•mudil•18m ago•0 comments

Tell HN: I launched a focus app on Kickstarter – what I learned about friction

2•artzev_•19m ago•0 comments
Open in hackernews

Showcase-Tuning: A visual debugging workflow for AI-assisted rendering code

https://github.com/nerobowman/Showcase-tuning
1•nerobowman•1h ago

Comments

nerobowman•1h ago
I built a workflow (packaged as a Claude Code skill) called "showcase-tuning" for iterating on rendering/visual code with AI assistance.

The core idea: instead of describing UI bugs in text, you create a minimal "showcase" - an isolated, runnable version of just the visual component you're tuning. The AI can then iterate on it rapidly without side effects from the rest of the codebase.

It's framework-agnostic but works especially well for Android/mobile UI, canvas rendering, and anything where "you'll know it when you see it."

The repo includes the skill file for Claude Code so you can drop it straight into your workflow.

Would love feedback on the concept and whether others have tackled visual debugging with AI differently.