10412. Payments are getting faster, globally (gocardless.com)
We’re improving payment processes so businesses can get paid faster.
10413. Payments are getting faster, globally (gocardless.com)
We’re improving payment processes so businesses can get paid faster.
10414. Barycentric Lagrange Interpolation (www.jeremykun.com)
In my studies of the Remez algorithm, I learned about the barycentric Lagrange interpolation formula. The context is finding a polynomial of degree at most $n$ that passes through $n+1$ points $(x_0, y_0), \dots, (x_n, y_n)$. The classical Lagrange interpolation formula is what you’d write down if y...
10415. Inline conditionals in CSS, now? (lea.verou.me)
The CSS WG resolved to add if() to CSS, but that won’t be in browsers for a while. What are our options in the meantime? A couple days ago, I posted about the recent CSS WG resolution to add an if() function to CSS. Great as it may be, this is still a long way off, two years if everything goes super...
10416. More business reporting at your fingertips (gocardless.com)
Simplify the way you analyse and manage your business performance
10417. More business reporting at your fingertips (gocardless.com)
Simplify the way you analyse and manage your business performance
10418. See TODOs in a Branch (jaketrent.com)
Here's how to see all the TODOs introduced in a branch.See TODO contentsTwo steps: Diff your PR branch compared to the master branch and then grep for TODOs. For instance:git diff master..my-branch | rg TODO -// TODO: use formatPrimaryErrorMessage in constructors -// TODO: move errors into own modul...
10419. Dependencies Show Cleanliness (jaketrent.com)
Getting your code organized is challenging. But when it feels as clean as your room after organizing it Saturday morning, it'll feel worth it, and you can go watch cartoons. A key to clean code is clean dependencies.Modules and dependenciesA module knows stuff and does stuff. Getting the contents of...
10420. Celebrating the launch of REA’s new password-less sign in experience with an AI curated art exhibition. (www.rea-group.com)
10421. Ask me anything: Product updates - Summer 2024 (gocardless.com)
Don't miss your chance to see the latest GoCardless features in action, with live demos and a Q&A with our payment experts. Watch on demand now.
10422. Ask me anything: Product updates - Summer 2024 (gocardless.com)
Don't miss your chance to see the latest GoCardless features in action, with live demos and a Q&A with our payment experts. Watch on demand now.
10423. Case Insensitive CSS Attribute Selector (davidwalsh.name)
CSS selectors never cease to amaze me in how powerful they can be in matching complex patterns. Most of that flexibility is in parent/child/sibling relationships, very seldomly in value matching. Consider my surprise when I learned that CSS allows matching attribute values regardless off case! Addin...
10424. Self-host Maps with Protomaps and Supabase Storage (supabase.com)
Host Protomaps PMTiles on Supabase Storage and render them with MapLibre GL.
10425. AWS without Access Keys (fly.io)
It’s dangerous to go alone. Fly.io runs full-stack apps by transmuting Docker containers into Fly Machines: ultra-lightweight hardware-backed VMs. You can run all your dependencies on Fly.io, but sometimes, you’ll need to work with other clouds, and we’ve made that pretty simple. Try Fly.io out for ...
10426. A pragmatic guide to Go module updates (carlosbecker.com)
I thought I would share some quick bits about how to do go.mod version bumps.
10427. Introducing Vercel AI SDK 3.2 (vercel.com)
10428. GoCardless works with Federation of Small Businesses to help its members tackle late payments (gocardless.com)
10429. GoCardless works with Federation of Small Businesses to help its members tackle late payments (gocardless.com)
10430. Cal.com launches Expert Marketplace built with Next.js and Supabase. (supabase.com)
Cal.com and Supabase team up to build an open-source platform starter kit for developers.
10431. Inline conditionals in CSS? (lea.verou.me)
Last week, the CSS WG resolved to add an inline if() to CSS. But what does that mean, and why is it exciting? Last week, we had a CSS WG face-to-face meeting in A Coruña, Spain. There is one resolution from that meeting that I’m particularly excited about: the consensus to add an inline if() to CSS....
10432. Hack Day: Summer of Sport Fall of Democracy (www.theguardian.com)
Recently, colleagues across the product and engineering department, as well as other parts of the organisation, came together for another exciting hack dayFor our first hack day of 2024 we kicked off with a grand theme around all the major events of the world, including sport and upcoming elections ...
10433. How to Set Date Time from Mac Command Line (davidwalsh.name)
Working on a web extension that ships to an app store and isn’t immediately modifiable, like a website, can be difficult. Since you cannot immediately deploy updates, you sometimes need to bake in hardcoded date-based logic. Testing future dates can be difficult if you don’t know how to quickly chan...
10434. Agent Mode: LLM embedded in the terminal for multi-step workflows (www.warp.dev)
Today we are announcing the release of Agent Mode in Warp AI, a new way to interface with AI from the command line so developers can accomplish multi-step workflows without leaving the terminal. Agent Mode can: Understand plain English (not just commands) Execute commands and use that output to guid...
10435. A discussion of discussions on AI bias (danluu.com)
There've been regular viral stories about ML/AI bias with LLMs and generative AI for the past couple years. One thing I find interesting about discussions of bias is how different the reaction is in the LLM and generative AI case when compared to "classical" bugs in cases where there's a clear bug. ...
10436. Download macOS Beta Installer (www.andrewcbancroft.com)
When you log into the Apple Developer portal, you can easily download a restore image (ipsw file) for beta versions of macOS, but it’s not helpful if you want to install macOS on a separate volume on your existing Mac. The actual macOS installer is much more useful. The only issue is that it’s not e...
10437. Starting a Live Streaming Application: Webinar (deploy-preview-325--pubnub-web-builder.netlify.app)
Examples of apps and businesses that are being transformed by cognitive services, and some future use cases as well.
10438. Starting a Live Streaming Application: Webinar (www.pubnub.com)
Examples of apps and businesses that are being transformed by cognitive services, and some future use cases as well.
10439. Edit records directly from the Neon console: meet the new Tables page (neon.com)
A few weeks ago, we shipped a cool new feature in our console. In the past, the only way for Neon users to work with their data was via SQL queries; now, you can modify your data in an intuitive and visual way directly from the Tables page, powered by Drizzle Studio. You can now […]
10440. How-to Add Moderation to your Live Events Application (deploy-preview-325--pubnub-web-builder.netlify.app)
How to utilize the PubNub SDK on both the server side and client side of your application to add secure moderation events to your live events app.