davidacoder | 2 years ago | on: I bricked my Christmas lights
davidacoder's comments
davidacoder | 6 years ago | on: Composable multi-threaded parallelism in Julia
davidacoder | 9 years ago | on: Optimizing .*: Details of Vectorization and Metaprogramming
Currently the dot syntax works for all functions, except for operators like .+, but in julia 0.6 it will work across the board. At that point, an expression like
A.*B.*C
will automatically be translated into the de-vectorized loop version that the author identifies as the fasted way to implement something like that, without the need for any macros or other special tricks.[1] http://docs.julialang.org/en/latest/manual/functions/#dot-sy...
davidacoder | 10 years ago | on: Giving up on Julia
davidacoder | 10 years ago | on: Giving up on Julia
I have seen this point about a toxic dev been made before in some blog post. Back then I followed the story up because it seemed so at odds with my experience with the core devs. It took a bit of googling and following links, but in the end, in my mind, there was simply nothing to the whole story. The supposedly rude behavior was not at all rude, imho.
I don't really know where these allegations come from, but I find this kind of "I've heard second hand that there is a toxic dev" inappropriate. If someone has a problem with someone, make it explicit, post the email that you dislike, so that others can judge themselves. But these vague accusations are not helpful, and at least from my point of view entirely at odds with how I have perceived the behavior of the core devs over the last two years.
I should say that I'm not part of the MIT crowd. I've never met or talked with any of the core devs and don't know them beyond reading their emails on mailing lists and sporadic interactions on github.
davidacoder | 12 years ago | on: Microsoft’s Hardware, Round 2: Surface 2 and Surface Pro 2
For business people your arguments 2 and 3 are actually incorrect: I don't want to use my personal data plan for my work. If the device has its separate LTE, it can just all go to my company and I'm done with the costs.
davidacoder | 12 years ago | on: Microsoft’s Hardware, Round 2: Surface 2 and Surface Pro 2
davidacoder | 12 years ago | on: Microsoft’s Hardware, Round 2: Surface 2 and Surface Pro 2
davidacoder | 13 years ago | on: Microsoft looking to release Office for Linux in 2014
davidacoder | 13 years ago | on: Show HN: Python Tools for Visual Studio
davidacoder | 13 years ago | on: Surface Pricing Announced - $499 USD
davidacoder | 13 years ago | on: Surface Pricing Announced - $499 USD
davidacoder | 13 years ago | on: Surface Pricing Announced - $499 USD
davidacoder | 13 years ago | on: PowerShell vs. Unix shells
davidacoder | 13 years ago | on: PowerShell vs. Unix shells
The response I got from someone at MS was quite telling, it went something like "please tell me more why you would ever want to do this, when we have existing folder sharing technology in windows". I gave up, if they seriously don't understand why that is NOT the answer to situation, gee...
davidacoder | 13 years ago | on: Designing AWS Architecture to Withstand Outages
For the SQL datbases they provide a sync service that can replicate your database automatically between different regions (or even a local database).
I have no clue how reliable all of this is, but at least in theory it looks as if it might be quite a bit easier to do full geo replication across different regions on Azure.
Anyone with actual experience?
davidacoder | 14 years ago | on: Microsoft Expected to Introduce Tablet
http://www.zdnet.com/blog/microsoft/microsoft-confirms-dave-...
davidacoder | 14 years ago | on: Germany's Leading Technical University Cancels All Elsevier Subscriptions
davidacoder | 14 years ago | on: How a LinkedIn phishing scheme could empty your bank account
It seems to me that if you use up to date versions of the MS software stack there are numerous defenses built in that would render this attack completely moot. The fact that they don't say anything about which software versions are at risk makes this look like one of the typical sales promotion efforts of security firms rather than good info.