Re: DConf 2013 Day 3 Talk 4: LDC by David Nadlinger

2013-06-17 Thread Justin Whear
On Mon, 17 Jun 2013 17:41:22 +0200, nazriel wrote: On Monday, 17 June 2013 at 13:47:20 UTC, bearophile wrote: Andrei Alexandrescu: http://www.reddit.com/r/programming/comments/1gie4b/ dconf_2013_ldc_the_llvmbased_d_compiler_by_david/ Slide 14: PFFT (SSE) seems slow on LDC2: if you can

Re: NDC Oslo talk: Generic Programming Galore Using D

2013-07-05 Thread Justin Whear
On Thu, 04 Jul 2013 09:47:36 -0700, Andrei Alexandrescu wrote: Videos for my two NDC 2013 talks are now online. Generic Programming Galore using D at http://vimeo.com/68378925 and the HipHop Virtual Machine at http://vimeo.com/68383350. Andrei Reddit:

Re: DScanner is ready for use

2013-07-31 Thread Justin Whear
On Wed, 31 Jul 2013 20:30:17 +0200, Rory McGuire wrote: Any chance of you turning this into a daemon? Something likt margo or gocode? The author has another project here: https://github.com/Hackerpilot/DCD

Re: glad OpenGL loader generator

2013-08-05 Thread Justin Whear
It looks like your D backend generates string literals with literal null bytes--this is unnecessary as string literals are already null terminated. (Documented here: http://dlang.org/interfaceToC.html (see final bullet under Call­ing C Func­tions) Also, it looks like loading each extension

Re: [OT] My C++ talk at GoingNative 2013

2013-09-20 Thread Justin Whear
On Thu, 19 Sep 2013 22:56:55 +, Justin Whear wrote: On Thu, 19 Sep 2013 14:31:28 -0700, Walter Bright wrote: On 9/18/2013 1:23 AM, Olivier Pisano wrote: Classic Andrei! :-) Should zoom in on that and make a gif! Yessir: http://imgur.com/W5AMy0P I think I'm going to start posting

EMSI is hiring a D developer

2013-12-13 Thread Justin Whear
I've mentioned before that I work for Economic Modeling Specialists, Intl. and that we've been using D since 2008. We just put up a job posting for an experienced developer, preferably someone who already knows D, as that's what they'll be using. The hire for this position will be working

Re: EMSI is hiring a D developer

2013-12-13 Thread Justin Whear
On Saturday, 14 December 2013 at 01:29:08 UTC, Adam D. Ruppe wrote: On Saturday, 14 December 2013 at 01:25:09 UTC, Justin Whear wrote: this position will be working primarily with me, so I can answer any specific questions for the curious. Does it offer remote (work from home)? Meeting

Re: EMSI is hiring a D developer

2013-12-13 Thread Justin Whear
On Saturday, 14 December 2013 at 01:42:09 UTC, Justin Whear wrote: On Saturday, 14 December 2013 at 01:29:08 UTC, Adam D. Ruppe wrote: On Saturday, 14 December 2013 at 01:25:09 UTC, Justin Whear wrote: this position will be working primarily with me, so I can answer any specific questions

Re: EMSI is hiring a D developer

2013-12-15 Thread Justin Whear
On Sunday, 15 December 2013 at 23:54:12 UTC, Brian Schott wrote: On Sunday, 15 December 2013 at 23:34:55 UTC, eles wrote: Moscow, Idaho Err... Is that in Russia or in the USA? :D I'm sure they never get tired of that joke. We pronounce our Moscow as Moss-coe as opposed to the Russian

Re: EMSI is hiring a D developer

2013-12-15 Thread Justin Whear
On Saturday, 14 December 2013 at 20:13:52 UTC, MattCoder wrote: On Saturday, 14 December 2013 at 01:25:09 UTC, Justin Whear wrote: ...we've been using D since 2008. ... ... I can answer any specific questions for the curious. I'm just curious, have you introduced D for them

Re: ∅MQD, a ∅MQ wrapper for D

