github

Tag: github

48 posts
Operating this site
B
Boris on ATProto
boris.filed.fyi

Operating this site

The ops playbook — how this site is built, deployed, and published to ATProto, including the GitHub branch protection, the Cloudflare deploy pipeline, and the BORIS_APP_PASSWORD secret convention.

·
Aug 27
·
Elevated errors on Fable 5 due to upstream provider
Github Outages (major) icon
Github Outages (major)
logue.is/~github-outages-major

Elevated errors on Fable 5 due to upstream provider

·
Aug 24
·
GitHub Linguist
T
Today I Learned
til.desertthunder.dev

GitHub Linguist

How GitHub detects repository languages and accepts overrides

·
Aug 19
·
How I got a rare GitHub t-shirtHow I got a rare GitHub t-shirt
permablog icon
permablog

How I got a rare GitHub t-shirt

and why they're getting harder to find

·
Aug 13
·
brew install actions/checkout
A
Andrew Nesbitt
nesbitt.io

brew install actions/checkout

Using Homebrew's tap machinery as a curated distribution layer for GitHub Actions.

·
Aug 4
·
Stacked PRs on GitHub with Jujutsu
David’s Deliriums icon
David’s Deliriums
davids-deliriums.offprint.app

Stacked PRs on GitHub with Jujutsu

·
Aug 1
·
GitHubダッシュボードTUI octoscopeが良さげかも
K
kawarimidoll.com
kawarimidoll.com

GitHubダッシュボードTUI octoscopeが良さげかも

プロフィール・リポジトリ・PR・Issueをライブ表示するGo製GitHubダッシュボードTUI octoscopeの紹介です。

·
May 19
·
A /memory route and fediverse presence for the FAOL website
E
ewan's devlog
devlog.croft.click

A /memory route and fediverse presence for the FAOL website

Added a GitHub commit timeline to the FAOL website, plus an llms.txt file, RSS feed fixes, fediverse integration, and layout refinements.

·
May 14
·
Profile README & Crypto Donations
E
ewan's devlog
devlog.croft.click

Profile README & Crypto Donations

Updating GitHub profile README with current projects and crypto donation addresses.

·
May 7
·
GitHubプロフィールにTangledのアクティビティを表示するやつを作った
N
nove-b blog
blog.nove-b.dev/

GitHubプロフィールにTangledのアクティビティを表示するやつを作った

·
May 3
·
A GitHub for maintainers
A
Andrew Nesbitt
nesbitt.io

A GitHub for maintainers

Giving dependencies the same treatment the fork got

·
May 2
·
GitHub Actions is the weakest link
A
Andrew Nesbitt
nesbitt.io

GitHub Actions is the weakest link

Anne Robinson would like a word with .github/workflows

·
Apr 28
·
A static site that takes pull requestsA static site that takes pull requests
benswift.me icon
benswift.me
benswift.me

A static site that takes pull requests

Out of Office stores its data in a JSON file in git, not a database. Why, and when this pattern fits.

·
Apr 27
·
Dev Diary 0000 - Infrastructure Day
devlog.likes.fyi icon
devlog.likes.fyi

Dev Diary 0000 - Infrastructure Day

get in the repo, shinji

·
Apr 21
·
Get the latest release from a GitHub repo
hyperreal's Gists icon
hyperreal's Gists

Get the latest release from a GitHub repo

The following is a collection of ways to get the latest release of a program from its GitHub repository, using the command line. The example repositories used below can be replaced with any repository hosted on GitHub.

·
Apr 10
·
I Let Github Copilot Build a Mastodon Admin App
niklasbarning icon
niklasbarning
niklasbarning.de

I Let Github Copilot Build a Mastodon Admin App

If you are a GitHub user, you will encounter the one-month trial for Copilot (the one for coding, not the one for work or whatever Microsoft wants to call Copilot nowadays) at some point. As a Mastodon admin, I always had the idea of creating an app for moderation or approving or rejecting accounts on the instance. So I thought, “why not give it a try?”

·
Feb 6
·
Webmentions are back thanks to GitHub Copilot
L
Luis Quintanilla Personal Website
lqdev.me

Webmentions are back thanks to GitHub Copilot

An update on how I upgraded and got my webmentions endpoint back online with the help of GitHub Copilot

·
Jan 25
·
Programmatically Setting GitHub Issue Types
D
Den Delimarsky
den.dev

Programmatically Setting GitHub Issue Types

A quick guide on how to programmatically set the GitHub issue type with the GitHub CLI, even if built-in functionality for this doesn't quite exist.

·
Jan 16
·
llm-txt.fun
O
Open Source
iammatthias.com/open-source

