Code

Code

84 bookmarks
Custom sorting
Third Party Cookies Must Be Removed
Third Party Cookies Must Be Removed
Third-party (AKA cross-site) cookies are harmful to the web, and must be removed from the web platform. This finding explains why they must be removed, and examines the challenges in removing them. We highlight some use cases that depend on third-party cookies and offer some examples of designed-for-purpose technologies that can replace them. Specification authors are expected to ensure they do not undermine the benefits of removing third-party cookies when proposing new web platform technologies.
·w3.org·
Third Party Cookies Must Be Removed
Why does Anubis use Proof-of-Work? | Anubis
Why does Anubis use Proof-of-Work? | Anubis
Anubis uses a proof of work in order to validate that clients are genuine. The reason Anubis does this was inspired by Hashcash, a suggestion from the early 2000's about extending the email protocol to avoid spam. The idea is that genuine people sending emails will have to do a small math problem that is expensive to compute, but easy to verify such as hashing a string with a given number of leading zeroes. This will have basically no impact on individuals sending a few emails a week, but the company churning out industrial quantities of advertising will be required to do prohibitively expensive computation. This is also how Bitcoin's consensus algorithm works.
·anubis.techaro.lol·
Why does Anubis use Proof-of-Work? | Anubis
CardGames.io
CardGames.io
Play classic card games for free. No sign-up or download necessary!
·cardgames.io·
CardGames.io
First Principles of Interaction Design (Revised & Expanded) | askTog
First Principles of Interaction Design (Revised & Expanded) | askTog
The following principles are fundamental to the design and implementation of effective interfaces, whether for traditional GUI environments, the web, mobile devices, wearables, or Internet-connecte…
·asktog.com·
First Principles of Interaction Design (Revised & Expanded) | askTog
JavaScript modules
JavaScript modules
This guide gives you all you need to get started with JavaScript module syntax.
All modern browsers support module features natively without needing transpilation. It can only be a good thing — browsers can optimize loading of modules, making it more efficient than having to use a library and do all of that extra client-side processing and extra round trips
The first thing you do to get access to module features is export them. This is done using the export statement
For example, the imports key in the import map below defines a "module specifier map" JSON object where the property names can be used as module specifiers, and the corresponding values will be substituted when the browser resolves the module URL.
Script files used by websites often have hashed filenames to simplify caching. The downside of this approach is that if a module changes, any modules that import it using its hashed filename will also need to be updated/regenerated.
·developer.mozilla.org·
JavaScript modules
AI Autonomous Coding Agent for VS Code
AI Autonomous Coding Agent for VS Code
Cline is an open-source AI coding assistant with dual Plan/Act modes, terminal execution, and Model Context Protocol (MCP) for VS Code. Alternative to GitHub Copilot with extensible tools and real-time debugging.
·cline.bot·
AI Autonomous Coding Agent for VS Code
Writing that changed how I think about PL | Max Bernstein
Writing that changed how I think about PL | Max Bernstein
Every so often I come across a paper, blog post, or (occasionally) video that completely changes how I think about a topic in programming languages and compilers. For some of these posts, I can’t even remember how I thought about the idea before reading it—it was that impactful.
·bernsteinbear.com·
Writing that changed how I think about PL | Max Bernstein
Buttplug: Sex Toy Control Software
Buttplug: Sex Toy Control Software
Buttplug is an open-source standards and software project for controlling intimate hardware, including sex toys, fucking machines, and more. We were
·buttplug.io·
Buttplug: Sex Toy Control Software
camelAI
camelAI
·app.camelai.com·
camelAI
[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
Copilot tries to fix stuff and it ruins code
This doesn't look right to me. I mean not matching ucol_getVersion behavior. ucol_getVersion can return a different version for different collation. I know you are using LCID in the C# but there are tons of cultures has same LCID (which is 0x1000 as I recall). ObjectC doesn't have API can help returning a better version?
·github.com·
[iOS][globalization] Implement CompareInfo.Version for hybrid globalization by Copilot · Pull Reques
gohugoio/hugo: The world’s fastest framework for building websites.
gohugoio/hugo: The world’s fastest framework for building websites.
The world’s fastest framework for building websites. - gohugoio/hugo
Hugo is a static site generator written in Go, optimized for speed and designed for flexibility. With its advanced templating system and fast asset pipelines, Hugo renders a complete site in seconds, often less.
·github.com·
gohugoio/hugo: The world’s fastest framework for building websites.
How to Configure Cloudways The Right Way
How to Configure Cloudways The Right Way
This powerful WordPress tutorial will guide you to the exact setup which will help maximize the performance and speed of your website. - Choosing the Right Cloudways Plan - Setting Up Your WordPress…
·medium.com·
How to Configure Cloudways The Right Way
Build and deploy Remote Model Context Protocol (MCP) servers to Cloudflare
Build and deploy Remote Model Context Protocol (MCP) servers to Cloudflare
You can now build and deploy remote MCP servers to Cloudflare, and we handle the hard parts of building remote MCP servers for you. Unlike local MCP servers you may have previously used, remote MCP servers are Internet-accessible. People simply sign in and grant permissions to MCP clients using familiar authorization flows.
up and running in production with this example MCP server in less than two minutes:
·blog.cloudflare.com·
Build and deploy Remote Model Context Protocol (MCP) servers to Cloudflare