Re: D-Man culture

2016-06-19 Thread Max Klyga via Digitalmars-d-announce

On 2016-06-19 23:29:35 +, Adam D. Ruppe said:


We should probably make a D-man video game.


There already are a couple:

http://yomogimaru.tumblr.com/post/145803169293
http://goboriin.sub.jp/DLNGRING/ 



Re: Release Candidate D 2.067.0-rc1

2015-03-17 Thread Max Klyga via Digitalmars-d-announce

On 2015-03-17 11:18:10 +, Daniel Kozak said:


On Monday, 16 March 2015 at 21:38:22 UTC, Martin Nowak wrote:

Release Candidate for 2.067.0

http://downloads.dlang.org/pre-releases/2.x/2.067.0/
http://ftp.digitalmars.com/
You can get the binaries here until they are mirrored.
https://dlang.dawg.eu/downloads/dmd.2.067.0-rc1/

We fixed the few remaining issues.
https://github.com/D-Programming-Language/dmd/compare/v2.067.0-b4...v2.067.0-rc1 

https://github.com/D-Programming-Language/phobos/compare/v2.067.0-b4...v2.067.0-rc1 



Unless any new issue pops up, we'll make the release on friday.

-Martin


Does not work with my code base :(

dmd: interpret.c:6724: void setValue(VarDeclaration*, Expression*): 
Assertion `(vd-storage_class  (0x1000LL | 0x20LL)) ? 
isCtfeReferenceValid(newval) : isCtfeValueValid(newval)' failed.

Exit code 134


Please concider submitting a bug request with minified test case 
created using dustmite (https://github.com/CyberShadow/DustMite)




Re: My D book is now officially coming soon

2014-03-04 Thread Max Klyga

On 2014-03-04 19:14:13 +, Vladimir Panteleev said:


On Tuesday, 4 March 2014 at 18:58:43 UTC, Andrei Alexandrescu wrote:
The Net is definitely in a bad mood today. My reddit submission shows 
1 comment but there's no comment to see. It also appear in new 
submissions but not in hot submissions.


I don't see it in http://www.reddit.com/r/programming/new/ .


Probably was filtered by some algorithm. Contact moderators.



Re: Registration now open on dconf.org

2013-02-14 Thread Max Klyga

On 2013-02-14 00:32:10 +, Andrei Alexandrescu said:


snip


You should post an update at kickstarter project, so all backers would 
get this info. I bet not everyone there reads this newsgroup.
Its a common practice for kickstarter projects to send progress updates 
after project successful funding.




Re: DPaste is going down

2013-01-13 Thread Max Klyga

On 2013-01-13 12:40:37 +, nazriel said:


Hello.

I am very sad to announce that DPaste life came to an end.

I've been recently busy and haven't even notice that domain has expired.
Costs of keeping Dpaste alive are a bit too high for pure student like me ;)
(Mostly keeping backend's VPS paid).

I will put Dpaste website and backend source code on Github soon, so if 
someone would like to pick up the project, be my guest.


Best regards,
Damian Ziemba


What are the required minimal specs for dpaste?
I would like to volunteer to host it.



Re: A look at the D programming language by Ferdynand Górski

2013-01-07 Thread Max Klyga

On 2013-01-07 11:31:45 +, bearophile said:


Walter Bright:

http://fgda.pl/post/8/a-look-at-the-d-programming-language


 From the article:


if you only count the natively-compiled ones that could be used
instead of C++ and have a similarly looking code. D is the best
fit in this category, if not the only fit.1


There is also Rust.


if (!tmp) throw new Exception(Memory allocation failed);


The error for memory overflow isn't immediate to find.


The garbage collector in D isn't very fast and stops the
world (halts other threads).


A Rust GC doesn't need to stop more than one thread.

Bye,
bearophile


bearophile, WHY U KEEP POSTING ABOUT OTHER LANGUAGES?!
http://alltheragefaces.com/img/faces/large/misc-jackie-chan-l.png

This comment has no real value, and looks like you are promoting 
Rust/Ada/whatever instead of D.
No, seriously, why are you doing this? Its not like Walter, Andrei or 
any other D core team are not aware of Rust existance.




Re: A look at the D programming language by Ferdynand Górski

2013-01-07 Thread Max Klyga

On 2013-01-07 09:32:30 +, Walter Bright said:


http://fgda.pl/post/8/a-look-at-the-d-programming-language


Now on Reddit: 
http://www.reddit.com/r/programming/comments/1647y1/a_look_at_the_d_programming_language_by_ferdynand/ 





Re: A look at the D programming language by Ferdynand Górski

2013-01-07 Thread Max Klyga

On 2013-01-07 11:55:59 +, nazriel said:


snip...


I don't think he has any bad intention, just trying to make core 
developers focus on the biggest issues (GC, Shared libraries, 
Allocators :).


Guessing at number of bugs reported by Bugophile he is on our side 
; And has some good points about Rust, that we could adapt in D.



Anyways, great read. Also nice to see that more and more Polish people 
are getting interested in D Programming Language. Maybe in near future 
I will be able to meet someone in real world living close to me and 
drink some beer and talk about D.


I know that he has good intentions, but sometimes it just looks weird.