Loading User Information from Channel 9
Something went wrong getting user information from Channel 9
Loading User Information from MSDN
Something went wrong getting user information from MSDN
Loading Visual Studio Achievements
Something went wrong getting the Visual Studio Achievements
Nikolai Tillmann and Peli de Halleux: Inside Code Digger
May 14, 2013 at 11:35 AM@Charles:
Honestly man, Z3 is the closest thing to real magic i've ever seen... i just dont get how it works and how it can be so fast!
Bart de smet wrote some posts on Z3 and started a series on Linq-to-Z3, but he never finished it :/ he actually wrote a working sodoku solver using it! you should talk to him about that
Nikolai Tillmann and Peli de Halleux: Inside Code Digger
May 08, 2013 at 11:50 AM@felix9:
that might be a while though
@Charles:
no, i didn't but i have now. i think my comment is still valid though, i still do not see a good reason for limiting code digger to pcl.. most methods will be resonably pure anyway even if they are not in a portable library, also its not like pex crashed if it ran into a parser or some reflection, it just ran in to its depth/constraint limit, why cant code digger do the same?
Granted, i'm not even near as clever as the rise guys, but is there really no way to run into those constraint limits anyway?
it was heartening to hear that a complete version of pex was on its way, but i also remember getting involved in the pex community and evangilizing pex left and right during its first run only for the pex team to essencially turn its back on the community, first saying an update was coming "soon" then shutting down the forums and not updating the project page for like 2 years. Yes, that's a risk any early adopter/beta tester takes but it still sucks when it happens..
Pex is an awsome technology, there is nothing out there like it and it just be such a terrible shame if it fell into obscurity.
Nikolai Tillmann and Peli de Halleux: Inside Code Digger
May 07, 2013 at 6:48 AMits great that we finaly see a sign of life from what used to be pex..
But in its present form, code digger is not very useful.. limiting the exploration to portable libraries just makes no sense.. pex had no problem with regular libaries so why does code digger?
Also, pretty much all the features that made pex useful are stripped from code digger.. it makes very little sense (other than mabe from an economic perspective) since VS is well known to have excelent backwards compatibility for extensions. [even more so between vs2010 and sp1 and sp2]
still its good to see that the pex is not just vaporware
Channel 9 turns 9!
Mar 18, 2013 at 11:51 PMErik Meijer, Immo Landwerth, and Andrew Arnott: Immutable Collections for .NET
Jan 17, 2013 at 3:54 AMcool stuff
but I don't get the whole Add/AddRange problem, the following code work just fine right? am I missing something?
public class List<T> { public void Add(T item){ } public void Add(IEnumerable<T> items) { } } ... test.Add("hello"); test.Add(new[] { "world" });Rx is now Open Source
Nov 06, 2012 at 10:26 PMTotally awesome
TWC9: Dating Windows 8, visiting Napa, cooking Metro, magic Matrix and more
Jul 20, 2012 at 2:48 PMyay, nick is back
Bart De Smet: Rx, LINQ, AMA
Jul 10, 2012 at 3:25 PMAgain, i'd just to clarify, the reason im on about Bcl is that i think it would greatly speed Rx adoption within the framework itself.. i'd like to see more apis expose iobservables especially in wpf/xaml.. rx support in databinding? yes please
language support? one can dream..
I think rx is a really fondational technology that almost every app can use. its the same (but opposite) as IEnumerable for crying out loud
i ask you this, what could .net be like if only the IEnumerable interface was in the Bcl and all the combinators lived in a separate library?
I really hope you dont think i'm trying to troll you or be a jerk, i just think rx is awsome and the bar of entry should be as low as it could possibly get
Tim Huckaby: Building Real-World Kinect Applications
Jul 10, 2012 at 3:03 PMdan, you look like you know some stuff.... about the future of kinect/kinect sdk maybe....? that you cant really talk about...? or.....?
yes yes i know.. its all secrect
Bart De Smet: Rx v2.0 Release Candidate - Time, Error Handling, Event Subscription
Jun 28, 2012 at 4:23 AM@Maddus Mattus:
ideally, yeah
raising events is also a pain, especially if it supposed to be thread safe.. checking if the event is null? whats up with that..
See more comments…