Re: So, About That Official Blog...

2016-05-30 Thread tired_eyes via Digitalmars-d
Static generator assumes there wouldn't be any comment system for blog entries? At least a link to the corresponding forum topic, line phoronix.com? As of Tumblr, does it allow for arbitrary domain name? whatever.tublr.com looks a bit unpresentably. blog.dalng.org definitely would be better.

Re: DlangIDE update

2015-12-08 Thread tired_eyes via Digitalmars-d-announce
On Tuesday, 8 December 2015 at 15:58:43 UTC, Vadim Lopatin wrote: Hello, DlangIDE is getting close to usable. DlangIDE is and IDE for D programming language written in D using DlangUI library. [...] Congrats! Glad to see that project is not abandoned.

Re: Pirate King

2015-12-01 Thread tired_eyes via Digitalmars-d
On Wednesday, 2 December 2015 at 06:33:27 UTC, Bonnieabc wrote: So, where is that spam report button?

Re: std.socket replacement

2015-11-29 Thread tired_eyes via Digitalmars-d-learn
On Sunday, 29 November 2015 at 16:10:22 UTC, Alex Parrill wrote: std.stream, and the stream interface in general, is deprecated in favor of ranges, which are more generic and flexible. Could you please give a small example? Consider this minimal app: import std.stdio; import std.socket;

Re: I hate new DUB config format

2015-11-29 Thread tired_eyes via Digitalmars-d
On Sunday, 29 November 2015 at 06:03:21 UTC, Poyeyo wrote: Please change the name. "SDLang" gives good google results

Re: std.socket replacement

2015-11-29 Thread tired_eyes via Digitalmars-d-learn
On Sunday, 29 November 2015 at 09:05:37 UTC, tcak wrote: On Sunday, 29 November 2015 at 08:56:30 UTC, tired_eyes wrote: I was a bit surprised to see that std.socket is deprecated as of 2.069. Just curious, what's wrong with it? And what should I use as a replacement? I know there is

std.socket replacement

2015-11-29 Thread tired_eyes via Digitalmars-d-learn
I was a bit surprised to see that std.socket is deprecated as of 2.069. Just curious, what's wrong with it? And what should I use as a replacement? I know there is vibe.socket, but I don't want to include fullstack web framework as a dependency just to make some HTTP reqests. I also don't

Re: Is there anyone willing to do the videos 18sex website?

2015-11-29 Thread tired_eyes via Digitalmars-d-announce
On Sunday, 29 November 2015 at 02:19:30 UTC, mcss wrote: I want to find a partner to do the world's largest 18sex video site. Lol, such an ambitious project! Dlang definetely needs a success story of that kind :) Please keep us posted!

Re: Graillon 1.0, VST effect fully made with D

2015-11-26 Thread tired_eyes via Digitalmars-d-announce
On Thursday, 26 November 2015 at 15:48:48 UTC, Guillaume Piolat wrote: I've just checked demo songs and want to say that the sound is amazing! This is an excellent debunking of "GC is slow" myth. And it definitely worth a blog post, as mentioned above.

Re: DMD is faster than LDC and GDC

2015-11-12 Thread tired_eyes via Digitalmars-d
On Thursday, 12 November 2015 at 14:44:49 UTC, John Colvin wrote: To test the speed of fmttable itself I split fmttable and main in to different modules, made fmttable extern(C) so I could just prototype it in the main module (no import), then compiled them separately before linking. This

String interpolation

2015-11-10 Thread tired_eyes via Digitalmars-d-learn
Hi, The only example of string interpolation I've found so far is on Rosetta Code: void main() { import std.stdio, std.string; "Mary had a %s lamb.".format("little").writeln; "Mary had a %2$s %1$s lamb.".format("little", "white").writeln; } Is this a "proper" way of string

Re: String interpolation

