Skip to content

Andy's blog o' goodness

php, web stuff, raspberry pi… even blacksmithing!

November 13, 2022

Introducing the Code Clipper desktop app

I’ve only recently come across Wails; a really great solution to creating desktop applications using web technologies and the Go language. It allows you to rapidly create applications that are cross-platform, using your favourite front-end framework (Svelte, React, etc.) or vanilla js which communicates with a Go backend. I had never tried anything with Go, nor had I used Svelte...

Categories General Comments: 0
November 11, 2022

How to replace ::set-output in your GitHub actions

Using ::set-output has been deprecated by GitHub, but thankfully the changes to your action are really minimal in order to use it’s replacement, the $GITHUB_OUTPUT environment variable. Let’s imagine that in your action, you have something along the lines of: The change is to make it look like: Super simple, right? And the create thing is, you can still use...

Categories GitHub Comments: 0
October 6, 2020

Count all indexes on multi-dimension arrays

Following on from my initial I didn’t know PHP did that! post yesterday, it wasn’t long before I had my next realisation about PHP; this time with a simple little parameter to the count function that I didn’t know existed. Everyone knows how to use count, right? It’s super handy in all kinds of circumstances. And, I would hedge bets,...

Categories PHP Comments: 0
October 5, 2020

I didn’t know PHP did that!

For the number of years that I’ve been using PHP (and let’s just say that I know people working in PHP roles today that weren’t alive when I started using it!), I would have thought I’d know a lot of the ins and outs of the language… But I’m very happy to say that it’s still surprising me to this...

Categories PHP Comment: 1
September 19, 2020

Major new version of the PHP OPCache GUI

I have just released a major new version of my OPCache GUI! It looks pretty much the same, but here are the more notable changes: New namespace for the base service class which ensure composer compatibility You can now paginate the cached files list to make it easier to render a large file list Any scripts that have been preloaded...

Categories PHP Comments: 0
July 9, 2020

Making a pewter and resin turtle

A little while ago I thought, “wouldn’t it be great to make something out of pewter? I want to play with resin, too. Maybe I can use them together?” You know, the normal every day thoughts all of us developers have, right? Actually, I say that, but developers really are a creative bunch of people. So many of them that...

Categories General Comments: 0
April 26, 2020

Forged a little candle holder

Today I fired up the forge to attempt my first ‘in a jar candle holder’. It came out alright, though I appreciate that I have a lot of technique to figure out. After I was done forging I needed to coat the candle holder. My mother-in-law keeps bees and gave me some wax which is often used to coat metal....

Categories Blacksmithing Comments: 0
April 26, 2020

New Chrome and Firefox Plugin

I use GitHub on a daily basis and for the most part it works for me. However, part of my day-to-day is to conduct code reviews and quite often they are reviews with quite a number of files. Now, it may be a sign of my age or the fact that I just can’t retain any knowledge whatsoever, but when...

Categories javascript Comments: 0
April 26, 2020

Seriously?!

Has it really been over a year since I last posted? Seriously?! Where has that time gone, I ask you! Whatever thief took it, I want it back… please? And where are we in the world? Global pandemic, that’s where! So I hope wherever you are, you’re taking all the sensible precautions, socially isolating, wearing masks, and generally taking care...

Categories General Comments: 0
April 22, 2019

Genetic Algorithms and the Mona Lisa

Way back when I was at university (way, way, waaay back) I did some Artificial Intelligence stuff; genetic algorithms, neural networks, and the like. Honestly, though, I really don’t remember much (any!) of it, though I do remember enjoying the genetic algorithms side of things. I haven’t thought about that kind of thing for quite some time, but the other...

Categories Experiments/javascript Comments: 0

Posts navigation

  • 1
  • 2
  • 3
  • 4
  • …
  • 11
  • 12
  • »

Me elsewhere

  • Follow me on GitHub
  • Follow me on Twitter
  • My GitHub gists
  • My LinkedIn profile

Tags

amp (2) anvil (3) audio (2) blacksmithing (8) book (3) build (3) conference (2) error log (2) extension (2) filter (3) forging (7) gist (2) github (7) gpio (3) gui (4) htpc (2) interface (2) javascript (6) jQuery (7) justboom (2) metal (3) objects (2) opcache (3) packt (3) PHP (20) phpnw (2) phpnw10 (2) plug-in (5) plugin (2) raspberry pi (6) review (3) rpi (6) snippet (6) trailcam (2) vice (2) view helper (3) webinar (2) windows (2) wiringPi (2) Zend Framework (11) zend opcache (2) Zend Studio (2) zend_view (2) zend_view_stream (2) zephir (3)

Categories

  • Blacksmithing (10)
  • Code snippets (19)
  • Databases (2)
  • Experiments (8)
  • Gadgets (5)
  • General (40)
  • GitHub (1)
  • javascript (17)
  • jQuery (7)
  • PHP (46)
  • Prototype (4)
  • Raspberry Pi (7)
  • Sites (2)
  • Subversion (1)
  • Updates (2)
  • works07 (6)
  • Zend Framework (17)

Archives

  • November 2022
  • October 2020
  • September 2020
  • July 2020
  • April 2020
  • April 2019
  • March 2019
  • February 2019
  • January 2018
  • November 2017
  • August 2017
  • July 2017
  • May 2017
  • January 2017
  • November 2016
  • July 2016
  • June 2016
  • February 2016
  • September 2015
  • July 2015
  • June 2015
  • April 2015
  • November 2014
  • October 2014
  • June 2014
  • February 2014
  • November 2013
  • April 2013
  • March 2013
  • August 2012
  • April 2012
  • September 2011
  • June 2011
  • May 2011
  • April 2011
  • October 2010
  • September 2010
  • May 2010
  • March 2010
  • February 2010
  • January 2010
  • December 2009
  • September 2009
  • March 2009
  • February 2009
  • January 2009
  • December 2008
  • November 2008
  • September 2008
  • August 2008
  • July 2008
  • June 2008
  • April 2008
  • March 2008
  • January 2008
  • December 2007
  • October 2007
  • September 2007
  • August 2007
  • June 2007
  • April 2007
  • March 2007
  • February 2007

Meta

  • Register
  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Help pay for hosting?

© 2007-2023 Andy's blog o' goodness. All thoughts expressed are my own.

Coldbox WordPress theme by mirucon

  • Twitter
  • GitHub
Back To Top