September 22, 2016
On 9/20/16 3:14 PM, Intersteller wrote:

TL;DR: I like and have used Go extensively. I glanced at D for 20 minutes and didn't like it.

-Steve
September 22, 2016
On 09/22/2016 07:43 AM, Steven Schveighoffer wrote:
> On 9/20/16 3:14 PM, Intersteller wrote:
>
> TL;DR: I like and have used Go extensively. I glanced at D for 20
> minutes and didn't like it.
>

Grumpy old curmudgeon says: "Harumpf...Why back in my day, we pronounced 'TL;DR' as 'summary'...or 'abstract' if we wanted to be really really fancy" ;)

Never much understood "bouncing rubble" English changes like that, or "internet"->"cloud", "preteen"->"tween", etc. Can't tell if the trend is accelerating or it's just me getting old.

September 22, 2016
On Thursday, 22 September 2016 at 15:22:57 UTC, Nick Sabalausky wrote:
> On 09/22/2016 07:43 AM, Steven Schveighoffer wrote:
>> On 9/20/16 3:14 PM, Intersteller wrote:
>>
>> TL;DR: I like and have used Go extensively. I glanced at D for 20
>> minutes and didn't like it.
>>
>
> Grumpy old curmudgeon says: "Harumpf...Why back in my day, we pronounced 'TL;DR' as 'summary'...or 'abstract' if we wanted to be really really fancy" ;)
>
> Never much understood "bouncing rubble" English changes like that, or "internet"->"cloud", "preteen"->"tween", etc. Can't tell if the trend is accelerating or it's just me getting old.

Around every two years they come up with something new, give or take a year depending on the topic. In general, I got the impression that once I've finally got used to using a certain term, it's no longer (politically or otherwise) correct, e.g. "STD" => "STI" ("disease" is obviously a bad bad word - unless you want to sell useless drugs for made-up diseases). It happens all the time.
September 22, 2016
On 09/22/2016 11:41 AM, Chris wrote:
> Around every two years they come up with something new, give or take a
> year depending on the topic. In general, I got the impression that once
> I've finally got used to using a certain term, it's no longer
> (politically or otherwise) correct, e.g. "STD" => "STI" ("disease" is
> obviously a bad bad word - unless you want to sell useless drugs for
> made-up diseases). It happens all the time.

They've now renamed Syphilis, et al. after Subaru's highest-end Impreza? *shakes head*. Who wants to bet *that* little bit of PC rubble-bouncing was spearheaded by someone with a vested interest in the Viper or Corvette or something?

Fine, ok, so who wants to put together the PR to update Phobos's package name accordingly? Any takers?

September 23, 2016
On Friday, 23 September 2016 at 01:52:51 UTC, Nick Sabalausky wrote:
>
> They've now renamed Syphilis, et al. after Subaru's highest-end Impreza? *shakes head*. Who wants to bet *that* little bit of PC rubble-bouncing was spearheaded by someone with a vested interest in the Viper or Corvette or something?
>
> Fine, ok, so who wants to put together the PR to update Phobos's package name accordingly? Any takers?

I wonder will programmers be called `digitally oriented persons` one day? And `laptop` sounds too patriarchic for my liking. Let's rename it. How about `mobtop` (mobile desktop)?
March 01, 2021
On Tuesday, 20 September 2016 at 19:14:41 UTC, Intersteller wrote:
> Vibe.d looks great on the surface but lack of documentation, commonly used functionality, and that it looks like it is dying suggests that putting any effort in to it will be a waste. Go, OTH, has tons of frameworks, most are actively support, very well documented(beego, revel, etc), and feature rich.
>
> If I am going to put any work in to something, I want to make sure that I can depend on it in the future. It doesn't look like this is the case with vibe.d. Hopefully vibe.d will not die and will mature enough in the future so it actually provides a good alternative to the current web frameworks.

Hi, I know this post is old but I want you to know that I just did a tutorial on Vibe.d here:

https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721

I would appreciate it if you can give me some feedback. Thanks!
March 01, 2021
On Tuesday, 20 September 2016 at 20:01:38 UTC, Karabuta wrote:
> On Tuesday, 20 September 2016 at 19:47:12 UTC, WebFreak001 wrote:
>> On Tuesday, 20 September 2016 at 19:14:41 UTC, Intersteller wrote:
>>> [...]
>>
>> What is vibe.d missing? It works great for me and the documentation is great imo too because it has everything I need. I use vibe.d at the company I work at and I use it for all my websites. I never had any problems with it
>
> Lets me say from a beginners perspective,
> * How do I build a file upload form (single and multiple file uploads)
> * How do I work with mongoDB to do CRUD.
> * How do I use the Web API beyond hello world!
> * Form validation?
> * Data sanitization?
> * How do I structure my application for real-world (reusable and maintainable code) e.g for a simple blog, simple CMS etc. :)
> ...
>
> Some of these things may seem easy to figure-out but can be difficult for a beginner unless he/she has a copy of Kai's book at the moment (D Web Development) :)

Hi, I know this post is old but I want you to know that I just did a tutorial on Vibe.d here:

https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721

I would appreciate it if you can give me some feedback. Thanks!
March 01, 2021
On Monday, 1 March 2021 at 21:54:01 UTC, Rey Valeza wrote:
> Hi, I know this post is old but I want you to know that I just did a tutorial on Vibe.d here:
>
> https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721
>
> I would appreciate it if you can give me some feedback. Thanks!

The pdf is an empty file.
March 01, 2021
On Tuesday, 20 September 2016 at 20:01:38 UTC, Karabuta wrote:
> On Tuesday, 20 September 2016 at 19:47:12 UTC, WebFreak001 wrote:
>> On Tuesday, 20 September 2016 at 19:14:41 UTC, Intersteller wrote:
>>> Vibe.d looks great on the surface but lack of documentation, commonly used functionality, and that it looks like it is dying suggests that putting any effort in to it will be a waste. Go, OTH, has tons of frameworks, most are actively support, very well documented(beego, revel, etc), and feature rich.
>>
>> What is vibe.d missing? It works great for me and the documentation is great imo too because it has everything I need. I use vibe.d at the company I work at and I use it for all my websites. I never had any problems with it
>
> Lets me say from a beginners perspective,
> * How do I build a file upload form (single and multiple file uploads)
> * How do I work with mongoDB to do CRUD.
> * How do I use the Web API beyond hello world!
> * Form validation?
> * Data sanitization?
> * How do I structure my application for real-world (reusable and maintainable code) e.g for a simple blog, simple CMS etc. :)
> ...
>
> Some of these things may seem easy to figure-out but can be difficult for a beginner unless he/she has a copy of Kai's book at the moment (D Web Development) :)

Hi Karabuta, I know this post is old, but I just want to contact you about my tutorial on Vibe.d on Github.

https://github.com/reyvaleza/vibed/commit/27ec3678f25d1dd414fae1390677397a7bc57721

If you have time, I would appreciate it if you can give me some feedback on it.

Thanks!

March 01, 2021
> If you have time, I would appreciate it if you can give me some feedback on it.
>
> Thanks!

PDF is not a very nice format for sharind code tutorials

I think, specially for github, a markdown (.MD) doc would be MUCH better, so you can embed code this way:

```D
void main() {
    writeln("hi");
}
```

You can also embbed screenshots and stuff