Re: monarch dodra granted write access to phobos, druntime, and tools

2013-07-23 Thread Brad Anderson
On Monday, 22 July 2013 at 18:08:36 UTC, Andrei Alexandrescu wrote: Please join me in congratulating monarch dodra for his admission among our github committers. We're starting with phobos, druntime, and tools access, and if all goes well, we'll extend write rights to dmd also. Thanks, Andr

Re: phobosx.signal ready

2013-07-23 Thread Brad Anderson
On Thursday, 18 July 2013 at 11:31:06 UTC, Robert wrote: Your site gives me an ssl certificate error with https and a 504 with http Yeah :-) It is only a home server, I did not pay for a proper certificate. Just ignore the security warning. I merely wanted to publish the documentation somewhe

Re: Increasing D Compiler Speed by Over 75%

2013-07-25 Thread Brad Anderson
On Thursday, 25 July 2013 at 18:03:22 UTC, Walter Bright wrote: http://www.reddit.com/r/programming/comments/1j1i30/increasing_the_d_compiler_speed_by_over_75/ I propose we always refer to compiling as "doing the nasty" from this moment forward.

Re: GoingNative 2013

2013-07-29 Thread Brad Anderson
On Monday, 29 July 2013 at 22:12:40 UTC, Walter Bright wrote: http://channel9.msdn.com/Events/GoingNative/2013 The last one was a lot of fun, so I signed up for this one, too. Note that Andrei is a speaker! Recommended. See y'all there! (P.S. It's entirely possible that I may get my mythical

Re: Increasing D Compiler Speed by Over 75%

2013-07-30 Thread Brad Anderson
On Tuesday, 30 July 2013 at 09:04:10 UTC, Temtaime wrote: DMC is ugly compiler. It will be much nicer if you'll use mingw for that purpose on Windows. GCC usually generates more faster code that VC does. http://sourceforge.net/projects/mingwbuilds/ I'm willing to bet Walter would accept pull

Re: A new blog article detailing the alternative function syntax

2013-08-08 Thread Brad Anderson
On Thursday, 8 August 2013 at 19:18:22 UTC, Walter Bright wrote: On 8/8/2013 12:15 PM, Walter Bright wrote: s/compliments/complements/ The frequency with which I see this error is a pet peeve of mine! I know! It's rediculous!

Re: A new blog article detailing the alternative function syntax

2013-08-08 Thread Brad Anderson
On Thursday, 8 August 2013 at 19:15:29 UTC, Walter Bright wrote: Under Extension Methods, a huge reason for them is to head off the temptation to write 'kitchen sink' classes that are filled with every conceivable method. The desired approach is to have the class implement the bare minimum of f

Re: glad OpenGL loader generator

2013-08-14 Thread Brad Anderson
On Tuesday, 13 August 2013 at 10:41:49 UTC, David wrote: Am 13.08.2013 05:51, schrieb evilrat: On Monday, 12 August 2013 at 13:45:46 UTC, David wrote: Did you confuse gles2 (GL ES 2.0) with gl3n? Or did you speak of glamour, which has indeed gl3n interaction, which can be turned on with -ve

Re: D reaches 1000 questions on stackoverflow

2013-08-14 Thread Brad Anderson
On Thursday, 15 August 2013 at 02:30:42 UTC, Jonathan M Davis wrote: On Wednesday, August 14, 2013 22:56:30 Andre Artus wrote: As with many things it depends on what you want to achieve. Answering on SO is as much about establishing awareness as it is about answering the question. For a newcom

Re: DUB 0.9.17/0.9.18 have been released + now on code.dlang.org

2013-09-12 Thread Brad Anderson
On Thursday, 12 September 2013 at 10:34:56 UTC, Sönke Ludwig wrote: Major changes since 0.9.16: - The registry is now officially located at http://code.dlang.org See also the current discussion thread in the D forum: http://forum.dlang.org/thread/l0o0jq$gvp$1...@digitalmars.com - Bui

Re: dmd 2.064 beta 4

2013-10-28 Thread Brad Anderson
On Monday, 28 October 2013 at 05:09:35 UTC, Manu wrote: I just realised yesterday that the libs bundled with dmd (curl.lib in my case) doesn't have a win64 version bundled. Can you put a binary for that in lib64? ... although it new appears to be gone completely in that new bundle. Is that the

Re: DConf 2013 Day 3 Talk 2: Code Analysis for D with AnalyzeD by Stefan Rohe

2013-11-01 Thread Brad Anderson
On Wednesday, 12 June 2013 at 12:50:39 UTC, Andrei Alexandrescu wrote: Reddit: http://www.reddit.com/r/programming/comments/1g6x9g/dconf_2013_code_analysis_for_d_with_analyzed/ Hackernews: https://news.ycombinator.com/item?id=5867764 Twitter: https://twitter.com/D_Programming/status/344798127

