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

2014-07-18 Thread dennis luehring via Digitalmars-d-announce
Am 18.07.2014 07:54, schrieb Walter Bright: On 7/17/2014 9:40 PM, dennis luehring wrote: i understand your focus on dmd - but talking about fast code and optimizing WITHOUT even trying to compare with other compiler results is just a little bit strange for someone who stated speed = money The

Skeletal generator

2014-07-18 Thread Rikki Cattermole via Digitalmars-d-announce
In advancing to a reload system for Cmsed, I've built a directory skeleton generator[0]. It supports both lua and a simpler text file syntax. An example of this is: # Simple skeleton descriptor dlfile livereload.txt livereload.txt mkdir bin mkdir deps dlfile deps/package.json package.json

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread w0rp via Digitalmars-d-announce
On Thursday, 17 July 2014 at 17:41:59 UTC, Adam D. Ruppe wrote: BTW here's the post Andrei made on the day of with the little notebook paper I used for a topic list and some discussion we had in May: http://forum.dlang.org/thread/llo7i8$e4e$1...@digitalmars.com I watched your talk and it

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

2014-07-18 Thread Walter Bright via Digitalmars-d-announce
On 7/17/2014 11:42 PM, dennis luehring wrote: Am 18.07.2014 07:54, schrieb Walter Bright: On 7/17/2014 9:40 PM, dennis luehring wrote: i understand your focus on dmd - but talking about fast code and optimizing WITHOUT even trying to compare with other compiler results is just a little bit

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

2014-07-18 Thread John Colvin via Digitalmars-d-announce
On Friday, 18 July 2014 at 04:40:52 UTC, dennis luehring wrote: Am 18.07.2014 04:52, schrieb Walter Bright: On 7/16/2014 7:21 AM, dennis luehring wrote: can you give an short (working) example code to show the different resulting assembler for your for-rewrite example - and what compilers

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread Puming via Digitalmars-d-announce
I've added an indirect link to my awesome-d github page where your book is listed: https://github.com/zhaopuming/awesome-d#books But don't know whether that would be filtered also. On Thursday, 17 July 2014 at 19:29:44 UTC, Adam D. Ruppe wrote: On Thursday, 17 July 2014 at 18:48:11 UTC,

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

2014-07-18 Thread simendsjo via Digitalmars-d-announce
On 07/17/2014 10:57 PM, 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 vim-snippets

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread Mengu via Digitalmars-d-announce
On Thursday, 17 July 2014 at 18:42:38 UTC, Adam D. Ruppe wrote: On Thursday, 17 July 2014 at 18:37:54 UTC, Andrei Alexandrescu wrote: Put that on reddit. -- Andrei I've tried a few times and it doesn't work.. the post appears to me, but is invisible to everyone else. I think reddit's silent

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 18 July 2014 at 12:15:19 UTC, Mengu wrote: i don't know how many times you tried but when i searched the url on reddit it found 3 results. Yeah, the top level post seems to work, but comments on other posts, including this one, don't show up. The indirect link plan appears to work

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread Adam D. Ruppe via Digitalmars-d-announce
On Friday, 18 July 2014 at 08:35:07 UTC, Puming wrote: I've added an indirect link to my awesome-d github page where your book is listed: Cool, that seems to be working, thanks!

DConf 2014: Mobile Gameserver Backend in D by Stephan Dilly

2014-07-18 Thread Andrei Alexandrescu via Digitalmars-d-announce
http://www.reddit.com/r/programming/comments/2b1uat/dconf_2014_mobile_gameserver_backend_in_d_by/ https://www.facebook.com/dlang.org/posts/887057894641226 https://twitter.com/D_Programming/status/490149592923901952 Andrei

Re: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread John via Digitalmars-d-announce
On Friday, 18 July 2014 at 08:35:07 UTC, Puming wrote: I've added an indirect link to my awesome-d github page Your awesome-d is awesome! Keep up the good work! :D I didn't know this concept using github. Now I started exploring the other awesome pages of less than awesome languages too.

Re: DConf 2014: Mobile Gameserver Backend in D by Stephan Dilly

2014-07-18 Thread Dicebot via Digitalmars-d-announce
On Friday, 18 July 2014 at 15:09:13 UTC, Andrei Alexandrescu wrote: http://www.reddit.com/r/programming/comments/2b1uat/dconf_2014_mobile_gameserver_backend_in_d_by/ https://www.facebook.com/dlang.org/posts/887057894641226 https://twitter.com/D_Programming/status/490149592923901952 Andrei

Re: DUB Bash Completion

2014-07-18 Thread Matt Soucy via Digitalmars-d-announce
On 07/14/2014 05:54 PM, Nordlöw wrote: On Monday, 14 July 2014 at 00:10:38 UTC, Mathias LANG wrote: complete --config= too, so you could tab complete Yeah, that would be nice. Need to add som json parsing to the bash logic. Any suggestions on how to most easily and portably do that? So, I

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

2014-07-18 Thread Kiith-Sa via Digitalmars-d-announce
On Friday, 18 July 2014 at 00:44:15 UTC, uri wrote: On Thursday, 17 July 2014 at 20:57:10 UTC, 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

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: DConf 2014: Adam D Ruppe's amazing slideless talk on x86 Bare Metal and Custom Runtime Programming

2014-07-18 Thread Adam D. Ruppe via Digitalmars-d-announce
Plain text transcript of the video (typed up by me, so there may be some errors but the bulk of it should be readable) http://arsdnet.net/dconf-transcript.txt I'll do an annotated HTML version when my schedule permits but for now you can look at the plain text file there (if you don't see it