Public list by ~betterdevlink

Issues #285 May 11, 2026

View the latest HubSpot Developer Platform updates in Spring Spotlight

https://www.vpdae.com/redirect/fo69mqkcnowzual2rfe8gojggqv

View the latest HubSpot Developer Platform updates in Spring Spotlight Spring Spotlight 2026 is live and we’ve rounded up the top updates for developers here. Featuring: • AI-Assisted Development: Developer MCP Server lets you build apps faster with AI coding tools like Cursor, Claude Code, and Codex. • Modern API Infrastructure: Date-based versioned APIs and versioned docs for predictable releases. • MCP: Unlock HubSpot data via the HubSpot MCP Server (remote) to connect any compatible MCP client and create custom workflows and integrations. • Projects 2026.03: Includes serverless functions, UI extension support, and migration from 2025.1 and 2023.2.

3 months ago

How an HTTP header caused time.gov to skew from UTC

https://alexsci.com/blog/how-time-gov-works/

How an HTTP header caused time.gov to skew from UTC In the United States, the National Institute of Standards and Technology (NIST) maintains the official U.S. time reference. On a recent project I needed a trustworthy clock and time.gov was a convenient option. To validate that the provided reference was accurate, I opened time.gov in two browser windows side-by-side, but found that the provided clock offset estimates disagreed by a margin larger than I could tolerate. When I compared to another source, an NTP client, I found even more disagreement.

3 months ago

Floating point from scratch: Hard Mode

https://essenceia.github.io/projects/floating_dragon

Floating point from scratch: Hard Mode In famous problem. 0.1 + 0.2 is equal 0.30000000000000004. Best way to to understand is to re-implement them from the first principle, the hard way.

#floating point #float #bfloat16 #ihp #130nm #verification

3 months ago

Let’s Build a Regex Engine

https://kean.blog/post/lets-build-regex

Let's Build a Regex Engine Ever wondered how regex works under the hood? How does it understand an incantation like “<\/?[\w\s]*>|<.+[\W]>” and magically produces a desired result? This series is going to describe exactly how it works and how to implement a feature-rich regex engine.

#swift #objective-c #swiftui #uikit #ios #macos

3 months ago

My queries to monitor autovacuum

https://www.cybertec-postgresql.com/en/monitor-autovacuum-my-queries

My queries to monitor autovacuum Without vacuum, deadtuple (dead row) are accumulate in Postgres, the engine needs to scan them and exclude them, vacuum suppose to delete them. Here are many tip and tricks to monitor that process

3 months ago

PGKeeper: Building the bouncer we needed for Postgres

https://www.figma.com/blog/pgkeeper-building-the-bouncer-we-needed-for-postgres/

PGKeeper: Building the bouncer we needed for Postgres Figma outgrow pgbouncer and share experience writing their own Postgres connection pooling.

3 months ago

NPM Security - OWASP Cheat Sheet Series

https://cheatsheetseries.owasp.org/cheatsheets/NPM_Security_Cheat_Sheet.html

NPM Security best practices cheatsheet covers several npm security best practices and productivity tips, useful for JavaScript and Node.js developers. This list was originally based on the 10 npm security best practices from the Snyk blog.

3 months ago

High Performance Git

https://gitperf.com/index.html

High Performance Git a book written for engineers who need Git to stay fast as repositories, histories, and teams get larger: build and CI engineers, monorepo owners, devprod teams, and anyone tasked with figuring out Git beyond the usual four commands.

3 months ago

GitHub - NikolayS/leandex: Keep your Postgres indexes lean — rebuild, drop, and suggest

https://github.com/NikolayS/leandex

leandex a pure SQL / PL/pgSQL control plane for conservative autonomous reindexing, in the same extension-avoidance spirit as pg_ash and PgQue. It installs into a separate control database, talks to target databases through postgres_fdw user mappings and dblink, and rebuilds only with reindex index concurrently. No schema is installed into target databases. No C extension, no shared_preload_libraries, no sidecar worker, no restart.

3 months ago

hyperframes

https://hyperframes.heygen.com/

hyperframes HyperFrames lets AI agents compose videos by writing HTML, CSS & JS.

3 months ago