Tag: open-source

  • Introducing the YouTube Channel RSS feed Bookmarklet

    In 2020 Thomas Brand wrote a blog post about finding a YouTube’s channel RSS feed by appending the channel’s “Channel ID” onto a feed URL. Thomas Brand: In 2020 I am watching less stupid on YouTube by skipping the algorithm. Instead of letting the YouTube decide which videos it wants to show me, I am…

    Continue >

  • Unmark listed on Awesome Self-Hosted Software list

    Awesome-Selfhosted on GitHub: A list of Free Software network services and web applications which can be hosted on your own servers Glad to see Unmark listed there. Via this article on Vice via Jeremy Keith. In the 90s and early 2000s I ran everything on my own hardware in my apartment and eventually co-located. This…

    Continue >

  • Micro.blog open sources iOS and Mac apps

    Manton Reece: I’ve been thinking a lot lately about the longevity of Micro.blog and where we need help to continue to grow the platform and community. As we approach 4 years since the public launch, there are some parts of the platform and supporting services that should be shared more widely, so that I’m not…

    Continue >

  • Unmark chosen for GitHub’s Archive Program

    Unmark, the open source bookmarking app that you can use for free on our hosted service or grab your own copy on GitHub, was selected to be included in GitHub’s Archive Program. GitHub describes this program’s purpose “The mission of the GitHub Archive Program is to preserve open source software for future generations.” This happened…

    Continue >

  • Video: How Unmark works

    Today I recorded a quick few minute walkthrough of how Unmark works. I use Unmark every single day (and have for years) to store links to read, watch, listen, etc. It is a simple app but has some great features and so I thought I was overdue on a quick video to show how it…

    Continue >

  • PowerToys for Windows 10

    Windows PowerToys is back! And, it is open source. Brandon LeBlanc: PowerToys is a set of utilities for power users to tune and streamline their Windows experience for greater productivity. Inspired by the Windows 95 era PowerToys project, this reboot provides power users with utilities to squeeze more efficiency out of the Windows 10 shell and…

    Continue >

  • The money problem with open source

    Jerod Santo: I do believe there’s a money problem in open source. If you listen to our shows you know I believe that. It’s just that in open source that problem doesn’t manifest until much later in the process. It waits until the software has matured, the value has been proven, the community has been…

    Continue >

  • Microsoft open sources Windows Calculator

    Microsoft: Today, we’re excited to announce that we are open sourcing Windows Calculator on GitHub under the MIT License. This includes the source code, build system, unit tests, and product roadmap. Our goal is to build an even better user experience in partnership with the community. We are encouraging your fresh perspectives and increased participation…

    Continue >

  • Large companies aren’t good homes for beloved services

    (I had no idea what to title this post.) Peter Kafka, reporting for Recode earlier this year, re: Verizon shuttering relatively large services they’ve purchased over the years rather than “bothering” to sell them off (like they did with Flickr): So if Verizon thinks a property with 100 million users is better off dead than…

    Continue >

  • JSON Feed to Twitter using PHP

    In 2009 I scrawled together a simple PHP script that tweeted links based on an RSS feed. I then updated it to support OAuth and open sourced it on GitHub. I haven’t really touched it since (though I get about 3 emails a month about it). Just a small update here and there. This morning,…

    Continue >

  • Disappearing apps and services

    Alexei Baboulevitch (archagon) in a comment on Hacker News: These indie apps are often marketed as beautiful, wholesome alternatives to grimy corporate or open source software, but how could I possibly rely on these products for essential tasks like note-taking if they’re just going to disappear out from under me in a few years? The…

    Continue >

  • How can I get into programming?

    Linus Torvalds in 2004 on the Linux Kernel Mailing List (LKML): To me, the biggest thing with small patches is not necessarily the patch itself. I think that much more important than the patch is the fact that people get used to the notion that they can change the kernel – not just on an…

    Continue >

  • Microsoft open sources .NET Core

    Richard Lander on the .NET Blog: We are excited to announce the release of .NET Core 1.0, ASP.NET Core 1.0 and Entity Framework Core 1.0, available on Windows, OS X and Linux! .NET Core is a cross-platform, open source, and modular .NET platform for creating modern web apps, microservices, libraries and console applications. They said they would, and…

    Continue >

  • GoPro open sources Camera Toolkit

    GoPro just updated their iOS app. In the release notes I noticed a link to their developer page wherein they’ve open sourced their Camera Toolkit for iOS and Android. Let’s hope a ton of bug fixes result so I can stop hacking mine.

    Continue >

  • RSS to Twitter using PHP

    Update January 19, 2010: This script is now available on GitHub. Go forth and fork. Today I noticed that my now ancient PHP script to update Twitter automatically using PHP/cron needed to be updated. It turns out that Twitter stopped recognizing URLs with ? in them as clickable links. Here is an example tweet where…

    Continue >