Viewing profile — peterm4
peterm4
HN member- Joined
- Mon, Oct 21, 2024, 2:12 PM UTC
- HN karma
- 23
- Public activity
- 13 items
- HN profile
- View on Hacker News ↗
About peterm4
No profile information was provided.
Recent public activity
-
comment
Comment #48378118
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.
-
comment
Comment #48093277
> 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, t…
-
comment
Comment #47895038
We can make an ETF out of this…
-
comment
Comment #47778098
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 base…
-
comment
Comment #47641326
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 cons…
-
comment
Comment #47234121
https://en.wikipedia.org/wiki/Frequency_illusion
-
comment
Comment #44459122
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 …
-
comment
Comment #44458267
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.
-
comment
Comment #44421109
Where I am, BPA receipts are banned, fortunately. Also making sure to buy BPA free alternatives.
-
comment
Comment #44417564
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…
-
comment
Comment #44134695
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 w…
-
comment
Comment #42455533
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…
-
comment
Comment #41904507
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 sal…