Re: The D Language Foundation at Open Collective

2018-03-18 Thread Tony via Digitalmars-d-announce
On Monday, 19 March 2018 at 03:12:52 UTC, Nick Sabalausky (Abscissa) wrote: (And McDonalds $1/large thing seems to have gone away, I think it was just a temporary promotion. At least around here, anyway (Cleveland area, in the US)). Still doing it in the Northern California McDonalds near me

Re: D for Android beta

2018-03-18 Thread Joakim via Digitalmars-d-announce
On Wednesday, 30 August 2017 at 07:09:05 UTC, Joakim wrote: On Saturday, 26 August 2017 at 09:59:33 UTC, Joakim wrote: On Thursday, 1 June 2017 at 19:45:17 UTC, Ali Çehreli wrote: Very exciting! :) On 06/01/2017 12:31 PM, Joakim wrote: > I will write up instructions on how to write an Android

Re: The D Language Foundation at Open Collective

2018-03-18 Thread Nick Sabalausky (Abscissa) via Digitalmars-d-announce
On 03/18/2018 04:18 PM, Tony wrote: On Thursday, 15 March 2018 at 12:36:24 UTC, Meta wrote: Sorry to derail, but I had to ask: where does 1 coffee (even extra large) cost $5 USD? Let me know so I know to never move there. I have seen regular coffee at $4.50 and as high as $5.50 in the USA (

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-18 Thread dangbinghoo via Digitalmars-d-announce
On Monday, 19 March 2018 at 01:25:23 UTC, dangbinghoo wrote: On Wednesday, 14 March 2018 at 11:09:47 UTC, Aravinda VK wrote: On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Progr

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-18 Thread dangbinghoo via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 12:44:31 UTC, Uknown wrote: On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices As my english i

Re: Added Wiki page Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices

2018-03-18 Thread dangbinghoo via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 11:09:47 UTC, Aravinda VK wrote: On Wednesday, 14 March 2018 at 09:29:26 UTC, dangbinghoo wrote: hello there, Just added a paper for cross compiling D on arm linux devices. https://wiki.dlang.org/Programming_in_D_tutorial_on_Embedded_Linux_ARM_devices As my engl

Re: The D Language Foundation at Open Collective

2018-03-18 Thread Tony via Digitalmars-d-announce
On Sunday, 18 March 2018 at 20:18:45 UTC, Tony wrote: I have seen regular coffee at $4.50 and as high as $5.50 in the USA (and not always a large), I believe they currently have a $5.50 pour over, but this undated third-party hosted menu for Voltaire Coffee House in San Jose, CA shows "pour

Re: The D Language Foundation at Open Collective

2018-03-18 Thread Tony via Digitalmars-d-announce
On Thursday, 15 March 2018 at 12:36:24 UTC, Meta wrote: Sorry to derail, but I had to ask: where does 1 coffee (even extra large) cost $5 USD? Let me know so I know to never move there. I have seen regular coffee at $4.50 and as high as $5.50 in the USA (and not always a large), but in ord

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 😂👌

2018-03-18 Thread Abdulhaq via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 17:30:18 UTC, Anton Fediushin wrote: 🖖, I'm glad to announce that ecoji-d - pure D implementation of ecoji encoding version 1️⃣.0️⃣.0️⃣ is finally released❗ [...] Congratulations, it's a nice bit of fun.

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 😂👌

2018-03-18 Thread bauss via Digitalmars-d-announce
On Sunday, 18 March 2018 at 12:51:23 UTC, Anton Fediushin wrote: On Friday, 16 March 2018 at 08:25:30 UTC, bauss wrote: Besides your encoding isn't going to work with actual web-pages anyway, because your encoder doesn't have browser support. Well, encoding is not *mine*, only D implementatio

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 😂👌

2018-03-18 Thread Anton Fediushin via Digitalmars-d-announce
On Sunday, 18 March 2018 at 11:25:45 UTC, Cym13 wrote: So I think ecoji-d just truncates its input at some point. Indeed, there's an error somewhere. For some reason it stops after 7457792 bytes. I'll create an issue for that and will look into this later

Re: The D Language Foundation at Open Collective

2018-03-18 Thread Dmitry Olshansky via Digitalmars-d-announce
On Sunday, 18 March 2018 at 13:23:08 UTC, Dmitry Olshansky wrote: On Thursday, 15 March 2018 at 17:08:28 UTC, Ola Fosheim Grøstad wrote: On Thursday, 15 March 2018 at 17:06:00 UTC, Ola Fosheim Grøstad wrote: On Thursday, 15 March 2018 at 14:13:10 UTC, Mike Parker wrote: At the current exchange

Re: The D Language Foundation at Open Collective

2018-03-18 Thread Dmitry Olshansky via Digitalmars-d-announce
On Thursday, 15 March 2018 at 17:08:28 UTC, Ola Fosheim Grøstad wrote: On Thursday, 15 March 2018 at 17:06:00 UTC, Ola Fosheim Grøstad wrote: On Thursday, 15 March 2018 at 14:13:10 UTC, Mike Parker wrote: At the current exchange rate, a venti-sized cup of drip coffee at Starbucks in Korea is $4

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 😂👌

2018-03-18 Thread Anton Fediushin via Digitalmars-d-announce
On Friday, 16 March 2018 at 08:25:30 UTC, bauss wrote: Besides your encoding isn't going to work with actual web-pages anyway, because your encoder doesn't have browser support. Well, encoding is not *mine*, only D implementation is. What do you mean by "browser support"? Indeed, ecoji-d canno

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 😂👌

2018-03-18 Thread Cym13 via Digitalmars-d-announce
On Thursday, 15 March 2018 at 18:45:51 UTC, Anton Fediushin wrote: $ dd if=test.raw | gzip -c | wc -c 67108864 bytes (67 MB, 64 MiB) copied, 5.49022 s, 12.2 MB/s 67119122 # Raw files are terrible for compression $ dd if=test.raw | ./ecoji-d | gzip -c | wc -c 67108864 bytes (67 MB, 64 MiB) copied,

Re: Vision document for H1 2018

2018-03-18 Thread Joakim via Digitalmars-d-announce
On Sunday, 18 March 2018 at 10:28:58 UTC, Radu wrote: On Friday, 16 March 2018 at 18:15:02 UTC, David Nadlinger wrote: On Thursday, 15 March 2018 at 10:48:45 UTC, Radu wrote: You have to remember that the really big first client of betterC(++) was DMD, porting DMD from C++ was a big undertakin

Re: Vision document for H1 2018

2018-03-18 Thread Radu via Digitalmars-d-announce
On Friday, 16 March 2018 at 18:15:02 UTC, David Nadlinger wrote: On Thursday, 15 March 2018 at 10:48:45 UTC, Radu wrote: You have to remember that the really big first client of betterC(++) was DMD, porting DMD from C++ was a big undertaking. Right now both DMD and LDC use a form of betterC, s