Hacker Newsnew | past | comments | ask | show | jobs | submit | isuckatcoding's commentslogin

Ideally workflow would be some kind of Oauth with token expirations and some kind of mobile notification for refresh

NotebookLM?

Strands documentation seems very underwhelming compared to Mastra


Is there a visual demo of this?


The only (silly) reason I can think of is that a non trivial number of people copy pasta directly from chatgpt responses and having the timestamp there would be annoying.


Yeah, that's a valid point though some text on a page can easily be made unselectable via css (html?). I think through user-select


Or just toggle off the timestamps before clipping.


Wow a full post about contract testing without mentioning pact

https://pactflow.io/


Interesting point about mocks being seen as a bad word. I've been in situations where relying solely on integration tests led to some really frustrating moments. It's like every time we thought we had everything covered, some edge case would pop up out of nowhere due to an API behaving differently than we expected. I remember one time we spent hours debugging a production incident, only to realize a mock that hadn’t been updated was the culprit—definitely felt like we'd fallen into that "mock drift" trap.

I've also started to appreciate the idea of contract tests more and more, especially as our system scales. It kind of feels like setting a solid foundation before building on top. I haven’t used Pact or anything similar yet, but it’s been on my mind.

I wonder if there’s a way to combine the benefits of mocks and contracts more seamlessly, maybe some hybrid approach where you can get the speed of mocks but with the assurance of contracts... What do you think?


I feel like https://pact.io is more appropriate link, no?


Take a look at https://github.com/vitabaks/autobase

In case you want to self host but also have something that takes care of all that extra work for you


Thank you, this looks awesome.


I wonder how well this plays with other self hosted open source PaaS, is it just a Docker container we can run I assume?


Just skimmed the readme. What's the connection pooling situation here? Or is it out of scope?


Tit? Really? Just two more letters.

Second, how does concurrency (like promises) translate to rust ?


Yeah I initially thought of this coming from android


It kind of threw me off that we went from golang to Haskell so would love to see they bank example actually comeback full circle to golang


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: