all repos — site @ 5341f6d7f11ebdd7b1e37e9602ce15ccc20d3e03

source for my site, found at icyphox.sh

Remove last updated

Thing was too annoying to keep up with.
Anirudh Oppiliappan x@icyphox.sh
Sun, 02 Aug 2020 10:59:09 +0530
commit

5341f6d7f11ebdd7b1e37e9602ce15ccc20d3e03

parent

fb32f9f2506b1089fe7c3a75fa35a98cf8aba6a1

2 files changed, 40 insertions(+), 52 deletions(-)

jump to
M config.pyconfig.py

@@ -5,34 +5,34 @@ author = ""

header = """<a href="/"><- back</a>""" # gets the latest commit -import subprocess - -def get_commit(): - out = subprocess.run( - ["git", "rev-parse", "--short", "HEAD"], - stdout=subprocess.PIPE) - commit = out.stdout.decode("utf-8").strip() - return commit - -def get_big_commit(): - out = subprocess.run( - ["git", "rev-parse", "HEAD"], - stdout=subprocess.PIPE - ) - big_commit = out.stdout.decode("utf-8").strip() - return big_commit - - -def get_commit_date(commit): - out = subprocess.run( - ["git", "show", "-s", "--format=%cd", "--date=short", commit], - stdout=subprocess.PIPE) - date = out.stdout.decode("utf-8").strip() - return date - -commit = get_commit() -big_commit = get_big_commit() -date = get_commit_date(commit) +# import subprocess +# +# def get_commit(): +# out = subprocess.run( +# ["git", "rev-parse", "--short", "HEAD"], +# stdout=subprocess.PIPE) +# commit = out.stdout.decode("utf-8").strip() +# return commit +# +# def get_big_commit(): +# out = subprocess.run( +# ["git", "rev-parse", "HEAD"], +# stdout=subprocess.PIPE +# ) +# big_commit = out.stdout.decode("utf-8").strip() +# return big_commit +# +# +# def get_commit_date(commit): +# out = subprocess.run( +# ["git", "show", "-s", "--format=%cd", "--date=short", commit], +# stdout=subprocess.PIPE) +# date = out.stdout.decode("utf-8").strip() +# return date +# +# commit = get_commit() +# big_commit = get_big_commit() +# date = get_commit_date(commit) # actually the sidebar footer = f"""

@@ -60,12 +60,6 @@ <span class="sidebar-link">pgp</span>

<br> <a href="/static/gpg.txt">0x8A93F96F78C5D4C4</a> </p> - - <p> - <span class="sidebar-link">last updated</span> - <br> - <a href="https://github.com/icyphox/site/commit/{big_commit}">{commit}</a> on {date} - </p> <h3>friends</h3> <p>
M templates/text.htmltemplates/text.html

@@ -48,36 +48,30 @@ <hr>

<div class="openring"> <div class="openring-feed"> - <h4><a href="https://peppe.rs/posts/turing_complete_type_systems/">Turing Complete Type Systems</a></h4> - <p>Rust’s type system is Turing complete: + <h4><a href="https://drewdevault.com/2020/08/01/pkg-go-dev-sucks.html">pkg.go.dev is more concerned with Google's interests than good engineering</a></h4> + <p>pkg.go.dev sucks. It’s certainly prettier than godoc.org, but under the +covers, it’s a failure of engineering characteristic of the Google approach. -FizzBuzz with Rust Traits -A Forth implementation with Rust Traits +Go is a pretty good programming language. I have long held that this is not +attributable to Google’s stewa…</p> -It is impossible to determine if a program written in a generally Turing complete system will ever stop. That is, it is impossible to write a program…</p> - - <p>via <a href="https://peppe.rs">nerdypepper's μblog</a> on Jun 18, 2020</p> + <p>via <a href="https://drewdevault.com">Drew DeVault's Blog</a> on Aug 01, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://jcs.org/2020/05/15/surface_go2">OpenBSD on the Microsoft Surface Go 2 (notaweblog)</a></h4> - <p>I used OpenBSD on the -original Surface Go -back in 2018 and many things worked with the big exception of the internal -Atheros WiFi. -This meant I had to keep it tethered to a USB-C dock for Ethernet or use -a small USB-A WiFi dongle plugged into a less-than-…</p> + <h4><a href="https://k1ss.org/blog/20200625a">25/06/2020: This month in KISS (#3)</a></h4> + <p>Welcome to the third monthly update for KISS Linux. The focus this month was on documentation and the reopening of the distribution's Wiki. A big thank you to those filling the Wiki with words.…</p> - <p>via <a href="https://jcs.org/">joshua stein</a> on May 15, 2020</p> + <p>via <a href="https://k1ss.org">KISS Linux Blog</a> on Jun 25, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://k1ss.org/blog/20200625a">25/06/2020: This month in KISS (#3)</a></h4> - <p>Welcome to the third monthly update for KISS Linux. The focus this month was on documentation and the reopening of the distribution's Wiki. A big thank you to those filling the Wiki with words.…</p> + <h4><a href="https://gru.gq/2020/07/17/propaganda-harder-than-it-looks/">Propaganda, harder than it looks</a></h4> + <p>A poor effort at “black propaganda” The success or failure of black propaganda depends on the receiver’s willingness to accept the credibility of the source and the content of the message. Care has to be taken to place the sources and messages within a soc…</p> - <p>via <a href="https://k1ss.org">KISS Linux Blog</a> on Jun 25, 2020</p> + <p>via <a href="https://gru.gq">grugq’s domain</a> on Jul 17, 2020</p> </div>