Feed aggregator

GoEventBus – Golang Library

Hacker News - Sat, 04/26/2025 - 1:06pm

Article URL: https://github.com/Raezil/GoEventBus

Comments URL: https://news.ycombinator.com/item?id=43805292

Points: 1

# Comments: 0

Categories: Hacker News

AI Prompt Engineering for Developers

Hacker News - Sat, 04/26/2025 - 1:05pm
Categories: Hacker News

Situating Search (2022)

Hacker News - Sat, 04/26/2025 - 1:05pm
Categories: Hacker News

Show HN: I build a Fantasy NHL app in 3 days with Claude AI

Hacker News - Sat, 04/26/2025 - 1:04pm

I am not from North America, and moved there a couple years ago. After being invited to the first fantasy league and seeing the platform they were using, I couldn't bring myself to check it every day. An excel sheet would have been more appealing to use than this.

So I decided to create my own. But on the side? This would take ages. I am very confident with Rust and JavaScript, but it still takes ages to build something like that.

Good prompts, and a few long nights later, and I could create something fun and easy to use.

Have a look: https://fantasy-frontend.fly.dev/

The frontend is in React, the backend in Rust. I deployed both via fly.io. It was so simple and fast, it was shocking.

After it was deployed, I took 2-3 days to refactor everything and made it neat and tidy, so I could possibly open it up for general use with accounts etc.

The first time I built something with the help of AI not just for me.

The biggest help was certainly the UI and styling. I was never good at that. The first draft looked rough. I fed it some screenshots from NHL.com and told the model to "make it look nicer". What you see is I think the 20th iteration of the app, slowly improving, fixing bugs etc. But 90% with the help of AI.

I could have done 98% myself (except the styling part). And after each working iteration, I spend quite some time cleaning up so I can build on top of that.

The beauty? The cleaner, more modular code base saved tokens and made it easier for the model to refactor and understand. Strictly typed (TypeScritp in the frontend, Rust in the backend) helped as well!

Comments URL: https://news.ycombinator.com/item?id=43805275

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Install CLI Apps via Plain HTTP – No Docker, No Binaries, Just Curl

Hacker News - Sat, 04/26/2025 - 12:51pm

Tired of bloated installers and complex DevOps pipelines? I built PPORT — a terminal-based messenger — to demo a crazy simple idea:

1. Instant CLI delivery over HTTP

2. Just curl or irm, nothing else

3. TypeScript on the fly via Deno

4. Live deployment without Docker or builds

How it works:

Visit https://pport.top

Run one command (curl -fsSL pport.top | sh)

PPORT streams scripts and source files dynamically based on your client (curl, browser, Deno)

No packaging. No compiling. No friction.

Source on GitHub: https://github.com/vseplet/pport

Curious what else could be built with this approach? Would love to hear your ideas.

Comments URL: https://news.ycombinator.com/item?id=43805189

Points: 2

# Comments: 1

Categories: Hacker News

AI Painting Generator

Hacker News - Sat, 04/26/2025 - 12:50pm

Article URL: https://moonlightai.art/

Comments URL: https://news.ycombinator.com/item?id=43805178

Points: 1

# Comments: 0

Categories: Hacker News

Pages