Archive for the ‘My Work’ Category

A Drawing A Day

Wednesday, January 15th, 2020

Midish last year I thought it would be a good idea to try doing a drawing each day, with no others rules.

That didn’t last long, but I did enjoy drawing in Tux Paint on a tablet I’d found. Tux Paint’s an open-source drawing program aimed at kids for touch-screen things and PCs. Seemingly inspired by Kid Pix, there are lots of fun brushes and effects, and silly sounds. I like drawing with my fingers, and smudging things and using the toothpaste brush, and just playing round. I ended up using the toothpaste brush on a CHAI fansite I made too.

Here’s everything I done, in chronological order.

Looking at them together now, they remind me a lot of paintings I did between TAFE and Uni.

Clean Up Efforts Underway

Tuesday, May 28th, 2019

I made a little piece of music for a film, and it’s currently up on Recess:

Clean Up Efforts Underway, by Erin Crouch, with text by Ainslee Meredith.


The music’s a cover of a song from an Ian Thorpe documentary. Making it was a nice little test of my fresh music-making setup. Nothing extravagant, just LMMS and a little MIDI keyboard, but it was nice to see it all working together, and to have an excuse to play with the software synths. People like to bang-on about the difficulty of making music in Linux, but I just ignored all that JACK stuff ’cause I wasn’t really relying on anything real-time. Hopefully I’ll have more music to post soon :)

Dog Foots

Monday, October 1st, 2018

10th July

Sunday, July 15th, 2018

May Vids

Thursday, May 24th, 2018

Had to go back to using my digital camera. If you wanna shoot 16:9 the video gets cropped, but the shot area doesn’t show up till you press record. So it’s a bit of a pain getting the right shot. Gunna have to stick some tape on the screen or something.

Replacing Soundcloud

Wednesday, May 16th, 2018

Decided to finally get into the muck of using RSS to follow people on RSS-unfriendly site Soundcloud, so I can delete the account I abandoned there. Technically SC accounts have RSS feeds, but they’re hidden a bit.

I made a passing reference to taking my music of Soundcloud back when I did it, but here’re some tips for people who want to either host their own music and/or keep track of things without having an account.

If you have a website, having little audio (and video) players is very easy in plain HTML now. Here’s an example using an OGG file, but you can use MP3 or whatever, even multiple types at once.

<audio src="audio/audiofile.ogg" type="audio/ogg" controls></audio>

There’s more detail on Mozilla’s website (and other places) if you want to play with other features.

If you want to get RSS feeds of SC users I’m finding getrssfeed.com useful, You just put in the URL of the page and it gives you the feed.


If you’re in the mood for RSSing stuff RSS-Bridge is really handy for getting feeds from places that don’t support them (Facebook, Twitter, etc.). I’ve been using it at bridge.suumitsu.eu. I’m keeping up-to-date notes on my wiki.

RSS

Monday, May 14th, 2018

I’ve been using a proper RSS reader instead of Firefox’s menu-based stuff. Because of that I’m now using RSS to read whole articles instead of just going to whatever pages, and today noticed that the RSS feeds I’ve been hand-writing from my own sites could be more useful: at the moment they’re just giving a short summary, instead of the whole post.

So I’ve been learning a bit more about RSS syntax, and wanted to update the previous post I made.

<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0">
	<channel>
		<title></title>
		<link></link>
		<description></description>
		<item>
			<title></title>
			<link></link>
			<description>
				<![CDATA[]]>
			</description>
		</item>
	</channel>
</rss>

Notes:

  • First thing I fixed is actually putting the text encoding (whoops!).
  • I haven’t included them, but there are some useful elements for dates.
  • Seems like the best way to add full articles (as well as videos and things) is by wrapping HTML within <![CDATA[]]>. Feels a bit hacky, and maybe Atom handles this stuff more elegantly, but the output is nice.

‘Blueberry’s Rust home.’

Tuesday, April 3rd, 2018

Internet pal Clyde interviewed me about my in-game house a while back when we were playing this game together called Rust. It’s kinda a game for jerks, but it’s fun making stuff when it’s very likely some jerko will come and kill you and steal your house.

Four faces from Diesel

Saturday, December 30th, 2017

wiki.ryliejamesthomas.net

Sunday, August 27th, 2017

I’ve been poking away at a personal wiki for a while, and I think it’s ready to tell people about.

A space for keeping track of things I learn, things I want to remember, things I want to share, things I want to connect.

wiki.ryliejamesthomas.net


I’ve been working on lots of wiki things recently, across MediaWiki, DokuWiki, PMWiki, and Wikia. And Doku’s my fave by far. Well organised, easy to customise, simple formatting syntax. MediaWiki, and especially Wikia are hellish.

I’ve been poking away at a personal wiki for a while, and I think it’s ready to tell people about.