Viewing profile — devstein
devstein
HN member- Joined
- Wed, Dec 13, 2017, 11:02 PM UTC
- HN karma
- 147
- Public activity
- 119 items
- HN profile
- View on Hacker News ↗
About devstein
No profile information was provided.
Recent public activity
- story
-
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…
-
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…
-
comment
Comment #48028001
What top K do you use for vector search before passing into the reranker?
-
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.
- story
-
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…
-
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/ (…
-
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…
-
comment
Comment #45107498
If it's for personal use I'd recommend https://github.com/TriliumNext/Trilium
-
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 …
-
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…
-
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.
- story
- story
-
comment
Comment #44195009
A useful pattern for serializing Python classes for integration tests that span multiple services
- story
-
comment
Comment #43552795
I agree about docs as a tool for thought. What about the other side of docs, keeping them up to date?
-
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…
-
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…
- story
-
comment
Comment #42320819
Nvm turned out to be a GitHub issue
-
comment
Comment #42320686
Just noticed 404s on dbt core - was this announced recently? https://github.com/dbt-labs/dbt-core
- story
-
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 …