2015-11-10 Thread tired_eyes via Digitalmars-d-learn
On Tuesday, 10 November 2015 at 10:33:30 UTC, Tobias Pankrath wrote: On Tuesday, 10 November 2015 at 10:21:32 UTC, tired_eyes wrote: Hi, The only example of string interpolation I've found so far is on Rosetta Code: void main() { import std.stdio, std.string; "Mary had a %s

Re: String interpolation

2015-11-10 Thread tired_eyes via Digitalmars-d-learn
On Tuesday, 10 November 2015 at 11:29:32 UTC, TheFlyingFiddle wrote: On Tuesday, 10 November 2015 at 10:41:52 UTC, tired_eyes wrote: On Tuesday, 10 November 2015 at 10:33:30 UTC, Tobias Pankrath wrote: Ruby: a = 1 b = 4 puts "The number #{a} is less than #{b}" PHP: $a = 1; $b = 4; echo "The

Re: Atrium - 3D game written in D

2015-11-06 Thread tired_eyes via Digitalmars-d-announce
On Friday, 6 November 2015 at 10:58:24 UTC, Timur Gafarov wrote: 06.11.2015 13:51, NVolcz пишет: On Friday, 6 November 2015 at 09:04:05 UTC, Timur Gafarov wrote: [...] Very cool! How have it been to work with the GC? Reddit it! Maybe with an writeup? I tried to fully avoid GC, using my own

Re: on std.net.curl high level functions

2015-10-26 Thread tired_eyes via Digitalmars-d
On Sunday, 25 October 2015 at 00:14:38 UTC, Mengu wrote: hi all what do you think about high level functions such as get, post, put, delete returning a Request object with status code, headers and content as its properties rather than just the content? this would make things easier for n00bs

Re: Compilation time profiling

2015-10-25 Thread tired_eyes via Digitalmars-d-learn
On Saturday, 24 October 2015 at 22:16:35 UTC, Vladimir Panteleev wrote: On Saturday, 24 October 2015 at 21:56:05 UTC, tired_eyes wrote: Hi, are there any tools for compilation time profiling? I'm trying to find what part of the code increases compilation time and don't want to stumble around.

Compilation time profiling

2015-10-24 Thread tired_eyes via Digitalmars-d-learn
Hi, are there any tools for compilation time profiling? I'm trying to find what part of the code increases compilation time and don't want to stumble around.

Re: Dub package with C code

2015-09-25 Thread tired_eyes via Digitalmars-d-learn
I meant if there is already a place where I can upload my post to. Something like blog.dlang.org OT: Once again, I'm absolutely sure tha D should have an official blog! Forums can't replace blogs, forums are for discussions, not for content presentation.

Re: std.data.json formal review

2015-09-24 Thread tired_eyes via Digitalmars-d
So, what is the current status of std.data.json? This topic is almost two month old, what is the result of "two week process"? Wiki page tells nothing except of "ready for comments".

Re: vibe.d 0.7.25 released

2015-09-20 Thread tired_eyes via Digitalmars-d-announce
On Sunday, 20 September 2015 at 13:43:35 UTC, Sönke Ludwig wrote: This release fixes a regression in the multi-part form parser. In addition to some additional bug fixes and minor changes, it adds support for out/ref @headerParam parameters in the REST interface generator. Finally, this

Re: 1st Ever Artificial Consciousness to be Written in D Language

2015-09-04 Thread tired_eyes via Digitalmars-d-announce
Not really. A tabloid reader can be modeled like this: Sounds like a plan. Going to make a website about it. Is this code patent-protected btw?

Re: 1st Ever Artificial Consciousness to be Written in D Language

2015-09-02 Thread tired_eyes via Digitalmars-d-announce
Asame Obiomah It's a bit difficult to take serious SO huge plan, right now there is nothing except almost empty website. "Talk is cheap, show me the code!"

Re: Presentation Intro to D: What works?

2015-08-28 Thread tired_eyes via Digitalmars-d
Is it really worth it to just publish there? Definitely!

