Skip to content
View philoserf's full-sized avatar
👋
Hello
👋
Hello

Block or report philoserf

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
philoserf/README.md
HOMO, HOMINIS ESSE
ἄνθρωπος ὤν ἀνθρώπινος
إنسانٌ يَكونُ إنساناً
אדם בהיותו אדם
𐬨𐬀𐬱𐬫𐬀 𐬀𐬵𐬎𐬨 𐬨𐬀𐬱𐬫𐬯𐬀𐬙𐬀
maðr verandi mannligr
自然為人
mtu kuwa mwanadamu
İnsan olmak, insanca olmak
onkwe:honwe akénhake onkwe:honwe
anishinaabe e-anishinaabewid
मनुष्यः मानुषं भवन्
manusso hutvā manussattaṃ
a human being, being human
(intending to) sleep, move, eat, grow, play, and share.
(while I) love, laugh, cry, and eventually die.

profile

Pinned Loading

  1. obsidian-vault-changelog obsidian-vault-changelog Public

    An Obsidian plugin to maintain a changelog of recently edited notes

    TypeScript 77 16

  2. obsidian-starter obsidian-starter Public template

    Do not start with other people's clutter and cruft!

    8

  3. obsidian-tools obsidian-tools Public

    A collection of tools for use with Obsidian

    Go

  4. clone all your gists clone all your gists
    1
    gh gist list -L 9999 |
    2
      cut -f 1 | 
    3
      xargs -n1 gh gist clone
  5. remove kubernetes namespace stuck in... remove kubernetes namespace stuck in termiinating status
    1
    for ns in $(kubectl get ns --field-selector "status.phase=Terminating" --output "jsonpath='{.items[*].metadata.name}'"); do
    2
      kubectl get ns "${ns}" --output json |
    3
        jq '.spec.finalizers = []' |
    4
        kubectl replace --raw "/api/v1/namespaces/${ns}/finalize" --filename -
    5
    done
  6. to, err := human() to, err := human()
    1
    package main
    2
    
                  
    3
    import (
    4
    	"fmt"
    5
    	"log"