frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Canon's rumored retro camera could be its own X Half

https://m.dpreview.com/articles/1229448777/canon-analog-concept-camera-cpplus-x-half
1•PaulHoule•25s ago•0 comments

Malicious NPM "Sandworm" packages targeting AI toolchains and DevSecOps

https://phoenix.security/sandworm-mode-npm-supply-chain-worm/
1•nuzzl•55s ago•1 comments

Show HN: I built an AI tool that analyzes your Discogs vinyl collection

https://recordsv.lt
1•herrstagl•1m ago•0 comments

Spectre I prevents smart devices and AI recorders from picking up your voice

https://www.deveillance.com/
1•world2vec•1m ago•0 comments

Google isn't waiting – the 30 percent Android app store fee is dead

https://www.theverge.com/policy/889252/google-app-store-fee-reduction-20-percent-epic-v-google
1•agent86•2m ago•1 comments

Cameras built to police Iranians became the regime's Achilles' heel

https://royapakzad.substack.com/p/youre-welcome-mr-supreme-leader
1•benbreen•3m ago•0 comments

Infinite Jest belongs in the techno-optimist canon

https://danco.substack.com/p/infinite-jest-belongs-in-the-techno
1•surprisetalk•3m ago•0 comments

I made my whole-home humidifier slightly less terrifying [video]

https://www.youtube.com/watch?v=tCVsyY5TRQI
1•surprisetalk•3m ago•0 comments

Archival Selves

https://contraptions.venkateshrao.com/p/archival-selves
1•surprisetalk•3m ago•0 comments

GitHub Copilot is now #3 in VS Code installs behind Claude/OpenAI

https://twitter.com/AznWeng/status/2029575624591913132
1•AznHisoka•3m ago•0 comments

Comprehensive check and Productivity tool for vibecoders. Has a team mode too

https://github.com/akshan-main/vibe-check/blob/main/README.md
1•frutigeraerosol•4m ago•1 comments

Research shows 41 US states are getting warmer, all in slightly different ways

https://phys.org/news/2026-02-states-warmer-slightly-ways.html
1•bikenaga•4m ago•0 comments

Show HN: Selva – Amazon for AI Agents

https://www.useselva.com/
1•jpbonch•4m ago•0 comments

Galileo's handwritten notes found in ancient astronomy text

https://www.science.org/content/article/galileo-s-handwritten-notes-found-ancient-astronomy-text
1•tzury•4m ago•0 comments

So what project management tool you use to orchestrate your agent team?

1•autojunjie•5m ago•0 comments

Minimizing user research fraud in the age of agentic AI

https://www.buttonevents.com/blog/minimizing-user-research-fraud-in-the-age-of-agentic-ai
1•verdverm•6m ago•0 comments

My Git-worktree setup using worktrunk and caddy

https://xata.io/blog/my-git-worktree-setup-using-worktrunk-and-caddy
1•gk1•7m ago•0 comments

Pair Programming Is Having a Renaissance

https://twitter.com/dabit3/status/2029595180882698740
1•dabit3•8m ago•0 comments

The Great Transition

https://danielmiessler.com/blog/the-great-transition
1•gmays•9m ago•0 comments

Reverse-Engineering O2Jam Network

https://dev.cxo2.me/reversing-o2jam-network/
1•speps•10m ago•0 comments

Show HN: Ouroboros – Post-quantum P2P messenger with zero servers

https://github.com/OmarPrampolini/Ouroboros
1•OmarPrampolini•10m ago•0 comments

How can a MacBook Neo cost the same as an iPhone 17e?

https://www.reddit.com/r/hardware/s/TKr7XxexBU
1•nixass•10m ago•0 comments

Ask HN: Android tablet, iPad or e-ink tablet, which device for reading?

1•Bridged7756•11m ago•0 comments

Show HN: Tracemap – run and visualize traceroutes from probes around the world

https://tracemap.dev/
2•solhuang•11m ago•2 comments

Live Metadata for What's Playing on Every Station Is Here

https://audiophile.fm/blog/live-metadata-currently-playing-internet-radio
1•bojanvidanovic•12m ago•0 comments

