<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0"><channel><description>… to a place for spherical thoughts, opposites, fake meaning, linguistics, maths and other truths.</description><title>Go with pachanka...</title><generator>Tumblr (3.0; @pachanka)</generator><link>https://blog.pachanka.org/</link><item><title>My fortune today</title><description>&lt;blockquote&gt;&lt;p&gt;This product is meant for educational purposes only.  Any resemblance to real persons, living or dead is purely coincidental.  Void where prohibited.  Some assembly may be required.  Batteries not included.  Contents may settle during shipment.  Use only as directed.  May be too intense for some viewers.  If condition persists, consult your physician.  No user-serviceable parts inside. Breaking seal constitutes acceptance of agreement.  Not responsible for direct, indirect, incidental or consequential damages resulting from any defect, error or failure to perform.  Slippery when wet.  For office use only.  Substantial penalty for early withdrawal.  Do not write below this line.  Your cancelled check is your receipt.  Avoid contact with skin.  Employees and their families are not eligible.  Beware of dog.  Driver does not carry cash.  Limited timeoffer, call now to insure prompt delivery.  Use only in well-ventilated area. Keep away from fire or flame.  Some equipment shown is optional.  Price does not include taxes, dealer prep, or delivery.  Penalty for private use.  Call toll free before digging.  Some of the trademarks mentioned in this product appear for identification purposes only.  All models over 18 years of age.  Do not use while operating a motor vehicle or heavy equipment.  Postage will be paid by addressee.  Apply only to affected area.  One size fits all.  Many suitcases look alike.  Edited for television.  No solicitors.  Reproduction strictly prohibited.  Restaurant package, not for resale.  Objects in mirror are closer than they appear.  Decision of judges is final.  This supersedes all previous notices.  No other warranty expressed or implied.&lt;br/&gt;&lt;/p&gt;&lt;/blockquote&gt;</description><link>https://blog.pachanka.org/post/175230462748</link><guid>https://blog.pachanka.org/post/175230462748</guid><pubDate>Mon, 25 Jun 2018 08:21:41 +0200</pubDate><category>this is going to be a rough week</category><category>fortune</category><category>linux</category></item><item><title>Tarasque</title><description>&lt;a href="https://en.wikipedia.org/wiki/Tarasque"&gt;Tarasque&lt;/a&gt;</description><link>https://blog.pachanka.org/post/175185729683</link><guid>https://blog.pachanka.org/post/175185729683</guid><pubDate>Sun, 24 Jun 2018 01:15:53 +0200</pubDate><category>zoocryptology</category><category>tarasque</category></item><item><title>"Any application that can be written in JavaScript, will eventually be written in JavaScript."</title><description>“Any application that can be written in JavaScript, will eventually be written in JavaScript.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Atwood’s Law, proposed as a corollary to Tim Berners-Lee’s &lt;a href="https://en.wikipedia.org/wiki/Rule_of_least_power" title="Rule of least power" target="_blank"&gt;Rule of Least Power&lt;/a&gt;.&lt;br/&gt;&lt;/em&gt;</description><link>https://blog.pachanka.org/post/175174965723</link><guid>https://blog.pachanka.org/post/175174965723</guid><pubDate>Sat, 23 Jun 2018 18:19:41 +0200</pubDate><category>Jeff Atwood</category><category>Atwood's Law</category><category>Principle of Least Power</category><category>javascript</category></item><item><title>Using JavaScript modules on the web</title><description>&lt;a href="https://developers.google.com/web/fundamentals/primers/modules"&gt;Using JavaScript modules on the web&lt;/a&gt;: &lt;p&gt;Bundling is the future.&lt;/p&gt;

&lt;p&gt;&lt;img src="https://78.media.tumblr.com/6dd7cc237dbdeb5be4d79e63973d2425/tumblr_inline_pas9i7E5cx1qz9dw8_540.png" alt="image"/&gt;&lt;/p&gt;

