Re: From the D Blog: Driving with D

2021-06-03 Thread Piotrek via Digitalmars-d-announce
fic manner. At first, when I saw the title, I thought Ali applied some D code to a Mercedes ECU;) But the story is really heartening to me. A great initiative. Congratulations :) Cheers, Piotrek

Re: Beta 2.093.0

2020-07-04 Thread Piotrek via Digitalmars-d-announce
! Cheers, Piotrek

Re: Our HOPL IV submission has been accepted!

2020-03-01 Thread Piotrek via Digitalmars-d-announce
ved. And of course to you, Andrei. Good luck! Cheers, Piotrek

Re: The Serpent Game Framework - Open Source!!

2020-03-01 Thread Piotrek via Digitalmars-d-announce
On Thursday, 27 February 2020 at 22:29:41 UTC, aberba wrote: Pew! Pew!! Nailed it. https://itsfoss.com/ikey-doherty-serpent-interview/ Thank you for sharing. Cheers, Piotrek

Re: The Serpent Game Framework - Open Source!!

2020-03-01 Thread Piotrek via Digitalmars-d-announce
ng SW development with GC is a blessing. Of course, allowing manual memory management as opt-in feature is a requirement for system programming (my domain). And D wins here both with Rust(no GC) and Go (only GC). Cheers, Piotrek

Re: Two New Manpower Initiatives

2019-04-19 Thread Piotrek via Digitalmars-d-announce
https://www.reddit.com/r/d_language/comments/bde7zq/manpower_in_the_d_ecosystem_or_resources/ Great write-up. IMO, the direction is right and looks promising. Of course, besides me only talking, I'm aware that something material can be done. And hopefully, I won't miss a chance ;) Cheers, Piotrek

Re: New DConf Blog Post

2019-04-12 Thread Piotrek via Digitalmars-d-announce
s say that the fact that C needs so many different tools (including those for AUTOSAR) is its disadventage actually (they consumes a lot of money and development time). But it is how the World works now. But who knows the furure? ;) Cheers, Piotrek

Re: New DConf Blog Post

2019-03-23 Thread Piotrek via Digitalmars-d-announce
thing cool: "The D programming language is used in writing development tools at Mercedes-Benz Research and Development, North America." This is a great sign that D can get more awareness in the automotive industry. Looking forward to D on wheels. Cheers, Piotrek

Re: D is helping from porch pirates

2018-12-19 Thread Piotrek via Digitalmars-d-announce
On Monday, 17 December 2018 at 23:13:18 UTC, Daniel Kozák wrote: https://gma.abc/2zWvXCl D supports the bright side of life ;) That's a good spirit. Thanks for sharing. Cheers, Piotrek

Re: DIP 1003: remove `body` as a keyword

2016-11-21 Thread Piotrek via Digitalmars-d-announce
return a; } or for one-liners: void foo(int a) { in assert (a > 0); out (ret) assert(ret > 0); // body code return a; } BR, Piotrek Won't work. Contracts are part of the function signature. That's the point. How does "auto" work? Can't the inner in&out be applied to the signature? BR, Piotrek

Re: DIP 1003: remove `body` as a keyword

2016-11-21 Thread Piotrek via Digitalmars-d-announce
out (ret) assert(ret > 0); // body code return a; } BR, Piotrek

Re: D Embedded Database v0.1 Released

2016-06-01 Thread Piotrek via Digitalmars-d-announce
- internal references (no data replication - aka database normalization) - indexes - transparent data compression and more :) Piotrek

Re: D Embedded Database v0.1 Released

2016-06-01 Thread Piotrek via Digitalmars-d-announce
arate product. Also what is the difference between git mirror and Gitlab? Piotrek

Re: D Embedded Database v0.1 Released

2016-06-01 Thread Piotrek via Digitalmars-d-announce
age. The key difference is that ql is an SQL database and mine is not. I know it may sound scary, but I think an SQL layer is a burden when the D power is at hand (unless you need a DB running on a separate machine than the rest of the application). Piotrek

Re: D Embedded Database v0.1 Released

2016-05-31 Thread Piotrek via Digitalmars-d-announce
On Wednesday, 1 June 2016 at 05:45:49 UTC, Piotrek wrote: BTW. Would someone be so kind and post the above paragraph on Reddit under a comment about Sqlite db. I'm not registered there. I mean this thread of course: https://www.reddit.com/r/programming/comments/4

Re: D Embedded Database v0.1 Released

2016-05-31 Thread Piotrek via Digitalmars-d-announce
. I'm not registered there. Piotrek

