Live data from Hacker News

Viewing profile — devstein

devstein

HN member
Joined
Wed, Dec 13, 2017, 11:02 PM UTC
HN karma
147
Public activity
119 items

About devstein

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #48316498

    If anyone else is looking to migrate from Celery to DBOS, we also made this transition and wrote about it https://dosu.dev/blog/migrate-celery-to-dbos-dosu Very happy we made the s…

  3. story
    Ask HN: Natural Language App Testing?

    Hey HN - we're contemplating building our own E2E natural language test framework. I figured someone else must have built this already. Who are the established providers in this sp…

  4. comment
    Comment #48028001

    What top K do you use for vector search before passing into the reranker?

  5. story
    Ask HN: Best Embedding Models?

    Hey HN, which embedding models are people using? There has been so much development around foundational LLMs, but haven't seen much news about embedding models.

  6. story
  7. story
    Ask HN: Does Continuous Pen Testing Exist?

    Hey HN - it's time for our annual pen test. We typically work with a 3rd party security firm each year, but now I'm wondering if there are more efficient and more AI-native options…

  8. comment
    Comment #45360751

    I think the only way to keep documentation up-to-date is to have it as part of the PR review process. Knowledge needs to evolve with code. We working on this at https://dosu.dev/ (…

  9. comment
    Comment #45198445

    I believe this is why the importance of written (human) knowledge is only increasing, especially internally at companies. Written knowledge (i.e documentation) has always served as…

  10. comment
    Comment #45107498

    If it's for personal use I'd recommend https://github.com/TriliumNext/Trilium

  11. comment
    Comment #44985191

    ^this, but many non-code documents with manual steps can also be kept up-to-date as long as there is a way (a) relate it back to the codebase or another source of truth (b) detect …

  12. story
    Ask HN: Is Supabase's Supavisor slow for anyone else?

    Since June of this year, we've noticed a spike in latency for DB queries routed through Supabase's Supavisor. Direct DB queries will take a tens of milliseconds while queries throu…

  13. comment
    Comment #44434065

    Couldn't be more spot on. This is exactly why I started Dosu https://dosu.dev/ to reimagine on the "knowledge" side of software engineering.

  14. story
  15. story
  16. comment
    Comment #44195009

    A useful pattern for serializing Python classes for integration tests that span multiple services

  17. story
  18. comment
    Comment #43552795

    I agree about docs as a tool for thought. What about the other side of docs, keeping them up to date?

  19. story
    Ask HN: Given the choice, would you write documentation if you didn't have to?

    I personally find writing internal documentation very monotonous even though I know it's important. I'm curious if you were told you could have decent internal documentation automa…

  20. comment
    Comment #42806470

    There has been an influx of AI-generated bug reports to popular OSS projects. It's unclear if this is malicious or someone built a tool with good intention that is now causing main…

  21. story
  22. comment
    Comment #42320819

    Nvm turned out to be a GitHub issue

  23. comment
    Comment #42320686

    Just noticed 404s on dbt core - was this announced recently? https://github.com/dbt-labs/dbt-core

  24. story
  25. story
    Ask HN: Is There a Way to Make Jinja Templates Type Safe via Mypy?

    Hi HN, we use Jinja templates to manage our prompts at Dosu (https://dosu.dev/). We use MyPy to ensure type-safety across our entire codebase, but we do not have coverage on Jinja …