Live data from Hacker News

Viewing profile — bewal416

bewal416

HN member
Joined
Tue, Oct 17, 2023, 8:54 PM UTC
HN karma
1,032
Public activity
48 items

About bewal416

No profile information was provided.

Recent public activity

  1. comment
    Comment #49234072

    I just released my 2nd app to the App Store: Just Chess Puzzles It’s as simple as it sounds: 100,000 chess puzzles, all offline, rated (just like chess.com or lichess puzzle modes)…

  2. comment
    Comment #48899825

    It’s honestly welcoming to simply see a modern Numbers alternative- I never liked how Numbers handles filters, sorting, and views all different… all agentic AI stuff sound like a b…

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

    My team wants to adopt a shared set of skills in our codebase: design rules, reusable component references, copy guidelines, etc. Currently, we've kept .claude/skills in .gitignore…

  4. comment
    Comment #48701757

    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: htt…

  5. story
  6. story
  7. comment
    Comment #47786991

    Thanks, but wake me up when there's an actually good AI embedded directly in Google Sheets

  8. comment
    Comment #47772128

    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!

  9. comment
    Comment #47768305

    https://youtu.be/fKXk1VhAuvE?si=oWnhYn2AEkntAvDA

  10. comment
    Comment #47767754

    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 dat…

  11. comment
    Comment #47767618

    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 m…

  12. story
  13. comment
    Comment #47367185

    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...

  14. story
  15. comment
    Comment #46421978

    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…

  16. story
  17. comment
    Comment #46121610

    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.

  18. story
  19. story
  20. comment
    Comment #46092674

    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 …

  21. comment
    Comment #46091912

    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…

  22. comment
    Comment #46090899

    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…

  23. comment
    Comment #46088450

    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.

  24. comment
    Comment #46088165

    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 y…

  25. story
    Ask HN: I want to build my own query language

    Our product is starting to get more and more requests for custom reports. I’ve built some basic tables with filters and exports to Excel/PDF, but they fall short of the nuance our …