D Embedded Database v0.1 Released

2016-05-28 Thread Piotrek via Digitalmars-d-announce
ode: https://gitlab.com/PiotrekDlang/DraftLib/tree/master/src The project is at its early stage of development. Piotrek

Re: My ACCU 2016 keynote video available online

2016-05-17 Thread Piotrek via Digitalmars-d-announce
it's "confusing to Africans", I suggest you go to a black neighborhood and ask them. If you want to be a troll please go to the Rust forums. They need you there to protect "underrepresented minorities". Piotrek

Re: GSoC 2016 - D Foundation was accepted!

2016-03-02 Thread Piotrek via Digitalmars-d-announce
terms of marketing. The D foundation logo looks awesome along other cool projects. Piotrek

Re: Vision for the first semester of 2016

2016-02-06 Thread Piotrek via Digitalmars-d-announce
? You have too many projects on github :) Piotrek

Re: Vision for the first semester of 2016

2016-01-28 Thread Piotrek via Digitalmars-d-announce
with tools (and external libraries). If there is something from your project ready for test drive let me know. Piotrek

Re: PowerNex - My 64bit kernel written in D

2015-11-25 Thread Piotrek via Digitalmars-d-announce
atible with the Boost license. Piotrek

Re: PowerNex - My 64bit kernel written in D

2015-11-25 Thread Piotrek via Digitalmars-d-announce
On Wednesday, 25 November 2015 at 14:44:09 UTC, Wild wrote: On Saturday, 21 November 2015 at 11:34:57 UTC, Piotrek wrote: On Tuesday, 17 November 2015 at 23:35:58 UTC, Wild wrote: Hey! I have recently started working on a 64bit kernel ... Hi, Good to see more work in the OS area. I am even

Re: PowerNex - My 64bit kernel written in D

2015-11-21 Thread Piotrek via Digitalmars-d-announce
you to pick the Boost license (especially for libs)? This is my general concern for all libs developed by the D community. IMO license other than Boost is very cumbersome and doesn't comply with the D core libs. Piotrek

Re: The D Language Foundation is now incorporated

2015-10-20 Thread Piotrek via Digitalmars-d-announce
On Tuesday, 20 October 2015 at 17:08:42 UTC, Andrei Alexandrescu wrote: Walter Bright (President) A snap election in US? ;) Congrats Mr President. Piotrek

Re: Fastest JSON parser in the world is a D project

2015-10-17 Thread Piotrek via Digitalmars-d-announce
x27;d need to ask Marco if he's willing to relicense the code with Boost. -- Andrei I've just crossed my fingers. Piotrek

Re: The D Language Foundation is now incorporated

2015-10-17 Thread Piotrek via Digitalmars-d-announce
Hi, Congratulations! Awesome news! I hope it will be a great adventure for all of us! Piotrek

Re: GSoC 2015 - Application Rejected

2015-03-02 Thread Piotrek via Digitalmars-d-announce
meone somewhere suggested to make our own summer of code (however I don't know how this would look like). As for a "free money" from corporations I'm skeptical in general. http://imgur.com/W5AMy0P Nevertheless, great job. Cheers Piotrek

Re: Deadcode: A code editor in D

2015-01-18 Thread Piotrek via Digitalmars-d-announce
. How hard it would be to change the feel&look of the gui as it is in conventional editors (Visual, MonoDeveop, GtCreator, Eclipse). I mean menus, buttons, views etc? Cheers, Piotrek

Re: "Programming in D" book, draft of the first print edition and eBook formats

2014-11-28 Thread Piotrek via Digitalmars-d-announce
On Wednesday, 26 November 2014 at 21:36:03 UTC, Meta wrote: This is great news. I'm excited to have more than TDPL sitting on my shelf. Me too. I also plan to get the D Cookbook, but I'm looking for a chance to get it easly in Poland. Piotrek

Re: Mono-D v2.4.9 - Parser fixes

2014-09-27 Thread Piotrek via Digitalmars-d-announce
On Friday, 26 September 2014 at 07:12:23 UTC, Alexander Bothe wrote: On Thursday, 25 September 2014 at 22:02:14 UTC, Piotrek wrote: I was shocked how smoothly Mono-D works compared to DDT. Well maybe, but there's a lot of performance improvement required -- just open std.traits and see

Re: Mono-D v2.4.9 - Parser fixes

2014-09-25 Thread Piotrek via Digitalmars-d-announce
ng. And to be fair I didn't check DDT for some time now. In short, Mono-D FTW! Alexander, thanks for your great contribution. Piotrek

Re: DConf 2014 Lightning Talks

2014-07-21 Thread Piotrek via Digitalmars-d-announce
On Monday, 21 July 2014 at 21:39:52 UTC, Ali Çehreli wrote: Ali Çehreli's (first speaker) slides are at http://acehreli.org/AliCehreli_assumptions.pdf Ali Hi, "Assume" meme was great too. Cheers, Piotrek

Re: DConf 2014 Lightning Talks

2014-07-21 Thread Piotrek via Digitalmars-d-announce
your work. Cheers Piotrek

Re: DConf 2014 Day 1 Talk 2

2014-06-03 Thread Piotrek via Digitalmars-d-announce
/ dconf_2014_day_1_talk_2_templates_in_the_wild_a/ Andrei Here is a link to the slides from the presentation. http://slides.com/jonathancrapuchettes/dconf Jonathan I found this talk particularly interesting on a personal level. Heh. Check my post. Wish I had more experience that days ;) Piotrek

Re: DConf 2014 Day 1 Talk 2

2014-06-03 Thread Piotrek via Digitalmars-d-announce
cal (high school) 2. C++ (high school and uni) 3. PHP (late years of uni) 4. PHP (own business) 5. PHP + D (closing my business) 5. C++ (a regular job) 6. D (the future ;)) Piotrek