Re: dmd 2.064.2

2013-11-05 Thread Brad Anderson
On Tuesday, 5 November 2013 at 22:08:48 UTC, Walter Bright wrote: http://ftp.digitalmars.com/dmd-2.064.2.exe What's up with the Windows installer? It appears to be using an old version without all the improvements I've been making but with some new changes added.

Re: dmd 2.064.2

2013-11-05 Thread Brad Anderson
On Tuesday, 5 November 2013 at 22:24:14 UTC, Walter Bright wrote: On 11/5/2013 2:21 PM, Brad Anderson wrote: What's up with the Windows installer? It appears to be using an old version without all the improvements I've been making but with some new changes added. It should be usi

Re: dmd 2.064.2

2013-11-05 Thread Brad Anderson
On Tuesday, 5 November 2013 at 22:36:43 UTC, Brad Anderson wrote: On Tuesday, 5 November 2013 at 22:24:14 UTC, Walter Bright wrote: On 11/5/2013 2:21 PM, Brad Anderson wrote: What's up with the Windows installer? It appears to be using an old version without all the improvements I&#x

Re: dmd 2.064.2

2013-11-05 Thread Brad Anderson
On Tuesday, 5 November 2013 at 22:46:49 UTC, Walter Bright wrote: On 11/5/2013 2:41 PM, Brad Anderson wrote: Figured it out. You used linux/win/installer.nsi. I have no idea why that exists and what it is for. It's so you can build the windows installer from a Linux box. I presumed i

Re: dmd 2.064.2

2013-11-05 Thread Brad Anderson
On Tuesday, 5 November 2013 at 23:51:54 UTC, Walter Bright wrote: On 11/5/2013 2:52 PM, Brad Anderson wrote: He's made so many changes I don't even know where to begin to pull them in sync. The one in windows/dinstaller.nsi has always been the one used in the past. I don't s

Re: dmd 2.064.2

2013-11-06 Thread Brad Anderson
On Wednesday, 6 November 2013 at 04:11:52 UTC, Manu wrote: On 6 November 2013 09:54, Brad Anderson wrote: On Tuesday, 5 November 2013 at 23:51:54 UTC, Walter Bright wrote: On 11/5/2013 2:52 PM, Brad Anderson wrote: He's made so many changes I don't even know where to begin to

Re: dmd 2.064.2

2013-11-06 Thread Brad Anderson
On Tuesday, 5 November 2013 at 22:24:03 UTC, Orvid King wrote: On Tuesday, 5 November 2013 at 22:08:48 UTC, Walter Bright wrote: Ok, this is it: http://ftp.digitalmars.com/dmd_2.064.2-0_amd64.deb http://ftp.digitalmars.com/dmd-2.064.2-0.fedora.i386.rpm http://ftp.digitalmars.com/dmd-2.064.2-0.f

Re: dmd package numbering scheme - Build Master wanted

2013-11-06 Thread Brad Anderson
On Wednesday, 6 November 2013 at 21:25:46 UTC, Walter Bright wrote: There have been a lot of comments about the package naming scheme and numbering scheme. I confess that these issues do not seem that important to me, as the user just clicks on a url, but I recognize that they are very importan

Re: dmd 2.064.2

