Viewing profile — steve-chavez
steve-chavez
HN member- Joined
- Fri, Jun 30, 2017, 1:54 PM UTC
- HN karma
- 617
- Public activity
- 180 items
- HN profile
- View on Hacker News ↗
About steve-chavez
Recent public activity
- story
- story
-
comment
Comment #48753267
Many thanks! It took me a long time to come up with the interface. I've been wanting a good parser combinator library for C since 2023 when I contributed to mpc[1]: [1]: https://gi…
- story
-
comment
Comment #48066747
Many thanks for your work pramsey. We use that exact function [1], do you have any plans for a similar function for TopoJSON? One that also has a record parameter? [2]. [1]: https:…
-
comment
Comment #47323110
One thing that is missing is a standard no-LLM policy, like the "Contributor Covenant Code of Conduct". On PostgREST we recently added a strict no-LLM policy [1], basically linking…
-
comment
Comment #47139258
> It's a replacement for SQL, the language PostgREST doesn't provide a replacement, rather a subset of the SQL language meant to be safe to expose to untrusted (frontend) clients. …
-
comment
Comment #46992726
> PostgREST translates HTTP straight into SQL, so if you get a policy wrong (or forget one), game over Do note that by default in PostgreSQL/PostgREST, RLS is the third layer of Au…
- story
- story
- story
- story
-
comment
Comment #44051250
I played starcraft2 13 years ago on Linux, the wizard installer worked just fine.
- story
- story
- story
- story
- story
-
comment
Comment #43796972
Not really, the work is much reduced. 1. If your function returns a table type, you can reuse all the filters that PostgREST offers on regular tables or views [1]. 2. The SQL code …
-
comment
Comment #43783831
Yes, it does many-to-many joins automatically: https://docs.postgrest.org/en/v12/references/api/resource_em... .
-
comment
Comment #43772595
> My server is going to provide an API that isolates the application from the DB structure. The same can be achieved with "schema isolation". See https://docs.postgrest.org/en/v12/…
-
comment
Comment #43772518
> If my DB structure changes, I have to force new app versions on every platform because I didn't insulate back-end changes with an API. To avoid the above problem, it's a standard…
- story
-
comment
Comment #43032685
I think you want to link to https://news.ycombinator.com/item?id=41956044 .
- story