Verification-Driven Development (VDD) is a high-integrity software engineering framework designed to eliminate "code slop" and logic gaps through a generative adversarial loop. Unlike traditional development cycles that rely on passive code reviews, VDD utilizes a specialized multi-model orchestration where a Builder AI and an Adversarial AI are placed in a high-friction feedback loop, mediated by a human developer and a granular tracking system.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { | |
| "lexicon": 1, | |
| "id": "space.roomy.event.v0", | |
| "description": "Roomy's top-level event schema.", | |
| "defs": { | |
| "main": { | |
| "type": "object", | |
| "description": "Roomy's top-level event schema.", | |
| "properties": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const oauthClient = new AtprotoOAuthClient({ | |
| AtpBaseClient, | |
| callbackPathname: oauthCallbackPathname, | |
| clientMetadataPathname: oauthClientMeatadataPathname, | |
| clientMetadata: { | |
| client_name: "AtprotoTest", | |
| client_uri: new URL("/", request.url).href, | |
| scope: "atproto transition:generic", | |
| }, | |
| namespace: env.OAUTH_STORAGE, |
Bluesky has implemented age verification measures in response to regional laws that restrict access, prompting users to verify their age through Epic Games' Kids Web Services before they can access adult content.
This sucks, but thankfully there are ways to work around it.
Before diving in: I encourage you to read this entire document, including the
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "order": "new", | |
| "manifest": { | |
| "filter": { | |
| "and": [ | |
| { | |
| "or": [ | |
| { | |
| "regex_matches": [ | |
| "text", |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bsky.app##+js(user-bsky-annoyances.js) | |
| main.bsky.dev##+js(user-bsky-annoyances.js) | |
| ||go.bsky.app/redirect$urlskip=?u |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| $JobName = "http://localhost:$(Get-Random -Min 4200 -Max 42000)/" | |
| $httpListener = [Net.HttpListener]::new() | |
| $httpListener.Prefixes.Add($JobName) | |
| $httpListener.Start() | |
| Start-ThreadJob -ScriptBlock { | |
| param($MainRunspace, $httpListener, $SourceIdentifier = 'http') | |
| while ($httpListener.IsListening) { | |
| $contextAsync = $httpListener.GetContextAsync() | |
| while (-not ($contextAsync.IsCompleted -or $contextAsync.IsFaulted -or $contextAsync.IsCanceled)) {} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* | |
| This stylesheet can be used to hide all but reply notifications on your Bluesky notifications page (https://bsky.app/notifications) | |
| You'll generally need a plugin such as https://addons.mozilla.org/en-US/firefox/addon/styl-us/ on firefox - | |
| other plugins or ways of adding a user stylesheet are available for other browers. | |
| You'll probably only want to enable it on the one page, and you'll have to turn it off to see any other notification types. | |
| This stylesheet will work until something critical changes on the Bluesky notifications page. | |
| If it breaks, the [data-testid="notificationsScreen"] line is the most likely culprit - you can just remove it & the matching {}s | |
| */ |
NewerOlder