September 25, 2018
On Saturday, 22 September 2018 at 16:48:35 UTC, SashaGreat wrote:

>
> I'll not create a topic to check this behavior, but this message doesn't show up when replying inside a topic.
>
> PS: By the way the CAPTCHA is awful, look what they throw to us:
>
> int v()
> {
>   return 26 % 3
>     ? 13 / 3
>     : 42 % 5;
> }
>
> I mean
>
> S.G.

The captchas are awful, why would you want to waste brain cycles on that if you wanna send a one line response or so. Why not have captchas like most other websites that give you a random selection of letters/numbers in an image file like "2B4aHg". You just need to type them into a text field. A programming / D-specific captcha is a bit nahhh. But it tells you something about the mentality...
September 25, 2018
On Tuesday, 25 September 2018 at 07:43:39 UTC, Kagamin wrote:
> I don't think you can go into programming from absolute zero.

So I assume for what you're saying that anybody who comes here already knows at least: ternary, promotion, implicit casting.

For example: If a person knows VB/Delphi and now he is trying D and have any doubt, he will need to evolve first to understand ternary before posting something, because ternary in these languages are different.

Awesome and great mentality.

S.G.
September 25, 2018
On Tuesday, 25 September 2018 at 13:16:14 UTC, Chris wrote:
> The captchas are awful, why would you want to waste brain cycles on that if you wanna send a one line response or so...

If it is for mitigate spam/bot, you can easily by pass it with a simple script[1].

I'd prefer a captcha system that is commonly used than some that requires a specific knowledge of a language, which may be a barrier for newbies.

[1] https://forum.dlang.org/post/gpykpzmwrpcowktuevbe@forum.dlang.org

S.G.
September 26, 2018
On Tuesday, 25 September 2018 at 15:11:20 UTC, SashaGreat wrote:
> For example: If a person knows VB/Delphi and now he is trying D and have any doubt, he will need to evolve first to understand ternary before posting something, because ternary in these languages are different.

You underestimate delphi programmers if you think they can't learn ternary operator.
September 26, 2018
On Wednesday, 26 September 2018 at 09:09:30 UTC, Kagamin wrote:
> On Tuesday, 25 September 2018 at 15:11:20 UTC, SashaGreat wrote:
>> For example: If a person knows VB/Delphi and now he is trying D and have any doubt, he will need to evolve first to understand ternary before posting something, because ternary in these languages are different.
>
> You underestimate delphi programmers if you think they can't learn ternary operator.

I didn't say they can't learn, and as quoted I said it's different in these languages (I mean the symbols involved).

By the way, since D has inline assembler attribute, why not use it for captchas too?

Because according to you:

On Tuesday, 25 September 2018 at 07:43:39 UTC, Kagamin wrote:
> I don't think you can go into programming from absolute zero.

The programmer should at least know Assembly, right?

S.G.
September 27, 2018
On Wednesday, 26 September 2018 at 14:59:20 UTC, SashaGreat wrote:
> On Wednesday, 26 September 2018 at 09:09:30 UTC, Kagamin wrote:
>> On Tuesday, 25 September 2018 at 15:11:20 UTC, SashaGreat wrote:
>>> For example: If a person knows VB/Delphi and now he is trying D and have any doubt, he will need to evolve first to understand ternary before posting something, because ternary in these languages are different.
>>
>> You underestimate delphi programmers if you think they can't learn ternary operator.
>
> I didn't say they can't learn, and as quoted I said it's different in these languages (I mean the symbols involved).
>
> By the way, since D has inline assembler attribute, why not use it for captchas too?
>
> Because according to you:
>
> On Tuesday, 25 September 2018 at 07:43:39 UTC, Kagamin wrote:
>> I don't think you can go into programming from absolute zero.
>
> The programmer should at least know Assembly, right?
>
> S.G.

Couldn't have said it better myself.
1 2 3
Next ›   Last »