<?xml version="1.0" encoding="UTF-8"?> 
<rss version="2.0"
        xmlns:content="http://purl.org/rss/1.0/modules/content/"
        xmlns:wfw="http://wellformedweb.org/CommentAPI/"
        xmlns:dc="http://purl.org/dc/elements/1.1/"
        xmlns:atom="http://www.w3.org/2005/Atom"
        xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
        xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
        >
<channel>
  <title>asgaard</title>
  <description></description>
  <link>https://blog.asgaard.co.uk/2020</link>
  <lastBuildDate>Tue, 12 May 26 17:17:12 +0000</lastBuildDate>
  <language>en</language>
  <count>21</count>
  <offset>0</offset>
      <item>
    <title>Take home interview programming tests</title>
    <link>https://blog.asgaard.co.uk/take-home-programming-test</link>
    <pubDate>Sun, 29 Nov 20 15:08:50 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/take-home-programming-test</guid>
    <description><![CDATA[
<p>
A few times in my career I&#039;ve been invited to perform a take home programming test as part of an interview process.
<p>
So far, every time I&#039;ve encountered this I&#039;ve gone through a similar thought process that starts with me being initially open to the prospect and ends with me withdrawing my application before writing any code. My reluctance can be split into a few different points.
<p>
Every time this has come up, I&#039;ve already been employed and have just been assessing the market for growth opportunities. Obviously, if you&#039;re unemployed with no savings and have bills to pay then the balance shifts a lot, but in my case &quot;I&#039;m not interested in this job after all&quot; has always been a perfectly acceptable outcome.<h2>How long is this going to take?</h2>
<p>
It&#039;s obviously a bad sign if a company expects you to work for free, but I think most of us would agree that up to two hours of work is not completely unreasonable (assuming that it cuts out two hours of interview time).
<p>
So far I [...]]]></description>
    <content:encoded><![CDATA[
<p>
A few times in my career I&#039;ve been invited to perform a take home programming test as part of an interview process.
<p>
So far, every time I&#039;ve encountered this I&#039;ve gone through a similar thought process that starts with me being initially open to the prospect and ends with me withdrawing my application before writing any code. My reluctance can be split into a few different points.
<p>
Every time this has come up, I&#039;ve already been employed and have just been assessing the market for growth opportunities. Obviously, if you&#039;re unemployed with no savings and have bills to pay then the balance shifts a lot, but in my case &quot;I&#039;m not interested in this job after all&quot; has always been a perfectly acceptable outcome.<h2>How long is this going to take?</h2>
<p>
It&#039;s obviously a bad sign if a company expects you to work for free, but I think most of us would agree that up to two hours of work is not completely unreasonable (assuming that it cuts out two hours of interview time).
<p>
So far I haven&#039;t been asked to produce a piece of work that would take up to two hours. Or anywhere near that. They&#039;ve all been in the 15+ hour range, requiring some kind of full application touching many dependencies to be developed from scratch.
<p>
That&#039;s not reasonable at all.<h2> What am I actually being assessed on here?</h2>
<p>
The implied criteria of assessing the test is that the candidate produces some &#039;sensible&#039; code that does what it&#039;s supposed to. But without clear requirements, &#039;sensible&#039; is a very subjective word. 
<p>
Suppose there&#039;s an implied need for a data store. Am I going to get criticised if I use SQLite for speed of set-up instead of the full blown SQL Server installation that the employer uses? What if I decide that storage isn&#039;t really an important part of a demo application and just serialize to JSON and stick it in a file on disk? What about error handling; robust, production standard error handling can easily make simple blocks of code 3-4x as long as they&#039;d otherwise be; if I skip this will I be opening myself up to criticism? If I implement it, will I be criticised for over-engineering? 
<p>
Without clear requirements it&#039;s difficult to reliably produce a piece of software that does what it&#039;s supposed to. This is a basic tenet of professional software development. Usually, in real life, a lot of the requirements are implicit because of obvious real life constraints (e.g the customer&#039;s budget or current number of users, etc). But for a fictional scenario, assumptions are a risky thing to make.
<p>
So far, I&#039;m yet to see a take home assessment that has clear requirements. If we need to start going back and forward to clarify the requirements, this firstly takes up additional time, and secondly implies the test isn&#039;t being administered to a professional standard.<h2> How does this make me feel? </h2>
<p>
An interview is a two way process, and a mutual investment of time. The company invests its time, as do I. A take home programming test is not mutual. The company expects the candidate to put in time, but the company isn&#039;t investing in the process at all. If the company isn&#039;t investing its resources into hiring a candidate, why would the candidate feel that pursuing the matter further is an effective use of their time?
<p>
A candidate&#039;s motivation for entering an interview process is to determine if they want to work somewhere. &quot;Go away and spend a few days on some fairly basic CRUD application code&quot; isn&#039;t adding value to the candidate. They&#039;re not gaining any more idea of whether they want to work for the employer or not. For them it doesn&#039;t move the process forwards at all.<h2> Final thoughts </h2>
<p>
I think my thoughts can be summarised as follows: A take-home test is a very one-sided thing. While I could invest a lot of time into it in the hope that it might result in an offer, 1. It might not, and 2. I don&#039;t have much guarantee at this point that such an offer is likely to preferable to my current circumstances.
<p>
For me, it&#039;s never made sense to progress further.]]></content:encoded>
  </item>
      <item>
    <title>The (virtual) Great North Run</title>
    <link>https://blog.asgaard.co.uk/great-north-run-virace</link>
    <pubDate>Sat, 19 Sep 20 14:35:58 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/great-north-run-virace</guid>
    <description><![CDATA[
<p>
I did the <a href='https://www.greatrun.org/great-north-run/gnr-reimagined'>Virtual Great North Run</a> last week, which is the first virtual race I&#039;ve done, and I have to say that it was a pretty underwhelming experience.
<p>
The Great Run Company hyped it quite a lot by promising an app that would deliver some kind of &#039;experience&#039;, but it didn&#039;t work properly and it ended up being &#039;just&#039; a long run.
<p>
The app they chose is called <a href='https://play.google.com/store/apps/details?id=com.quevita.viRACE'>viRACE</a>, which wasn&#039;t doesn&#039;t look like it was developed specifically for the Great Run company.
<p>
I used to work for a company that developed low budget apps, which it did by offshoring development (mostly). Every so often I&#039;d get called into my boss&#039;s office, where he&#039;d ask me to rescue the latest disastrous project and I&#039;d be shown an app that, generally, would <em>look</em> abysmal. When I opened up viRACE, I had (unwelcome) flashbacks to working for this company. It just looks like an app that won&#039;t work properly. Beauty is skin deep, but software often looks exactly as well as it works because[...]]]></description>
    <content:encoded><![CDATA[
<p>
I did the <a href='https://www.greatrun.org/great-north-run/gnr-reimagined'>Virtual Great North Run</a> last week, which is the first virtual race I&#039;ve done, and I have to say that it was a pretty underwhelming experience.
<p>
The Great Run Company hyped it quite a lot by promising an app that would deliver some kind of &#039;experience&#039;, but it didn&#039;t work properly and it ended up being &#039;just&#039; a long run.
<p>
The app they chose is called <a href='https://play.google.com/store/apps/details?id=com.quevita.viRACE'>viRACE</a>, which wasn&#039;t doesn&#039;t look like it was developed specifically for the Great Run company.
<p>
I used to work for a company that developed low budget apps, which it did by offshoring development (mostly). Every so often I&#039;d get called into my boss&#039;s office, where he&#039;d ask me to rescue the latest disastrous project and I&#039;d be shown an app that, generally, would <em>look</em> abysmal. When I opened up viRACE, I had (unwelcome) flashbacks to working for this company. It just looks like an app that won&#039;t work properly. Beauty is skin deep, but software often looks exactly as well as it works because people who do a good job tend to make their work look at least presentable.
<p>
viRACE disappointed in every way. Standing on the (virtual) start line at 9:30, viRACE wasn&#039;t connecting so I had to forget the app and just run. Fortunately I have a Garmin watch so (unofficially) recording my run was not an issue, but viRACE was the official means of actually recording it. There was no instructions from the Great Run Company explaining what to do in the event that viRACE didn&#039;t work, so that was a pretty bad experience.
<p>
As it turned out, though, viRACE <em>did</em> connect, after about 1.5km. The first clue I had to this was that every so often my music (from my phone) would pause. I learnt at about the 10km mark that it was attempting to play audio, as it then informed me I&#039;d run 5 miles. Well I was actually part way through the 7th, but never mind... This would happen every so often - sometimes it would manage to play a sound clip, other times my music would just pause.
<p>
Eventually I finished and stopped my Garmin and had a look at the app, which told me I still had a few km to go. I ended up running almost 23km in total so that I would officially finish.
<p>
Overall I found the experience extremely poor, and the Great Run Company haven&#039;t issued any statements or apologies about it or indicated that they will learn from it. Unfortunately, this is not surprising to me as the Great Run Company have previously disappointed. The last non-virtual Great Run event I took part in was the 2019 Birmingham Half Marathon, which they announced at the last minute was a mile short (though it was around 3-4km short according to my Garmin).]]></content:encoded>
  </item>
      <item>
    <title>Coming off Citalopram</title>
    <link>https://blog.asgaard.co.uk/citalopram-withdrawal-antidepressants</link>
    <pubDate>Sat, 22 Aug 20 12:28:16 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/citalopram-withdrawal-antidepressants</guid>
    <description><![CDATA[
<p>
Some time ago, I wrote about <a href='/citalopram'>my experiences with anti-depressants</a>.
<p>
The time eventually came for me to come off them entirely. Here&#039;s how it went.
<p>
<div class='contents'><strong>Contents:</strong><ol><li><a href='#h_2ae2cd4dfce022cb064725072a50ad6b'> Background </a></li><li><a href='#h_d75c980c03fd7008af4f4da232f95bff'> Withdrawal </a></li><li><a href='#h_02cf0bb1ff6b1b1f1105fa85626334cf'> Summary </a></li></ol></div><h2 id='h_2ae2cd4dfce022cb064725072a50ad6b' 2> Background </h2>
<p>
I started taking Citalopram from August 2019. Citalopram was very effective for me and let me adjust the circumstances of my life that had caused me problems.
<p>
In May 2020, I decided that I&#039;d been feeling stable and happy for long enough that I probably didn&#039;t need to still take the Citalopram and it was time to try coming off it.<h2 id='h_d75c980c03fd7008af4f4da232f95bff' 2> Withdrawal </h2>
<p>
To begin with, I tried alternating a full dose (20mg) with half a dose in order to gradually reduce the amount in my system. This turned out to be unrealistic, and after about four days of this I was having mood swings and generally feeling pretty bad. 
<p>
It&#039;s important to distinguish between relapse (i.e. you feel bad because this is the state of your body, and it needs to be treated) and withdrawal (i.e. you feel bad because of withdrawal symptoms[...]]]></description>
    <content:encoded><![CDATA[
<p>
Some time ago, I wrote about <a href='/citalopram'>my experiences with anti-depressants</a>.
<p>
The time eventually came for me to come off them entirely. Here&#039;s how it went.
<p>
<div class='contents'><strong>Contents:</strong><ol><li><a href='#h_2ae2cd4dfce022cb064725072a50ad6b'> Background </a></li><li><a href='#h_d75c980c03fd7008af4f4da232f95bff'> Withdrawal </a></li><li><a href='#h_02cf0bb1ff6b1b1f1105fa85626334cf'> Summary </a></li></ol></div><h2 id='h_2ae2cd4dfce022cb064725072a50ad6b' 2> Background </h2>
<p>
I started taking Citalopram from August 2019. Citalopram was very effective for me and let me adjust the circumstances of my life that had caused me problems.
<p>
In May 2020, I decided that I&#039;d been feeling stable and happy for long enough that I probably didn&#039;t need to still take the Citalopram and it was time to try coming off it.<h2 id='h_d75c980c03fd7008af4f4da232f95bff' 2> Withdrawal </h2>
<p>
To begin with, I tried alternating a full dose (20mg) with half a dose in order to gradually reduce the amount in my system. This turned out to be unrealistic, and after about four days of this I was having mood swings and generally feeling pretty bad. 
<p>
It&#039;s important to distinguish between relapse (i.e. you feel bad because this is the state of your body, and it needs to be treated) and withdrawal (i.e. you feel bad because of withdrawal symptoms, which should be temporary). Relapse takes more than a few days to appear, so this was definitely withdrawal.
<p>
Lesson learned: take it slower.
<p>
So I bumped it back up to a full dose for a week or so to regain my stability, and after that I started reducing the dose much slower.
<p>
I alternated a full dose with a three quarter dose, so in effect I was averaging 17.5mg. After a week or two on that, I went down to a three quarter dose daily, so I was averaging 15mg over two days. 
<p>
I repeated this process for quite a while, going from a two day average of 20, to 17.5, to 15, to 12.5, to 10, to 7.5, to 5, to 2.5.
<p>
That&#039;s quite a long process. It took about 6 weeks as I was sticking at each interval for between one and two weeks.
<p>
But it worked really well. The transition was gradual enough that I didn&#039;t notice any withdrawal effects. I was probably overly cautious and could have gone down a lot quicker.
<p>
The final hurdle was going from a small dose (2.5mg) down to zero. Surprisingly (to me, at least), this was a bit rough. I had thought that 2.5mg was so low as to be effectively zero already, but apparently not. I had a few days of feeling a bit unwell physically - nausea and stomach issues (similar to the effects I experienced when starting Citalopram) and some strange minor dizziness (not enough to affect me in any practical way), but that settled quickly, and after which I was fine.<h2 id='h_02cf0bb1ff6b1b1f1105fa85626334cf' 2> Summary </h2>
<p>
Citalopram for me has been a wholly great experience. It helped me get out of a bad situation and into a better one to the point that I didn&#039;t need it anymore. 
<p>
Withdrawal was a bit slower than I expected, but by taking it slow I was able to come off it without any serious problems.]]></content:encoded>
  </item>
      <item>
    <title>The Mandalorian</title>
    <link>https://blog.asgaard.co.uk/mandalorian</link>
    <pubDate>Sat, 08 Aug 20 20:01:26 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/mandalorian</guid>
    <description><![CDATA[
<p>
The Mandalorian, or the reason I got a Disney+ subscription, is a Star Wars spinoff centred around a character known as The Mandalorian, or Mando. If you&#039;re into Star Wars lore, you&#039;ll know that the Mandalorians are a warrior people who wear distinctive suits of armour. If not, you do now. They&#039;re aggressive in the sense they fight a lot, but they see battle as their way of life. They are generally calm and easy-going outside of it. They&#039;re not quite like angry Klingons is what I&#039;m trying to say.
<p>
Briefly, the Mandalorian is a classic western set in space. The western part of it seems to be a conscious influence. The theme tune has a slight western twang, the character is a quiet loner, but a very determined one, reminiscient of Clint Eastwood&#039;s &quot;The man with no name&quot; character in The Dollars Trilogy. 
<p>
I see The Mandalorian get compared to The Expanse over a lot of social media. Let&#039;s be clear here: The Mandalorian and the Expanse have pretty much nothing in com[...]]]></description>
    <content:encoded><![CDATA[
<p>
The Mandalorian, or the reason I got a Disney+ subscription, is a Star Wars spinoff centred around a character known as The Mandalorian, or Mando. If you&#039;re into Star Wars lore, you&#039;ll know that the Mandalorians are a warrior people who wear distinctive suits of armour. If not, you do now. They&#039;re aggressive in the sense they fight a lot, but they see battle as their way of life. They are generally calm and easy-going outside of it. They&#039;re not quite like angry Klingons is what I&#039;m trying to say.
<p>
Briefly, the Mandalorian is a classic western set in space. The western part of it seems to be a conscious influence. The theme tune has a slight western twang, the character is a quiet loner, but a very determined one, reminiscient of Clint Eastwood&#039;s &quot;The man with no name&quot; character in The Dollars Trilogy. 
<p>
I see The Mandalorian get compared to The Expanse over a lot of social media. Let&#039;s be clear here: The Mandalorian and the Expanse have pretty much nothing in common except they&#039;re both modern sci-fi series. Although, calling Star Wars sci-fi after watching The Expanse seems slightly tenuous. In many ways they&#039;re polar opposites. The Expanse is a detailed and gritty series of interwoven stories. The Mandalorian, by contrast, employs a very straightfoward episodic approach where Mando (the main character) solves his problem of the week. In The Expanse, you&#039;re never quite sure who&#039;s safe and how things are going to work out. In The Mandalorian, you&#039;re always sure that Mando&#039;s going to be OK. The Expanse is quite character-rich. Mando&#039;s just a guy who wanders around and looks at things, and occasionally says &quot;hmm&quot;. Or was that Geralt of Rivia? I get my strong and silent types confused.
<p>
Anyway, the point is that the Mandalorian is very simplistic and quite sparse in terms of characters, dialog, story-telling, well, everything really. If you&#039;re expecting a gritty, modern TV series then you&#039;re going to be disappointed. If you&#039;re expecting anything like the most recent trilogy films where everything moves at a million miles a minute then you&#039;re also going to be disappointed. It&#039;s actually quite simple and slow paced. It has a tiny bit of mystery and continuity between episodes in the form of baby yoda. 
<p>
Overall it&#039;s not the most gripping TV I&#039;ve ever watched, but it&#039;s certainly well made and enjoyable and I&#039;ll be watching the second series.
<p>
I have to draw attention also to the fact that The Mandalorian has done something noteable in that it has introduced a female action hero type character and made her very believable. The actress in question is an ex-MMA fighter in her late 30s, and she has the gravitas both physically and just in her general demeanour, to pull off the character perfectly. The casting here was absolutely spot on.]]></content:encoded>
  </item>
      <item>
    <title>DIY metatarsal dome</title>
    <link>https://blog.asgaard.co.uk/metatarsal-dome</link>
    <pubDate>Tue, 04 Aug 20 15:54:40 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/metatarsal-dome</guid>
    <description><![CDATA[
<p>
If you&#039;re here, you probably know what a metatarsal dome is and why you want one, but in case you&#039;re not clear, I&#039;ll give a summary.<h2> What is a metatarsal dome? </h2>
<p>
A metatarsal dome is a dome shaped object that sits just behind the ball of your foot (under the heads of the metatarsal bones). The idea is that as the foot supports your body&#039;s weight, the dome supports your foot by spreading your metatarsal bones apart slightly around it, relieving pressure on the soft tissue around the metatarsals.
<p>
Metatarsal domes can be useful in managing certain types of pain in the forefoot, for example a Morton&#039;s neuroma. In the case of a neuroma, which is usually caused by nerve compression between the metatarsals, the dome helps by spreading the metatarsals and giving the nerve just a bit more space.
<p>
When I say &#039;dome&#039;, I am not referring to things often marketed as &#039;pads&#039;. The terminology is inexact, but pads tend to be cushioned flat pads that are designed to be worn someho[...]]]></description>
    <content:encoded><![CDATA[
<p>
If you&#039;re here, you probably know what a metatarsal dome is and why you want one, but in case you&#039;re not clear, I&#039;ll give a summary.<h2> What is a metatarsal dome? </h2>
<p>
A metatarsal dome is a dome shaped object that sits just behind the ball of your foot (under the heads of the metatarsal bones). The idea is that as the foot supports your body&#039;s weight, the dome supports your foot by spreading your metatarsal bones apart slightly around it, relieving pressure on the soft tissue around the metatarsals.
<p>
Metatarsal domes can be useful in managing certain types of pain in the forefoot, for example a Morton&#039;s neuroma. In the case of a neuroma, which is usually caused by nerve compression between the metatarsals, the dome helps by spreading the metatarsals and giving the nerve just a bit more space.
<p>
When I say &#039;dome&#039;, I am not referring to things often marketed as &#039;pads&#039;. The terminology is inexact, but pads tend to be cushioned flat pads that are designed to be worn somehow underneath the ball of your foot. These do not support the metatarsals. Instead they just add a bit more cushioning, which may or may not be useful (or desirable, as they will cause your foot to point upwards slightly).<h2> How to create your own metatarsal dome </h2>
<p>
I make my own metatarsal domes, and it&#039;s really easy. 
<p>
Insoles with in-built metatarsal domes are an option, as are individual metatarsal domes, but I tend to dislike these because:<ul><li>Insoles often come with other things like cushioning or arch support, which my shoe is already giving me</li><li>Insoles can make the shoe fit tighter, and tight shoes can aggravate neuromas</li><li>They often don&#039;t wear very well</li><li>Metatarsal domes seem to be a poorly defined thing. Some domes are huge, flat and wide and aren&#039;t really giving support in the right area. Others are too tiny to do anything.</li></ul>
<p>
Overall I find it easier to do it myself. 
<p>
It&#039;s actually really easy. All you need is a shoe, ideally with a removable insole (which most if not all running shoes have), some podiatric felt and some tape (I use microporous tape because it&#039;s fairly easy to remove, but it&#039;s really not important).
<p>
The felt I use is <a href='https://www.amazon.co.uk/gp/product/B01H09VVT2/ref=ppx_yo_dt_b_asin_title_o01_s00?ie=UTF8&amp;psc=1'>this stuff</a>, but you can use whatever you can find. This one is 7mm thick and has adhesive on one side.
<p>
What I do is I cut out a teardrop shape from the felt, and right in the middle of it, I add another little square (maybe 1cm square) of felt, so it&#039;s doubled up at that one point. It&#039;s not exact, the idea is just to create a dome shape, so that it&#039;s not all one height. 
<p>
I stick the smaller one onto the bigger one using the adhesive on the felt, then I tape it underneath the insole.
<p>
You will need to play around with placement, which is why it helps to use tape rather than the adhesive on the felt, but basically you&#039;re aiming for the fleshy part slightly behind the ball of your foot.
<p>
The felt dome will flatten a bit under your weight when you wear it regularly, and the insole will mould itself slightly around it.<div class='flex'><img src='https://lh3.googleusercontent.com/pw/ACtC-3drqgKlXkF71TYVW-UZJbUes3r6tvA5y8trh-xPdIcpj81wf66Ubwig-lfp1Cmj3FramzMOVlqm2uCt3_8QhAZodAIeb-cygyFZpDPnRkSxF_nh4R1y9yLUra0MKsUTGC77C-A2j9nODiaSCPkKqk-Q=w725-h966-no?authuser=0' title='The end result' alt='The end result'/><img src='https://lh3.googleusercontent.com/pw/ACtC-3cuQRhnYbvFkufcWqRBV7YqAPPFY_6fbtxiQ7rxxfuH52jZtIZHVq2RpJ9QCnNNTr_ainKLagfpyIyKHKLexOVma9XcXGgYDP6pMJ-Vi-5d7NSSPoAAQk2nS9CsVsQeJ5q32E8idcgPZwWWzi9FxbkC=w1288-h966-no?authuser=0' title='Side on view, showing the doubled up area in the middle. I probably need to add a bit more tape at the back end.' alt='Side on view, showing the doubled up area in the middle. I probably need to add a bit more tape at the back end.'/><img src='https://lh3.googleusercontent.com/pw/ACtC-3fHefJOYteQUBReebcd3nhTzizb8i904DW0eH0a8pnc1tsTN5kPNzTE-h1MBqTT6qNZoXDzfYqyw-hTNosy9tbLdAeu0ogDvpyEu6mesZkeLt59gHY_TELiw6z3yUpjR093jQTmCld1dLOPxa5C1vd1=w725-h966-no?authuser=0' title='After running in these for around 25km, you can see how the insole itself now has a slight raised bump behind the ball of the foot' alt='After running in these for around 25km, you can see how the insole itself now has a slight raised bump behind the ball of the foot'/></div><h2> Summary and thoughts </h2>
<p>
I prefer to use tape instead of adhesive on the felt because it makes it easier to move around if needed. 
<p>
I prefer to put it underneath the insole instead of on top because 1) you can tape it more easily (see previous point), 2) it protects from the mechanical friction and moisture from your foot, and 3) I suspect that the way the insole moulds itself around the felt helps create more of a &#039;dome&#039; shape than having the felt above the insole.
<p>
The felt tends to come in 7mm or 5mm thickness. As it&#039;s doubled up, I have a 14mm tall dome digging into my foot, which sounds quite big. In reality, it gets squashed down pretty quickly so it&#039;s not really that big, however, if you have small feet you might prefer the 5mm.
<p>
]]></content:encoded>
  </item>
      <item>
    <title>It takes shape (pond life #3)</title>
    <link>https://blog.asgaard.co.uk/ponds-3</link>
    <pubDate>Sat, 27 Jun 20 19:26:30 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/ponds-3</guid>
    <description><![CDATA[
<p>
The pond is now taking shape and starting to look like a pond:
<p>
<img src='https://lh3.googleusercontent.com/pw/ACtC-3d-tZgXyB8dQydg0rqPdmfEaoWL3cUW2aDHRkEG0_PIFuYRergkOKglUe5FyUjm-QAgJSVpXeAH5a4UbR8c12YT_flw6tvT3XGVrHJJ1ojK3_9vmTk6qN_hJOsP4NJciQsFHHJe4GN7Sg3HLhqOQN0G=w1221-h915-no?authuser=0' class='width-100' title='Wildlife pond' alt='Wildlife pond'/>
<p>
We&#039;ve started to put a few plants in it. The one at the front in the terracotta coloured pot is a Drosera Filiformis I already had which I just put in because I think the grassy type plants look quite nice in ponds. If it works out, we&#039;ll repot it into a darker pot, but I don&#039;t know if it&#039;ll like being so wet.
<p>
The others are plants we&#039;ve bought specifically for the pond. The three groups of three are plants we bought as single plants but have split, hoping they&#039;ll fill out and look a little bit more voluminous. You can&#039;t really see it in the photo but the one on the left sitting on the surface is probably the one I&#039;m most interested by. This is a red stemmed parrots feather, which sits in deeper areas and seems to rise up to the surface. I think this type of plant will provide most interest for aquatic life.
<p>
In terms of the more unusual insect life we&#039;ve attracted so far, we&#039;ve seen a few th[...]]]></description>
    <content:encoded><![CDATA[
<p>
The pond is now taking shape and starting to look like a pond:
<p>
<img src='https://lh3.googleusercontent.com/pw/ACtC-3d-tZgXyB8dQydg0rqPdmfEaoWL3cUW2aDHRkEG0_PIFuYRergkOKglUe5FyUjm-QAgJSVpXeAH5a4UbR8c12YT_flw6tvT3XGVrHJJ1ojK3_9vmTk6qN_hJOsP4NJciQsFHHJe4GN7Sg3HLhqOQN0G=w1221-h915-no?authuser=0' class='width-100' title='Wildlife pond' alt='Wildlife pond'/>
<p>
We&#039;ve started to put a few plants in it. The one at the front in the terracotta coloured pot is a Drosera Filiformis I already had which I just put in because I think the grassy type plants look quite nice in ponds. If it works out, we&#039;ll repot it into a darker pot, but I don&#039;t know if it&#039;ll like being so wet.
<p>
The others are plants we&#039;ve bought specifically for the pond. The three groups of three are plants we bought as single plants but have split, hoping they&#039;ll fill out and look a little bit more voluminous. You can&#039;t really see it in the photo but the one on the left sitting on the surface is probably the one I&#039;m most interested by. This is a red stemmed parrots feather, which sits in deeper areas and seems to rise up to the surface. I think this type of plant will provide most interest for aquatic life.
<p>
In terms of the more unusual insect life we&#039;ve attracted so far, we&#039;ve seen a few things we think are diving beetles and have had a few dragonflies taking interest in the grassy plants. No sign of any frogs yet, but hopefully once there&#039;s a bit more greenery...
<p>
We are still undecided on exactly how to edge it, but the pebbles around the top shelf seem to be working so far (though we need more), and we&#039;re thinking of slate slabs to cover the edge of the liner.]]></content:encoded>
  </item>
      <item>
    <title>Giffgaff SMS scam - SIM swap</title>
    <link>https://blog.asgaard.co.uk/giffgaff-sim-swap-scam</link>
    <pubDate>Wed, 24 Jun 20 10:38:31 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/giffgaff-sim-swap-scam</guid>
    <description><![CDATA[
<p>
There is an SMS scam going around targeting Giffgaff customers, which sends an SMS reading:<blockquote>The request to swap your number to your new giffgaff SIM is pending. If that wasn&#039;t you, log in immediately. [URL removed]</blockquote>
<p>
If you go to the site, it looks like a giffgaff site and asks you to log in. It actually accepts any username and password, and then presents you with a screen asking you to confirm your personal details, including your bank account number.
<p>
This is a scam and has nothing to do with giffgaff. You should ignore the text message.[...]]]></description>
    <content:encoded><![CDATA[
<p>
There is an SMS scam going around targeting Giffgaff customers, which sends an SMS reading:<blockquote>The request to swap your number to your new giffgaff SIM is pending. If that wasn&#039;t you, log in immediately. [URL removed]</blockquote>
<p>
If you go to the site, it looks like a giffgaff site and asks you to log in. It actually accepts any username and password, and then presents you with a screen asking you to confirm your personal details, including your bank account number.
<p>
This is a scam and has nothing to do with giffgaff. You should ignore the text message.]]></content:encoded>
  </item>
      <item>
    <title>TeamViewer and WaitforConnectFailed</title>
    <link>https://blog.asgaard.co.uk/teamviewer-waitforconnectfailed</link>
    <pubDate>Mon, 22 Jun 20 17:52:07 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/teamviewer-waitforconnectfailed</guid>
    <description><![CDATA[
<p>
Today I had an issue whereby Teamviewer disconnected my session, and, although the remote machine was showing as online in my list of known computers, subsequent attempts to connect threw an error saying:<blockquote>No connection to partner, Partner did not connect to router.

Error code waitforconnectfailed</blockquote>
<p>
I found that rebooting the remote machine fixed the issues, though <a href='https://status.teamviewer.com/'>TeamViewer&#039;s status</a> is currently showing &#039;degraded performance&#039; and a known connectivity issue.[...]]]></description>
    <content:encoded><![CDATA[
<p>
Today I had an issue whereby Teamviewer disconnected my session, and, although the remote machine was showing as online in my list of known computers, subsequent attempts to connect threw an error saying:<blockquote>No connection to partner, Partner did not connect to router.

Error code waitforconnectfailed</blockquote>
<p>
I found that rebooting the remote machine fixed the issues, though <a href='https://status.teamviewer.com/'>TeamViewer&#039;s status</a> is currently showing &#039;degraded performance&#039; and a known connectivity issue.]]></content:encoded>
  </item>
      <item>
    <title>Pokémon GO is discontinuing support for 32 bit Android devices</title>
    <link>https://blog.asgaard.co.uk/pokemon-go-32-bit</link>
    <pubDate>Sat, 13 Jun 20 11:20:10 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/pokemon-go-32-bit</guid>
    <description><![CDATA[
<p>
<strong>Update:</strong> Niantic has backed away from this and announced that they are deferring this decision after all.<hr/>
<p>
Niantic, the company behind Pokémon GO, announced recently that <a href='https://www.pokemongolive.com/en/post/32-bit-android-discontinued-support/'>Pokemon GO will no longer work on 32 bit Android devices from August</a>. You&#039;d be forgiven for having missed this, as although it&#039;s on the official blog, it doesn&#039;t show in the in-game news.
<p>
Whilst the announcement makes it sound like only older devices will be affected, this is not the case. Many newer Android phones ship with 64 bit hardware, but a 32 bit operating system, in which case they are, for all practical purposes, 32 bit devices and are restricted to running 32 bit apps.
<p>
Unless a device has more than 4GB of RAM, there&#039;s not any great advantage to using a 64 bit OS, so a lot of budget phones come with a 32 bit operating system. For example, a large number of devices in the Motorola G range and the Samsung A and J ranges have only a 32 bit OS, even some of those released in the last 12 months. The Silph Road co[...]]]></description>
    <content:encoded><![CDATA[
<p>
<strong>Update:</strong> Niantic has backed away from this and announced that they are deferring this decision after all.<hr/>
<p>
Niantic, the company behind Pokémon GO, announced recently that <a href='https://www.pokemongolive.com/en/post/32-bit-android-discontinued-support/'>Pokemon GO will no longer work on 32 bit Android devices from August</a>. You&#039;d be forgiven for having missed this, as although it&#039;s on the official blog, it doesn&#039;t show in the in-game news.
<p>
Whilst the announcement makes it sound like only older devices will be affected, this is not the case. Many newer Android phones ship with 64 bit hardware, but a 32 bit operating system, in which case they are, for all practical purposes, 32 bit devices and are restricted to running 32 bit apps.
<p>
Unless a device has more than 4GB of RAM, there&#039;s not any great advantage to using a 64 bit OS, so a lot of budget phones come with a 32 bit operating system. For example, a large number of devices in the Motorola G range and the Samsung A and J ranges have only a 32 bit OS, even some of those released in the last 12 months. The Silph Road community on Reddit has started to assemble a <a href='https://docs.google.com/spreadsheets/d/1C_Duthd5nqf1JNs4fQC-UQpyBf_xByS9f_I9nmqw-tU/edit#gid=0'>list of modern devices that will be affected by this change</a>.
<p>
Unfortunately, it&#039;s not clear that Niantic has understood the distinction between the architecture of the CPU and the architecture of the operating system. The devices in their list of examples all have 32 bit CPUs. It is very possible that they have made this decision based on data collected on hardware, and have not looked at operating system architecture data. I suspect the fact they&#039;ve given this quite a low-profile announcement means they have estimated that this will not affect many people, and I also suspect that it will actually affect a large number of people. This seems like the kind of announcement that should be made 12 months in advance, not 6 weeks.
<p>
For those who will be affected by this, I recommend waiting until closer to August before replacing your device. Niantic may have made a mistake and may yet back down.
<p>
It&#039;s also worth noting that it&#039;s actually quite difficult to determine if you&#039;re buying a 32 bit or 64 bit device, as a lot of manufacturers don&#039;t publish this information. If you do need to replace your device, choose carefully.]]></content:encoded>
  </item>
      <item>
    <title>Pond life #2</title>
    <link>https://blog.asgaard.co.uk/ponds-2</link>
    <pubDate>Mon, 08 Jun 20 15:25:58 +0000</pubDate>
    <guid>https://blog.asgaard.co.uk/ponds-2</guid>
    <description><![CDATA[
<p>
It&#039;s starting to look like a pond!
<p>
<img class='width-100' title='Wildlife pond' src='https://lh3.googleusercontent.com/pw/ACtC-3eIPLg-B8N7nE9XdaBcGKaguDQ0iwD_n3bKjUphEpH3mRR8zvAnC_gvj8AZ8YWN05Ssk-yiz4vdTimyUpJSv67E5jmP9XksqiMTJmVHfG5RsO9lWPrhT8xWmfQ6TgdJ_BNIMghlivpZbdBUzl67RdDp=w924-h693-no?authuser=0' alt='Wildlife pond'/>
<p>
We (unintentionally) timed it pretty much exactly right. The weather in the weeks we were digging it was unprecedentedly hot and dry for British May-time, and shortly after we finished it, the rain seems to have started. We are not using tap water at all, because, although the water around here is relatively soft, it&#039;s better overall that there are as few dissolved solids as possible for the health of any wildlife that may live in the water. 
<p>
We started filling it with stored rainwater, but now that we&#039;re getting frequent rain, it doesn&#039;t seem necessary to artificially fill it. Looking at the weather forecast at the moment, I think it&#039;ll fill up itself in the next week.[...]]]></description>
    <content:encoded><![CDATA[
<p>
It&#039;s starting to look like a pond!
<p>
<img class='width-100' title='Wildlife pond' src='https://lh3.googleusercontent.com/pw/ACtC-3eIPLg-B8N7nE9XdaBcGKaguDQ0iwD_n3bKjUphEpH3mRR8zvAnC_gvj8AZ8YWN05Ssk-yiz4vdTimyUpJSv67E5jmP9XksqiMTJmVHfG5RsO9lWPrhT8xWmfQ6TgdJ_BNIMghlivpZbdBUzl67RdDp=w924-h693-no?authuser=0' alt='Wildlife pond'/>
<p>
We (unintentionally) timed it pretty much exactly right. The weather in the weeks we were digging it was unprecedentedly hot and dry for British May-time, and shortly after we finished it, the rain seems to have started. We are not using tap water at all, because, although the water around here is relatively soft, it&#039;s better overall that there are as few dissolved solids as possible for the health of any wildlife that may live in the water. 
<p>
We started filling it with stored rainwater, but now that we&#039;re getting frequent rain, it doesn&#039;t seem necessary to artificially fill it. Looking at the weather forecast at the moment, I think it&#039;ll fill up itself in the next week.]]></content:encoded>
  </item>
  </channel>
</rss>