frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Show HN: Dotenv-Diff v3.0.0

https://github.com/Chrilleweb/dotenv-diff
1•chrillemn•16s ago•0 comments

Understanding the Dynamics of the AI Ecosystem with Pace Layers

https://www.dbreunig.com/2026/07/03/ai-ecosytem-pace-layers.html
1•gmays•2m ago•0 comments

Meta's Muse Image vs. the best image models you can use

https://www.tryai.dev/blog/meta-muse-image-vs-top-ai-image-models
1•hershyb_•3m ago•0 comments

Show HN: Gawk CLI – a live AI update feed in your terminal

https://github.com/Neelagiri65/gawk-cli
1•gawkdev•3m ago•0 comments

All Cars Sold in the EU Now Require a Camera Aimed at Your Face

https://allaboutcookies.org/eu-mandatory-distracted-driver-system
2•nickslaughter02•3m ago•0 comments

The Simple Genius of Jon Klassen

https://www.newyorker.com/books/page-turner/the-simple-genius-of-jon-klassen
1•petethomas•4m ago•0 comments

Nuxel – live wallpapers for macOS, including the lock screen

https://nuxel.io/
1•mjperx•5m ago•0 comments

Code maintainability plummets in the AI coding era

https://leaddev.com/ai/code-maintainability-plummets-in-the-ai-coding-era
1•gukov•5m ago•0 comments

Low-cost OSS maskless photolithography stepper for microfabrication (2025)

https://arxiv.org/abs/2510.15082
1•wslh•6m ago•0 comments

A Windows shutdown scheduler that detects when downloads finish

https://github.com/ElAlehYT/Windows-Shutdown-Scheduler
1•elalehyt•7m ago•0 comments

How Steve Hilton's Wife, Rachel Whetstone, Conquered California

https://sfstandard.com/2026/07/06/rachel-whetstone-steve-hilton-wife-california-governor/
1•aanet•11m ago•0 comments

Parallel development in tmux* with Git worktrees

https://github.com/raine/workmux
2•guga42k•11m ago•1 comments

Why TypeScript 7.0 Was Rewritten in Go

https://spf13.com/p/go-the-agentic-language/
7•porjo•14m ago•0 comments

Tribler – Privacy using Tor-inspired onion routing

https://tribler.org/index.html
1•rldjbpin•16m ago•0 comments

Write That Blog

https://writethat.blog/
1•cyndunlop•17m ago•0 comments

Men's average testosterone levels have halved in last 50 years

https://www.theguardian.com/society/2026/jul/07/mens-average-testosterone-levels-have-halved-in-l...
3•samizdis•18m ago•2 comments

We charge $10k a week to delete AI-generated code

https://odra.dev/slopfix/
4•zie1ony•18m ago•1 comments

The universe is an interference pattern. Here's the equation

https://github.com/kuwrom/one-field
1•kuwrom•20m ago•0 comments

LOL Storage Bug on Microsoft Windows 11 Could Eat Up 500 GB Disk Space

https://itsfoss.com/news/windows-11-cam-bug/
4•abdelhousni•22m ago•0 comments

A launch playbook your coding agent can run – it launched itself

https://github.com/tonypls/agentic-product-launch
1•t-van•23m ago•0 comments

IKEA-Style Wind Turbines Could Change Offshore Energy [video]

https://www.youtube.com/watch?v=YjoOBTO6Gtg
1•simonebrunozzi•25m ago•0 comments

Lingbot Vision

https://technology.robbyant.com/lingbot-vision
1•E-Reverance•27m ago•0 comments

Akira 4K Theatrical Re-release September 4

https://www.inverse.com/entertainment/akira-rerelease-2026
1•slyrus•27m ago•0 comments

Catnip lotion as effective as Deet at repelling mosquitoes

https://www.theguardian.com/global-development/2026/jul/07/catnip-lotion-as-effective-as-deet-at-...
1•speckx•29m ago•0 comments

Meta facing $1.4T in lawsuits over social media addiction

https://www.engadget.com/2209332/meta-is-facing-1-4-trillion-in-state-lawsuits-over-social-media-...
3•jumploops•29m ago•1 comments

A Cursor Sandbox Escape Shows Why AI Agents Need Kernel Boundaries

https://medium.com/@Koukyosyumei/a-cursor-sandbox-escape-shows-why-ai-agents-need-kernel-boundari...
1•syumei•30m ago•0 comments

Open Source Game Dev Agent

https://github.com/legojazz/OpenGenie
1•legojazz•30m ago•1 comments

A narrow majority voted to reinstate Chat Control 1.0

https://howtheyvote.eu/votes/195338
2•latexr•33m ago•0 comments

Reconciling Enterprise AI Revenue: A Methodological Crosswalk [pdf]

https://static.philippdubach.com/pdf/reconciling-enterprise-ai-revenue-2025.pdf
1•toomuchtodo•35m ago•0 comments

Behind Xbox's Big Layoffs, a Streaming Strategy That Failed

https://www.bloomberg.com/news/articles/2026-07-07/behind-xbox-s-big-layoffs-a-streaming-strategy...
4•ndiddy•36m ago•1 comments
Open in hackernews

Doing front end changes via LLMs is pain in the a*

https://github.com/mi60dev/visionaire-engine
1•mishonyAI•1h ago

Comments

mishonyAI•1h ago
Most of the devs that have something to do with web design and frontend changes might have encountered this problem when vibe coding or trying to change some design or CSS via LLMs. What typically happens is either the LLM would change not only what was requested but bunch of other unneeded elements or it would change multiple elements, when the request was for a single one. I am sure that there can be given countless other examples like this.

The problem I believe lies in the lack of context and vision that the LLM has across sessions and prompts - at best it would open a browser and try to work through the prompt and solve whatever is needed.

What I did was building an MCP that harnesses the LLM to pinpoint the exact issue by giving context about what actually renders on the page and giving a clearer picture of how styles and scripts of the app or site render. In my opinion this solves the issue to an extent that doing design changes are now more reliable and stable. Changes done with my MCP are delivered in a more consistent manner across chat sessions and prompts.

I did some tests and actually am pretty happy with the end result and now need to popularize this MCP so that I can improve it and get more feedback, because my dev stack is only CSS and JS.

I would appreciate it if someone that experiences similar issues try my mcp and share their feedback or even just join the discussion and share their insights, solutions or show how this is adressed via other tools out there.

I called the MCp Visionaire MCP and it is available on github. It works with any MCP client (Claude Code, Copilot, Cursor), it's free and open source. Thanks!