Re: dbox is a complete D2 port of the Box2D game physics library

2014-05-23 Thread Piotrek via Digitalmars-d-announce
Hi, nice one. How does it compare to C++ version in terms of performance? Piotrek

Re: Per popular demand, here are Adam D Ruppe's presentation slides

2014-05-23 Thread Piotrek via Digitalmars-d-announce
On Friday, 23 May 2014 at 19:29:12 UTC, Andrei Alexandrescu wrote: Adam graciously shared the slides of his DConf 2014 talk with us: http://imgur.com/hHCN3OL Andrei I didn't know zipped pesentasion file can be still readable ;)

Re: "Programming in D" book is about 97% translated

2014-05-20 Thread Piotrek via Digitalmars-d-announce
altogether. Piotrek

Re: BlogPost: Implementing an asynchronous, epoll based network client with Tango

2011-02-17 Thread piotrek
On Wed, 16 Feb 2011 11:19:54 +0100, Mathias Laurenz Baumann wrote: > There is a nice blogpost about the topic mentioned in the subject line: > > > http://blog.sociomantic.com/2010/09/implementing-an-asynchronous-epoll-based-network-client-with-tango-on- linux/ > > or on reddit: > >

Re: layout wiki4d - part 2

2010-06-07 Thread Piotrek
layout of the wiki!! greets Matthias I would go for the layout "b" but with the font definitions from the "c". Cheers Piotrek

Re: GDB Patched

2010-04-30 Thread Piotrek
accepted, it is now in the source tree, and will be in the 7.2 release of GDB :D Ys! It's a major step in spreading D around. I'm thankful to all people involved. I've been tracking this issue since long time and seen how much work was needed. Thanks again. Piotrek

Re: New little features in Descent

2009-08-20 Thread Piotrek
Ary Borenszweig pisze: I can't enter dsource now. And yesterday I had to retry several times to upload the files. dsource is working very badly since yesterday, so that must be the problem. Please try again later. :) Works now! Yuppie! Cheers Piotrek

Re: New little features in Descent

2009-08-18 Thread Piotrek
t on my Ubuntu. I get this message: An error occurred during provisioning. Failed to prepare partial IU: [R]descent.core 0.5.6.20090817. Cheers Piotrek

Re: Descent, now with Open Type Hierarchy

2009-07-24 Thread Piotrek
Ary Borenszweig pisze: I removed that dependency and uploaded a new version. Thanks. Now it works. Cheers Piotrek

Re: Descent, now with Open Type Hierarchy

2009-07-24 Thread Piotrek
r work on Descent. Cheers Piotrek

Re: Tango 0.99.8 Sean released

2009-03-27 Thread Piotrek
Thank you all D falks. I hope I'll be sooner than later ready to join development efforts on D. Cheers Piotrek

Re: The new DWT2

2009-03-21 Thread Piotrek
Christopher Wright pisze: > Wow, that's like twelve extra characters. I did want to try this out, > but I already have gtkd, and that lets me just import gtk.Button. > > It shouldn't be too hard to write a script that would generate files of > the type: > module dwt.Button; > public import org.ecl