woz.software (55)in #gaming • 7 years ago • NoneJust purchased steam games using LiteCoin!!!For all gamers out there, you can use BTC, BCH, ETH and LTC to purchase steam games via indiegala and you also get an…woz.software (55)in #gaming • 7 years ago • NoneFREE F1 2015 on Humble Bundle for next dayHumble Bundle are at it again with another free game, you can get F1 2015 HERE for the next 24 hours. You get a…woz.software (55)in #technology • 7 years ago • NoneTime for a new phone - What I learnt from 2 1/2 years on Windows Phone 10I have owned a Lumia 950 since it was released. Before that I was Android all the way but at the time Security and…woz.software (55)in #programming • 7 years ago • NoneLets build a maybe library in C# - Maybe extensionsI thought I would add a couple of extensions to the Maybe monad to show how using monadic patterns can spread through…woz.software (55)in #programming • 7 years ago • NoneLets build a monad library - Using Maybe and some extra thoughtsIn the last part I created a Maybe monad for C#, a type that allows you to indicate a lack of a value. I pointed out…woz.software (55)in #programming • 7 years ago • NoneLets build a monad library in C# - MaybeApart from the Identity monad, the Maybe monad is probably the easiest to understand so I will start there. In C#…woz.software (55)in #programming • 7 years ago • NoneLets build a monad library for C# - IntroductionI have done various C# pieces on monads and how C# LINQ is a monad engine. Thought I would put my money where my mouth…woz.software (55)in #cryptocurrency • 7 years ago • NoneAdventures in burst - cheap AliExpress enclosures could be betterSo my burst test server has been running a few days so I connected to it to check everything was ok.... it wasn't.…woz.software (55)in #cryptocurrency • 7 years ago • NoneBurst coin Plotting and mining. surprised at how low the overhead isIn my Earlier Post I wrote about my experience with wallet setup and that I wanted to explore the mining side of…woz.software (55)in #cryptocurrency • 7 years ago • NoneAdventures with BurstMy Plex server runs 24/7 and sat idle most of the day. As it uses my NAS for media storage I decided to turn over…woz.software (55)in #etherium • 7 years ago • NoneRX480 mining ETH, some tweaks for cooler runningSo the ambient temps are up and this was keeping my RX480 up at 89C running ethminer. So bouncing off the thermal…woz.software (55)in #etherium • 7 years ago • NoneMining ETH on RX480? Enable Compute Mode!So I though I would give mining ETH a go with the RX480 in my games rig to see how well it would do. Initially I was…woz.software (55)in #programming • 7 years ago • NoneHumble Bundle - Functional Programming Books BundleFor all the code heads out there, this looks an epic bundle of O'Reilly books dirt cheap. There are $1, $8 and $15…woz.software (55)in #blockchain • 7 years ago • NoneUN World Food Program uses Etherium block chain!The UN World Food Program has been tested using a private copy of the Etherium block chain and a smart phone app to…woz.software (55)in #funny • 7 years ago • NoneRoses are red, violets are blue....Could not resist when I saw this :)woz.software (55)in #programming • 7 years ago • NoneC# == vs EqualsThese two quality operations are not the same, so what is the difference? This is a subtle one and most of the time…woz.software (55)in #programming • 7 years ago • NoneOne of those real dumb developer mistakesSo I have just spent the last 1/2 hour fighting with Visual Studio and ReSharper trying to run some new unit tests I…woz.software (55)in #music • 7 years ago • NoneVideo of the first ever Rage Against The Machine concertJust found this on youtube, the first ever RATM convert. Wonder if the people there even realize what they are…woz.software (55)in #gaming • 7 years ago • NoneFree game on HumbleBundle site - Amnesia CollectionYou can get a free copy of both Amnesia games on Humble Bundle for the next 21 hours. Just go to the store…woz.software (55)in #programming • 7 years ago • NoneFunction memoization in C#Function memoization is a means to cache function calls that take a long time. It means you only have to perform the…