Login
Discover
Waves
Decks
Plus
Login
Signup
Woz
@woz.software
55
Full time programming geek, music nerd and out there individual :)
Followers
362
Following
103
Resource Credits
Available
Used
Location
New Zealand
Created
July 8, 2017
RSS Feed
Subscribe
Blog
Blog
Posts
Comments
Communities
Wallet
woz.software
gaming
2018-05-13 07:28
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
woz.software
gaming
2018-03-23 06:10
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
2018-03-17 07:19
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
2018-03-14 09:37
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
2018-03-14 07:24
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
2018-03-13 09:26
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
2018-03-11 07:06
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
2018-03-10 03:36
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
2018-03-07 08:57
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
2018-03-04 06:16
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
2018-03-02 09:49
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
2018-02-27 08:35
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
2018-02-25 05:55
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
2018-02-20 06:28
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
2018-02-05 08:55
Roses are red, violets are blue....
Could not resist when I saw this :)
$ 1.092
2
woz.software
programming
2018-02-02 06:07
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
woz.software
programming
2018-02-02 03:48
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
2018-01-26 21:11
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
2018-01-26 20:47
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
2018-01-17 03:42
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