HackerTrans
TopNewTrendsCommentsPastAskShowJobs

cliftonc

no profile record

Submissions

Show HN: Drizby – WIP Metabase Alternative

drizby.com
1 points·by cliftonc·4 เดือนที่ผ่านมา·0 comments

Show HN: First party analytics pipeline on Cloudflare with DuckDB

try.icelight.dev
3 points·by cliftonc·6 เดือนที่ผ่านมา·1 comments

Show HN: Embeddable analytics for your platform – MIT Licensed

try.drizzle-cube.dev
2 points·by cliftonc·7 เดือนที่ผ่านมา·4 comments

Show HN: Drizzle Cube – embeddable MIT licensed analytics

try.drizzle-cube.dev
1 points·by cliftonc·10 เดือนที่ผ่านมา·0 comments

comments

cliftonc
·6 เดือนที่ผ่านมา·discuss
I really disagree, skills are really quite useful and there is a lot of usage + community - e.g. take a look at https://github.com/obra/superpowers which I know is used by a lot of people to smooth out their workflow with Claude with great results (not forced spec driven development just better context use + better results). Just this week I used skills to help encapsulate a way to document legacy services ahead of a rewrite (given that my experience now is that rewriting becomes a valid path vs refactoring in many instances): https://github.com/cliftonc/unwind.
cliftonc
·6 เดือนที่ผ่านมา·discuss
At this point it would rely on the person embedding it in their app to get that data, put it somewhere, and then add a Cube definition on top of it - so this is purely solving the visualisation / report building part of that puzzle (but in a fully embedded / non iframe way).
cliftonc
·6 เดือนที่ผ่านมา·discuss
I used Cube as inspiration, and actually the rest API for drizzle-cube is compatible with the cube-js schema definition. The main difference is that I chose to model the cubes in typescript, so they can be validated in the IDE easily (autocomplete, catch issues early) and not have an option for YAML, but the semantics are exactly the same.