dedene's comments

dedene | 7 months ago | on: Cerebras Code

The flat fee is for a fixed max amount of tokens per day. Not requests, tokens.

dedene | 1 year ago | on: GitHub Copilot: The Agent Awakens

I want to know as well. For me, everything I tested so far still can’t beat the autocomplete of Cursor both in speed as intelligence…

dedene | 11 years ago | on: Is Docker ready for production?

Has anyone come up with a way to speed up the "bundle install" step in a Docker build? The smallest change will cause this step to completely rerun, which takes a long time for a Ruby application with lots of gem dependencies.

One approach might be to base the final Docker image on another Docker image, which has a snapshot of all Rubygem dependencies at a certain point. In the depending image, the 'bundle install' will then do an incremental update and the Docker build will go a lot faster.

But I was wondering how other people are solving this?

dedene | 11 years ago | on: Show HN: Realm for Android

That's awesome news! Does someone have an idea on how you would store dynamic data (think document oriented / json) and still run queries on the different fields?
page 1