frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Show HN: I built a web DAW for lyricists and indie songwriters

https://fourtrack.fm
1•cassettetourist•23s ago•0 comments

Building a (useful) voice assistant I can call from my watch

https://blog.jamesolds.me/post/voice-assistant-watch/
1•oldsj•1m ago•0 comments

METR review of OpenAI's GPT-OSS fine-tuning safety methodology

https://metr.org/blog/2025-10-23-gpt-oss-methodology-review/
1•mustaphah•2m ago•0 comments

Story Keeper – AI agents with narrative continuity instead of memory

https://github.com/neurobloomai/pact-ax
1•neurobloom•3m ago•1 comments

OpenAI buys AI startup that built interface for Apple computers

https://www.cnbc.com/2025/10/23/openai-buys-ai-startup-software-applications-incorporated.html
1•haniehz•4m ago•1 comments

AWS RTBFabric: A Cloud Infrastructure Service for Ad Tech

https://www.adexchanger.com/platforms/aws-launches-a-cloud-infrastructure-service-for-ad-tech/
1•andrewpedelty•4m ago•0 comments

Humanties Last War

1•vlan121•5m ago•0 comments

Three times faster with lazy imports · Hugo van Kemenade

https://hugovk.dev/blog/2025/lazy-imports/
2•rbanffy•9m ago•0 comments

Is it possible to defend against adbotage?

https://jesse.id/blog/posts/im-telling-yall-its-adbotage
1•jesse_dot_id•10m ago•0 comments

Practical Creativity (2017)

https://www.youtube.com/watch?v=zyVTxGpEO30
1•vector_spaces•10m ago•0 comments

Public Domain Software Libraries – By Paul Lefebvre

https://www.goto10retro.com/p/public-domain-software-libraries
2•rbanffy•13m ago•0 comments

Publishing Has Changed Since 2015

https://janefriedman.com/how-publishing-has-changed-since-2015/
2•speckx•15m ago•0 comments

Show HN: Emojiwhat – Unicode and TikTok emojis to copy and paste

https://emojiwhat.com/
1•kyrylo•16m ago•0 comments

DMA Design

https://lemmings.info/hello-world/
1•ustad•18m ago•0 comments

LaLiga Block Causes Spain Internet Outage and VPN Surge

https://reclaimthenet.org/laliga-block-causes-spain-internet-outage-and-vpn-surge
1•mikece•20m ago•1 comments

russian-cyrillic alphabet traditional names flashcards

https://quizlet.com/1097594757/russian-cyrillic-alphabet-traditional-letter-names-flash-cards/
1•programmexxx•20m ago•0 comments

Show HN: Orchestra – an interface to usefully run coding agents in parallel

https://github.com/fulcrumresearch/orchestra
1•etherio•21m ago•0 comments

I Am Out of Data Hell

https://ludic.mataroa.blog/blog/i-am-out-of-data-hell/
7•freddydumont•22m ago•0 comments

Show HN: MCP-C – cloud platform for running MCP agents and apps

https://docs.mcp-agent.com/cloud/overview
6•andrew_lastmile•22m ago•0 comments

GitHub Actions Scanning Support

https://socket.dev/blog/introducing-github-actions-scanning-support
1•feross•22m ago•0 comments

Car Runs Out of Honk

https://www.topgear.com/car-news/satire/exclusive-car-runs-out-honk
1•austinallegro•24m ago•0 comments

The Gameboy emulator that runs everywhere (Terminal, Web, Desktop)

https://github.com/raphamorim/gameboy
1•PaulHoule•25m ago•0 comments

How Auctions Work for Wine and Art

https://www.aeaweb.org/articles?id=10.1257/jep.3.3.23
1•Anon84•27m ago•0 comments

Code, Codex, Cortex

https://coffeecodexcortex.substack.com/
1•regodefies•29m ago•0 comments

Show HN: Isuckatbash – convert plain wording to zsh commands inline

https://gist.github.com/bendytree/ca27db29e8ccd5560533928cb018caa8
1•flippy_flops•29m ago•0 comments

Intermittent password backspacing and touchID issues on MacBook Pro with Sonoma

https://discussions.apple.com/thread/256170660
1•FleXoft•29m ago•0 comments

Ask HN: What's your favorite non-tech/not-quite-tech blog?

2•0xEF•30m ago•0 comments

Why Do Some New Car Audio Systems Just Plain Suck?

https://www.thedrive.com/news/why-do-some-new-car-audio-systems-just-plain-suck
1•avonmach•31m ago•0 comments

ThMultichain Future Isn't Coming – It's Already Here

https://lumoscore.com/blogs/the-multichain-future-isnt-coming-its-already-here
1•Lumoscore•32m ago•1 comments

Study shows AI assistants misrepresent news content 45% of the time

https://www.ebu.ch/news/2025/10/ai-s-systemic-distortion-of-news-is-consistent-across-languages-a...
1•giuliomagnifico•32m ago•0 comments
Open in hackernews

I ran Claude Code for a weekend to create a reactive UI library with Effect

https://stefvanwijchen.com/claude-code-weekend-effect-ui/
1•stefvw93•3h ago

Comments

stefvw93•3h ago
I spent a weekend using Claude Code to build a small reactive UI library on top of Effect called effect-ui. It’s an experiment in building a UI system entirely on Effect’s primitives like streams, fibers, and scopes, without a virtual DOM or reactive wrappers. Components run once, updates flow through streams. The result was surprisingly coherent and showed how capable Effect already is for UI work.

Find the repo here: https://github.com/stefvw93/effect-ui