Re: Russian-speaking community

2015-08-27 Thread tired_eyes via Digitalmars-d-announce
On Thursday, 27 August 2015 at 00:04:44 UTC, Majestio wrote: On Friday, 21 August 2015 at 20:06:46 UTC, Andre Polykanine wrote: Cool, but could you please make your captcha accessible without Andre, I do not understand what is wrong with captcha? Write a Russian, it will be better :)

Re: Moving forward with work on the D language and foundation

2015-08-24 Thread tired_eyes via Digitalmars-d-announce
On Monday, 24 August 2015 at 18:43:01 UTC, Andrei Alexandrescu wrote: This is purely awesome! What else to say?

Re: dsource.org moved

2015-08-22 Thread tired_eyes via Digitalmars-d-announce
On Saturday, 22 August 2015 at 13:03:34 UTC, Vladimir Panteleev wrote: On Friday, 21 August 2015 at 17:05:42 UTC, tired_eyes wrote: So, four months later, can we have some kind of warning banner on dsource.org? Done. Excellent, thank you! It was a source of confusion.

Re: dsource.org moved

2015-08-21 Thread tired_eyes via Digitalmars-d-announce
So, four months later, can we have some kind of warning banner on dsource.org?

Re: std.data.json formal review

2015-08-21 Thread tired_eyes via Digitalmars-d
On Friday, 21 August 2015 at 17:30:43 UTC, Andrei Alexandrescu wrote: We must accommodate a GC-less world. It's definitely time to acknowledge the GC as a brake that limits D adoption, and put our full thrust behind removing it. Andrei Wow. Just wow.

Re: Presentation Intro to D: What works?

2015-08-21 Thread tired_eyes via Digitalmars-d
On Thursday, 20 August 2015 at 13:42:02 UTC, qznc wrote: Am 20.08.2015 um 15:06 schrieb yawniek: On Wednesday, 19 August 2015 at 20:15:48 UTC, qznc wrote: On Thursday, 25 June 2015 at 12:39:11 UTC, qznc wrote: If you are interested in my slides: http://beza1e1.tuxen.de/stuff/FunctionalD.odp

Re: std.net.curl

2015-08-17 Thread tired_eyes via Digitalmars-d-learn
On Monday, 17 August 2015 at 13:26:29 UTC, Adam D. Ruppe wrote: On Monday, 17 August 2015 at 13:04:31 UTC, tired_eyes wrote: Error: unrecognized switch '-lcurl' ooh I'm sorry, should have been `dmd -L-lcurl yourprogram.d` Yes, it did the trick.

std.net.curl

2015-08-17 Thread tired_eyes via Digitalmars-d-learn
Hi, I'm trying to compile this trivial example of std.net.curl: // app.d import std.stdio; import std.net.curl; void main() { auto content = get(dlang.org); } Hovewer, dmd app.d spits a whole bunch of strange error messages: /usr/lib64/libphobos2.a(curl.o): In function

Re: std.net.curl

2015-08-17 Thread tired_eyes via Digitalmars-d-learn
On Monday, 17 August 2015 at 12:58:54 UTC, Adam D. Ruppe wrote: On Monday, 17 August 2015 at 12:52:37 UTC, tired_eyes wrote: Hovewer, dmd app.d spits a whole bunch of strange error messages: try dmd -lcurl app.d and see if that helps. Error: unrecognized switch '-lcurl'

Re: D fund

2015-08-09 Thread tired_eyes via Digitalmars-d
On Sunday, 9 August 2015 at 09:37:41 UTC, Joakim wrote: On Sunday, 9 August 2015 at 09:15:16 UTC, ref2401 wrote: Does the fund exist? Are there sponsors? How can one donate some money to D? We do something even better, you can place bounties on specific issues that you're willing to pay for:

Re: Release Candidate D 2.068.0-rc1

