
Tom Cole
@colethecoder
Followers
57
Following
19
Media
42
Statuses
985
Functional Programming, C#, Haskell, Managing Devs, Health Informatics
East Midlands, England
Joined May 2010
I was sure Shelter Song by Iceage would be the mournful soundtrack to England not winning #disappointed.
0
0
0
Experienced this in 2010 because someone had done 10-99 as 1900s. I have a horrible feeling that the fix was change it to 20-99 and add a card to the backlog to fix properly.
Apparently a non-trivial number of systems are experiencing #Y2020 bugs. A common Y2K "fix" just postponed things by 20 years, interpreting 00-19 as the 2000s and 20-99 as the 1900s. 20 years is now up, some of those systems are still in use, and they think it's 1920. Oooops.
0
0
0
RT @MStrehovsky: For my next trick, I'm going to build a 65 MB self-contained game in C# and shrink it to 8 kB (still 100% self-contained):….
0
225
0
RT @BartoszMilewski: An approachable explanation of tagless final. But secretly, these are just typeclasses for Kleisli arrows. https://t.c….
0
14
0
RT @tyler_treat: Let's talk about code reviews (again). I usually encounter two camps when it comes to code reviews: those who think they a….
0
83
0
I spent yesterday evening tracking down a bug in Language-Ext, so satisfying to finally get to the bottom of it and get a pull request merged!
github.com
If you start enumerating over a lazy Seq (for example one created from an IEnumerable) the code goes into a while loop and calls StreamNextItem() yielding each value until it reaches the end of the...
0
0
1