HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cammasmith

no profile record

Submissions

Ask HN: Why is it still so hard for LLMs to query NoSQL databases?

4 points·by cammasmith·в прошлом месяце·2 comments

[untitled]

1 points·by cammasmith·2 месяца назад·0 comments

Show HN: I built an SQL layer for a NoSQL database

2 points·by cammasmith·2 месяца назад·0 comments

Ask HN: How do you handle complex queries on DynamoDB in production?

1 points·by cammasmith·3 месяца назад·0 comments

Show HN: DynamoSQL – I made a SQL query engine for DynamoDB

dynamosql.com
1 points·by cammasmith·3 месяца назад·0 comments

comments

cammasmith
·в прошлом месяце·discuss
I used AI to help write the article, but the ideas and the technical perspective are mine. This wasn't made wholesale. I've been working on creating an MCP server for DynamoDB, and have been thinking a lot about how much better AI works with SQL than without it. Considering how many people use DynamoDB, it surprises me that there aren't better ways to get AI to interact with it. Just wondering if other people feel the same way.
cammasmith
·3 месяца назад·discuss
Are there actually people out there who have never played “modern board games”? Maybe I’m just surrounded by nerds, but I don’t think these games are very niche. If someone I know hasn’t played board games like these, then it’s usually because they don’t have the attention span or don’t enjoy the strategy, not because they don’t realize board games exist.
cammasmith
·3 месяца назад·discuss
I read this article assuming the title was clickbait, but no, that pretty much sums up the whole article. “Let’s solve the AI takeover using eugenics!” If even Elon musk and the Chinese government claim the solution is immoral, then all we really have is a second problem on our hands.
cammasmith
·3 месяца назад·discuss
Trade school seems to be looking more and more valuable these days. I feel bad for young people who are going to a 4 year university and gaining debt for a career that might not exist in 5 years. Being a plumber might not seem glamorous, but we're a long way off from AI learning to fix your toilet.
cammasmith
·3 месяца назад·discuss
Interesting post. I'm notoriously bad at noticing the common characteristics in AI writing, but once they were pointed out, I realized I've been seeing them everywhere in websites.
cammasmith
·3 месяца назад·discuss
Cool article. Did a very good job explaining things simply and providing good diagrams.
cammasmith
·3 месяца назад·discuss
I have a hard time imagining that universal medicaid would ever become reality. A more realistic goal might be making the premium tax credit more accessible or lessening the restrictions to qualify. That way, more people could afford marketplace health insurance.
cammasmith
·3 месяца назад·discuss
Can't even imagine what it's like to live in Europe. Just casually going on a walk and finding a coin that is over 2 millennia old. Just another Tuesday.
cammasmith
·3 месяца назад·discuss
Maybe, but I'm not surprised by the number. Saying something triggering about a topic that's triggering from a man that's triggering is bound to get responses. It got me to respond to your response.
cammasmith
·3 месяца назад·discuss
I think the price would need to be closer to $4 or $5 per letter for me personally to recommend it or consider it. My SIL just sent out wedding invitations with stamped seals, and I think she would have paid $5 per letter to mail 50 envelopes. But at $8 a letter, I start thinking about how I can pay someone to print the cards and I can buy a wax seal at Hobby Lobby myself.
cammasmith
·3 месяца назад·discuss
Cool idea. I can see you guys doing well in the wedding industry. The price seems steep, but I appreciate the transparency of your pricing. It's refreshing.
cammasmith
·3 месяца назад·discuss
That was a lot of fun. I got it wrong. I narrowed it down to two options, and neither was correct. Good stuff.
cammasmith
·3 месяца назад·discuss
It kinda seems like the point of the article was to talk about different mathematical illustrations, not to determine if math was big or small. Even in the article, the conclusion is that it's both. I suspect the only reason for choosing the title is to grab attention (and it worked on me).

Of course, I am extra cynical as a number theorist who can't visualize most of my field. I wrote my doctorate on Siegel modular forms, and I can honestly say I have no way to visualize them any further than numbers on a page.
cammasmith
·3 месяца назад·discuss
I agree for cases that need real-time replication and are querying at high frequency. There is a trade-off, though. You're adding three services to maintain, there's replication lag, and Aurora's running continuously whether you're querying or not. For teams that need occasional analytical access to their DynamoDB data without building and operating a replication pipeline, I still think the in-memory trade-off is worth it. Different teams, different trade-offs.
cammasmith
·3 месяца назад·discuss
Valid points. The read cost and in-memory aggregation concerns are real and worth flagging. DynamoSQL is index-aware and will use your partition keys, sort keys, and GSIs where it can, but you're right that a well-designed native access pattern will be cheaper.

That said, not everyone using DynamoDB has the luxury of designing perfect access patterns from the start. Real production tables are often messier than the textbook examples. And for analytical or exploratory work (e.g. understanding your data, debugging a production issue, running ad-hoc reports) a slightly more expensive read is a reasonable trade-off for writing SQL in seconds rather than SDK code in minutes.

I appreciate the feedback. The cost visibility question is something worth being clearer about in the docs.
cammasmith
·3 месяца назад·discuss
I agree. If Word had something like this, it would be so much easier to find the symbol you're looking for.
cammasmith
·3 месяца назад·discuss
One of my biggest issues with playing DND is that I never fully understood the rules. I'd play with people who had been playing for years, and they didn't explain things very well, and that made it hard to play. Hopefully, this will help with that.
cammasmith
·3 месяца назад·discuss
Built a SQL interface for DynamoDB. I was tired of constantly trying to find workarounds for querying on a NoSQL database, so I built a direct interface for DynamoDB, which I'm calling DynamoSQL. With it, you can use standard SQL (even JOINs) on DynamoDB. I'm really excited about it, and I'm starting beta trials this week.

https://dynamosql.com
cammasmith
·3 месяца назад·discuss
Cool game. The sound keeps glitching on and off. Also, maybe I'm just dumb, but I couldn't figure out where to go or how to land.