Bookmarks

Bookmarks

46225 bookmarks
Custom sorting
berbyte/sinkzone: Block everything. Allow only what matters. A DNS tool for productivity, focus, and child safety. Allowlist-only internet for distraction-free work.
berbyte/sinkzone: Block everything. Allow only what matters. A DNS tool for productivity, focus, and child safety. Allowlist-only internet for distraction-free work.
Block everything. Allow only what matters. A DNS tool for productivity, focus, and child safety. Allowlist-only internet for distraction-free work. - berbyte/sinkzone
·github.com·
berbyte/sinkzone: Block everything. Allow only what matters. A DNS tool for productivity, focus, and child safety. Allowlist-only internet for distraction-free work.
Mathpad
Mathpad
Type equations at the speed of thought with this specialized keypad
·crowdsupply.com·
Mathpad
johnlindquist/worktree-cli
johnlindquist/worktree-cli
Contribute to johnlindquist/worktree-cli development by creating an account on GitHub.
·github.com·
johnlindquist/worktree-cli
Introduction to MCP authentication — WorkOS
Introduction to MCP authentication — WorkOS
Learn how the Model Context Protocol (MCP) handles authentication and authorization using OAuth 2.1 and API keys. This guide covers common patterns, security considerations, current limitations, and how to build a standards-compliant MCP server.
·workos.com·
Introduction to MCP authentication — WorkOS
High Availability and Postgres full-sync replication | Multigres
High Availability and Postgres full-sync replication | Multigres
In order to achieve High Availability (HA) in Postgres, we need to have at least one other standby replica that keeps up with the primary’s changes near-real-time. Using Postgres physical replication is the most common method to achieve this.
·multigres.com·
High Availability and Postgres full-sync replication | Multigres
Postgres Replication Slots: Confirmed Flush LSN vs. Restart LSN
Postgres Replication Slots: Confirmed Flush LSN vs. Restart LSN
Replication slots in Postgres keep track of how far consumers have read a replication stream. After a restart, consumers—​either Postgres read replicas or external tools for change data capture (CDC), like Debezium—resume reading from the last confirmed log sequence number (LSN) of their replication slot. The slot prevents the database from disposing of required log segments, allowing safe resumption after downtime. In this post, we are going to take a look at why Postgres replication slots don’t have one but two LSN-related attributes: restart_lsn and confirmed_flush_lsn. Understanding the difference between the two is crucial for troubleshooting replication issues, optimizing WAL retention, and avoiding common pitfalls in production environments.
·morling.dev·
Postgres Replication Slots: Confirmed Flush LSN vs. Restart LSN
mathesar-foundation/mathesar: An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Postgres access control.
mathesar-foundation/mathesar: An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Postgres access control.
An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Post...
·github.com·
mathesar-foundation/mathesar: An intuitive spreadsheet-like interface that lets users of all technical skill levels view, edit, query, and collaborate on Postgres data directly—100% open source and self hosted, with native Postgres access control.
Self-driving Postgres | PostgresAI
Self-driving Postgres | PostgresAI
Building the first truly self-driving PostgreSQL: zero downtime upgrades, AI-powered automation, and a roadmap to full database autonomy.
·postgres.ai·
Self-driving Postgres | PostgresAI
Achieving Multitenancy in a Rails App Using CurrentAttributes
Achieving Multitenancy in a Rails App Using CurrentAttributes
While working with a legacy BBj PRO/5 database for a client, we needed to set up a new CMS with multitenancy requirements. We were dealing with a slew of foreign tables representing the PRO/5 data, and each of the tables had a column for designating which tenant they belonged to. Let's talk about how we leveraged ActiveSupport::CurrentAttributes to solve this problem!
·hashrocket.com·
Achieving Multitenancy in a Rails App Using CurrentAttributes
I Know When You're Vibe Coding
I Know When You're Vibe Coding
I shouldn’t have to care about this. I don’t want to care about how someone’s code gets into the IDE. Whether you wrote it by hand, copied it from a forum…
·alexkondov.com·
I Know When You're Vibe Coding