&lt;p&gt;If you are using ~300 modules and 8 frameworks do do:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;var content = sel = false;
window.setTimeout(function(){
  if(content) UpdateDom(sel, content);
},50);
function UpdateDom(sel, content){
  document.querySelector(sel).innerHTML = content;
}
&lt;/code&gt;&lt;/pre&gt;</description><link>https://blog.pachanka.org/post/175174369613</link><guid>https://blog.pachanka.org/post/175174369613</guid><pubDate>Sat, 23 Jun 2018 17:56:21 +0200</pubDate><category>javascript</category><category>bloated web</category></item><item><title>Node is fun, flashy and terrifying.</title><description>&lt;p&gt;&lt;b&gt;Edit&lt;/b&gt;: This morning I managed to get it all down to only 1 &lt;i&gt;fixable&lt;/i&gt; vulnerability by setting:&lt;br/&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;? Set up unit tests: No&lt;br/&gt;? Setup e2e tests with Nightwatch? No&lt;br/&gt;&lt;/p&gt;&lt;/blockquote&gt;&lt;p&gt;Still, I think I’ll keep this on the dev-box until I’m reasonably certain I can control this beast.&lt;br/&gt;&lt;/p&gt;&lt;hr&gt;&lt;p&gt;Why not check out &lt;a href="https://cli.vuejs.org/guide/creating-a-project.html" target="_blank"&gt;vuejs&lt;/a&gt; I thought… I’m new to all this server side JavaScript. But it sounds like fun, so lets see…&lt;/p&gt;

&lt;p&gt;Hmmm… I just did an &lt;code&gt;npm install&lt;/code&gt; fresh outta the box after installing some Vue.js prefabricated stuff (&lt;code&gt;$ vue init webpack project_name&lt;/code&gt;) and my cmd spit out this:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;added 1513 packages from 1798 contributors and audited 12011 packages in 33.859s. found 21 vulnerabilities (11 low, 1 moderate, 7 high, 2 critical) run "npm audit fix" to fix them, or "npm audit" for details&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Neat!! 1513 packages! Wow. Thats a huge amount of Open Source spagetti. We are legion! We are NPM!!&lt;/p&gt;

&lt;figure data-orig-width="638" data-orig-height="479" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/96e8f24752f24f45bf4050556a08c5c2/tumblr_inline_paqpu9m6AM1qz9dw8_540.jpg" alt="image" data-orig-width="638" data-orig-height="479"/&gt;&lt;/figure&gt;&lt;p&gt;These smart guys in the JS community, they have &lt;i&gt;a command to fix vulnerabilities!&lt;/i&gt;&lt;/p&gt;

&lt;p&gt;I don’t know how that would work, but I commend you brave anonymous programmer!&lt;/p&gt;

&lt;p&gt;Wait… &lt;b&gt;2 Critical&lt;/b&gt; out-of-the-box security vulnerabilities? Ok, so &lt;code&gt;npm audit fix&lt;/code&gt; it is… Now what?&lt;/p&gt;

&lt;p&gt;&lt;code&gt;fixed 0 of 21 vulnerabilities in 12011 scanned packages 4 package updates for 21 vulns involved breaking changes (use "npm audit fix --force" to install breaking changes; or do it by hand)&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Umm, ok… &lt;code&gt;npm audit&lt;/code&gt; then.&lt;/p&gt;

&lt;p&gt;&lt;code&gt;# Run npm install --save-dev nightwatch@1.0.6 to resolve 6 vulnerabilities SEMVER WARNING: Recommended action is a potentially breaking change&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Meh. Breaking sheaking… lets do this!&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install --save-dev karma@2.0.4&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Six down, and &lt;i&gt;only&lt;/i&gt; 15 vulnerabilities left…&lt;/p&gt;

&lt;p&gt;&lt;code&gt;npm install --save-dev url-loader@1.0.1&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;14… At this point the &lt;code&gt;--force&lt;/code&gt; option is starting to look tempting. No. Can’t let the machine win on the dev box, this is my turf dammit!&lt;/p&gt;