2015-08-07 Thread tired_eyes via Digitalmars-d-announce
On Friday, 7 August 2015 at 07:46:42 UTC, Marc Schütz wrote: It's a regression, please file a report. Digger sez: commit 84abb30751cbb7b4a0f7aaca706c12807be029bf Author: Walter Bright wal...@walterbright.com Date: Wed May 13 14:38:14 2015 -0700 dmd: Merge pull request #4635 from

Re: Coedit 1 - update 1

2015-06-25 Thread tired_eyes via Digitalmars-d-announce
On Thursday, 25 June 2015 at 04:10:15 UTC, Basile Burg wrote: This is the first update for Coedit 1, and probably the only. Errr... why so pessimistic?

Re: Better forums

2015-06-18 Thread tired_eyes via Digitalmars-d
On Thursday, 18 June 2015 at 11:41:42 UTC, Daniel Kozák wrote: On Thu, 18 Jun 2015 11:12:46 + Vladimir Panteleev via Digitalmars-d digitalmars-d@puremagic.com wrote: On Thursday, 18 June 2015 at 10:27:46 UTC, tired_eyes wrote: Having forums that are just NNTP-frontend has some

Re: How to avoid multiple spelling `import`

2015-06-16 Thread tired_eyes via Digitalmars-d-learn
On Tuesday, 16 June 2015 at 15:42:02 UTC, Dennis Ritchie wrote: On Tuesday, 16 June 2015 at 12:41:14 UTC, Daniel Kozák wrote: On Tue, 16 Jun 2015 11:45:22 + Dennis Ritchie via Digitalmars-d-learn digitalmars-d-learn@puremagic.com wrote: I just want to import individual features of these

Re: How to avoid multiple spelling `import`

2015-06-16 Thread tired_eyes via Digitalmars-d-learn
On Wednesday, 17 June 2015 at 01:56:45 UTC, flamencofantasy wrote: On Tuesday, 16 June 2015 at 16:40:39 UTC, tired_eyes wrote: On Tuesday, 16 June 2015 at 15:42:02 UTC, Dennis Ritchie wrote: On Tuesday, 16 June 2015 at 12:41:14 UTC, Daniel Kozák wrote: [...] Thanks. Maybe I'll use this code

Re: Announcing dplug, a toolkit for making audio plugins with D

2015-06-15 Thread tired_eyes via Digitalmars-d-announce
On Monday, 15 June 2015 at 09:30:11 UTC, ponce wrote: On Sunday, 14 June 2015 at 21:37:14 UTC, Ola Fosheim Grøstad wrote: On Sunday, 14 June 2015 at 21:20:36 UTC, Ola Fosheim Grøstad wrote: Not sure how Audacity plugins are written (on OSX it can use AudioUnits also I believe), but might be

Re: forum.dlang.org, version 2 (BETA)

2015-06-14 Thread tired_eyes via Digitalmars-d-announce
Some strange things on the main site after update: http://i.imgur.com/MSYjmjZ.png

Re: forum.dlang.org, version 2 (BETA)

2015-06-14 Thread tired_eyes via Digitalmars-d-announce
On Sunday, 14 June 2015 at 20:51:54 UTC, Vladimir Panteleev wrote: On Sunday, 14 June 2015 at 17:10:41 UTC, tired_eyes wrote: Some strange things on the main site after update: http://i.imgur.com/MSYjmjZ.png Fixed Yeah, new forum looks very nice.

Re: Comparison page on wikibooks C++ Programming/Programming Languages/Comparisons/D

2015-06-14 Thread tired_eyes via Digitalmars-d
On Sunday, 14 June 2015 at 17:23:56 UTC, ZombineDev wrote: Today, as I was browsing around the C++ Programming pages on wikibooks looking for inspiration, I noticed that the comparison page between C++ and D was quite outdated:

Re: Simple http client Dlang library

