Feed aggregator

PDP's Victrix Pro BFG Is Hands Down the Best Pro Controller I've Used. Here's Why

CNET Feed - Tue, 04/29/2025 - 5:59am
PDP's top Xbox and PS5 controllers are pricey, but the high level of customization and overall design make them worth the money.
Categories: CNET

Show HN: AdBlocker Ultimate - AND ALL ANNOYING ADS ARE OUT

Hacker News - Tue, 04/29/2025 - 5:53am

AdBlocker Ultimate

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

Points: 1

# Comments: 1

Categories: Hacker News

Ask HN: What do you think of this to help you understand Meditations / Aurelius?

Hacker News - Tue, 04/29/2025 - 5:51am

I'm obsessed with understanding the books I read more deeply, so I studied reading comprehension books to learn the best methods.

As a result, I built a free tool to challenge myself, but I'm wondering whether I'm strange for wanting this, or if others would actually find it useful? It's www.synto-app.com if anyone wants to look.

If it is useful, what do you think of the questions?

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Draw with strangers, one pixel at a time

Hacker News - Tue, 04/29/2025 - 5:49am

Article URL: https://pixel-war.xyz/

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: AI Agent with Dockerfile-Defined Context

Hacker News - Tue, 04/29/2025 - 5:48am

I recently open-sourced my AI code interpreter / Agent platform. Feel free to check it out!

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Carrot Clicker – an idle game for lazy farmers (coded with AI tools)

Hacker News - Tue, 04/29/2025 - 5:48am

I built a small idle game called Carrot Clicker — you click, grow carrots, and build your farm… or just let it run while you chill.

I “vibe coded” most of it using Cursor, and generated the visuals with Stability AI.

It’s super simple, but I had a lot of fun making it. Would love your feedback — especially on gameplay ideas, balancing, or just general vibes!

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

Points: 1

# Comments: 0

Categories: Hacker News

Show HN: Kodo – Temporary, real-time translation chat app for my upcoming trip

Hacker News - Tue, 04/29/2025 - 5:24am

Hey HN,

My wife and I are heading to Thailand soon, and while we're learning some basics, I was thinking about those quick, everyday interactions where a language barrier can be awkward – asking for directions, ordering street food, chatting with a vendor, etc.

I didn't want the friction of firing up a dedicated translation app each time or dealing with account signups for something temporary.

So, I decided to build Kodo Chat as a little side project to scratch my own itch. The idea is a super simple, temporary chat room focused purely on real-time translation between two people.

How it works:

One person ("host") visits the site, selects their language, and gets a QR code and a shareable link. The other person ("guest") scans the code or opens the link on their phone, selects their language, and they're connected in a temporary room.

Messages sent by either person are translated (currently using OpenAI - gpt-4.1 by default, but configurable) and displayed along with the original text on the other person's device.

Rooms and user links expire automatically (via Redis TTLs), so there's no persistent data or accounts needed.

It's built with Expo (React Native Web) for the frontend, Node.js/Express/Socket.IO on the backend, and Redis for session/room management. The UI is pretty basic right now (using React Native Paper), and the translations are only as good as the underlying AI model, but it seems to handle simple conversational stuff reasonably well in testing.

It solved my immediate need, and I thought others might find it useful, so I've open-sourced it.

Live Demo: https://kodo-frontend.onrender.com/ GitHub: https://github.com/jonathanleane/kodo

Would love to hear any feedback, suggestions, or criticisms you might have! Especially curious if anyone else has faced similar communication hurdles while traveling and what solutions they've found.

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

Points: 2

# Comments: 2

Categories: Hacker News

Pages