GitHub Actions is shitting the bed again

https://www.githubstatus.com/incidents/g5gnt5l5hf56
4•drcongo•13m ago•2 comments

Ctrl-C in psql gives me the heebie-jeebies

https://neon.com/blog/ctrl-c-in-psql-gives-me-the-heebie-jeebies
1•gmac•13m ago•0 comments

Altman takes jabs at Anthropic, says govt should be more powerful than companies

https://www.cnbc.com/2026/03/05/open-ai-altman-anthropic-pentagon-war.html
1•nickthegreek•13m ago•0 comments

AI Tools Creating "Convenience Loops" That Reshape Developer Language Choices

https://www.infoq.com/news/2026/03/ai-reshapes-language-choice/
1•mikece•13m ago•0 comments

Passing around Specs instead of Software

https://bsky.app/profile/maggieappleton.com/post/3mgcheix3rk2o
1•cyanbane•14m ago•0 comments
Open in hackernews

Show HN: Neo – AI-powered native .NET desktop app generator

1•hfriedrich•1h ago
https://youtu.be/6OZxm7ZEVU0

I spent a while building N.E.O. (Native Executable Orchestrator) – an AI-powered tool that turns natural language prompts into compiled, live, running .NET desktop applications. Think of it like ChatGPT Canvas or Claude Artifacts, but for native Windows apps. Not mockups or web previews — actual (optionally sandboxed) binaries.

My core philosophy for this was frictionless setup. The tool requires absolutely no SDKs. All it needs is the standard .NET runtime. No .NET SDK, no Node.js, no manual environment configurations. If your prompt requires Python, N.E.O. automatically downloads and sets up the necessary environment under the hood. From a user perspective: download the installer, set your API keys, type a prompt, and it works.

I'm a teacher, not a Silicon Valley startup founder — I started this as a fun side project. At some point, I tried to make this a commercial product, but I suck at marketing and it didn't work out. :) But before I let the software collect dust, I wanted to ask HN: is this worth polishing and open-sourcing?

What N.E.O. does: - Instant Native UI: You type a prompt like "build me a dashboard with live charts" and the tool generates a running native desktop app (WPF or Avalonia) right before your eyes. - Natural Language Iteration: Describe changes in plain language. The AI applies diffs, recompiles (without an SDK!), and the app updates instantly. - Hybrid Stack Capabilities: You can mix native (C#), web (React), and Python in a single app. For example: "Build a stock analyzer with a React-based interactive chart, and use Python for the statistical calculations" — N.E.O. will embed the web components and Python environment behind a native UI.

Some technical details that might interest you: - SDK-less Compilation: Compiles C# on the fly without the .NET SDK. NuGet and Python dependencies are fetched automatically on demand. - Self-Healing: Errors are fed back to the AI automatically. Even runtime crashes trigger automatic repair loops. - Visual Click-to-Edit: Click any control in the running app (WPF only), and a basic property editor appears. - Security & Sandboxing: Dual-layer security (14 heuristic rules + AI semantic risk assessment) before applying generated code. Apps can also be run in an optional Windows AppContainer sandbox to restrict network and file access. - Branching Undo/Redo: The history is not a linear stack, but a tree. Explore different design directions and easily revert to any branch. - Cross-Platform Export: Export native WPF apps for Windows, or generate Avalonia UIs that can be exported for Windows, Linux, and macOS. - Apps Can Call AI: The resulting applications can themselves use Claude/GPT/Gemini/Ollama/ LM Studio at runtime via an automatically exposed API.

What I'm honestly wondering:

Desktop app builders feel like an abandoned category. Everyone is building web-first AI code generators. But aren't there still domains where desktop wins — enterprise internal tools, offline apps, hardware access, kiosk systems? I teach C# and WPF for a living, and one of my main motivations for building N.E.O. was to stress-test the entire C# toolchain: where exactly does an AI-driven native app generator hit a wall because essential APIs, tooling, or framework support is missing?

Is this worth polishing and open-sourcing as a community project, or should I just move on and try to perfect my brownie recipe?

The code is messy and far from perfect, but the core architecture works. Happy to answer any questions about the implementation!