2013-11-07 Thread Brad Anderson
On Thursday, 7 November 2013 at 08:58:50 UTC, tester wrote: how do make that comiler work? [Issue 11457] New: Cannot compile 64bit apps with Visual Studio 2013 this is a desaster for me. was that release tested? if i amand the pathes and run as admin or not - it will not find the libs (user3

Re: Facebook puts bounties on bugs in the D programming language implementation

2013-11-15 Thread Brad Anderson
On Friday, 15 November 2013 at 17:51:54 UTC, Andrei Alexandrescu wrote: Hello, As part of a larger program to support the open source community, Facebook has is putting bounties on bugs in the D programming language implementation. The initial budget is small, but if we find that it accelera

Re: dmd 2.065 beta 1 #2

2014-01-21 Thread Brad Anderson
On Tuesday, 21 January 2014 at 22:22:01 UTC, Andrew Edwards wrote: Due to building an packaging requirements and a need to address the concerns of the community, I changed the naming convention for this and all future releases. The following is our new naming convention: major.minor.q

Re: dmd 2.065 beta 1 #2

2014-01-22 Thread Brad Anderson
On Wednesday, 22 January 2014 at 03:34:40 UTC, Andrew Edwards wrote: On 1/21/14, 5:22 PM, Andrew Edwards wrote: Note: An installer is not yet prepared for Windows. It is now added: ftp://ftp.digitalmars.com/dmd-2.065.b1.exe This of course is relying on the zip file getting uploaded to down

Re: Dmitry Olshansky is now a github committer

2014-01-23 Thread Brad Anderson
On Thursday, 23 January 2014 at 21:13:10 UTC, Martin Nowak wrote: On 01/23/2014 06:38 PM, Andrei Alexandrescu wrote: Congratulations to Dmitry! (His github ID is blackwhale.) Andrei This has been overdue. Yeah, I was surprised he wasn't already a committer. It's pretty easy to overlook and

Re: dmd 2.065 beta 1 #2

2014-01-23 Thread Brad Anderson
On Wednesday, 22 January 2014 at 03:43:51 UTC, Andrew Edwards wrote: On 1/21/14, 5:29 PM, Brad Anderson wrote: On Tuesday, 21 January 2014 at 22:22:01 UTC, Andrew Edwards wrote: Note: An installer is not yet prepared for Windows. Let me know if you need any guidance on getting the Windows

Re: dmd 2.065 beta 1 #2

2014-01-23 Thread Brad Anderson
On Thursday, 23 January 2014 at 13:29:31 UTC, Martin Nowak wrote: On Thursday, 23 January 2014 at 06:50:47 UTC, Brad Anderson wrote: This of course is relying on the zip file getting uploaded to downloads.dlang.org. You could use the digitalmars urls for betas, I suppose, since those don'

Re: dmd 2.065 beta 1 #2

2014-01-23 Thread Brad Anderson
On Thursday, 23 January 2014 at 23:44:09 UTC, Jordi Sayol wrote: El 24/01/14 00:24, Brad Anderson ha escrit: On Thursday, 23 January 2014 at 13:29:31 UTC, Martin Nowak wrote: On Thursday, 23 January 2014 at 06:50:47 UTC, Brad Anderson wrote: This of course is relying on the zip file getting

Re: Dmitry Olshansky is now a github committer

2014-01-25 Thread Brad Anderson
On Saturday, 25 January 2014 at 01:50:16 UTC, Daniel Murphy wrote: "Walter Bright" wrote in message news:lbuc93$ke0$1...@digitalmars.com... (I also recommend registering yourname.com and a twitter account in your name, for the same reason.) Not so easy: https://github.com/DanielMurphy (not

Re: dmd 2.065 beta 2

2014-01-28 Thread Brad Anderson
On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote: I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to installer it somewhere else by default. It should remember where I installed it last time and upgrade the existing instal

Re: dmd 2.065 beta 2

2014-02-03 Thread Brad Anderson
On Friday, 31 January 2014 at 06:15:14 UTC, Manu wrote: On 29 January 2014 14:33, Brad Anderson wrote: On Wednesday, 29 January 2014 at 00:41:46 UTC, Manu wrote: I had an issue with the windows installer. It didn't remember where my existing D installation was, and tried to install

Re: dmd 2.065 beta 3

2014-02-03 Thread Brad Anderson
On Monday, 3 February 2014 at 18:37:20 UTC, Andrew Edwards wrote: Windows users, please give the new installer a try. It has been updated to facilitate proper installation. Seems to work well here. I thought something was odd when I saw a flash of an attempt to download from downloads.dlang.org

Re: Scott Meyers will deliver a keynote talk at DConf 2014

2014-02-04 Thread Brad Anderson
On Tuesday, 4 February 2014 at 20:34:29 UTC, Andrei Alexandrescu wrote: I'm happy to announce that Scott Meyers will deliver a keynote talk at the upcoming DConf 2014. Details of the talk are forthcoming. Scott Meyers (http://aristeia.com) is one of the best experts worldwide in all aspects o

Re: early alpha of D REPL

2014-02-12 Thread Brad Anderson
On Tuesday, 11 February 2014 at 04:46:41 UTC, Martin Nowak wrote: Barely running but already fun and a little useful. Example: D> import std.algorithm, std.array, std.file; => std D> auto name(T)(T t) { | return t.name; | } => name D> dirEntries(".", SpanMode.depth).map!name.join(", ") =>

Re: https everywhere

2014-02-21 Thread Brad Anderson
On Friday, 21 February 2014 at 20:46:05 UTC, Adam Wilson wrote: On Fri, 21 Feb 2014 12:40:29 -0800, Walter Bright wrote: Why can't free startssl certificate be used? I never heard of it. I don't think they allow it for anything other than personal use though. Nope, they can be used for a

Re: https everywhere

2014-02-21 Thread Brad Anderson
On Friday, 21 February 2014 at 21:37:39 UTC, Walter Bright wrote: On 2/21/2014 12:57 PM, Brad Anderson wrote: For $59.90 Walter could get a class 2 organization verification for Digital Mars and do code signing so we can get rid of that scary message when people run the installer. We use

Re: https everywhere

2014-02-21 Thread Brad Anderson
On Friday, 21 February 2014 at 21:50:21 UTC, Nick Sabalausky wrote: On 2/21/2014 3:57 PM, Brad Anderson wrote: For $59.90 Walter could get a class 2 organization verification for Digital Mars and do code signing so we can get rid of that scary message when people run the installer. We use

Re: https everywhere

2014-02-21 Thread Brad Anderson
On Friday, 21 February 2014 at 21:44:19 UTC, Dicebot wrote: On Friday, 21 February 2014 at 21:37:39 UTC, Walter Bright wrote: Would that work for all the websites? I.e. digitalmars.com, dlang.org, etc., or would it be a separate charge for each? Any certificate is tied to domain or masked doma

Re: https everywhere

2014-02-21 Thread Brad Anderson
On Friday, 21 February 2014 at 22:59:39 UTC, Dicebot wrote: On Friday, 21 February 2014 at 22:52:46 UTC, Brad Anderson wrote: On Friday, 21 February 2014 at 21:44:19 UTC, Dicebot wrote: On Friday, 21 February 2014 at 21:37:39 UTC, Walter Bright wrote: Would that work for all the websites? I.e

Re: dmd 2.065.0

2014-02-24 Thread Brad Anderson
On Monday, 24 February 2014 at 17:42:07 UTC, Manu wrote: Awesome! First thing I noticed though, the Windows installer seemed to forget where my existing D installation is, and tried to install it somewhere else. I thought this got fixed months ago? Regression in the installer? Nope, not a

Re: dmd 2.065.0

2014-02-24 Thread Brad Anderson
On Monday, 24 February 2014 at 08:45:31 UTC, Andrew Edwards wrote: The final release of DMD 2.065 is now available. Thanks for all your hard work, Andrew. Seems like Martin and Nick did a lot of work on the release infrastructure too so thanks to them as well and everyone else who worked on t

Re: dmd 2.065.0

2014-02-25 Thread Brad Anderson
On Monday, 24 February 2014 at 20:24:04 UTC, Walter Bright wrote: On 2/24/2014 9:48 AM, Brad Anderson wrote: On Monday, 24 February 2014 at 17:42:07 UTC, Manu wrote: First thing I noticed though, the Windows installer seemed to forget where my existing D installation is, and tried to install

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

2014-02-25 Thread Brad Anderson
On Tuesday, 25 February 2014 at 23:40:02 UTC, Andrei Alexandrescu wrote: On 2/25/14, 3:22 AM, bearophile wrote: Andrei Alexandrescu: http://www.reddit.com/r/programming/comments/1yts5n/facebook_open_sources_flint_a_c_linter_written_in/ An interesting comment from Reddit: klusark>I've been

Re: Bountysource activity

2014-03-13 Thread Brad Anderson
On Thursday, 13 March 2014 at 18:38:45 UTC, Adam D. Ruppe wrote: Nick recently did a patch for this one: https://www.bountysource.com/issues/1327154-dmd-never-inlines-functions-that-could-throw+ we've had a lot of movement on this one https://www.bountysource.com/issues/1326911-dtoh-utility-co

Re: Soon Nick will be $75 richer...

2014-03-20 Thread Brad Anderson
On Wednesday, 19 March 2014 at 05:40:22 UTC, Nick Sabalausky wrote: On 3/18/2014 4:28 PM, Andrei Alexandrescu wrote: ... pending Martin's approval. https://d.puremagic.com/issues/show_bug.cgi?id=3490 https://www.bountysource.com/issues/1327154-dmd-never-inlines-functions-that-could-throw He

Re: dmd 2.065.0

2014-04-01 Thread Brad Anderson
On Saturday, 29 March 2014 at 13:25:19 UTC, Théo Bueno wrote: On Friday, 28 March 2014 at 22:50:32 UTC, Théo Bueno wrote: I am having an issue with the windows installer : Ok, so after investigations I partially fixed my problem : - I have no idea why the installer tried to download with the

Re: TDPL is an Amazon Kindle bestseller

2011-06-20 Thread Brad Anderson
On Sat, Jun 18, 2011 at 6:36 PM, Andrei Alexandrescu < seewebsiteforem...@erdani.org> wrote: > I'm very happy to announce that TDPL has entered the Amazon Kindle > bestsellers list for Computer Programming, starting at position 94: > http://www.amazon.com/gp/**bestsellers/digital-text/** > 1561400

Re: Programming Windows D Examples are now Online!

2011-06-20 Thread Brad Anderson
On Mon, Jun 20, 2011 at 10:14 PM, Andrej Mitrovic < andrej.mitrov...@gmail.com> wrote: > This is a translation project of Charles Petzold's Programming Windows > (5th edition) book code samples. > > Currently over 120 code samples have been translated into D, with only > a few modules remaining. >

Re: [deimos] [tutorial] [rfc] How to set up a git repository to simplify keeping bindings up to date

2011-11-11 Thread Brad Anderson
branch for the c headers I kind of scoffed a bit thinking that you were just using a branch like a folder. Reading on, though, I found what you are doing rather clever and a great way to maintain things. Neat idea. Regards Brad Anderson

Re: cache.d

2012-02-11 Thread Brad Anderson
ite: https://github.com/carlor/cached The more specialized term for this is memoization. It'd be useful to have in the standard library, in my opinion. Regards, Brad Anderson

Re: cache.d

2012-02-11 Thread Brad Anderson
On Sat, Feb 11, 2012 at 1:36 AM, Vladimir Panteleev < vladi...@thecybershadow.net> wrote: > On Saturday, 11 February 2012 at 08:34:33 UTC, Brad Anderson wrote: > >> On Saturday, 11 February 2012 at 08:20:37 UTC, Nathan M. Swan wrote: >> >>> I've created a u

Re: D forums now live!

2012-03-02 Thread Brad Anderson
html , but if you go to http://forum.dlang.org/ the Forums link properly links to the current page (http://forum.dlang.org/). https://github.com/D-Programming-Language/d-programming-language.org/pull/93 Regards, Brad Anderson

Re: D to Javascript converter (a hacked up dmd)

2012-03-04 Thread Brad Anderson
s of code for Hello World. To be fair to Dart, that was from the initial preview release of it. They managed to get it quite a bit smaller a couple months ago. https://gist.github.com/1385015 Regards, Brad Anderson

Re: std.log review extended until Feb 13

2012-03-07 Thread Brad Anderson
ace. > > David > > > [1] > http://forum.dlang.org/thread/**jhbbfd$1tmk$1...@digitalmars.com<http://forum.dlang.org/thread/jhbbfd$1tmk$1...@digitalmars.com> > March 13th :P Regards, Brad Anderson

Re: I'll be in Seattle at Lang.NEXT

2012-03-15 Thread Brad Anderson
go to. > > -- > James Miller > You and Bernard Helyer can get together and have a little D conference. Maybe call it D For Two. Regards, Brad Anderson

Re: avgtime - Small D util for your everyday benchmarking needs

2012-03-29 Thread Brad Anderson
#x27;d be neat if it could create comparison statistics between the execution of two different programs so you could compare the performance of changes or alternative approaches to the same problem as I was doing. Regards, Brad Anderson

Re: Revamp of CandyDOC

2012-04-12 Thread Brad Anderson
de. For that ddoc needs to > output line numbers of declarations which I am not sure it does, but that > can be added. > > Cheers > > Eldar > Looks really good. Nice work. Regards, Brad Anderson

Re: »Haskell vs. D« backstage discussion featuring Andrei and Walter at Lang.NEXT

2012-04-18 Thread Brad Anderson
en't ready for merging and reopen them once they are ready to be reviewed. This would help make the queue more manageable and easier to see what's ready to consider and what is not (it's a shame pull requests don't have simple tagging/labeling like GitHub's issues). Regards, Brad Anderson

Re: Introducing vibe.d!

2012-04-26 Thread Brad Anderson
back up. It went down while he was asleep. Regards, Brad Anderson

Re: Introducing vibe.d!

2012-04-26 Thread Brad Anderson
is is awesome. Regards, Brad Anderson

Re: Introducing vibe.d!

2012-04-27 Thread Brad Anderson
On Friday, 27 April 2012 at 07:00:23 UTC, Sönke Ludwig wrote: I had to copy the included .lib files into bin in order to build the examples but so far, so good. This is awesome. Regards, Brad Anderson There is some really strange behavior of Windows batch files where it sometimes fails

Re: Introducing vibe.d!

2012-05-01 Thread Brad Anderson
On Tue, May 1, 2012 at 5:04 PM, Matt Peterson wrote: > On Tuesday, 1 May 2012 at 21:46:42 UTC, Sönke Ludwig wrote: > >> I made a post with Steve Teale's MySQL driver as an example: >> http://vibed.org/blog/posts/**writing-native-db-drivers >>

Re: Coming Soon: Stable D Releases!

2012-07-16 Thread Brad Anderson
o additional work for contributors or Walter**. It's simply categorizing changes. The setup you are planning will work, of course, but I do not envy the amount of labor it will require. Whichever way it is done is a step in the right direction and I'm glad you are taking it on. Regard

Re: Coming Soon: Stable D Releases!

2012-07-16 Thread Brad Anderson
oncerned with whether you use my idea or not. I just thought you guys might like to hear an alternative that is much easier for you while remaining easy for Walter. Regards, Brad Anderson

Re: Wiki page for C bindings / wrappers and reimplementations

2012-07-30 Thread Brad Anderson
On Mon, Jul 30, 2012 at 6:50 PM, Nick Sabalausky < seewebsitetocontac...@semitwist.com> wrote: > > Yea, there's also a page about DMD's internals that's always been > frustratingly difficult to find. I think the only way you've ever been > able to get to it is through the index or a direct URL, an

Re: Pull freeze

2012-08-01 Thread Brad Anderson
On Wednesday, 1 August 2012 at 17:04:06 UTC, David Nadlinger wrote: On Wednesday, 1 August 2012 at 11:56:48 UTC, Andrei Alexandrescu wrote: Well this doesn't do a lot in the way of substantiating. I do want to be illuminated. I want to get DVCS! And my understanding is that we need to branch wh

D Programming Language community on Google+

2012-12-07 Thread Brad Anderson
be adding the regular community leaders as moderators if I notice any of them join. Regards, Brad Anderson [1] http://googleblog.blogspot.com/2012/12/google-communities-and-photos.html

D Programming Language community on Google+

2012-12-07 Thread Brad Anderson
I'll be adding the regular community leaders as moderators if I notice any of them join. Regards, Brad Anderson [1] http://googleblog.blogspot.com/2012/12/google-communities-and-photos.html

Re: DConf 2013 Day 1 Talk 5: Using D Alongside a Game Engine by Manu Evans

2013-05-22 Thread Brad Anderson
On Friday, 17 May 2013 at 13:28:20 UTC, Andrei Alexandrescu wrote: Great talk. Vote up! http://www.reddit.com/r/programming/comments/1eiku4/dconf_2013_day_1_talk_5_using_d_alongside_a_game/ Andrei Great talk indeed. My favorite so far (if I had to choose). Also, Microsoft just had their big

Re: DConf 2013 Day 1 Talk 5: Using D Alongside a Game Engine by Manu Evans

2013-05-22 Thread Brad Anderson
On Thursday, 23 May 2013 at 03:56:00 UTC, Nick Sabalausky wrote: On Thu, 23 May 2013 02:08:15 +0200 "Brad Anderson" wrote: and one of the games featured prominently was Quantum Break by Manu's very own Remedy Games. Any chance the system you described in your talk is being u

Re: Video of my LDC talk @ FOSDEM'14

2014-05-26 Thread Brad Anderson via Digitalmars-d-announce
On Monday, 26 May 2014 at 20:35:50 UTC, Andrzej Dwojczynski wrote: On Monday, 26 May 2014 at 16:28:08 UTC, bearophile wrote: Sigh, Windows can't open that file type. Install this: http://www.videolan.org/vlc/index.html I am on a tablet. What do I install? A Android? https://play.google.co

Re: Video of my LDC talk @ FOSDEM'14

2014-05-26 Thread Brad Anderson via Digitalmars-d-announce
On Tuesday, 27 May 2014 at 00:30:48 UTC, Walter Bright wrote: It won't play on my Apple iPod nor on my Windows 8 laptop. It does work in my Samsung tablet. Chrome on your Samsung tablet should play it fine. There is also VLC for Android: https://play.google.com/store/apps/details?id=org.video

Re: D Hackday this Friday

2014-06-06 Thread Brad Anderson via Digitalmars-d-announce
On Monday, 2 June 2014 at 17:41:10 UTC, Jonathan Crapuchettes wrote: After Andrei's call for reducing pull requests and current issues associated with D, the data department at EMSI is doing a "Fix D Issues Day" this Friday and we would like to invite the D community to join us. Let's get tho

Re: D Hackday this Friday

2014-06-06 Thread Brad Anderson via Digitalmars-d-announce
On Friday, 6 June 2014 at 16:29:13 UTC, Brad Anderson wrote: On Monday, 2 June 2014 at 17:41:10 UTC, Jonathan Crapuchettes wrote: After Andrei's call for reducing pull requests and current issues associated with D, the data department at EMSI is doing a "Fix D Issues Day" thi

Re: Embarrassment of riches: another talk came online today

2014-06-11 Thread Brad Anderson via Digitalmars-d-announce
On Wednesday, 11 June 2014 at 19:47:56 UTC, Peter Alexander wrote: On Tuesday, 10 June 2014 at 16:30:31 UTC, Andrei Alexandrescu wrote: "Leverage" - my talk at Lang.NEXT. I think this is one of your better D talks. It's refreshing to see honest admittance of the shortcomings of D's features,

Re: DMD v2.066.0-b6

2014-07-27 Thread Brad Anderson via Digitalmars-d-announce
On Sunday, 27 July 2014 at 12:22:59 UTC, Andrew Edwards wrote: DMD v2.066.0-b6 binaries are available for testing: http://wiki.dlang.org/Beta_Testing Note that Linux installers are not yet available due to https://issues.dlang.org/show_bug.cgi?id=13210. The Windows installer is putti

Re: DMD v2.066.0-rc1

2014-08-06 Thread Brad Anderson via Digitalmars-d-announce
On Wednesday, 6 August 2014 at 05:20:27 UTC, Walter Bright wrote: On 8/3/2014 8:51 PM, Manu via Digitalmars-d-announce wrote: This windiows installer went wrong on me. First, it tried to uninstall, it offered to uninstall from 'C:\D'. My DMD install is 'C:\dev\D'... The path was presented in a

Re: DMD v2.066.0-rc1

2014-08-09 Thread Brad Anderson via Digitalmars-d-announce
On Saturday, 9 August 2014 at 15:35:08 UTC, Maxim Fomin wrote: On Thursday, 31 July 2014 at 12:51:53 UTC, Andrew Edwards wrote: DMD v2.066.0-rc1 binaries are available for testing: http://wiki.dlang.org/Beta_Testing What about changelog? http://dlang.org/changelog.html In past it was pre

Re: DMD v2.066.0-rc2

2014-08-11 Thread Brad Anderson via Digitalmars-d-announce
On Monday, 11 August 2014 at 15:51:16 UTC, dnewbie wrote: On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote: DMD v2.066.0-rc2 binaries are available for testing: http://wiki.dlang.org/Beta_Testing curl.lib not found in dmd.2.066.0-rc2.windows.zip\dmd2\windows\lib Should be f

Re: DMD v2.066.0-rc2

2014-08-11 Thread Brad Anderson via Digitalmars-d-announce
On Monday, 11 August 2014 at 19:02:18 UTC, Brad Anderson wrote: On Monday, 11 August 2014 at 15:51:16 UTC, dnewbie wrote: On Friday, 8 August 2014 at 12:01:43 UTC, Andrew Edwards wrote: DMD v2.066.0-rc2 binaries are available for testing: http://wiki.dlang.org/Beta_Testing curl.lib not

Re: Dutyl - a Vim plugin for running D tools

2014-08-15 Thread Brad Anderson via Digitalmars-d-announce
On Thursday, 14 August 2014 at 22:20:52 UTC, Idan Arye wrote: GitHub repo: https://github.com/idanarye/vim-dutyl vim.org page: http://www.vim.org/scripts/script.php?script_id=5003 The main problem with my Vim plugin for DCD(placed inside the DCD repo) is the need to set the import paths manua

Re: D 2.066 is out. Enjoy!

2014-08-19 Thread Brad Anderson via Digitalmars-d-announce
On Tuesday, 19 August 2014 at 11:12:25 UTC, Andrew Edwards wrote: [...] In essence, it was always this big, just you never saw it because it got downloaded during the installation process. It was also significantly bigger before because the download it did was the >30MB dmd zip that contained

Re: D 2.066 is out. Enjoy!

2014-08-20 Thread Brad Anderson via Digitalmars-d-announce
On Wednesday, 20 August 2014 at 09:15:54 UTC, disapointed user wrote: thank you general for your selfish and user considered release. the lieutenants probably feel kind of really taken care of - as well as D users. how do you test and release at facebook. i am a user that considers to leave aft

Re: Despiker 0.1: a GUI real-time profiler for game development

2014-10-11 Thread Brad Anderson via Digitalmars-d-announce
On Friday, 10 October 2014 at 23:55:03 UTC, Kiith-Sa wrote: -- Announcing Despiker, a GUI real time profiler for game development -- Very cool. Tharsis looks very in

Re: DMD and dub available via chocolatey

2014-11-01 Thread Brad Anderson via Digitalmars-d-announce
On Sunday, 2 November 2014 at 01:52:27 UTC, Daniel Jost wrote: From the homepage[1]: Chocolatey is a Machine Package Manager, somewhat like apt-get, but built with Windows in mind. I have added dmd[2] and dub[3] as packages. This means you can do command line installation and have them ready t

Re: undeaD - zombie phobos modules back from the grave

2014-12-01 Thread Brad Anderson via Digitalmars-d-announce
On Monday, 1 December 2014 at 04:07:06 UTC, Walter Bright wrote: http://code.dlang.org/packages/undead https://github.com/DigitalMars/undeaD [snip] This was a great idea.

Re: d-apt source changed!

2014-12-01 Thread Brad Anderson via Digitalmars-d-announce
On Sunday, 30 November 2014 at 02:20:04 UTC, Jordi Sayol via Digitalmars-d-announce wrote: d-apt changed the distribution name from "dmd" to "d-apt". Download the last "d-apt.list" to update: $ sudo wget http://master.dl.sourceforge.net/project/d-apt/files/d-apt

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Brad Anderson via Digitalmars-d-announce
On Tuesday, 2 December 2014 at 21:56:31 UTC, Vladimir Panteleev wrote: [snip] I hope so too! The CAPTCHA only triggers on a spam check fail, which should not occur for normal forum content. I get the captcha every single time I post at home. I suspect it's because I'm on IPv6. Everything els

Re: dsource.org moved

2014-12-02 Thread Brad Anderson via Digitalmars-d-announce
On Tuesday, 2 December 2014 at 23:02:32 UTC, Kiith-Sa wrote: [snip] My blog is not there, but it's not pure D blog: defenestrate.eu defenestrate.eu/rss.html If you can add an rss feed for specific categories he could just add that. I know he's done that for some of the planet D blogs. I'd

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Brad Anderson via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 06:44:17 UTC, Vladimir Panteleev wrote: [snip] As I said, it's not about bots any more. The wiki got flooded after one person solved the D-specific question, after which the old CAPTCHA became useless. Ah yeah, that's right. I forgot that was your goal. I'm st

Re: forum.dlang.org is now using DCaptcha

2014-12-02 Thread Brad Anderson via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 06:52:23 UTC, Vladimir Panteleev wrote: On Wednesday, 3 December 2014 at 01:48:57 UTC, krzaq wrote: [snip> As for math/algorithms, this one feels too advanced: return iota(9).reduce!"a+b"; I think it's a pretty good (albeit slightly advanced) question. 9 is a

Re: forum.dlang.org is now using DCaptcha

2014-12-03 Thread Brad Anderson via Digitalmars-d-announce
On Wednesday, 3 December 2014 at 09:00:25 UTC, Vladimir Panteleev wrote: On Wednesday, 3 December 2014 at 07:46:42 UTC, Brad Anderson wrote: I could add links to DPaste and the #d IRC channel. Both good ideas. Done. You can see this here: http://forum.dlang.org/reply/qpfcqedcbkipjllnk

Re: DConf 2015 Call for Submissions is now open

2015-01-12 Thread Brad Anderson via Digitalmars-d-announce
On Tuesday, 13 January 2015 at 00:22:33 UTC, Mike wrote: I have a suggestion for any compiler implementers: How about a talk on how to get started hacking the compiler. Something that may lower the entry barrier and encourage participation. Some random thoughts: * General structure of the co

Re: Deadcode - Widgets and Styling post

2015-02-09 Thread Brad Anderson via Digitalmars-d-announce
On Monday, 9 February 2015 at 20:33:46 UTC, Jonas Drewsen wrote: I made a short post about extending Deadcode (D editor) with a custom widget and how to style it using CSS. http://deadcodedev.steamwinter.com/ Enjoy /Jonas PS. I'm still wondering what to do about the name clash with one of th

Re: dfmt 0.1.0

2015-02-20 Thread Brad Anderson via Digitalmars-d-announce
On Friday, 20 February 2015 at 02:21:01 UTC, Brian Schott wrote: dfmt is a D source code formatting tool. https://github.com/Hackerpilot/dfmt/ https://github.com/Hackerpilot/dfmt/releases/tag/v0.1.0 Great! I've been using clang-format lately for my C++ code and it's really blown me away how

Re: DCompute is now in the master branch of LDC

2017-05-29 Thread Brad Anderson via Digitalmars-d-announce
On Monday, 29 May 2017 at 20:36:26 UTC, Walter Bright wrote: May I suggest, however, that the name DCompute is a bit generic, and provides no hint that it provides GPU programming for D. How about calling it D-GPU ? I bet you'd get a lot more clicks on a name like that. For what it's wort

Re: serve - A simple HTTP server for static files

2015-03-22 Thread Brad Anderson via Digitalmars-d-announce
On Sunday, 22 March 2015 at 10:33:38 UTC, Martin Nowak wrote: On Sunday, 22 March 2015 at 07:11:05 UTC, Suliman wrote: Could you explain why pure vibed do not good for static files? It's mainly a replacement for `python -m SimpleHTTPServer`, and is just a very small tool around vibe.d's serve

Re: Release D 2.067.0

2015-03-25 Thread Brad Anderson via Digitalmars-d-announce
On Tuesday, 24 March 2015 at 18:18:44 UTC, Martin Nowak wrote: [snip] What I'm regretting more, is that I have to run after every contributor, bugging them 3 times to write a single changelog line. One way to improve this would be to have changelogs in the dmd/druntime/phobos repo and make th

Re: Release D 2.067.0

2015-03-25 Thread Brad Anderson via Digitalmars-d-announce
On Thursday, 26 March 2015 at 01:44:44 UTC, Brad Anderson wrote: That's a good idea. Maybe use separate files for each changelog entry (which are then combined into into the actual changelog by the dlang.org makefile). Then there wouldn't be merge conflicts with basically every pu

Re: Found on Reddit: It's time for D to own up

2015-04-21 Thread Brad Anderson via Digitalmars-d-announce
On Tuesday, 21 April 2015 at 22:41:38 UTC, Bill Baxter wrote: Anyone mentioned Automatic Reference Counting yet? Works pretty well for ObjC from what I've seen. Here on the forums? Quite a bit. The designer of ObjC's ARC even stopped in to clarify a few points about how it works in ObjC.

  1   2   >