2015-06-07 Thread tired_eyes via Digitalmars-d-announce
Этот сайт не принимает визиты россиян. This site does not accept visits of Russians. Ta strona nie akceptuje odwiedzin Rosjan. I hope author just don't know about that, otherwise it's a shame.

Re: Vote for D - Devdocs.io

2015-06-02 Thread tired_eyes via Digitalmars-d
Done. They have separate list fo JS-related projects, and another one for other (non-JS), oh my.

Re: DevDocs.io: voting for D

2015-06-02 Thread tired_eyes via Digitalmars-d-announce
http://forum.dlang.org/thread/mjnscnoxgoxvoymgi...@forum.dlang.org

Re: How to simulate a new type

2015-05-15 Thread tired_eyes via Digitalmars-d-learn
On Friday, 15 May 2015 at 06:11:41 UTC, Charles Hixson wrote: On 05/14/2015 06:38 PM, Adam D. Ruppe via Digitalmars-d-learn wrote: On Friday, 15 May 2015 at 01:03:32 UTC, Charles Hixson wrote: Yes, that looks as if it would do the job, but what are its advantages over a simple struct?

Re: Array of objects and their inheritance

2015-05-15 Thread tired_eyes via Digitalmars-d-learn
Thank you for the explanation

Array of objects and their inheritance

2015-05-14 Thread tired_eyes via Digitalmars-d-learn
Hi. I'm having a hard time understanding D's inheritance. Consider the following code: class Parent { public int x = 10; } class Child : Parent { public int y = 20; } void main() { import std.stdio; Parent[] array; auto obj1 = new Parent(); auto obj2 = new Child();

Re: DTiled: Tiled map loader

2015-05-03 Thread tired_eyes via Digitalmars-d-announce
Nice that you named Dgame on your repo. ;) As soon as it supports XML and CSV I would definitely use it. Everyone who starts a game in D calls it Dgame!

std.random question

2015-05-03 Thread tired_eyes via Digitalmars-d-learn
Feels pretty silly, but I can't compile this: import std.random; auto i = uniform(0, 10); DMD spits this: /usr/include/dmd/phobos/std/random.d(1188): Error: static variable initialized cannot be read at compile time /usr/include/dmd/phobos/std/random.d(1231):called from here:

Re: std.random question

2015-05-03 Thread tired_eyes via Digitalmars-d-learn
On Sunday, 3 May 2015 at 08:48:52 UTC, Dennis Ritchie wrote: On Sunday, 3 May 2015 at 08:42:57 UTC, tired_eyes wrote: Feels pretty silly, but I can't compile this: import std.random; auto i = uniform(0, 10); DMD spits this: /usr/include/dmd/phobos/std/random.d(1188): Error: static

Re: std.random question

2015-05-03 Thread tired_eyes via Digitalmars-d-learn
import std.random; struct Mystruct { int id; static opCall() { Mystruct s; s.id = uniform(0, 10); return s; } } void main() { auto s = Mystruct(); // whatever } --- This make sense, thant you for the

Re: std.random question

2015-05-03 Thread tired_eyes via Digitalmars-d-learn
Hmmm. hap.random from http://code.dlang.org/packages/hap behaves exactly the same.

Re: std.json questions

2015-04-26 Thread tired_eyes via Digitalmars-d-learn
Thank everybody for you help. For now, yajl-d seems to be an optimal for my task, however will keep an eye for stdx.data.json too.

std.json questions

2015-04-25 Thread tired_eyes via Digitalmars-d-learn
Hello, D community! I'm pretty new to D and to compiled languages in general, and have primarily web background (PHP, JS), when JSON workflow is very organic. I was always sure that JSON is a simple thing, but std.json proves me wrong. So may I have a little advice from more experienced D

Re: DlangUI

2015-04-13 Thread tired_eyes via Digitalmars-d-announce
Hi Vadim, I just want to say that your work is awesome and very promising. Отличная работа!