GeistHaus
log in · sign up

Back Alley Coder

Part of backalleycoder.com

Code, distributed systems, and the web.

stories primary
The Future is AI's Proof of Work
In the race to advance AI systems, measuring their ability is critical, and the future is how we will grade them.
https://csuwildcat.github.io/posts/the-future-is-ai-proof-of-work/
PassSeeds - Hijacking Passkeys to Unlock Cryptographic Use Cases
An exploration in using Passkeys as generalized cryptographic seed material to address new use cases, while inheriting the benefits of cross-device synced keys with native biomentric UX.
https://csuwildcat.github.io/posts/passseeds-an-experiment-in-hijacking-passkeys-to-unlock-cryptographic-use-cases/
Identity Is the Dark Matter & Energy of Our World
Exploring identity as a cosmological analog - proposing that like dark matter and energy in the universe, identity forms the vast unseen infrastructure that powers all our daily interactions.
https://csuwildcat.github.io/posts/identity-is-the-dark-matter-energy-of-our-world/
Demythstifying Web Components
Dispelling common myths and FUD about Web Components by clarifying what they actually are - encapsulated, declarative, custom elements that enable reusable, interoperable functionality.
https://csuwildcat.github.io/posts/demythstifying-web-components/
Recapping the W3C Blockchain Standardization Workshop @ MIT
A recap of the W3C blockchain workshop at MIT discussing potential Web standards for blockchain technology, particularly focusing on blockchain-based identity authentication.
https://csuwildcat.github.io/posts/recapping-the-w3c-blockchain-standardization-workshop-mit/
The Nickelback Persistence Conjecture
Debunking the fallacious arguments about data persistence in decentralized systems and why economic incentives in distributed networks are more robust than critics claim.
https://csuwildcat.github.io/posts/the-nickelback-persistence-conjecture/
S(GH)PA: The Single-Page App Hack for GitHub Pages
A clever hack to enable single-page app routing on GitHub Pages by leveraging the 404.html file and preserving SEO-friendly status codes for crawlers.
https://csuwildcat.github.io/posts/sghpa-the-single-page-app-hack-for-github-pages/
The Web Beyond: How blockchain identity will transform our world
A vision of how blockchain-based identity systems could revolutionize daily life through seamless, secure, and interoperable digital interactions across all devices and services.
https://csuwildcat.github.io/posts/the-web-beyond-how-blockchain-identity-will-transform-our-world/
A Renewed Call for App-to-App Interaction APIs
Renewing the discussion around app-to-app interaction APIs for the web, examining past attempts like Web Activities and Web Intents and proposing better solutions.
https://csuwildcat.github.io/posts/app-to-app-interaction-apis/
Element Queries, From the Feet Up
Exploring Element Queries as a solution for truly responsive components - Media Queries scoped to individual elements rather than viewport dimensions.
https://csuwildcat.github.io/posts/element-queries-from-the-feet-up/
Cross-Browser, Event-based, Element Resize Detection
A cross-browser solution for detecting element resize events using hidden object elements, enabling responsive behavior beyond window resize events.
https://csuwildcat.github.io/posts/cross-browser-event-based-element-resize-detection/
The Oft-Overlooked Overflow and Underflow Events
Exploring the lesser-known overflow and underflow events in Firefox and WebKit browsers that detect changes in element scroll states.
https://csuwildcat.github.io/posts/oft-overlooked-overflow-and-underflow-events/
FlightDeck and MetaLab: Bad Messaging Leads to Bad Times
A retrospective on the challenging FlightDeck project at Mozilla, exploring how miscommunication and bad messaging can derail even well-intentioned collaborations.
https://csuwildcat.github.io/posts/mozilla-flightdeck-and-metalab/
MVCR – Minimum Viable CSS Ribbon
A minimal CSS snippet using pseudo-elements to create UI ribbons that work in IE8+ and support dynamic content modification via JavaScript.
https://csuwildcat.github.io/posts/mvcr-minimum-viable-css-ribbon/
CSS Selector Listeners
Exploring a new event mechanism called CSS Selector Listeners - a powerful way to listen for when elements match specific CSS selectors in the DOM.
https://csuwildcat.github.io/posts/css-selector-listeners/
A Modal Cure in Pure CSS – No Wrappers, no JavaScript, no BS
A simple pure CSS modal solution that requires no wrapper elements, no JavaScript, and no complex implementations - just clean, elegant CSS.
https://csuwildcat.github.io/posts/a-modal-cure-in-pure-css-no-wrappers-no-javascript-no-bs/
I Want a DAMNodeInserted Event!
Exploring the frustrations with DOM Level 3 Mutation Events and the need for better node insertion detection in JavaScript.
https://csuwildcat.github.io/posts/i-want-a-damnodeinserted/
Deep, Strict Equality Comparison of Native Types in JavaScript
A comprehensive approach to performing deep, strict equality comparison of JavaScript native types, handling edge cases beyond basic type checking.
https://csuwildcat.github.io/posts/deep-strict-equality-comparison-of-native-types-in-javascript/
The Best Damn Modal Method Period™
A comprehensive cross-browser modal implementation method that handles all the edge cases and browser quirks for creating robust modal dialogs.
https://csuwildcat.github.io/posts/best-damn-modal-method-periode284a2/
MooTools Vertical Text Element Method
A MooTools Element extension for creating vertical text using CSS and DOM manipulation when browser-native solutions aren't sufficient.
https://csuwildcat.github.io/posts/mootools-vertical-text-element-method/
Opera Added to the Browser Add-on API Coverage Table
Announcement of adding Opera extension APIs to the browser add-on API coverage table, expanding cross-browser extension development documentation.
https://csuwildcat.github.io/posts/opera-added-to-the-browser-add-on-api-coverage-table/
Jetbug – Mozilla Add-on SDK debugging library
A debugging library for Mozilla Add-on SDK that enables Firebug-based debugging of add-on code with support for chrome-level objects and SDK API introspection.
https://csuwildcat.github.io/posts/jetbug-my-new-add-on-sdk-debugging-library/
Programatically Convert CSS named colors to RGB & HEX
A JavaScript solution for converting CSS named colors to RGB and HEX formats, essential for color manipulation in front-end development.
https://csuwildcat.github.io/posts/converting-css-named-colors-to-rgb-and-hex/