From the archives: Before the World Wide Web did anything, HyperCard did everything.
June 2019
Read: The Wolfram Function Repository
We’re on an exciting path these days with the Wolfram Language. Just three weeks ago we launched the Free Wolfram Engine for Developers to help people integrate the Wolfram Language into large-scale software projects. Now, today, we’re launching the Wolfram Function Repository to provide an organized platform for functions that are built to extend the Wolfram Language—and we’re opening up the Function Repository for anyone to contribute.
I remember when it was “just Mathematica….”
Read: The end of political cartoons at the New York Times
All my professional life, I have been driven by the conviction that the unique freedom of political cartooning entails a great sense of responsibility.
Cool story, I am not a Times subscriber, so I did not know there were no political cartoons until this artist got in the back window…
Read: Banks scramble to fix old systems as IT 'cowboys' ride into sunset
Bill Hinshaw is not a typical 75-year-old. He divides his time between his famil…
Enabling reverse order display of posts in Hugo for Book theme
My next problem was that I wanted the blog post part of the Book theme to display the posts in reverse chronological order. However, it was displaying my post in the middle of the example posts, and I could not figure out what was driving the order. Jack Baty suggested looking at the template file in /layouts/posts/list.html. I looked at that file in the Book theme directory, and started looking at the lists page on the Hugo documentation site. After some reading, I found an example that showed how to display content in reverse order based on the date specified within the file. I changed the third line in the file from:
{{ range sort .Paginator.Pages }}
to
{{ range .Pages.ByDate.Reverse }}
I also edited the Date field in the posts to all have the same format:
date: “2019-06-03”
Once I did that, I got the results i was looking for – hurray! It would have been nice if the theme had done this “out of the box”, but at least I figured it out.
Read: Interview with Aaron Parecki on Indieweb
Listened to XRAY In The Morning- Tuesday, June 4th, 2019: Lillian interviews Aaron Parecki with IndieWeb from xray.fm
If possible, click to play, otherwise your browser may be unable to play this audio file.
TODAY ON XRAY:
(1)News with Friends with Lillian Karabaic and Michael Leverette
(2)Talk Medi…
Read: Evernote and IFTTT collection
This year, I’ve written about how digital marginalia?—?those notes, clippings, likes, and kindle book highlights?—?have re-shaped the way we read. In particular, I believe that we are entering a new era of reading, an era that has a social reading element similar to reading in the 18th and 19th centuries, a time when commonplace books and note-sharing were standard.
Read: Black and White and RSS
Black and white and RSS is an RSS feed of black and white photographs, updating throughout June 2019.
There is no associated website. You can only see the photos if you use an RSS feed reader and subscribe to the feed. Like this:
Read: How to save what made Linux and FOSS possible
If we take freedom and openness for granted, we’ll lose both. That’s already happening, and we need to fight back. The question is how.
Read: Creating a decentralized web chat in 15 minutes
In this 15 minute tutorial we’re going to build a simple decentralized chat application which runs entirely in a web browser. All you will need is a text editor, a web browser, and a basic knowledge of how to save HTML files and open them in the browser. We’re going to use Bugout, a JavaScript library that takes care of …