Hacker News

TripoSG – Text to 3D Model

Hacker News - Sat, 04/05/2025 - 9:56pm
Categories: Hacker News

Ask HN: Best AI IDE right now?

Hacker News - Sat, 04/05/2025 - 9:55pm

I've been using Cursor for the last couple of months but I'm feeling like I might be hitting the limits of Cursor. I'm seeing a lot of forgetting and problems with my codebase getting larger, and it having problems with my mono repo structure.

1. Is there a better AI IDE that remembers when I correct it about structural issues I have with it? 2. Is there an AI IDE that is test-first? helping me see if I break something over time? 3. Any IDEs you recommend me checking out? or tips on fixing cursor?

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

Points: 2

# Comments: 1

Categories: Hacker News

ABAL: All Books, All Languages

Hacker News - Sat, 04/05/2025 - 9:51pm

Article URL: https://www.abal.ai

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

Points: 1

# Comments: 1

Categories: Hacker News

Show HN: Reactive Proxy State – Vue-style reactivity without Vue

Hacker News - Sat, 04/05/2025 - 8:50pm

I really like how Vue 3 handles reactive state. It's simple and works well.

But it's tied to the frontend, so I wrote something similar that works in plain JavaScript, without Vue or any UI layer.

I called it Reactive Proxy State ...because it is. It uses proxies and tracks deep changes. Works with arrays, Maps, Sets, Dates. Emits changes so state can be rebuilt.

Might be useful if you want reactive state outside of the frontend.

GitHub: https://github.com/Yiin/reactive-proxy-state

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

Points: 1

# Comments: 1

Categories: Hacker News

Pages