2014-01-24 Thread Justin Whear
On Fri, 24 Jan 2014 17:45:44 +, Lars T. Kyllingstad wrote: ∅MQD is a D library that wraps the low-level C API of the ∅MQ messaging framework. It is a rather thin wrapper that maps closely to the C API, while making it safer, easier and more pleasant to use. The API is designed to feel

Re: ∅MQD, a ∅MQ wrapper for D

2014-01-24 Thread Justin Whear
On Fri, 24 Jan 2014 19:11:56 +, Lars T. Kyllingstad wrote: On Friday, 24 January 2014 at 18:59:54 UTC, Justin Whear wrote: Nicely done. It looks like you haven't wrapped the poll functionality at all, something that I use in most of my 0MQ programs. Thanks! I'm glad that you mention

Re: New debugger for D!!!

2014-01-29 Thread Justin Whear
On Wed, 29 Jan 2014 17:03:59 +, Russel Winder wrote: On Wed, 2014-01-29 at 16:45 +, Andrea Fontana wrote: […] d-bugger You may want to belay that suggestion: http://en.wikipedia.org/wiki/Bugger http://www.thefreedictionary.com/bugger

Re: finally using D at work

2014-02-11 Thread Justin Whear
On Mon, 10 Feb 2014 19:56:55 +, extrawurst wrote: As a long time D fanboy I was known to say That is quite simple in D a lot at work! Now I was finally able to convience my boss (our CTO) to take a serious look at D as a replacement for the parts of our infrastructure that use nodejs

Re: Facebook open sources flint, a C++ linter written in D

2014-02-24 Thread Justin Whear
On Mon, 24 Feb 2014 13:06:29 -0800, Andrei Alexandrescu wrote: This is a first on so many levels. https://news.ycombinator.com/item?id=7293396 http://www.reddit.com/r/programming/comments/1yts5n/ facebook_open_sources_flint_a_c_linter_written_in/ Andrei The real first is that I

Re: Article: Functional image processing in D

2014-03-21 Thread Justin Whear
On Fri, 21 Mar 2014 11:04:57 +, Vladimir Panteleev wrote: http://blog.thecybershadow.net/2014/03/21/functional-image-processing- in-d/ Some highlights from a recent overhaul of the graphics package from my D library. It makes use of a number of D-specific language features, so I've

Re: Dash: An Open Source Game Engine in D

2014-05-19 Thread Justin Whear via Digitalmars-d-announce
On Mon, 19 May 2014 19:50:35 +, Colden Cullen wrote: Hi everyone, I’m super excited to be able to announce that the Dash game engine[1] is finally stable and ready for public use! I’m currently the Lead Engine Programmer at Circular Studios[2] (the group behind Dash). We had 14 people

Re: D Hackday this Friday

2014-06-02 Thread Justin Whear via Digitalmars-d-announce
bugs below the 2000 mark! --- Jonathan Crapuchettes, Justin Whear, Brian Schott I like FixPhobosFriday better. Would work as a hashtag.

Re: DConf 2014 Day 1 Talk 2

2014-06-05 Thread Justin Whear via Digitalmars-d-announce
On Thu, 05 Jun 2014 21:51:14 +0200, Philippe Sigaud via Digitalmars-d-announce wrote: On Tue, Jun 3, 2014 at 10:54 PM, Jonathan Crapuchettes Here is a link to the slides from the presentation. http://slides.com/jonathancrapuchettes/dconf On the 'issues with D' slide, you cite 'Can't get

Re: D Hackday this Friday

2014-06-06 Thread Justin Whear via Digitalmars-d-announce
like to invite the D community to join us. Let's get those bugs below the 2000 mark! --- Jonathan Crapuchettes, Justin Whear, Brian Schott So is the plan to just comb over the issue tracker and fix easy issues and close resolved or invalid issues? We have a company BBQ for lunch

Re: D Hackday Round 2

2014-07-07 Thread Justin Whear via Digitalmars-d-announce
On Mon, 07 Jul 2014 03:12:24 +, safety0ff wrote: On Thursday, 3 July 2014 at 23:17:33 UTC, Jonathan Crapuchettes wrote: Last time 24 issues were marked as resolved by the community (including EMSI). Please join us in squashing bugs on #d. Is this primarily bug tracker culling or does

