Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
steve-chavez
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
The Future of Software Engineering [pdf]
(thoughtworks.com)
2 points
by
steve-chavez
2mo ago
|
0 comments
2.
▲
by
steve-chavez
3mo ago
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://github.com/orangeduck/mpc/commi
3.
▲
Single header Parser Combinators for C
(github.com)
80 points
by
steve-chavez
3mo ago
|
15 comments
4.
▲
by
steve-chavez
4mo ago
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://github.com/PostgREST/postgrest/b
5.
▲
by
steve-chavez
6mo ago
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 Gentoo's AI policy, which we found the most
6.
▲
by
steve-chavez
7mo ago
> 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. Load balancing is not built-in currently, but i
7.
▲
by
steve-chavez
7mo ago
> 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 AuthZ defense, you have table and column level securit
8.
▲
PgPointcloud – A PostgreSQL extension for storing point cloud (Lidar) data
(pgpointcloud.github.io)
3 points
by
steve-chavez
10mo ago
|
0 comments
9.
▲
FFI Overhead
(github.com)
2 points
by
steve-chavez
1y ago
|
1 comments
10.
▲
Asynchronous Exceptions in Practice (2017)
(simonmar.github.io)
1 points
by
steve-chavez
1y ago
|
0 comments
11.
▲
pg_csv: Flexible CSV Processing for Postgres
(github.com)
2 points
by
steve-chavez
1y ago
|
0 comments
12.
▲
by
steve-chavez
1y ago
I played starcraft2 13 years ago on Linux, the wizard installer worked just fine.
13.
▲
PostgreSQL Event Triggers without superuser access
(supabase.com)
1 points
by
steve-chavez
1y ago
|
0 comments
14.
▲
PostgreSQL Event Triggers without superuser access
(supabase.com)
4 points
by
steve-chavez
1y ago
|
0 comments
15.
▲
PostgreSQL Event Triggers without superuser access
(supabase.com)
2 points
by
steve-chavez
1y ago
|
0 comments
16.
▲
Domain Representations
(docs.postgrest.org)
2 points
by
steve-chavez
1y ago
|
1 comments
17.
▲
by
steve-chavez
1y ago
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 will be much more concise (and performant, which leads to le
18.
▲
by
steve-chavez
1y ago
Yes, it does many-to-many joins automatically: https://docs.postgrest.org/en/v12/references/api/resource_em... .
19.
▲
by
steve-chavez
1y ago
> 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/explanations/sch
20.
▲
by
steve-chavez
1y ago
> 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 practice in PostgREST to only expose a schema
21.
▲
Introduction to NixOS Specialisations (2022)
(tweag.io)
1 points
by
steve-chavez
1y ago
|
0 comments
22.
▲
by
steve-chavez
2y ago
I think you want to link to https://news.ycombinator.com/item?id=41956044 .
23.
▲
Beyond Relations: A Case for Elevating to the Entity-Relationship Abstraction [pdf]
(vldb.org)
2 points
by
steve-chavez
2y ago
|
0 comments
24.
▲
Ask HN: Devshops Websites for Inspiration
1 points
by
steve-chavez
2y ago
|
0 comments
25.
▲
by
steve-chavez
2y ago
So cool! For some reason navigating to Github/Discord by clicking the links is slow on my phone (old galaxy s20fe). The click highlight of the button is normal, just going to the sites is slow.
26.
▲
by
steve-chavez
2y ago
There's not much substance in the reply there, on one part there's this argument: > Go programs are fast enough for Google, Netflix, Stripe, and many other large Internet companies… it’s probably fast enough for you Which of co
27.
▲
by
steve-chavez
2y ago
I also got one of these. AFAICT for Linux, we need to wait for kernel 6.12, which is still at the rc stage but should be ready at the end of this month. As a NixOS user, I'm keeping track of this repo [1] for support. [1]: https:/
28.
▲
by
steve-chavez
2y ago
The TLDR is that Nginx offers about x2 more throughput than Caddy.
29.
▲
Nginx vs. Caddy Performance [video]
(youtube.com)
1 points
by
steve-chavez
2y ago
|
2 comments
30.
▲
by
steve-chavez
2y ago
That's false. On the same youtube channel there's a video [1] comparing Nginx vs Envoy and Nginx offers higher throughput. Besides that, from what I've seen Envoy has a higher dependency footprint: - It comes bloated with GRP
More ›