all repos — site @ 580691da34a531cd5dfedf4775c13a068293ad88

source for my site, found at icyphox.sh

Add woff* variamts
Anirudh Oppiliappan x@icyphox.sh
Sat, 08 Aug 2020 12:24:32 +0530
commit

580691da34a531cd5dfedf4775c13a068293ad88

parent

ad5d44761079953aa96f9b38a4f985e880ee58d8

M static/style.cssstatic/style.css

@@ -5,7 +5,9 @@ }

@font-face { font-family: 'EB Garamond', serif; - src: url('fonts/EBGaramond-VariableFont_wght.ttf') format('truetype'); + src: url('fonts/EBGaramond-VariableFont_wght.ttf') format('truetype'), + url('fonts/EBGaramond-Regular.woff2') format('woff2'), + url('fonts/EBGaramond-Regular.woff') format('woff'); } @supports (font-variation-settings: normal) {
M templates/text.htmltemplates/text.html

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

<div class="openring"> <div class="openring-feed"> - <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> + <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. - <p>via <a href="https://gru.gq">grugq’s domain</a> on Jul 17, 2020</p> +Go is a pretty good programming language. I have long held that this is not +attributable to Google’s stewa…</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://www.bellingcat.com/news/mena/2020/08/07/the-beirut-explosion-is-it-a-bird-is-it-a-plane-is-it-a-faked-video-of-a-missile/">The Beirut Explosion – Is It A Bird? Is It A Plane? Is It A Faked Video Of A Missile?</a></h4> - <p>In the days after every catastrophe, it is inevitable that rumours and misinformation will be passed around on social networks and by word of mouth. This appears to be a universal human behaviour. The disaster in Beirut is no different. In the three days s…</p> + <h4><a href="https://k1ss.org/blog/20200803a">03/08/2020: This month in KISS (#4)</a></h4> + <p>Welcome to month 4!…</p> - <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Aug 07, 2020</p> + <p>via <a href="https://k1ss.org">KISS Linux Blog</a> on Aug 03, 2020</p> </div> <div class="openring-feed"> - <h4><a href="https://peppe.rs/posts/gripes_with_go/">Gripes With Go</a></h4> - <p>You’ve read a lot of posts about the shortcomings of the Go programming language, so what’s one more. - -Lack of sum types -Type assertions -Date and Time -Statements over Expressions -Erroring out on unused variables -Error handling - -Lack of Sum types -A “Sum” ty…</p> + <h4><a href="https://www.bellingcat.com/news/mena/2020/08/07/the-beirut-explosion-is-it-a-bird-is-it-a-plane-is-it-a-faked-video-of-a-missile/">The Beirut Explosion – Is It A Bird? Is It A Plane? Is It A Faked Video Of A Missile?</a></h4> + <p>In the days after every catastrophe, it is inevitable that rumours and misinformation will be passed around on social networks and by word of mouth. This appears to be a universal human behaviour. The disaster in Beirut is no different. In the three days s…</p> - <p>via <a href="https://peppe.rs">nerdypepper's μblog</a> on Aug 01, 2020</p> + <p>via <a href="https://www.bellingcat.com">bellingcat</a> on Aug 07, 2020</p> </div>