frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Starbuck v. Google LLC N25C-10-211 (Del.Super. Oct.22,2025) [pdf]

https://fingfx.thomsonreuters.com/gfx/legaldocs/mopadxyaeva/STARBUCKGOOGLEDEFAMATIONLAWSUITcompla...
1•1vuio0pswjnm7•2m ago•0 comments

AI Orchestration for Operational Real-Time Network Analysis

https://dimaggi.com
1•tenywan•2m ago•1 comments

Looking for an influencer to help with agentic e-commerce app for fashion

1•kuma0177•2m ago•0 comments

Starbuck v. Googlle LLC N25C-10-211 (Del.Super. Oct.22,2025) [pdf]

https://fingfx.thomsonreuters.com/gfx/legaldocs/mopadxyaeva/STARBUCK%GOOGLE%DEFAMATION%LAWSUIT%co...
1•1vuio0pswjnm7•2m ago•0 comments

What caused the large AWS outage?

https://blog.pragmaticengineer.com/aws-outage-us-east-1/
2•robin_reala•4m ago•0 comments

How Immigration Has Remade Canada [video]

https://www.youtube.com/watch?v=uz-Sx8lXeXk
1•jjangkke•4m ago•0 comments

NBA player among 30 arrested for gambling scheme that included X-ray poker table

https://www.theguardian.com/sport/2025/oct/23/heats-rozier-and-blazers-coach-billups-reportedly-a...
1•whycome•5m ago•1 comments

Microsoft makes Copilot "human-centered" with a '90s-style animated assistant

https://arstechnica.com/gadgets/2025/10/microsoft-makes-copilot-human-centered-with-a-90s-style-a...
1•pseudolus•6m ago•0 comments

Zram Performance Analysis

https://notes.xeome.dev/notes/Zram
1•enz•7m ago•0 comments

Stone Tools: Exploring retro productivity software from the 8/16-bit era

https://stonetools.ghost.io/
1•PaulHoule•12m ago•0 comments

A Return to Discovery

https://analoghobbyist.bearblog.dev/a-return-to-discovery/
1•speckx•15m ago•0 comments

ADP stopped data sharing with Fed

https://prospect.org/2025/10/21/fed-making-key-economic-decisions-without-data/
2•jimmydoe•16m ago•0 comments

I built this AI photography app for small brands

https://pixelshot.ai/
1•ozgrozer•17m ago•2 comments

Bay Area tech startup will play the villain in a new TV drama

https://www.sfgate.com/sf-culture/article/bay-area-tech-startup-villain-tv-drama-21114640.php
2•jedberg•19m ago•2 comments

Show HN: Front end says back end changed again? Stop that with middlerok

https://www.middlerok.com/
1•rokontech•20m ago•0 comments

The Muscular Compassion of "Paper Girl"

https://www.newyorker.com/books/page-turner/the-muscular-compassion-of-paper-girl
4•mitchbob•22m ago•1 comments

Collatz Automata

https://gbragafibra.github.io/2025/10/23/collatz_automata.html
1•Fibra•22m ago•0 comments

What antidepressants do to your brain and body

https://www.telegraph.co.uk/health-fitness/wellbeing/mental-health/what-antidepressants-do-to-you...
2•wjb3•25m ago•0 comments

Linux Proposed Cache Aware Scheduling Benchmarks Show Big Potential on AMD Turin

https://www.phoronix.com/review/cache-aware-scheduling-amd-turin
2•rbanffy•26m ago•0 comments

Cyberthreats surge against US logistics infrastructure

https://www.freightwaves.com/news/cyberthreats-surge-against-us-logistics-infrastructure
1•crescit_eundo•27m ago•0 comments

Trump pauses federal surge to San Francisco

https://sfstandard.com/2025/10/23/lurie-trump-calls-off-federal-surge-san-francisco/
4•jzelinskie•27m ago•0 comments

Beyond Arithmetic: Understanding Computation and Computers

