Hacker News

Show HN: Redis-Store: A small but opinionated wrapper to use Redis as database

Hacker News - Mon, 11/11/2024 - 8:30am

I built a small but opinionated wrapper to facilitate using Redis as a main database for my apps. Nothing too fancy: store your entities in JSON keys and it does the book-keeping to maintain lists and relationships. It's been working great for me and so I figured I'd share with the community. Works out of the box in a Next/Typescript project with Redis on Vercel/Upstash or any instance via REST API.

Why/how writeup: https://medium.com/@desmat.ca/redis-as-a-relational-ish-data...

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

Points: 1

# Comments: 0

Categories: Hacker News

I Fight for the Users

Hacker News - Mon, 11/11/2024 - 8:24am
Categories: Hacker News

Ask HN: Why Don't Google and Microsoft Offer an Alternative to Amazon SES?

Hacker News - Mon, 11/11/2024 - 8:24am

Hey HN,

I’ve been thinking about this a lot: why do Google and Microsoft, with their vast resources and expertise in cloud infrastructure, still have no true alternative to Amazon SES?

Building scalable, reliable email infrastructure is no small feat—I'm well aware. But does that fully explain the absence? Postmark was built by a small team back in 2009, proving that it can be done, even without a tech giant’s backing. So why the radio silence from Google and Microsoft on this front?

Is there a technical barrier I’m missing, or could it be something else altogether?

Would love to hear your thoughts / ideas

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

Points: 1

# Comments: 0

Categories: Hacker News

AlphaFold 3 Code

Hacker News - Mon, 11/11/2024 - 8:19am
Categories: Hacker News

Show HN: I built a Claude AI chat interface to bypass platform limits

Hacker News - Mon, 11/11/2024 - 8:16am

I got frustrated with Claude's official platform limitations - conversations disappearing, no customization options, and clunky file handling.

So I built my own interface over a weekend!

GitHub: https://github.com/chihebnabil/claude-ui

What it does:

- Saves all conversations locally (SQLite + Drizzle ORM) - Lets you customize Claude's personality per chat - Handles file attachments properly + caching input tokens - Dark/light mode - No conversation limits - Markdown & code syntax highlighting

Tech stack is pretty simple:

- Nuxt 3 for the frontend - Anthropic's SDK for Claude integration - @nuxt/ui for components - Local SQLite DB

Happy to answer any questions!

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

Points: 1

# Comments: 0

Categories: Hacker News

Pages