llm-txt.fun

LLM-TXT provides tools to generate files from Farcaster, Bluesky, RSS feeds, and Git repos, building on my earlier llm-fid project.

·
Jan 2
·
llm-txt.fun
O
Open Source
iammatthias.com/open-source

llm-txt.fun

LLM-TXT provides tools to generate files from Farcaster, Bluesky, RSS feeds, and Git repos, building on my earlier llm-fid project.

·
Jan 2
·
How Dependabot Actually Works
A
Andrew Nesbitt
nesbitt.io

How Dependabot Actually Works

Inside dependabot-core's architecture, its reliance on proprietary GitHub infrastructure, and open source alternatives

·
Jan 2
·
Open Source Activity in 2025
A
Andrew Nesbitt
nesbitt.io

Open Source Activity in 2025

A look back at my open source work in 2025: ecosyste.ms, supply chain security tooling, and Ruby gems

·
Dec 31 '25
·
Community Tools Bring Lockfile Support to GitHub Actions
A
Andrew Nesbitt
nesbitt.io

Community Tools Bring Lockfile Support to GitHub Actions

Community projects gh-actions-lockfile and ghasum address GitHub's missing lockfile support with SHA pinning and integrity verification

·
Dec 30 '25
·
Securing API Keys with AWS Secrets Manager and Cloudflare WorkersSecuring API Keys with AWS Secrets Manager and Cloudflare Workers
subaud icon
subaud
subaud.io

Securing API Keys with AWS Secrets Manager and Cloudflare Workers

API keys for backend authentication create a fundamental challenge in web applications: the credentials need to authenticate requests but cannot be exposed to clients. Hardcoding keys in frontend bundles or environment variables leaves them visible in browser developer tools. Anyone who opens the network tab can extract the key and make unauthorized requests. Static configuration files require manual rotation and create operational risk—when a key needs to change, someone has to remember to upda

·
Dec 25 '25
·
Angularのライブラリを作成し、GitHub Packagesで共通化、複数のAngularプロジェクトで使用する
N
nove-b blog
blog.nove-b.dev/

Angularのライブラリを作成し、GitHub Packagesで共通化、複数のAngularプロジェクトで使用する

·
Dec 12 '25
·
GitHub Actions Has a Package Manager, and It Might Be the Worst
A
Andrew Nesbitt
nesbitt.io

GitHub Actions Has a Package Manager, and It Might Be the Worst

GitHub Actions has a package manager that ignores decades of supply chain security best practices: no lockfile, no integrity verification, no transitive pinning

·
Dec 6 '25
·
MoneyMoney Dashboard
N
Nicky Reinert - Institut für digitale Herausforderungen
nickyreinert.de

MoneyMoney Dashboard

Ein Browser-basiertes Analyse-Tool für MoneyMoney-Exporte mit interaktiven Charts, Kategoriefiltern und Ausgabentracking.

·
Nov 20 '25
·
What's The Deal With GitHub Spec Kit
D
Den Delimarsky
den.dev

What's The Deal With GitHub Spec Kit

GitHub Spec Kit brings Spec-Driven Development to AI coding agents, helping LLMs produce more deterministic output by anchoring on a written spec.

·
Oct 11 '25
·
How to Stay Up to Date in Svelte
F
fubits.dev
fubits.dev

How to Stay Up to Date in Svelte

·
Aug 23 '25
·
My preferred GitHub alternative
Cory Dransfeldt icon
Cory Dransfeldt
coryd.dev

My preferred GitHub alternative

GitHub's now former CEO went in for some bold absolutes on software development as a career last week: Either you have to embrace the Al, or you get out of your career. And, this week, resigned. : GitHub and its leadership team will continue its mission as part of Microsoft’s CoreAI organization, with more details shared soon. Terrifying stuff!

·
Aug 11 '25
·
Accelerating translations with continuous integrationAccelerating translations with continuous integration
Yappin' icon
Yappin'

Accelerating translations with continuous integration

The story of how my journey of contributions to action-continuous-translation started.

·
Jul 9 '25
·
I kind of like rebasingI kind of like rebasing
M
Mahib's Margins
mahibulhaque.me

I kind of like rebasing

Master git rebase for cleaner commit history. Learn interactive rebasing, squashing commits, and rebasing feature branches onto main with practical examples.

·
Jun 17 '25
·
Ikuyo: Plan Your Next Trip
Kenrick's Notes icon
Kenrick's Notes
blog.kenrick95.org

Ikuyo: Plan Your Next Trip

