LXD 3.8 has been released – News – Linux Containers Forum https://discuss.linuxcontainers.org/t/lxd-3-8-has-been-released/3450
Spectrum is joining GitHub!
Spectrum is joining GitHub! —
https://spectrum.chat/spectrum/general/spectrum-is-joining-github~1d3eb8ee-4c99-46c0-8daf-ca35a96be6ce
Berkman’s TagTeam is an open source feed aggregator and tagging system
TagTeam is an RSS / Atom / RDF aggregator with the ability to filter and remix its input feeds with a high degree of flexibility.
Items can be added directly to TagTeam “bookmarking collections” via the provided delicious-like bookmarklet, and these items can be remixed and filtered like any other item.
TagTeam can aggregate content from anything that emits RSS, Atom, or RDF. This includes delicious, zotero, WordPress, twitter, mediawiki, connotea, blogger, github, and too many other applications and services to mention. It uses the feed-abstract gem, written as part of this project to create a better way of dealing with structured feeds. feed-abstract understands some generators and does magical things – like turning twitter hashtags into actual tags on aggregated items.
TagTeam can import Delicious and Connotea backups directly into a bookmark collection, and will support more formats soon.
Remixed feeds are available as RSS 2.0, Atom, and jsonp output and can be viewed directly in a hub. Feeds, FeedItems, and Tags can be added and removed from a Remixed feed contextually within the application.
tagteam/README.rdoc at master · berkmancenter/tagteam · GitHub
Aurora Serverless MySQL Generally Available | AWS News Blog
You may have heard of Amazon Aurora, a custom built MySQL and PostgreSQL compatible database born and built in the cloud. You may have also heard of serverless, which allows you to build and run applications and services without thinking about instances. These are two pieces of the growing AWS technology story that we’re really excited to be working on. Last year, at AWS re:Invent we announced a preview of a new capability for Aurora called Aurora Serverless. Today, I’m pleased to announce that Aurora Serverless for Aurora MySQL is generally available. Aurora Serverless is on-demand, auto-scaling, serverless Aurora. You don’t have to think about instances or scaling and you pay only for what you use.
— Aurora Serverless MySQL Generally Available | AWS News Blog
Docker Guide: Installing Traefik – a Modern Reverse Proxy for Microservices
Traefik is a modern HTTP reverse proxy and load balancer for microservices. Traefik makes all microservices deployment easy, integrated with existing infrastructure components such as Docker, Swarm Mode, Kubernetes, Amazon ECS, Rancher, Etcd, Consul etc.
Traefik serves as a router for all your microservices applications, routing all client requests to correct microservices destination
Docker Guide: Installing Traefik – a Modern Reverse Proxy for Microservices
A Guide to Using Android Without Selling Your Soul to Google :: Gizmodo
Welcome to your new (or factory reset) Android phone! The prompt to sign in with Google arrives about five screens in, after you’ve chosen your language and connected up to wifi. When you’re prompted to sign in, hit Skip instead, then hit Skip again to confirm that yes, you really do want to use Android without a Google account.
A Guide to Using Android Without Selling Your Soul to Google :: Gizmodo
Lots of good tips is you want to avoid being a Google product. I’ve tried this sort of thing and it’s tough to do given how tightly Google is woven into Android
Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
Regex101 allows you to create, debug, test and have your expressions explained for PHP, PCRE, Python, Golang and JavaScript. The website also features a community where you can share useful expressions.
Source: Online regex tester and debugger: PHP, PCRE, Python, Golang and JavaScript
This site is really handy if you want to test and debug regex statements before committing them to code.
The Next Platform: Replacing Linux with a Database System
How to build a URL shortener with Apache | Opensource.com
In this article, we’ll show how to use the Apache HTTP server’s mod_rewrite feature to set up your own URL shortener.
How to build a URL shortener with Apache | Opensource.com
This approach uses the RewrtieMap feature of mod_rewrite and a virtual host configuration to serve shortened URLs. I wonder if nginx can do something similar?