&lt;p&gt;I head over to the docs and see:&lt;/p&gt;

&lt;p&gt;To address the vulnerability, you can&lt;/p&gt;

&lt;ul&gt;&lt;li&gt;Check for mitigating factors&lt;/li&gt;
&lt;li&gt;Update dependent packages if a fix exists&lt;/li&gt;
&lt;li&gt;Fix the vulnerability&lt;/li&gt;
&lt;li&gt;Open an issue in the package or dependent package issue tracker&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;Ok… lets try the first one. What does this say:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;Affected versions of growl do not properly sanitize input prior to passing it into a shell command, allowing for arbitrary command execution.&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;What? &lt;i&gt;arbitrary command execution??&lt;/i&gt; No, no, fuck that. Jesus… I tried updating the package to the latest version. No fix.&lt;/p&gt;

&lt;p&gt;So fix it myself? On my first day on the job?.. What the heck, lets see. The node page says …&lt;/p&gt;

&lt;p&gt;&lt;b&gt;1,217,161 downloads&lt;/b&gt; &lt;i&gt;this week&lt;/i&gt;.
 Nope. I’m not up to that amount of crazy. Normal crazy maybe. But this 
is one million two hundred thousand crazies. Nope, nope. No.&lt;/p&gt;

&lt;figure data-orig-width="500" data-orig-height="250" class="tmblr-full"&gt;&lt;img src="https://78.media.tumblr.com/071534cd4f43f56e54c4702f542e5557/tumblr_inline_paqpoiCQjf1qz9dw8_540.gif" alt="image" data-orig-width="500" data-orig-height="250"/&gt;&lt;/figure&gt;&lt;p&gt;Right. Maybe I try Rust next time. I hear the &lt;a href="https://github.com/rust-webplatform/rust-todomvc" target="_blank"&gt;rust-todoMVC&lt;/a&gt; is lovely this time of the year.&lt;/p&gt;</description><link>https://blog.pachanka.org/post/175147859313</link><guid>https://blog.pachanka.org/post/175147859313</guid><pubDate>Fri, 22 Jun 2018 21:31:29 +0200</pubDate><category>node</category><category>nodejs</category><category>npm</category><category>security</category><category>npm audit</category><category>panic at the dev box</category><category>javascript</category><category>vuejs</category></item><item><title>Britecharts, a D3.js based charting library of reusable components</title><description>&lt;a href="http://eventbrite.github.io/britecharts/"&gt;Britecharts, a D3.js based charting library of reusable components&lt;/a&gt;: &lt;p&gt;I don’t know why Birtecharts does not get the attention it deserves. Perhaps obscured buy its sister lib &lt;a href="https://c3js.org/" target="_blank"&gt;C3&lt;/a&gt;, britecharts is a great option.&lt;/p&gt;&lt;p&gt;Non D3 options for chart libs include &lt;a href="https://gionkunz.github.io/chartist-js/" target="_blank"&gt;Chartist&lt;/a&gt;, and &lt;a href="http://www.chartjs.org/" target="_blank"&gt;Chart.js&lt;/a&gt; (I like chartjs a lot). Which can avoid the overhead if you are not already using D3. &lt;br/&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/175131147998</link><guid>https://blog.pachanka.org/post/175131147998</guid><pubDate>Fri, 22 Jun 2018 07:28:19 +0200</pubDate><category>resource</category><category>d3</category><category>charts</category><category>graph lib</category><category>statistical representation</category><category>javascript</category></item><item><title>Installing Gitea on the Raspberry Pi</title><description>&lt;a href="https://pimylifeup.com/raspberry-pi-gitea/"&gt;Installing Gitea on the Raspberry Pi&lt;/a&gt;: &lt;p&gt;Ooh, just what I’ve been looking  for. &lt;a href="https://gitea.io/en-us/" target="_blank"&gt;Gitea&lt;/a&gt; looks promising.&lt;br/&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/175126793128</link><guid>https://blog.pachanka.org/post/175126793128</guid><pubDate>Fri, 22 Jun 2018 04:36:58 +0200</pubDate><category>git</category><category>gitea</category><category>versioning</category><category>howto</category><category>tutorial</category><category>raspberry pi</category></item><item><title>Export your tumblr blog</title><description>&lt;a href="https://tumblr.zendesk.com/hc/en-us/articles/360005118894-Export-your-blog"&gt;Export your tumblr blog&lt;/a&gt;: &lt;p&gt;I’m a big fan of backup.&lt;br/&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/175083357433</link><guid>https://blog.pachanka.org/post/175083357433</guid><pubDate>Wed, 20 Jun 2018 21:34:21 +0200</pubDate><category>resource</category><category>backup</category><category>tumblr</category></item><item><title>Photo</title><description>&lt;img src="https://78.media.tumblr.com/b37be00901cc669aa98d03b64cc94e56/tumblr_pam2gzFyE21qz9l5so1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>https://blog.pachanka.org/post/175068910893</link><guid>https://blog.pachanka.org/post/175068910893</guid><pubDate>Wed, 20 Jun 2018 09:36:35 +0200</pubDate><category>net neutrality</category><category>comcast</category><category>lies more than the weatherman</category></item><item><title>ffactory:
James Benning, List of Meanings; code used by Ted...</title><description>&lt;img src="https://78.media.tumblr.com/7250b826153ca412d4d09bf704b459a7/tumblr_n1xj7yUHpk1qzt5zfo1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;&lt;a href="http://ffactory.tumblr.com/post/78575228609/james-benning-list-of-meanings-code-used-by-ted" class="tumblr_blog" target="_blank"&gt;ffactory&lt;/a&gt;:&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;James Benning,&lt;em&gt; List of Meanings&lt;/em&gt;; code used by Ted Kaczynski in his  journals, originally written in the 1970s&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&lt;b&gt;&lt;a href="https://gist.github.com/pachanka/ab8e9102f4f6328bf3b339ff75f20446" target="_blank"&gt;Here it is in a convenient JS object&lt;/a&gt;&lt;/b&gt;.&lt;br/&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/175048784068</link><guid>https://blog.pachanka.org/post/175048784068</guid><pubDate>Tue, 19 Jun 2018 20:31:08 +0200</pubDate><category>js</category><category>number code</category><category>code</category><category>cryptography</category><category>Unabomber</category></item><item><title>Downloading the profiles of everyone on LinkedIn who works for ICE</title><description>&lt;a href="https://medium.com/@samlavigne/downloading-the-profiles-of-everyone-on-linkedin-who-works-for-ice-c4e0ff6b065e"&gt;Downloading the profiles of everyone on LinkedIn who works for ICE&lt;/a&gt;: &lt;p&gt;So many happy faces.&lt;br/&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/175046223368</link><guid>https://blog.pachanka.org/post/175046223368</guid><pubDate>Tue, 19 Jun 2018 18:49:13 +0200</pubDate><category>data</category><category>resource</category><category>site scraping</category></item><item><title>Photo</title><description>&lt;img src="https://78.media.tumblr.com/a0eebea566089aafd933cdfd2e461459/tumblr_pakwwk6GtN1qz9l5so1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>https://blog.pachanka.org/post/175045963013</link><guid>https://blog.pachanka.org/post/175045963013</guid><pubDate>Tue, 19 Jun 2018 18:38:44 +0200</pubDate><category>infosec</category><category>humour</category></item><item><title>June 19 is FreeBSD Day!</title><description>&lt;a href="https://www.freebsdfoundation.org/national-freebsd-day/"&gt;June 19 is FreeBSD Day!&lt;/a&gt;: &lt;p&gt;&lt;a href="http://beemill.tumblr.com/post/175036247972/june-19-is-freebsd-day" class="tumblr_blog" target="_blank"&gt;beemill&lt;/a&gt;:&lt;/p&gt;&lt;blockquote&gt;
&lt;p&gt;What is FreeBSD&lt;/p&gt;
&lt;p&gt;FreeBSD is an open-source operating system developed out of the 
University of California at Berkley in 1993. Used by billions of people 
around the globe, FreeBSD is used to teach operating system concepts in 
universities. Companies also develop products on FreeBSD, and 
universities use it as a research platform.&lt;/p&gt;
&lt;p&gt;In fact, there’s a good chance you’re already using at least some 
code derived from FreeBSD in your everyday life. For example, if you 
stream movies via Netflix, chat with friends on WhatsApp, or play the 
latest PlayStation 4 game sensation, you’re already using FreeBSD.&lt;/p&gt;
&lt;p&gt;As a pioneer in open-source technology, FreeBSD can be modified and 
redesigned to meet the needs of the user, free of charge within the 
guidelines of the license. &lt;/p&gt;
&lt;p&gt;Why June 19th&lt;/p&gt;
&lt;p&gt;June 19, 1993 was the day the official name for FreeBSD was agreed upon. See part of the email thread &lt;a href="https://www.freebsd.org/news/1993/freebsd-coined.html" target="_blank"&gt;here&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;Help Us Celebrate&lt;/p&gt;
&lt;p&gt;If you love FreeBSD as much as we do, help us celebrate 25th 
anniversary of your favorite open source operating system by doing the 
following: &lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Introducing someone to FreeBSD or hosting an Installfest with your local meetup group

