Latest Public Bookmarks
Enviro Urban (Pico W Aboard) - Pimoroni
Programmable weather station, as used by Tom B. Might be fun to use with Tom to show him some programming? Apparently just attach to USB and start editing files on it.
Saved by: Paul on 31 Aug 2022
Exercises to help with back pain | NHS inform
Good exercises that helped with my lower back pain, may need them again
Saved by: Paul on 2 Aug 2022
The Soviet Space Dog Project
Instrumental music, as recommended by Craig B
Saved by: Paul on 31 Jul 2022
How to Disable the PHP Opcache - ServerPilot
When using Symfony 5.2, it gives misleading errors if the opcache in PHP is enabled. This page shows how to disable it. Relevant bits for me: /etc/php7.4-sp/conf.d/opcache.ini mine was in: /etc/php/7.4/fpm/conf.d/10-opcache.ini Add this to end: opcache.enable=0 Then run this on command line to restart PHP: sudo service php7.4-fpm-sp restart Symfony was much nicer to deal with once this is done.
Saved by: Paul on 27 May 2022
Authors who consistently sell books, how do you do it?
Advice for selling more self published books
Saved by: Paul on 5 May 2022
Remote work for a French company and tax residency : freelanceuk
Upshot: If you're working for a European company the UK has a tax treaty with, you won't owe tax in both countries.
Saved by: Paul on 26 Apr 2022
PHP: Setting cURL timeout options.
Clear examples for settings different timeout options with cURL and how to test it.
Saved by: Paul on 26 Feb 2022
Bird Elephant - Twitter API v2 library for PHP
Connect to Twitter API v2 Early Access endpoints in PHP. - looks good from the code samples
Saved by: Paul on 4 Feb 2022
Twill — An open source CMS toolkit for Laravel
Interesting looking CMS toolkit for Laravel, worth checking out. Saw on an article about stopping developing with Wordpress
Saved by: Paul on 4 Feb 2022