Re: Dlang remote junior developer jobs

2017-01-08 Thread Benjiro via Digitalmars-d
On Sunday, 8 January 2017 at 22:34:33 UTC, eugene wrote: Hello, everyone, could you share, please, your knowledge, where can i search D lang remote junior developer jobs? Nowhere?

Re: dmd download spike

2017-01-07 Thread Benjiro via Digitalmars-d
On Saturday, 7 January 2017 at 13:22:02 UTC, rikki cattermole wrote: Btw, I based this mostly off the number of newbies coming on to IRC. There has been quite a large number :) At least compared to the rest of the yar. Interesting. Maybe it can be useful to get a poll asking the new people ho

Re: dmd download spike

2017-01-07 Thread Benjiro via Digitalmars-d
On Saturday, 7 January 2017 at 02:58:03 UTC, rikki cattermole wrote: On 07/01/2017 3:56 PM, Joakim wrote: A giant spike in downloads recently, likely tied to the latest 2.072 release: http://erdani.com/d/downloads.daily.png Nice work everyone. A lot of people have been holding out to play w

Re: Using dlopen/dlsym

2016-12-26 Thread Benjiro via Digitalmars-d
On Tuesday, 27 December 2016 at 00:05:39 UTC, Andrei Alexandrescu wrote: Consider this code: === import core.sys.posix.dlfcn; extern(C) void fun() {} void main() { fun(); void *hndl = dlopen(null, RTLD_LAZY); if (!hndl) assert(0); auto p = dlsym(hndl, "fun".ptr); if (

Socket missing option: SO_REUSEPORT

2016-12-21 Thread Benjiro via Digitalmars-d
Just check the socket code and there is a small feature missing: enum SocketOption: int { DEBUG =SO_DEBUG,/// Record debugging information BROADCAST =SO_BROADCAST,/// Allow transmission of broadcast messages REUSEADDR =SO_REU

Re: D future ...

2016-12-20 Thread Benjiro via Digitalmars-d
On Tuesday, 20 December 2016 at 14:09:45 UTC, Dibyendu Majumdar wrote: Apologies for being one of those who offers advice but no action. Don't be Dibyendu ... We "ranters" are actually D's "client base". There seem to be the wrong impression by the D-Team, that the "clients" are also the p

Re: D future ...

2016-12-20 Thread Benjiro via Digitalmars-d
On Tuesday, 20 December 2016 at 09:33:22 UTC, qznc wrote: What did you expect with a rant like that? A rant... Well. Rants have a background. You vented your anger. Actually, i did not vent any anger until this morning when i noticed the wiseass response. All the points i wrote yesterday

Re: D future ...

2016-12-20 Thread Benjiro via Digitalmars-d
On Tuesday, 20 December 2016 at 01:45:27 UTC, Tommi wrote: Improve the standard library! Split the standard library! Forget that no other language does it! Add to the standard library! Add to the standard library! Add to the standard library! Improve documentation! Add to the standard dist

D future ...

2016-12-19 Thread Benjiro via Digitalmars-d
I split this from the "Re: A betterC modular standard library?" topic because my response is will be too much off-topic but the whole thread is irking me the wrong way. I see some of the same argument coming up all the time, with a level of frequency. D has not market: - A lot

Re: Shared object with Sqlite?

2016-12-14 Thread Benjiro via Digitalmars-d
On Monday, 12 December 2016 at 15:39:47 UTC, Mike Parker wrote: On Monday, 12 December 2016 at 15:19:55 UTC, Benjiro wrot From my understanding, because the libdll has a shared tag, the libsqlite3.a needs to be linked as static and the rest needs to be dynamic. I found some examples using Gcc

Re: Shared object with Sqlite?

2016-12-12 Thread Benjiro via Digitalmars-d
On Monday, 12 December 2016 at 14:11:49 UTC, Mike Parker wrote: So replace libsqlite3.so with the static library here. See the 3th example in the original post... /usr/bin/ld: /usr/lib/x86_64-linux-gnu/libsqlite3.a(sqlite3.o): relocation R_X86_64_PC32 against symbol `sqlite3_strnicmp' can n

Shared object with Sqlite?

2016-12-12 Thread Benjiro via Digitalmars-d
A silly question that has me pounding my head for a while. I am trying to compile a shared object WITH sqlite3 included into the shared object. dmd -c dll.d -fPIC -L-ldl -L/usr/lib/x86_64-linux-gnu/libsqlite3.a dmd -oflibdll.so dll.o -shared -defaultlib=libphobos2.so -L-rpath=/root/dlangProje

Re: Why are homepage examples too complicated?

2016-10-21 Thread Benjiro via Digitalmars-d
On Thursday, 20 October 2016 at 09:10:10 UTC, Chris wrote: I.e. "He agrees with me, therefore I like him!" One year of meetings to design a website does not necessarily mean the site's good or that it has to take at least a year until you have a presentable website. Sorry, was too busy with s

Re: Why are homepage examples too complicated?

2016-10-19 Thread Benjiro via Digitalmars-d
On Wednesday, 19 October 2016 at 09:32:29 UTC, Chris wrote: At the beginning, D was not meant to be a "first language", but this has changed over time. In fact, almost all new modern languages that emerge now have features that D has, like templates, !boo ;), so beginners will have to learn t

Re: Why are homepage examples too complicated?

2016-10-19 Thread Benjiro via Digitalmars-d
On Tuesday, 18 October 2016 at 20:51:24 UTC, Karabuta wrote: They will not understand. Those are the UX stuff you learn when you are a web designer/developer. True. Anybody can make a website. A website that is efficient, takes time. A stupid travel booking website took over a year with con

Re: Why are homepage examples too complicated?

2016-10-18 Thread Benjiro via Digitalmars-d
When people have a choice between a multitude of website, programming languages, ... people make choices fast. Personally moved over 5 different programming languages in 3 months time trying to find the ideal match. So my attention span is not exactly small. But when faced with a entire series

Re: Why are homepage examples too complicated?

2016-10-18 Thread Benjiro via Digitalmars-d
On Tuesday, 18 October 2016 at 09:26:56 UTC, Chris wrote: I think the point of the examples is to show D at its most expressive/concise. The thing is that if you presented "Hello, world!" a lot of people who come from other languages would complain about how D doesn't seem to have chaining, map

Re: Why are homepage examples too complicated?

2016-10-17 Thread Benjiro via Digitalmars-d
On Thursday, 13 October 2016 at 19:06:26 UTC, Karabuta wrote: How is a new visitor supposed to know "!" is for templates and not some complicated syntax? As a dlang newbie ( only started to learn a few days ago ), the example on the front page is just complex for new users. Its not a lack of