Brad Fitzpatrick

Results 477 comments of Brad Fitzpatrick

That's still a bit of work in magicsock even for that. We don't currently have a way to change the magicsock.Options.Port at runtime.

> Ah. So I guess the fast experiment is to ship them an unstable that by default uses a random port. Doing it by default for everybody? That risks breaking...

@icio, what's the state of this?

With Go tip (f2131f6e0c) I can use private repos without modules (with the `url "ssh://git insteadOf` config above), but not with modules: ``` dev:barlogaamp $ GO111MODULE=on go install -x -v...

One bummer thing about this change is that it breaks URLs (the fragments change). Does GitHub Markdown let you specify the fragments explicitly for headings?

While emoji is fun and I'm a fan, I'd like to address stable URLs in a separate PR before we add emoji.

I've never seen this. Is this common enough behavior to warrant including?

First, I'd make an app password if you don't know about those (https://staging.bsky.app/settings/app-passwords). Then: ``` $ gosky createSession bradfitz.com $(cat ~/secrets/bluesky-app-pass) > bsky.auth $ gosky feed | head -10 ------------------------------------------------------------...

Works by itself at that commit: ``` bradfitz@book1pro tmemes % git rev-parse bradfitz@book1pro tmemes % git rev-parse HEAD af942c74c1179b6b692cad6b0c37c71eac5009e2 bradfitz@book1pro tmemes % git status On branch main Your branch is...