HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bewal416

1,031 karmajoined 3 yıl önce

Submissions

Ask HN: How do you share /skills across your dev team?

2 points·by bewal416·11 gün önce·2 comments

Stealing Is a Skill

ben-mini.com
268 points·by bewal416·17 gün önce·152 comments

PostHog Code

posthog.com
9 points·by bewal416·2 ay önce·1 comments

Nucleus Nouns

ben-mini.com
73 points·by bewal416·3 ay önce·20 comments

The happiest I've ever been

ben-mini.com
662 points·by bewal416·5 ay önce·380 comments

Things to Be Happy About

things.ben-mini.com
2 points·by bewal416·6 ay önce·1 comments

Feed the Platypus

feed-the-platypus.vercel.app
2 points·by bewal416·7 ay önce·2 comments

The Kids Will Be Alright

ben-mini.com
4 points·by bewal416·7 ay önce·3 comments

Ask HN: I want to build my own query language

3 points·by bewal416·7 ay önce·11 comments

Everything Is a Spreadsheet

ben-mini.com
5 points·by bewal416·8 ay önce·1 comments

Pickleball Took over Tennis Courts, as Seen from the Sky

nytimes.com
1 points·by bewal416·10 ay önce·0 comments

comments

bewal416
·14 gün önce·discuss
All these “is this ethical” comments remind of similar discussions happening in the IMG_0416 articles, about YouTube video that were most likely not meant to be scene publicly: https://news.ycombinator.com/item?id=42102506
bewal416
·3 ay önce·discuss
Thanks, but wake me up when there's an actually good AI embedded directly in Google Sheets
bewal416
·3 ay önce·discuss
Never heard of this! This would’ve saved me a blog post. I tried all sorts of queries to see if this philosophy existed, and “domain” didn’t pop up in my head. Thank you!
bewal416
·3 ay önce·discuss
https://youtu.be/fKXk1VhAuvE?si=oWnhYn2AEkntAvDA
bewal416
·3 ay önce·discuss
This is a great point. I did bring up the relationship exercise in the post, but admittedly I didn't give it enough respect.

In college, my database teacher told us to design a database with at least 50 tables and 100 relationships by the end of the lecture. "It will be easier than you think", he said. And it was! And I thank him for that, because that lecture alone probably got me through more progress in product design discussions than anything else.
bewal416
·3 ay önce·discuss
Something I'm really good at is ending my articles with half-baked ideas :) so thank you for challenging it

Regarding "entities", totally understand. I like to write in ways that my mom would understand- not the HN community. In fact, I have a post called "Everything is a Spreadsheet", where I explicitly defined that Entity<->Noun relationship. Should have linked it!

Back to the Saaspocalypse... my startup is reckoning with this like all others. My next blog post will be titled "What's Preventing Me from Building Your App in a Weekend?". The ultimate "what's your moat" question. I think every SaaS should be forced to answer this on their marketing site. Thinking aloud, I'm considering good answers companies can say to this question... I think a perfectly legitimate answer is still "our prompts are better than your prompts". There are some companies where I simply believe the founders/engineers when they say they understand the problem better than I, because they've explored it more deeply. This is kinda what I was hinting at at the end... softwares that go mega-vertical in one or two nouns accrue more subject matter expertise than I ever will. Thus, that gives me more reason to trust their infrastructure, their configurations, and their prompts. This is not new but rather an extension of what created the SaaS economy in the first place.

I will definitely check out your profile- thank you for the thoughtful reply!
bewal416
·4 ay önce·discuss
I wrote this article, and this is like the 4th time it's blown up on HN https://www.reddit.com/media?url=https%3A%2F%2Fi.redd.it%2Fv...
bewal416
·6 ay önce·discuss
I used to write 5 things to be happy about on a whiteboard outside my dorm room every day. I wanted to get back into it! So I built a site purely for that purpose.

The coolest part is the "Bonus". Anyone online can contribute to the Bonus Thing. What's there at midnight will be saved permanently (unless I think it's inappropriate).

I built this with Vercel, Convex, Vite, and Blocknote.

You can learn more about the meta of this project here: https://ben-mini.com/2025/things-to-be-happy-about-and-perfe...
bewal416
·7 ay önce·discuss
A proof of concept of real-time sync with the Convex db. Open up to windows of Feed the Platypus to see the real magic.
bewal416
·7 ay önce·discuss
Makes sense. The fact that my SQL Editor puts tables and views in the same section on its left sidebar was the main reason I did a double-take.

The idea of deleting and recreating views is an interesting one. I see that as a really cool approach- considering we can go without it as a v1 then include it as we scale.

Thank you for all your advice so far! This has been truly helpful.
bewal416
·7 ay önce·discuss
Gotcha. Yeah- I was thinking of working with my engineers to figure out a permissions layer, but I understand enforcing that at the DB-level would guarantee security.

Dumb question- is creating a set of Views for each customer even efficient for my MySQL database? I could realistically see us having ~12 customer-facing views- is having 12*N views a smart and scalable way to architect this?
bewal416
·7 ay önce·discuss
Okay- just spent the whole day tinkering wit this:

1) I create a baseline set of views I want my customers to have 2) For each new customer, I’ll run a script that create a replica of those views- filtered by their customer ID 3) I’ll allow my customers to write pure SQL- limiting them to only SELECT queries and a couple niche business rules, as well as masking any DB-level errors, because that just feels wrong

How does that approach sound?
bewal416
·7 ay önce·discuss
We do have a single-tenant DB. That’s one of my architecture challenges- how to handle permissions and clean up the schema a bit to entities that only my users need.
bewal416
·7 ay önce·discuss
Finding a co-founder, plus making those first few hires, is easily the most challenging part. You're going to realize you can't solve every problem, and you'll need help. Finding your team is like finding a life partner- a great one that complements your strengths and weaknesses could set you up for life. The wrong one will result in mismatched effort, finger-pointing, and time spent away from the customer. It's one thing to ask a user to give you $20/mo. It's another thing to ask another human to wake up with you every day and spend their prime working on your vision in opportunity cost of working on something else. It's going to be the most important sell of your life!
bewal416
·9 ay önce·discuss
I'm finishing my side project BookBlend: Spotify Blend for Goodreads users

https://bookblend.app/

Given two Goodreads accounts, BookBlend uses a combination of web scraping, data analysis, and LLMs to calculate a blend score from 0-100. It shows you shared books, authors, and genres, as well as recommends books for the two to read together!

It's 100% free, and the source code is available on the "info" modal in the top right.