&lt;/li&gt;
&lt;li&gt;Helping to promote the day by printing and distributing &lt;a href="https://www.freebsdfoundation.org/wp-content/uploads/2017/06/FREE_FreeBSD_day_poster_letter_2.1.pdf" target="_blank"&gt;the poster&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="mailto:marketing@freebsdfoundation.org" target="_blank"&gt;Sending us&lt;/a&gt; stories of how your company uses FreeBSD to great success&lt;/li&gt;
&lt;li&gt;Telling us why you love FreeBSD using #FreeBSDDay on your Facebook, Twitter, and Instagram posts&lt;/li&gt;
&lt;li&gt;Consider donating &lt;a href="https://www.freebsdfoundation.org/donate/" target="_blank"&gt;to the Foundation&lt;/a&gt; to help us continue our support of the Project&lt;/li&gt;
&lt;/ul&gt;&lt;ul&gt;&lt;li&gt;Slides and materials for hosting a FreeBSD installfest can be found &lt;a href="https://www.freebsdfoundation.org/freebsd/installfest-information/" target="_blank"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;From TrueOS to FreeBSD on Virtual Box to Installing Ports, you can find a number of how-tos &lt;a href="https://www.freebsdfoundation.org/freebsd/how-to-guides/" target="_blank"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;Read more about the history of FreeBSD &lt;a href="https://docs.freebsd.org/doc/2.2.6-RELEASE/usr/share/doc/handbook/history.html" target="_blank"&gt;here&lt;/a&gt;.&lt;/li&gt;
&lt;li&gt;
&lt;a href="https://www.freebsdfoundation.org/freebsd/" target="_blank"&gt;Check out&lt;/a&gt; the list of companies using and products based on FreeBSD.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;We look forward to commemorating the 25th anniversary of our 
favorite open source operating system on June 19, and we hope you’ll 
join us!&lt;/p&gt;
&lt;/blockquote&gt;</description><link>https://blog.pachanka.org/post/175036886283</link><guid>https://blog.pachanka.org/post/175036886283</guid><pubDate>Tue, 19 Jun 2018 10:52:39 +0200</pubDate><category>FreeBSD</category><category>Berkley</category></item><item><title>Bill Joy's greatest gift to man – the vi editor</title><description>Linux Mag then asked: &lt;br /&gt;
So you didn't really write vi in one weekend like everybody says?&lt;br /&gt;
Bill Joy:&lt;br /&gt;
No. It took a long time. It was really hard to do because you've got to remember that I was trying to make it usable over a 300 baud modem. That's also the reason you have all these funny commands. It just barely worked to use a screen editor over a modem. It was just barely fast enough. A 1200 baud modem was an upgrade. 1200 baud now is pretty slow.&lt;br /&gt;
[...]&lt;br /&gt;
It was a world that is now extinct. People don't know that vi was written for a world that doesn't exist anymore - unless you decide to get a satellite phone and use it to connect to the Net at 2400 baud, in which case you'll realize that the Net is not usable at 2400 baud. It used to be perfectly usable at 1200 baud. But these days you can't use the Web at 2400 baud because the ads are 24KB.</description><link>https://blog.pachanka.org/post/175036802353</link><guid>https://blog.pachanka.org/post/175036802353</guid><pubDate>Tue, 19 Jun 2018 10:46:51 +0200</pubDate><category>vi</category><category>vim</category><category>Bill Joy</category><category>Berkley</category><category>Unix</category><category>history</category></item><item><title>dbrgn/orochi</title><description>&lt;a href="https://github.com/dbrgn/orochi"&gt;dbrgn/orochi&lt;/a&gt;: &lt;p&gt;I’ve found a way to have 8tracks without having to deal with their site… Life has never been better.&lt;br/&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/175017742203</link><guid>https://blog.pachanka.org/post/175017742203</guid><pubDate>Mon, 18 Jun 2018 21:54:49 +0200</pubDate><category>command line</category><category>8tracks</category><category>resource</category></item><item><title>Photo</title><description>&lt;img src="https://78.media.tumblr.com/919c43bc45e229da62106b53c1fed950/tumblr_paj2xoohZb1qz9l5so2_r1_500.gif"/&gt;&lt;br/&gt;&lt;br/&gt;</description><link>https://blog.pachanka.org/post/175013122898</link><guid>https://blog.pachanka.org/post/175013122898</guid><pubDate>Mon, 18 Jun 2018 18:53:48 +0200</pubDate><category>gif</category><category>i made a thing</category><category>chat</category><category>tumblr font</category><category>tumblr</category></item><item><title>"If a person is unwilling to learn the skills required to keep current as an IT professional, that..."</title><description>“If a person is unwilling to learn the skills required to keep current as an IT professional, that person might as well be a lumberjack.  Lumberjacks are fantastic at their jobs, and rightfully so, there hasn’t been a new tree in many, many years – so they’ve got it pretty much figured out.”&lt;br/&gt;&lt;br/&gt; - &lt;em&gt;Jeffrey Snover&lt;br/&gt;&lt;/em&gt;</description><link>https://blog.pachanka.org/post/174872136428</link><guid>https://blog.pachanka.org/post/174872136428</guid><pubDate>Thu, 14 Jun 2018 05:27:28 +0200</pubDate><category>Jeffrey Snover</category><category>powershell</category><category>lumberjacks</category></item><item><title>The  Aha! Moment (A!M)</title><description>&lt;p&gt;Also called an “&lt;a href="https://en.wikipedia.org/wiki/Eureka_effect" target="_blank"&gt;Eureka moment&lt;/a&gt;”, is the sudden realization or comprehension of an idea or fact.&lt;/p&gt;&lt;p&gt;&lt;i&gt;“It just dawned on me that analog clock faces are just little mechanical gauge charts!”&lt;/i&gt;&lt;/p&gt;&lt;p&gt;Its not the same as a “Shower Thought” that can also be an exposition of affirmative speech.&lt;br/&gt;&lt;/p&gt;&lt;p&gt;&lt;i&gt;“We kill people who kill people to show people that killing people is wrong.“&lt;/i&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/174858534893</link><guid>https://blog.pachanka.org/post/174858534893</guid><pubDate>Wed, 13 Jun 2018 20:28:42 +0200</pubDate><category>smithing acronyms</category><category>supposing A!M is an acronym</category><category>which it is not</category><category>A!M</category></item><item><title>From Wikipedia:[…] This work introduced Dahl to espionage...</title><description>&lt;img src="https://78.media.tumblr.com/f867d7820f985d7dfe1b503b09d58053/tumblr_pa9szgICua1qz9l5so1_500.jpg"/&gt;&lt;br/&gt;&lt;br/&gt;&lt;p&gt;From &lt;a href="https://en.wikipedia.org/wiki/Roald_Dahl#Diplomat,_writer_and_intelligence_officer" target="_blank"&gt;Wikipedia&lt;/a&gt;:&lt;br/&gt;&lt;/p&gt;&lt;blockquote&gt;&lt;p&gt;[…] This work introduced Dahl to espionage and the activities of the Canadian spymaster &lt;a href="https://en.wikipedia.org/wiki/William_Stephenson" title="William Stephenson" target="_blank"&gt;William Stephenson&lt;/a&gt;, known by the codename “Intrepid”. During the war, Dahl supplied intelligence from Washington to Prime Minister &lt;a href="https://en.wikipedia.org/wiki/Winston_Churchill" title="Winston Churchill" target="_blank"&gt;Winston Churchill&lt;/a&gt;. As Dahl later said: “My job was to try to help Winston to get on with &lt;a href="https://en.wikipedia.org/wiki/Franklin_D._Roosevelt" title="Franklin D. Roosevelt" target="_blank"&gt;FDR&lt;/a&gt;, and tell Winston what was in the old boy’s mind.” Dahl also supplied intelligence to Stephenson and his organisation, known as &lt;a href="https://en.wikipedia.org/wiki/British_Security_Coordination" title="British Security Coordination" target="_blank"&gt;British Security Coordination&lt;/a&gt;, which was part of &lt;a href="https://en.wikipedia.org/wiki/Secret_Intelligence_Service" title="Secret Intelligence Service" target="_blank"&gt;MI6&lt;/a&gt;&lt;sup&gt;.&lt;/sup&gt;
 Dahl was once sent back to Britain by British Embassy officials, 