https://madeunraveled.xyz/blog/computation_revisited
1•rhythane•27m ago•0 comments

Avocados, auto parts, and ambushes: Inside Mexico's cargo theft crisis

https://www.freightwaves.com/news/avocados-auto-parts-and-ambushes-inside-mexicos-cargo-theft-crisis
1•crescit_eundo•27m ago•0 comments

Fat-chomping enzyme that moonlights as gene regulator could treat obesity

https://www.science.org/content/article/fat-chomping-enzyme-moonlights-gene-regulator-could-point...
1•rbanffy•28m ago•0 comments

Shahed-136 prototype was created in 1980s Germany, and it was called DAR

https://en.defence-ua.com/news/first_shahed_136_prototype_was_created_in_germany_in_the_1980s_and...
3•hooch•28m ago•0 comments

Trump pardons Binance founder Changpeng Zhao, high-profile cryptocurrency figure

https://apnews.com/article/trump-pardon-binance-changpeng-zhao-crypto-exchange-e1cb3fe516bc42b4c7...
7•philips•29m ago•1 comments

The Great AdTech Fork: Prebid vs. OpenAds

https://mixpeek.com/blog/prebid-openads-fork-2025
1•Beefin•29m ago•0 comments

Show HN: xCapture v3 for thread-level dimensional performance analysis with eBPF

https://tanelpoder.com/posts/xcapture-xtop-beta/
2•tanelpoder•31m ago•0 comments

Ireland Becomes an Associate Member State of CERN

https://www.interactions.org///press-release/ireland-becomes-an-associate-member-state-of-CERN
1•elashri•34m ago•0 comments

Use of full-body restraints during deportation raises humanitarian concerns

https://apnews.com/article/immigration-deportations-trump-administration-civil-rights-84309f534c6...
1•anigbrowl•35m ago•0 comments
Open in hackernews

Show HN: OpenAI ChatGPT App starter DevXP feels like 2010, I built a better one

https://github.com/alpic-ai/apps-sdk-template
16•Eldodi•3h ago
Hi HN!

Two weeks ago at their Dev Days, OpenAI unveiled ChatGPT apps, interactive widgets that render inside ChatGPT using the Apps SDK and MCP. Building them using their template repository was surprisingly painful: every time you make a change on your React widget, you need to rerun the entire build pipeline to get fresh JS and CSS assets. The dev feedback loop was pretty terrible.

That’s why I built a TypeScript starter that gets you up and running in under a minute. Clone, npm install, npm run dev, paste your ngrok URL into ChatGPT, and you're iterating on widgets with Hot Module Reload in the ChatGPT interface, just like building a regular web app. When you're ready to ship, the production build pipeline deploys instantly to Alpic or any other PaaS.

What's included: - Vite dev server with Hot Module Reload (HMR) piggy-backed on your MCP server Express server - Skybridge framework: an abstraction layer I built on top of OpenAI's skybridge runtime that maps MCP tool invocations to React widgets, eliminating manual iframe communication and component wiring. - Production build pipeline: one-click deploy to Alpic.ai (with bundling, hosting, auth, MCP-specific analytics included) or elsewhere - No lock-in: uses the official MCP SDK, works with OpenAI's examples

Quick start:

git clone https://github.com/alpic-ai/apps-sdk-template

cd apps-sdk-template

pnpm install && pnpm run dev

ngrok http 3000

# Add https://your-url.ngrok-free.app/mcp to ChatGPT Settings → Connectors

Feedback welcome, especially if you hit rough edges or want specific features!

Starter Kit GitHub → https://github.com/alpic-ai/apps-sdk-template

Skybridge Github → https://github.com/alpic-ai/skybridge

Comments

nanark•3h ago
Awesome. The default dev loop was brutal, and it feels you completely fixed it. I am going to try it soon.

Feels like what OpenAI should've shipped in the first place.

matt8p•3h ago
Neat!!