I will make this now
#introductions
Im here to talk about stuff that interests me, such as #unix #linux #programming and #plan9, and to share funny pictures
Not sure folk are aware that using Google fonts by URL in their CSS undermines the privacy of each and every site visitor, sending their IP to GG with every visit. How? Because with each visit they download the font from GG, not your server.
If you will use GG fonts, don't do this
@import url('https://fonts.googleapis.com/css?family=FontName[...]
Download that font, and resource it locally instead
@font-face {
font-family: FontName';
font-style: normal;
src: url('../fonts/FontName.woff2');
[...]
}
When pushing the computer, take a wide stance and do so with your entire being.
theres something really smooth about using #plan9 that other operating systems just cant do
sadly I don't really email anyone, outside of the 9front mailing list and this one person but she demands will only use pgp so I can't use it on plan 9.
God help me, I bought this thing
I was reminded of this curious piece of nuclear energy memorabilia, oddly enough, by one of Paul Gadzikowski's "Doctor Who" fan cartoons. I went searching and found it was still for sale, at half the price I originally saw it for ― which was still a pretty penny.
It will certainly make a good item for displays.
Apollo is introduced to physics, using a Newton's Cradle. Not sure he understood the concept, but he found the moving pendulums amusing
weird unix and plan 9 person
aspiring ascii artist