Firebase -> Google -> Futurice -> Taktile
Now in Berlin.
- tlarkworthyWe fixed this at work by instructing it to maximize coverage with minimal tests, which is closer to our coding style.
- also after you have a to-and-fro to course correct it on a task, run this self-reflection prompt
https://gist.github.com/a-c-m/f4cead5ca125d2eaad073dfd71efbc...
That will moves stuff that required manually clarifying back into the claude.md (or a useful subset you pick). It does a much better job of authoring claude.md than I do.
- 1 point
- 1 point
- 3 points
- 3 points
- It's better to link to a leading S3 compatible API docs page. You get a better measure of the essential complexity
https://developers.cloudflare.com/r2/api/s3/api/
It's not that much, most of weirder S3 APIs are optional, orthogonal APIs, which is good design.
- ?
Its like GET <namespace>/object, PUT <namespace>/object. To me its the most obvious mapping of HTTP to immutable object key value storage you could imagine.
It is bad that the control plane responses can be malformed XML (e.g keys are not escaped right if you put XML control characters in object paths) but that can be forgiven as an oversight.
Its not perfect but I don't think its a strange API at all.
- Etag and cache control headers?
- My grandfather was still talking of this in the 90s. A very good joke!
- Oh yeah, I read that article and could not find it agin. Thank you.
It really open my mind to what is special about transformers.
- Markov chains learn a fixed distribution, but transformers learn the distribution of distributions and latch onto what the current distribution based on evidence seen so far. So that's where the single shot learning comes from in transformer. Markov chains can't do that, they will not change the underlying distribution as they read.
- U put something out on the internet, likely no-one cares, sometimes people will point out a better way of doing it. You gain in that knowledge. I learnt a lot from public critique... it makes you better and more knowledgeable. Harness the crowd, let it out.
- well that inspired me to research getting those tests in Germany.
=> heart panel plus
https://en.minu.synlab.ee/heart-panel-plus/
I don't need doctors, I can get ChatGPT to analyse the results.
- Yeah I was inspired after https://www.hackerneue.com/item?id=43998472 which is also very concrete
- It unblocks that workflow, that's why it's so great. You can have a single script with inline dependencies that are auto installed on execution. That can expand to importing other files, but there is very little setup tax to get started with a script and it does not block expansion.
- 2 points
- Interesting but I would like details on how spatial is handled specifically
- 2 points