Login
Discover
Waves
Decks
Upgrade
Login
Signup
55
woz.software
Woz
Full time programming geek, music nerd and out there individual :)
Available
Used
Resource Credits
362 Followers
103 Following
New Zealand
July 8, 2017
RSS feed
Posts
Blog
Posts
Comments
Communities
Wallet
Follow
woz.software
gaming
Sunday, May 13, 2018 7:28 AM
Just 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 extra 20% discount on top of whatever sale price they have for the game. The purchase
$ 0.355
12
5
1
woz.software
gaming
Friday, March 23, 2018 6:10 AM
FREE F1 2015 on Humble Bundle for next day
Humble Bundle are at it again with another free game, you can get F1 2015 HERE for the next 24 hours. You get a Steam key so can activate on your account. Also a great site for cheap game if you do not
$ 0.036
2
woz.software
technology
Saturday, March 17, 2018 7:19 AM
Time for a new phone - What I learnt from 2 1/2 years on Windows Phone 10
I have owned a Lumia 950 since it was released. Before that I was Android all the way but at the time Security and even getting OS updates was a complete mess so I decided to switch to the Microsoft WinPhone
$ 0.046
4
1
woz.software
programming
Wednesday, March 14, 2018 9:37 AM
Lets build a maybe library in C# - Maybe extensions
I thought I would add a couple of extensions to the Maybe monad to show how using monadic patterns can spread through your code when you start to use them and that is a good thing as they carry much power.
$ 0.311
6
woz.software
programming
Wednesday, March 14, 2018 7:24 AM
Lets build a monad library - Using Maybe and some extra thoughts
In 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 it is like Nullable but better. If you missed the story so far: Introduction Maybe Looking
$ 0.306
3
woz.software
programming
Tuesday, March 13, 2018 9:26 AM
Lets build a monad library in C# - Maybe
Apart from the Identity monad, the Maybe monad is probably the easiest to understand so I will start there. In C# think Nullable but able to wrap reference types as well as reference types. I will also
$ 0.056
3
1
woz.software
programming
Sunday, March 11, 2018 7:06 AM
Lets build a monad library for C# - Introduction
I have done various C# pieces on monads and how C# LINQ is a monad engine. Thought I would put my money where my mouth is and build a monad library and explain the design decisions as I go. In case you
$ 0.401
2
1
woz.software
cryptocurrency
Saturday, March 10, 2018 3:36 AM
Adventures in burst - cheap AliExpress enclosures could be better
So my burst test server has been running a few days so I connected to it to check everything was ok.... it wasn't. The 250GB external drive I had put an extra plot onto had failed, no longer seen by the
$ 0.552
6
2
woz.software
cryptocurrency
Wednesday, March 7, 2018 8:57 AM
Burst coin Plotting and mining. surprised at how low the overhead is
In my Earlier Post I wrote about my experience with wallet setup and that I wanted to explore the mining side of the coin as it is a vast departure from other crypto mining. The initial plotting took far
$ 0.438
2
6
woz.software
cryptocurrency
Sunday, March 4, 2018 6:16 AM
Adventures with Burst
My 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 500GB of its HDD to Burst Mining to see what it is all about. If you have not encountered
$ 0.775
4
1
woz.software
etherium
Friday, March 2, 2018 9:49 AM
RX480 mining ETH, some tweaks for cooler running
So the ambient temps are up and this was keeping my RX480 up at 89C running ethminer. So bouncing off the thermal endstops which is something I was not too happy with. I have the reference RX480 with blower
$ 0.546
2
woz.software
etherium
Tuesday, February 27, 2018 8:35 AM
Mining 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 getting a really disappointing 16.5MH/s, looking on forums it looks like the cards are
$ 0.645
5
1
woz.software
programming
Sunday, February 25, 2018 5:55 AM
Humble Bundle - Functional Programming Books Bundle
For all the code heads out there, this looks an epic bundle of O'Reilly books dirt cheap. There are $1, $8 and $15 packs depending on the books you want, all geared around Functional Programming in various
$ 0.588
1
1
woz.software
blockchain
Tuesday, February 20, 2018 6:28 AM
UN 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 control the distribution of food/aid. This was for a number of reasons. Avoid bank transfer
$ 0.630
2
woz.software
funny
Monday, February 5, 2018 8:55 AM
Roses are red, violets are blue....
Could not resist when I saw this :)
$ 1.092
2
woz.software
programming
Friday, February 2, 2018 6:07 AM
C# == vs Equals
These two quality operations are not the same, so what is the difference? This is a subtle one and most of the time these two operators behave in exactly the same way. Take the following value types comparison
$ 1.054
3
1
woz.software
programming
Friday, February 2, 2018 3:48 AM
One of those real dumb developer mistakes
So I have just spent the last 1/2 hour fighting with Visual Studio and ReSharper trying to run some new unit tests I had created. All the existing tests would run fine, the new tests were being seen in
$ 1.047
6
woz.software
music
Friday, January 26, 2018 9:11 PM
Video of the first ever Rage Against The Machine concert
Just found this on youtube, the first ever RATM convert. Wonder if the people there even realize what they are watching and what they became :) Enjoy Woz
$ 1.456
2
2
woz.software
gaming
Friday, January 26, 2018 8:47 PM
Free game on HumbleBundle site - Amnesia Collection
You can get a free copy of both Amnesia games on Humble Bundle for the next 21 hours. Just go to the store, add to your cart ($0) then go to checkout. Job done... free game. Enjoy Woz
$ 1.445
3
woz.software
programming
Wednesday, January 17, 2018 3:42 AM
Function 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 operation once for a given set of arguments, the next time you call with the same arguments
$ 1.560
3
3