Advertisement · 728 × 90

Posts by Eric Kelly

Security Features

PostgreSQL 18 introduces oauth authentication, which lets users authenticate using OAuth 2.0 mechanisms supported through PostgreSQL extensions. Additionally, PostgreSQL 18 adds several features to validate and enforce FIPS mode behavior, and also adds the ssl_tls13_ciphers to let users configure which TLS v1.3 cipher suites the server can use.

This release deprecates md5 password authentication in favor of using SCRAM authentication that was first added in PostgreSQL 10. md5 authentication will be fully removed in a future major version release. Additionally, PostgreSQL 18 adds support for SCRAM passthrough authentication with both postgres_fdw and dblink when authenticating to remote PostgreSQL instances.

Security Features PostgreSQL 18 introduces oauth authentication, which lets users authenticate using OAuth 2.0 mechanisms supported through PostgreSQL extensions. Additionally, PostgreSQL 18 adds several features to validate and enforce FIPS mode behavior, and also adds the ssl_tls13_ciphers to let users configure which TLS v1.3 cipher suites the server can use. This release deprecates md5 password authentication in favor of using SCRAM authentication that was first added in PostgreSQL 10. md5 authentication will be fully removed in a future major version release. Additionally, PostgreSQL 18 adds support for SCRAM passthrough authentication with both postgres_fdw and dblink when authenticating to remote PostgreSQL instances.

PostgreSQL, the open source database that continues to get better, is introducing oauth support. This should help with database automation and hopefully bring us one step closer to moving away from static credentials and copying usernames and passwords around. www.postgresql.org/about/news/p...

11 months ago 381 58 7 4
.accent {
  --hue: blue;
  --tint: 80;
}

button {
  --tint-darker: clamp(10, var(--tint) - 10, 90);
  background: var(ident(--color- var(--hue) "-" var(--tint, 80)));
  border: 1px solid var(ident(--color- var(--hue) "-" var(--tint-darker, 70)));
}

.accent { --hue: blue; --tint: 80; } button { --tint-darker: clamp(10, var(--tint) - 10, 90); background: var(ident(--color- var(--hue) "-" var(--tint, 80))); border: 1px solid var(ident(--color- var(--hue) "-" var(--tint-darker, 70))); }

😍 PSA: ident() is an upcoming CSS feature I’m incredibly excited about and you're about to be too.

It will allow you to compose CSS variables from other variables, making code like this possible. 😍

Spec: drafts.csswg.org/css-values-5...
Proposal (by @bram.us ): github.com/w3c/csswg-dr...

1 year ago 431 51 22 6

@pragprog.com it looks like there's an issue with your SSL certificate

1 year ago 1 0 0 0
Post image

🎁 Ember v6 is released!

Read about it here:
blog.emberjs.com/ember-6-0-re...

1 year ago 25 15 0 1
Preview
Polaris: What I'm Working On I've been spending my time doing a lot of long-overdue work on Ember, Glimmer and the Handlebars parser. I figured I'd post a quick list of the work.

Just published a quick writeup of impl work I've been doing lately for Polaris.

TL;DR

- Top-level `renderComponent` API
- Runtime template compiler (for REPLs)
- Component inspector fixes for GJS
- `this.#private` syntax
- hash and array literal syntax

1 year ago 15 7 1 1