Live data from Hacker News

Viewing profile — stopachka

stopachka

HN member
Joined
Sat, May 07, 2011, 12:26 AM UTC
HN karma
3,805
Public activity
838 items

About stopachka

https://stopa.io stepan [dot] p [google's email service]

If you think we'd get along, reach out : )

Recent public activity

  1. story
  2. comment
    Comment #49199220

    This is an exciting project! My main feedback: you can definitely tell the website content is AI-generated. It's okay to vibe code the design, but I really hesitate when I see vibe…

  3. story
  4. story
  5. story
  6. comment
    Comment #48675984

    Nice! Would love a brief explanation of the infrastructure. I see the Powered by "Upstash Redish Search", but why choose Upstash Redis Search vs something else?

  7. story
    Show HN: Baserates.dev, memorize programmer napkin math

    When I began my career in programming I remember reading Jeff Dean's "Latency Numbers Every Programmer Should Know" [1], and getting inspired. Alas, it's been over a decade, and I …

  8. story
  9. comment
    Comment #48496092

    Interesting idea! Question: > It is highly unlikely that an AI agent startup becomes wealthy by creating the best harness for a particular use case. If it's not the harness, what d…

  10. story
  11. story
  12. comment
    Comment #48402533

    It’s interesting that Claude chose to hint, rather than reveal the full truth or to lie. I wonder what in the training / system prompt causes Claude to do this.

  13. story
  14. comment
    Comment #48300708

    I don't quite understand, what would 100K buy you? AFAIK you would get about ~5 concurrent users, with a max context window of ~128K tokens on the larger models. This wouldn't be g…

  15. comment
    Comment #48071914

    Instant gives you a database, but it also gives you a sync engine that you can use in the frontend. We included this instruction because you would ideally use this to build an app.…

  16. comment
    Comment #48071911

    Currently we recommend folks to write a script with the admin sdk. Efficient import / export is on the roadmap!

  17. comment
    Comment #48071904

    The UUID doesn’t actually affect the response. Every GET request still generates unique credentials each time, no matter what the value is that passes to /provision/ We added it to…

  18. comment
    Comment #48069461

    > Is this the kind of use case that is seen as valuable? I think it could be. Consider an argument like this: It's valuable to ask ChatGPT questions and receive text responses. Som…

  19. comment
    Comment #48069242

    Oi! Updated. Should be live in a few minutes, but here's the PR: https://github.com/instantdb/instant/pull/2642

  20. comment
    Comment #48069228

    One place where a tool like GETadb can be helpful, is when you as a developer wanted to build a quick demonstration. For example one of co-founders Joe saw a tweet about how VCs we…

  21. comment
    Comment #48069086

    Good question. Two ways: 1. For the users table specifically, we have a default rule that says `"view": "auth.id == data.id"`. This way even if the the user (or AI) did not set acc…

  22. comment
    Comment #48068987

    Here's my argument: In practice many GET requests don't adhere to this spec. For example, when you load a page, your "view" generally changes lots of things on the backend. Those c…

  23. comment
    Comment #48068864

    Ah, good point. We can't change the title now though.

  24. comment
  25. comment
    Comment #48068763

    Most LLMs in practice already read URLs. If you ask them a question they don't know, they will search and read pages.