frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Ready Prek Go

https://hugovk.dev/blog/2025/ready-prek-go/
1•joshxa•1m ago•0 comments

Thoughts about latest meeting of CEOs with Trump

1•ok1984•3m ago•0 comments

Stirring Bars Are Superstition?

https://www.science.org/content/blog-post/stirring-bars-are-superstition
1•dcminter•3m ago•0 comments

Lovable for Investing

https://www.aulico.com
1•feedbackcolle•9m ago•0 comments

Anti AI/LLM scraper bot firewall

https://github.com/cocky-punch/fantasma_cero
1•la_mezcla•10m ago•0 comments

Astronomer: An Electron App for Stargazers

https://github.com/GuildMasterDev/Astronomer
1•DavidCanHelp•10m ago•0 comments

AI Spots Hidden Signs of Consciousness in Comatose Patients Before Doctors Do

https://www.scientificamerican.com/article/ai-spots-hidden-signs-of-consciousness-in-comatose-pat...
1•rbanffy•10m ago•0 comments

Georgia Tech Is Teaching Other Universities a Fundraising Lesson

https://www.wsj.com/us-news/education/georgia-tech-is-teaching-other-universities-a-fundraising-l...
2•rbanffy•11m ago•0 comments

What Is Blueskyism? – By Nate Silver – Silver Bulletin

https://www.natesilver.net/p/what-is-blueskyism
1•rbanffy•11m ago•0 comments

Room: Verilog for Read-Once-Only Memory (Quantum-Inspired Security Primitive)

https://github.com/fcunnane/QSymbolic
1•networkcrypt•15m ago•1 comments

Google's plan to restrict sideloading on Android has a potential escape hatch

https://www.androidauthority.com/how-android-sideloading-restrictions-may-work-3595355/
1•LorenDB•16m ago•0 comments

DB Browser for SQLite – open-source and cross-platform GUI

https://github.com/sqlitebrowser/sqlitebrowser
1•thimabi•16m ago•0 comments

Using Small Language Models to Predict Psychological Vulnerabilities in Cybersec

https://github.com/xbeat/CPF/tree/main/AI
1•kaolay•18m ago•1 comments

ICE raid Hyundai in Georgia, 475 South Korean national workers [video]

https://www.youtube.com/watch?v=FB70XtM5bJE
1•donsupreme•20m ago•0 comments

Thrice Charmed at Rails World (DHH)

https://world.hey.com/dhh/thrice-charmed-at-rails-world-c4ed0006
1•software_writer•21m ago•0 comments

Apple sued by 2 authors over use of books in AI training [pdf]

https://storage.courtlistener.com/recap/gov.uscourts.cand.455858/gov.uscourts.cand.455858.1.0_1.pdf
7•Improvement•21m ago•2 comments

Climate models: human activity may lock the Southwest into permanent drought

https://phys.org/news/2025-08-climate-reveal-human-southwest-permanent.html
3•PaulHoule•22m ago•0 comments

Patterns, Predictions, and Actions – A story about machine learning

https://mlstory.org/
2•vinhnx•23m ago•0 comments

Datavzrd: A browser-based reporting tool for tabular datasets

https://datavzrd.github.io/
1•sbt567•23m ago•0 comments

LLMs Are Adaptive Data Organisms

https://worldgov.org/llm.html
3•seanlinehan•24m ago•0 comments

Show HN: I'm a founder who bootstrapped a sports platform

2•rallyfuel•26m ago•1 comments

Russia lists local apps that will survive its internet blackouts

https://www.reuters.com/technology/russia-lists-local-apps-that-will-survive-its-internet-blackou...
2•giuliomagnifico•26m ago•0 comments

AnyDice

https://anydice.com/
2•ibobev•27m ago•0 comments

OpenAI: Why Language Models Hallucinate [pdf]

https://cdn.openai.com/pdf/d04913be-3f6f-4d2b-b283-ff432ef4aaa5/why-language-models-hallucinate.pdf
4•Anon84•29m ago•0 comments

Zuckerberg Caught in Revealing Hot Mic Moment During White House Dinner

https://www.pcmag.com/news/zuckerberg-caught-in-revealing-hot-mic-moment-during-white-house-dinner
17•atombender•29m ago•3 comments

Stock buybacks are stock swindles

https://pluralistic.net/2025/09/06/computer-says-huh/#invisible-handcuffs
9•FromTheArchives•29m ago•5 comments

Ask HN: GAN'ing Coding GPTs

1•abrax3141•30m ago•0 comments

Tariffs as Siege Engines – The Long War on China

https://themindness.substack.com/p/tariffs-as-siege-engines-the-long
3•hackandthink•32m ago•0 comments

The Making of GoldenEye 007 (N64) – Interview with Rare's Dr. David Doak [video]

https://www.youtube.com/watch?v=GjJMDrVkZ2Y
1•CharlesW•32m ago•0 comments

MCP for DNS

https://github.com/mattcollins/spaceship-mcp
1•skyfantom•33m ago•1 comments
Open in hackernews

Show HN: Gofred – Build responsive web apps in Go with WebAssembly

1•gursoyhas•2h ago
I've been working on a new approach to web development that lets you build responsive web applications entirely in Go using WebAssembly. I'm excited to share the gofred ecosystem with the community, though I should mention it's still very much in early development with lots of work ahead.

What is gofred?

Gofred is a Go library that compiles to WebAssembly and runs directly in the browser. Instead of writing JavaScript, you write pure Go code and get a small set of primitives for layout, components, routing, and events.

Key features:

WASM-first: Compile Go to WebAssembly and run directly in the browser

Composable widgets: container, row, column, text, image, button, and more

Routing and navigation: Lightweight router and navigation helpers

Responsive layout: Breakpoints and spacing utilities

Hot reload development: Built-in dev server with WebSocket support

Links:

https://gofred.io/ - Official website, live documentation and examples

https://github.com/gofred-io/gofred - The core library (MIT licensed)

https://github.com/gofred-io/gofred-cli - Command-line tool for creating and running apps with hot reload

https://github.com/gofred-io/gofred-website - Website source code

Why I built this:

I wanted to explore what's possible when you treat Go as a first-class language for web development. The result is a small, focused library that gives you the power of Go's type system and tooling while running in the browser.

Current status:

- Core library is stable and MIT licensed

- CLI tool supports cross-platform builds (Windows, macOS, Linux) - Hot reload development server

- Comprehensive documentation - Still under heavy development - there's a lot to do and many features are planned

What's coming:

This is very much a work in progress. I'm actively working on expanding the widget library, improving performance, adding more layout primitives, and building out the developer experience. There's still a lot of work to be done, but I wanted to share the current state and get feedback from the community.

I'd love to hear your thoughts and feedback! What do you think about using Go for frontend development?