Paul Sutton

Paul Sutton – personal blog

PodCast Search

I found this on the Fediverse last year, so am sharing again as it was originally shared on the Devon & Cornwall Linux user group website. 

As the name suggests this allows you to search for a pod cast in a good range of topics.

Libre Lounge is another podcast that has covered different aspects of the Fediverse, this includes some of the more technical aspects including a multipart discussion on Activity Pub.   Activity pub is one of the protocols that allows posts to be federated across the network.

#podcast,#search,#music,#streaming,#media,#ogg,#mp3, #format,#creativecommons,#files,#activitypub,#protocol, #copyleft,#copyright,#sharing,#information,#chat,#talk

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

Torbay Tier 2 restrictions 9/12/2020

To help you do this, we have summarised the Tier 2 restrictions below.

  • You must not socialise with anyone who you do not live with indoors, unless you are in a support bubble. (see further down this briefing to learn more about bubbles). Outdoors, up to six people can socialise – this is called the 'rule of six'.
  • Businesses and venues can continue to operate in a COVID-secure manner, unless closed by law. (Find out what COVID-Secure means on gov.uk)
  • Pubs and bars may only open if serving as restaurants. Hospitality venues may serve alcohol with food. Early closure applies to many venues.
  • People can attend spectator sport and indoor performances but there are limits on how many can attend. For example, Torquay United will be welcoming Gulls fans again this Saturday, and have asked them to follow their code of conduct.
  • Places of worship may open but whilst there you should only socialise with people you live with or who are in a support bubble with you.
  • Weddings and funerals can go ahead but with restrictions on how many people can attend. (Check what the restrictions are on gov.uk)

For more information, you can read the full details of the restrictions for tier 2 on the main gov.uk website and you can check what current restrictions apply in Torbay on our own website. NHS Website

I have also shared this on LinkedIn

#torbay,#advice,#covid19,#covidchampions,#info,#sharing

Adding CC Images To Photos

This is a re-post from December 2019

If you create lots of media such as photos or graphics. You may want to add information pertaining to the copyright (or ideally copyleft) of the image.

As I am interested in Creative Commons (CC) then it makes sense to be able to add one of the many creative commons license logos to an image.

I asked on Friendica about how to do this (having tried and failed before) and was provided with some help and a really useful shell script to automate the process.

Firstly we need an image to modify and a logo image to add to this:

cc-by logo

Example logo file to insert

cc-by logo

For the sake of this article, I am just using a random photo I took of Paignton Geopark. I have also reduced the image size to 640×480 to make it smaller for the website as per command below.

gm mogrify -resize 640×480 *.JPG

I also had to convert the jpg files to png files with the following

gm convert DSCF0182mod.jpg DSCF0182mod.png

So that this blog would display the images.

The next step is to create a folder structure to contain what we need to undertake the work.

What we need is a new folder

Inside this, we need another folder called out

mkdir out

we need some more files mostly the cc logos, these are available from a simple duckduckgo search.

Note if putting on a website or other media you need to properly include the creative commons license being used on here I have put

''' Licenced under Attribution 4.0 International (CC BY 4.0) '''

Which should then link to the human readable license terms you want to use.

So what we should have is

\insertcc-logo\insertcc.sh

\insertcc-logo\out

\insertcc-logo\out\88×31.png

\insertcc-logo\out\88×31-sa.png

\insertcc-logo\out\cc-zero.png

etc

Put the SOURCE FILE in \insertcc-logo

MODIFY AND RUN the script below

Our script looks like ( save this as insertcc.sh or what you want to call this )

for p in *.JPG; do convert “$p” ./out/88×31.png -gravity southeast -geometry +10+10 -composite “out/$p”; done

What the script does is take each file with the JPG extension (or other extension), add the required logo, and save the modified file in

\insertcc-logo\out

As per :

cc-by logo

You need to make sure that the script points to the correct source files.

You also need to point the script to the correct file you want to insert in to your source image.

for p in *.JPG;

To use a different logo change this section of the script

$p” ./out/88×31.png

This article originally appeared on http://www.zleap.net.

#photo,#embed,#add,#creativecommonslogo,#linux #graphicsmagick,#editing,#manipulation,#bash,#commands, #media,#copyleft,#attribute,#share,#alike,#sharealike, #commons,#freedom,

You can find me on Friendica at [email protected]


cc-by logo

Licenced under Attribution 4.0 International (CC BY 4.0)

LaTeX and Overleaf – Changing the compiler

A question came up on IRC earlier about Overleaf, LaTeX and compiling to use the \usepackage{arabluatex} package.

I suggested that it is possible to change the compiler to use LuaTeX and made the following video to help others with this

#Overleaf,#LaTeX,#compiler,#pdfLaTeX,XeLaTeX,LuaLaTeX, #typesetting,#troubleshooting,#tech,#science,#document, #report,#writing,#author,#authoring #thesis,#creative,#creating

Creative Commons Licence
This work is licensed under a Creative Commons Attribution-ShareAlike 4.0 International License

Debian 11 installer Alpha 3 released

The 3rd alpha release of the Debian 11 (Bullseye) has been released. More details can be found here

IMPORTANT

The current release which is Debian 10 Buster is available here.

Follow debian on Mastodon IRC – #debian-next on oftc

**I am just making a post on this blog about the alpha 3 release,please see the Debian website for ALL official announcements and information.

#debian,#os,#bullseye,#alpha3,#computer,#os, #operatingsystem,#hardware,#software,#testing,

Astrobiology course 5

So moving on in from the previous post the next lecture in the Astrobiology course is on Space Missions in the Search for Life

#astrobiology,#course,#amity,#university,#theopenuniversity,#space,#science,#astronomy,#biology,#biochemistry,#missions,#nasa,#esa,#lecture,#talk,#presentation,

Emacs Conference 2020 Videos

Following EmacsConf 2020, all the talk videos have been processed and are now up to watch here.

Emacs logo

#emacs,#virtual,#conference,#videos,#talks,#bigbluebutton,#freesoftwarefoundation,#fsf,#gnu,#presentations,#discussion, #questions,#chat,#answers,#irc,#etherpad,

Powdertoy part 1

The Powder Toy is a free physics sandbox game, which simulates air pressure and velocity, heat, gravity and a countless number of interactions between different substances! 

The website should auto detect your Operating system so go ahead and click the download button.

download button

When the save dialogue appears click save

  • Save to a useful location
  • Go to where you saved the .zip file
  • Right click and extract archive ( the exact procedure will depend on your OS.
  • Extract the files to where you saved the .zip file

Extract files

Extract files

Extract files

Extract files

You will end up with a set of files.

Extracted files

Run powder toy

The running program will look similar to this.

running program

Very basic demo video

#powdertoy,#sandbox,#physics,#game

Debian 10.7 released

The latest update to Debian 10 (“buster”), taking it from 10.6 to 10.7 is scheduled for Saturday 5th December 2020

You can check the current version by either adding:-

echo "You are running :"
cat /etc/debian_version

To your .bashrc file.

Or running

cat /etc/debian_version

Update in the usual way apt update apt upgrade (for interactive) or apt upgrade -y to accept everything

Upgrade video

#debian,#release,#update,#buster,#106,107

Security and Privacy

The Electronic Frontier Foundation have produced a range of guides to help people with privacy and security.

ssd

Tips, Tools and How-tos for Safer Online Communications

Links

#eff,#tips,#privacy,#security,pgp