Luke T. Shumaker Β» imworkingon

Luke is working on
improving the GNU/Linux ecosystem

The "In-progress work" and "Completed work" sections do not include routine maintenance on Parabola GNU/Linux-libre, which is also a solid chunk of what I do.

If you find this work valuable, please consider sponsoring me.

Top themes πŸ”—

{{- range $tagName, $tagInfo := .Tags }}

#{{ $tagName }} : {{ $tagInfo.PrettyName }}

{{ $tagInfo.Desc | md2html }}
{{- end }}
{{- define "contrib" }} {{ $contrib := . }} {{ $upstream := $contrib | getUpstream }}
{{ $upstream.Name }}
{{ $upstream.Desc | md2html }}
{{- range $url := $contrib.URLs }} {{ $url }}
{{- end }}
{{- range $tag := $contrib.Tags }} #{{ $tag }} {{/* */}} {{- end }}
Submitted: {{ timeTag $contrib.SubmittedAt "2006-01-02" }}
{{- if not $contrib.LastUpdatedAt.IsZero -}} Last updated: {{ timeTag $contrib.LastUpdatedAt "2006-01-02" }} {{- if $contrib.LastUpdatedBy.Name }} by {{ $contrib.LastUpdatedBy.Name }}{{ end }} {{- end -}}
Status: {{ $contrib.Status }}
{{- $contrib.Desc | md2html }} {{- if $contrib.SponsoredBy }}

Sponsored-by: {{ $contrib.SponsoredBy }}

{{ end -}}
{{- end }}

In-progress work πŸ”—

{{- range $contrib := .Contribs }} {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") }}{{ continue }}{{ end }} {{ template "contrib" $contrib }} {{- end }}

Completed work πŸ”—

{{- range $contrib := .Contribs }} {{- if or (eq $contrib.StatusClass "merged") (eq $contrib.StatusClass "released") | not }}{{ continue }}{{ end }} {{ template "contrib" $contrib }} {{- end }}

Daily statuses πŸ”—

Posted daily on Mastodon with the #DailyStandup tag.

Calendar view {{- $cal := .StandupCalendar }} {{- $curSunMonth := 0 }} {{- $curSatMonth := 0 }} {{- range $i, $week := reverse .StandupCalendar }} {{- $sun := (index $week time.Sunday) }} {{- if not $sun.Day }} {{- else if ne $sun.Month $curSunMonth }} {{- $curSunMonth = $sun.Month }} {{- end }} {{- range $day := $week }} {{- if not $day.Day }} {{- else if not $day.Data }} {{- else }} {{- end }} {{- end }} {{- $sat := (index $week time.Saturday) }} {{- if not $sat.Day }} {{- else if ne $sat.Month $curSatMonth }} {{- $curSatMonth = $sat.Month }} {{- end }} {{- end }}
Su M Tu W Th F S
{{ $sun.Month }} {{ $sun.Year }} {{ $day.Day }} {{ $day.Day }} {{ $sat.Month }} {{ $sat.Year }}
{{- range $status := .Standups }}
{{ $status.Content }}
{{- end }}