This is awesome, and exactly what I've been looking for recently. Noticed the demo won't let me add spaces in table cells however.
> It doesn't take much to convince them that Google et al don't have their best interests in mind. They already know it and have experienced it. I think with Apple in particular, this is the issue. Apple have largely…
We can make an ETF out of this…
In most circumstances, I’d absolutely agree. For Art Galleries and museums, I’m far more inclined to be lenient. It’s art. It’s okay for the api to be characteristically vibes based. Especially because the downstream…
This looks great, and I’ve bookmarked to give it a go. Any reason you’ve opted for custom markdown formats with the @ syntax rather than using something like frontmatter? Very conscious that this would prevent any…
https://en.wikipedia.org/wiki/Frequency_illusion
I love this. I’ve always considered doing something similar with a traditional recsys model. The only feature I’d love to see, is there are many posts where I’m more interested in the HN comments, rather than the…
I did. My idea has preceded me seeing that article for a while now, but reading that was definitely a push finally try it out.
Where I am, BPA receipts are banned, fortunately. Also making sure to buy BPA free alternatives.
Not as exciting or big as some of the projects on here, but just a small personal one I’ve been wanting to do for a while. I recently impulse bought an Epson receipt printer, and I’ve started putting together a server…
Seconding that Zen has been an amazing Arc replacement for those happy with Firefox based browser. The only challenge is daily driving both Zen and Zed as a code editor is a pain when it comes to macOS spotlight…
I'd absolutely love to love this. Using dbt at $JOB, and building a custom dbt adapter for our legacy data repos, I've slowly developed a difficult relationship dbt's internals and externals. Struggling with the way it…
Been working with sqlite and Typescript, needing random rows sampled reproducibly with a seed. Found this handy little trick [0]. Not the cleanest, but it works! `SELECT * FROM sales ORDER BY substr(${seedValue} *…
This is awesome, and exactly what I've been looking for recently. Noticed the demo won't let me add spaces in table cells however.
> It doesn't take much to convince them that Google et al don't have their best interests in mind. They already know it and have experienced it. I think with Apple in particular, this is the issue. Apple have largely…
We can make an ETF out of this…
In most circumstances, I’d absolutely agree. For Art Galleries and museums, I’m far more inclined to be lenient. It’s art. It’s okay for the api to be characteristically vibes based. Especially because the downstream…
This looks great, and I’ve bookmarked to give it a go. Any reason you’ve opted for custom markdown formats with the @ syntax rather than using something like frontmatter? Very conscious that this would prevent any…
https://en.wikipedia.org/wiki/Frequency_illusion
I love this. I’ve always considered doing something similar with a traditional recsys model. The only feature I’d love to see, is there are many posts where I’m more interested in the HN comments, rather than the…
I did. My idea has preceded me seeing that article for a while now, but reading that was definitely a push finally try it out.
Where I am, BPA receipts are banned, fortunately. Also making sure to buy BPA free alternatives.
Not as exciting or big as some of the projects on here, but just a small personal one I’ve been wanting to do for a while. I recently impulse bought an Epson receipt printer, and I’ve started putting together a server…
Seconding that Zen has been an amazing Arc replacement for those happy with Firefox based browser. The only challenge is daily driving both Zen and Zed as a code editor is a pain when it comes to macOS spotlight…
I'd absolutely love to love this. Using dbt at $JOB, and building a custom dbt adapter for our legacy data repos, I've slowly developed a difficult relationship dbt's internals and externals. Struggling with the way it…
Been working with sqlite and Typescript, needing random rows sampled reproducibly with a seed. Found this handy little trick [0]. Not the cleanest, but it works! `SELECT * FROM sales ORDER BY substr(${seedValue} *…