supposedly for misconduct—"I got booted out by the big boys,“ he said. 
Stephenson promptly sent him back to Washington—with a promotion to &lt;a href="https://en.wikipedia.org/wiki/Wing_Commander_(rank)" title="Wing Commander (rank)" target="_blank"&gt;wing commander&lt;/a&gt; rank.
 Toward the end of the war, Dahl wrote some of the history of the secret
 organisation; he and Stephenson remained friends for decades after the 
war.&lt;/p&gt;&lt;/blockquote&gt;</description><link>https://blog.pachanka.org/post/174855930023</link><guid>https://blog.pachanka.org/post/174855930023</guid><pubDate>Wed, 13 Jun 2018 18:40:28 +0200</pubDate><category>Roald Dahl</category><category>MI6</category><category>the spy who wrote children books</category></item><item><title>Awesome Frameworks: Random Tech Project Generator</title><description>&lt;a href="https://awesomeframeworks.com/"&gt;Awesome Frameworks: Random Tech Project Generator&lt;/a&gt;: &lt;p&gt;So I was wondering if someone had come up with a framework called &lt;b&gt;&lt;a href="https://awesomeframeworks.com/PapayaJS" target="_blank"&gt;PapayaJS&lt;/a&gt;&lt;/b&gt; yet. &lt;br/&gt;&lt;/p&gt;&lt;p&gt;It turns out, not only does it exist… But the site that created it is full of wonderful frameworks you’ve never heard of!&lt;br/&gt;&lt;/p&gt;</description><link>https://blog.pachanka.org/post/174828604398</link><guid>https://blog.pachanka.org/post/174828604398</guid><pubDate>Tue, 12 Jun 2018 21:48:01 +0200</pubDate><category>fake news</category><category>fake framework</category><category>this tickled my nerd bone</category><category>PapayaJS</category><category>humour</category></item></channel></rss>