It has been many months since I started this side project called Ikuyo (source code in GitHub). I think I'm now relatively satisfied with the feature set to do a write up. Ikuyo is a web application for made to help and collaborate on travels. Features Ikuyo currently offers the following features: Planning activities, accommodations,...

·
Jun 1 '25
·
llm-fid.fun
O
Open Source
iammatthias.com/open-source

llm-fid.fun

·
May 5 '25
·
llm-fid.fun
O
Open Source
iammatthias.com/open-source

llm-fid.fun

·
May 5 '25
·
Githubでリリースの設定方法とリリースの必要性について
N
nove-b blog
blog.nove-b.dev/

Githubでリリースの設定方法とリリースの必要性について

·
Apr 30 '25
·
Improving The MCP Authorization Spec, One RFC At A Time
D
Den Delimarsky
den.dev

Improving The MCP Authorization Spec, One RFC At A Time

Walkthrough of the MCP authorization RFC that adds Protected Resource Metadata so servers can delegate auth to GitHub, Entra ID, and other existing IdPs.

·
Apr 6 '25
·
Rebuilding My Podcast Website In Two Evenings With An LLM
D
Den Delimarsky
den.dev

Rebuilding My Podcast Website In Two Evenings With An LLM

Rebuilding theworkitem.com on Hugo over two evenings using GitHub Copilot to scaffold the theme, layouts, and styling without writing it all by hand.

·
Feb 13 '25
·
Having fun with my GitHub ProfileHaving fun with my GitHub Profile
Yappin' icon
Yappin'

Having fun with my GitHub Profile

A little story about limitations of READMEs on GitHub and how to circumvent them.

·
Feb 5 '25
·
A Simple Way GitHub Copilot @vision Helped Me Be More Productive
D
Den Delimarsky
den.dev

A Simple Way GitHub Copilot @vision Helped Me Be More Productive

Use the @vision GitHub Copilot extension in VS Code to feed images, plots, and architecture diagrams into Copilot Chat for analysis and code generation.

·
Feb 4 '25
·
Using GitHub Copilot From Inside GitHub Actions
D
Den Delimarsky
den.dev

Using GitHub Copilot From Inside GitHub Actions

Call the undocumented GitHub Copilot REST API from inside a GitHub Actions workflow to extract structured data from issue bodies without manual parsing.

·
Jan 24 '25
·
Deleting All Workflow Runs In GitHub Repository With PowerShell
D
Den Delimarsky
den.dev

Deleting All Workflow Runs In GitHub Repository With PowerShell

A PowerShell script that paginates the GitHub REST API to bulk-delete every workflow run in a repository, with rate-limit handling and dry-run support.

·
Jan 16 '25
·
New PowerToys Awake Release With Tray Improvements
D
Den Delimarsky
den.dev

New PowerToys Awake Release With Tray Improvements

PowerToys Awake 0.87.1 ships tray menu improvements and bug fixes for the Windows utility that keeps your machine awake without changing power plans.

·
Dec 18 '24
·
Digitize Analog Bookmarks using AI, .NET, and GitHub Models
L
Luis Quintanilla Personal Website
lqdev.me

Digitize Analog Bookmarks using AI, .NET, and GitHub Models

Use .NET and AI models like GPT-4o to extract annotated passages from an image

·
Oct 31 '24
·
Updated NextJS App deployed to App Runner with SSR and GitHub ActionsUpdated NextJS App deployed to App Runner with SSR and GitHub Actions
subaud icon
subaud
subaud.io

Updated NextJS App deployed to App Runner with SSR and GitHub Actions

Updated NextJS App deployed to App Runner with SSR and GitHub Actions

·
Oct 19 '24
·
NextJS App deployed to App Runner with GitHub ActionsNextJS App deployed to App Runner with GitHub Actions
subaud icon
subaud
subaud.io

NextJS App deployed to App Runner with GitHub Actions

NextJS App deployed to App Runner with GitHub Actions

·
Sep 5 '24
·
GitHub Insights - Capturing Repository MetricsGitHub Insights - Capturing Repository Metrics
subaud icon
subaud
subaud.io

GitHub Insights - Capturing Repository Metrics

In this demo we will see how to deploy an application on AWS that will capture insights from GitHub and store them in S3 to be easily queried with Amazon Athena

·
Aug 14 '24
·
PowerToys Awake Now Has Icons And Helpful Tooltips
D
Den Delimarsky
den.dev

PowerToys Awake Now Has Icons And Helpful Tooltips

PowerToys Awake 0.83.0 (DAISY023) adds tray state icons, hover tooltips, and other quality-of-life updates to the Windows caffeinate-style utility.

·
Jul 29 '24
·