Re: DConf 2014 Keynote: High Performance Code Using D by Walter Bright

2014-07-15 Thread Justin Whear via Digitalmars-d-announce
On Tue, 15 Jul 2014 18:28:34 +, John wrote: On Tuesday, 15 July 2014 at 16:20:34 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/2aruaf/ dconf_2014_keynote_high_performance_code_using_d/ https://www.facebook.com/dlang.org/posts/885322668148082

Re: DSnips - making D coding awesome in Vim (with GIFs!)

2014-07-17 Thread Justin Whear via Digitalmars-d-announce
On Thu, 17 Jul 2014 20:57:10 +, Kiith-Sa wrote: I want to eventually try to merge this back to the default repository, but I'd like some comments/criticism/ideas first. Should any snippets be removed? Added? Any problems with the current snippets? (the wrap in try/catch in the previous

Re: DSnips - making D coding awesome in Vim (with GIFs!)

2014-07-18 Thread Justin Whear via Digitalmars-d-announce
On Thu, 17 Jul 2014 20:57:10 +, Kiith-Sa wrote: DSnips is a set of UltiSnips snippets for D (now with GIFs showing each snippet in action (image-heavy)) https://github.com/kiith-sa/DSnips This is an attempt to overhaul the D snippets I got merged to UltiSnips (now a separate

Re: Recompiling D code

2014-08-14 Thread Justin Whear via Digitalmars-d-announce
On Thu, 14 Aug 2014 14:58:20 +, John Colvin wrote: My experience with these sort of things suggests that it'll be the linker taking the time. Dynamic libraries are the solution. Dub needs proper support for dynamic library dependencies. I'll second that suggestion. Can you run the

Re: SublimeLinter D Plugin

2014-09-16 Thread Justin Whear via Digitalmars-d-announce
On Tue, 16 Sep 2014 18:00:00 +, Meta wrote: On Tuesday, 16 September 2014 at 00:16:43 UTC, Brian Schott wrote: Several of my co-workers use Sublime Text and wanted D-Scanner to work with SublimeLinter, so here it is. https://github.com/economicmodeling/SublimeLinter-dscanner Can

EMSI is hiring a D developer

2015-04-14 Thread Justin Whear via Digitalmars-d-announce
EMSI is hiring for an Engineer II to work on D codebases: https:// emsi.bamboohr.com/jobs/view.php?id=30

Re: EMSI is hiring a D developer

2015-04-15 Thread Justin Whear via Digitalmars-d-announce
On Wed, 15 Apr 2015 07:27:49 +, Abdulhaq wrote: On Tuesday, 14 April 2015 at 16:17:37 UTC, Justin Whear wrote: EMSI is hiring for an Engineer II to work on D codebases: https:// emsi.bamboohr.com/jobs/view.php?id=30 When it said Moscow I was thinking mmmh lots of traffic, a bit

Re: EMSI is hiring a D developer

2015-04-15 Thread Justin Whear via Digitalmars-d-announce
On Wed, 15 Apr 2015 20:11:39 +, Ola Fosheim Grøstad wrote: That fact puts Orwell's writings in a new light. Oooh, an Animal Farm reference; spooky.

Re: Voting for std.experimental.allocator

2015-07-08 Thread Justin Whear via Digitalmars-d-announce
Yes.

Re: LLVM 3.7 released - LDC is ready to use it!

2015-09-01 Thread Justin Whear via Digitalmars-d-announce
On Tue, 01 Sep 2015 21:45:30 +, Kai Nacke wrote: > This is the 7th time that LDC and D are mentioned in the LLVM release > notes! Fantastic work keeping LDC bleeding edge!

Re: run.dlang.io can now display ASM + AST + IR

2018-01-26 Thread Justin Whear via Digitalmars-d-announce
Very cool features! Due to template expansion, even very simple D programs won't display their AST, e.g. https://run.dlang.io/is/yVsPsH gives me a "Compilation or running program took longer than 25 seconds. Aborted!" Not sure what can be done about this, but it certainly limits the