Re: Facebook is using D in production starting today

2016-06-04 Thread Bauss via Digitalmars-d-announce
On Saturday, 4 June 2016 at 00:41:33 UTC, Meta wrote: On Friday, 11 October 2013 at 00:36:12 UTC, Andrei Alexandrescu wrote: Today I committed the first 5112 lines of D code to Facebook's repository. The project is in heavy daily use at Facebook. Compared to the original version (written in

Re: IDE - Coedit 2, update 6 released

2016-05-28 Thread Bauss via Digitalmars-d-announce
On Saturday, 28 May 2016 at 21:55:58 UTC, Basile B. wrote: On Saturday, 28 May 2016 at 20:39:18 UTC, Bauss wrote: So there's no way to do it through the editor? Like I don't use a dark theme in my OS, but I do like my editors to be dark. I confirm. Dark theme only available if the OS widget

Re: IDE - Coedit 2, update 6 released

2016-05-28 Thread Bauss via Digitalmars-d-announce
On Saturday, 28 May 2016 at 13:08:55 UTC, Basile B. wrote: On Friday, 27 May 2016 at 17:49:18 UTC, Bauss wrote: On Thursday, 26 May 2016 at 23:44:21 UTC, Basile B. wrote: Mostly because an important feature of the library manager was not compatible with DUB > v0.9.24. Otherwise almost

Re: PowerNex - New release of my D kernel

2016-05-31 Thread Bauss via Digitalmars-d-announce
On Sunday, 29 May 2016 at 23:15:13 UTC, Wild wrote: Hey! I have new release of my D kernel called PowerNex. This release should be a bit more interesting than the last one that I release back in November 2015. This one contains a working memory manager, a custom TTY renderer, BMP image

Re: IDE - Coedit 2, update 6 released

2016-05-27 Thread Bauss via Digitalmars-d-announce
On Thursday, 26 May 2016 at 23:44:21 UTC, Basile B. wrote: Mostly because an important feature of the library manager was not compatible with DUB > v0.9.24. Otherwise almost nothing. See https://github.com/BBasile/Coedit/releases/tag/2_update_6 for the changelog and the binaries. Is there

Re: 4x faster strlen with 4 char sentinel

2016-06-27 Thread Bauss via Digitalmars-d-announce
On Tuesday, 28 June 2016 at 03:58:23 UTC, Jay Norwood wrote: On Tuesday, 28 June 2016 at 03:11:26 UTC, Jay Norwood wrote: On Tuesday, 28 June 2016 at 01:53:22 UTC, deadalnix wrote: If we were in interview, I'd ask you "what does this returns if you pass it an empty string ?" oops. I see ...

Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
Just finished up the base for Diamond and its initiate state with Github and Dub, as well the first guide on using Diamond with vibe.d for websites. Diamond is a MVC / Template framework originally made for a hobby project, but as I developed it further I saw some potential in it and have

Re: foo => "bar" key/value literals in D!

2016-05-23 Thread Bauss via Digitalmars-d-announce
On Monday, 23 May 2016 at 19:00:40 UTC, Adam D. Ruppe wrote: Have I gone completely mad?!?! --- void main() { import std.stdio; writeln(obj!( foo => "bar", baz => 12 )); } --- [...] This is a pretty amazing find! It's like a better

Re: A language comparison (seeking productivity-enhancing, well-designed, and concise languages)

2016-05-23 Thread Bauss via Digitalmars-d-announce
On Monday, 23 May 2016 at 05:37:10 UTC, Ali Çehreli wrote: Found on Reddit: https://www.reddit.com/r/programming/comments/4kmfp6/the_best_quality_programming_languages/ The list:

Re: Diamond - MVC / Template engine

2016-05-23 Thread Bauss via Digitalmars-d-announce
On Monday, 23 May 2016 at 16:15:08 UTC, Luís Marques wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: For more information please view below. Dub repository: https://code.dlang.org/packages/diamond Github: https://github.com/bausshf/Diamond The dub repository seems to have a

Re: Release DUB 0.9.25, new logo and updated website design

2016-05-22 Thread Bauss via Digitalmars-d-announce
On Sunday, 22 May 2016 at 19:36:39 UTC, Sönke Ludwig wrote: This version marks the final milestone before the 1.0.0 release, which is scheduled for mid-June. The API has been cleaned up and will be kept backwards compatible throughout 1.x.x (0.9.25->1.0.0 may still have some breaking changes).

Re: Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
On Saturday, 21 May 2016 at 10:02:17 UTC, Chris wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: [snip] Sounds interesting. Are you planning to add a tutorial / more examples? Typo on your Github page: "on every playform that can compile D" playform => platform Thank you and

Re: Diamond - MVC / Template engine

2016-05-24 Thread Bauss via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 14:54:27 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 13:09:28 UTC, Kagamin wrote: The values are injected unescaped by default? Yes. To escape there is the escape function. Take a look at the comparison for the result. I'm going to figure out a syntax for

Re: Diamond - MVC / Template engine

2016-05-24 Thread Bauss via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 14:57:03 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 14:54:27 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 13:09:28 UTC, Kagamin wrote: The values are injected unescaped by default? Yes. To escape there is the escape function. Take a look at the comparison for

Re: Diamond - MVC / Template engine

2016-05-24 Thread Bauss via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 15:00:34 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 14:57:03 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 14:54:27 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 13:09:28 UTC, Kagamin wrote: The values are injected unescaped by default? Yes. To escape there is the

Re: Diamond - MVC / Template engine

2016-05-24 Thread Bauss via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 15:03:28 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 15:00:34 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 14:57:03 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 14:54:27 UTC, Bauss wrote: On Tuesday, 24 May 2016 at 13:09:28 UTC, Kagamin wrote: The values are

Re: Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
On Saturday, 21 May 2016 at 19:46:38 UTC, Vladimir Panteleev wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: Just finished up the base for Diamond and its initiate state with Github and Dub, as well the first guide on using Diamond with vibe.d for websites. The name is taken :)

Re: Diamond - MVC / Template engine

2016-05-21 Thread Bauss via Digitalmars-d-announce
On Saturday, 21 May 2016 at 11:02:41 UTC, Bauss wrote: On Saturday, 21 May 2016 at 10:02:17 UTC, Chris wrote: On Saturday, 21 May 2016 at 08:20:00 UTC, Bauss wrote: [snip] Sounds interesting. Are you planning to add a tutorial / more examples? Typo on your Github page: "on every playform

Re: Sociomantic's short DConf2016 video

2016-05-24 Thread Bauss via Digitalmars-d-announce
On Tuesday, 24 May 2016 at 11:06:45 UTC, Leandro Lucarella wrote: For the ones that missed it (and the ones that didn't too), here is a short video about the conference. https://vimeo.com/167235872 Looks amazing. I hope, I can get to join the next one! :)

Re: Diamond - MVC / Template engine

2016-05-25 Thread Bauss via Digitalmars-d-announce
On Wednesday, 25 May 2016 at 12:29:03 UTC, Kagamin wrote: On Tuesday, 24 May 2016 at 14:57:03 UTC, Bauss wrote: Note: If you have a better suggestion, feel free to come with one :) I'd say do what razor does: raw output should require extra syntax. Weren't templates created in order to not

Re: DlangUI 0.9.0: Console backend added

2016-09-13 Thread Bauss via Digitalmars-d-announce
On Friday, 9 September 2016 at 11:21:07 UTC, Vadim Lopatin wrote: Some screenshots (from dlangui example1 app): http://i63.tinypic.com/2wn1bg9.png http://i66.tinypic.com/142yctx.png http://i64.tinypic.com/snlc08.png http://i64.tinypic.com/2n16vcw.png Good job, but why do people still

Re: New user, even she does not know yet

2016-09-30 Thread Bauss via Digitalmars-d-announce
On Monday, 26 September 2016 at 12:06:58 UTC, Daniel Kozak wrote: https://onedrive.live.com/?authkey=!AEQ5lsngH-Oe3DA=87E57DF7155C89C9!24197=87E57DF7155C89C9 Congratulations

Re: D IDE - Coedit 3 first beta

2016-11-27 Thread Bauss via Digitalmars-d-announce
On Tuesday, 22 November 2016 at 23:38:53 UTC, Basile B. wrote: - Changelog: https://gist.github.com/BBasile/5dfb21fd6bd5848922867633eb4136f5 - Github release page: https://github.com/BBasile/Coedit/releases/tag/3_beta_1 Note that this announce is short on purpose. It's a pre-release, however

Re: DCD 0.9.0 released

2017-07-06 Thread bauss via Digitalmars-d-announce
On Monday, 3 July 2017 at 08:30:52 UTC, Basile@dlang-community wrote: I'm glad to announce that the dlang-community has released DCD 0.9.0[1] [...] Is there a way to set this up with atom?

Diamond MVC / Template Engine - v2.0.4 Released

2017-10-13 Thread bauss via Digitalmars-d-announce
So I finally got around having time in my life to work with Diamond, which also meant fixing a few things in it, such as making it compatible with the latest version of DMD. Version 2.0.4 includes the following additions: * Support for escaped expressions using @$=expression; * Compiles with

Re: Diamond MVC / Template Engine - v2.0.4 Released

2017-10-13 Thread bauss via Digitalmars-d-announce
On Friday, 13 October 2017 at 07:16:14 UTC, bauss wrote: So I finally got around having time in my life to work with Diamond, which also meant fixing a few things in it, such as making it compatible with the latest version of DMD. Version 2.0.4 includes the following additions: I

Re: Diamond MVC / Template Engine - v2.0.4 Released

2017-10-13 Thread bauss via Digitalmars-d-announce
On Friday, 13 October 2017 at 07:23:03 UTC, bauss wrote: On Friday, 13 October 2017 at 07:16:14 UTC, bauss wrote: So I finally got around having time in my life to work with Diamond, which also meant fixing a few things in it, such as making it compatible with the latest version of DMD.

Re: remake of remake of Konami's Knightmare

2017-11-23 Thread bauss via Digitalmars-d-announce
On Thursday, 23 November 2017 at 12:18:38 UTC, ketmar wrote: recently i worked on remake of DOS remake of Konami's Knightmare game[0]. the game is playable now, it has music from original MSX Knightmare, and sfx/gfx/levels from DOS remake. it is written in D, of course, and it is FOSS. you can

Re: Released vibe.d 0.8.2

2017-12-17 Thread bauss via Digitalmars-d-announce
On Sunday, 17 December 2017 at 14:13:05 UTC, WebFreak001 wrote: On Sunday, 17 December 2017 at 12:52:57 UTC, bauss wrote: This shouldn't have been released as 0.8.2, because it has a lot of breaking changes. For an instance anything that relies on HTTPServerRequest.path will break. I'm

Re: Released vibe.d 0.8.2

2017-12-17 Thread bauss via Digitalmars-d-announce
This shouldn't have been released as 0.8.2, because it has a lot of breaking changes. For an instance anything that relies on HTTPServerRequest.path will break. I'm aware that there has been added the "requestPath" property, but it's still a breaking change to all existing code that relies

Re: Diamond Full-stack MVC / Template Engine - v2.5.4 Released!

2017-12-17 Thread bauss via Digitalmars-d-announce
These are the features that are upcoming for the next releases. * Getting rid of deprecated feature usage with mysql-native. * SEO API * Soap/Webservice support

Diamond Full-stack MVC / Template Engine - v2.5.4 Released!

2017-12-17 Thread bauss via Digitalmars-d-announce
I'm happy to announce that Diamond v2.5.4 has just been released. This release comes with the following features: * Bug fixes * Websocket support * White-space support for multi-line i18n translations. * Specialized routes (Can fetch resources from external, internal and local locations.)

Re: Released vibe.d 0.8.2

2017-12-17 Thread bauss via Digitalmars-d-announce
On Sunday, 17 December 2017 at 19:13:44 UTC, Sönke Ludwig wrote: But what do you mean with anything will break using `.path`? It follows the usual deprecation path - currently it's just documented as deprecated. In one or two releases, the `deprecated` attribute will be set and a few releases

Re: Released vibe.d 0.8.2

2017-12-17 Thread bauss via Digitalmars-d-announce
On Sunday, 17 December 2017 at 20:55:15 UTC, bauss wrote: private Nullable!string _path; Also does this really make sense? Why not just have it: private string _path; Then instead of: string path() @safe { if (_path.isNull) {

Re: Released vibe.d 0.8.2

2017-12-12 Thread bauss via Digitalmars-d-announce
On Tuesday, 12 December 2017 at 19:44:17 UTC, Sönke Ludwig wrote: The major changes in this release are HTTP forward proxy support, handling incoming HTTP requests on custom transports and a MongoDB based session store. On top of that, there are many smaller improvements in the HTTP server,

Re: The final form of the keyboard = ShionKeys

2017-11-10 Thread bauss via Digitalmars-d-announce
On Friday, 10 November 2017 at 15:06:20 UTC, Shion wrote: I want to make more people aware of my project of trying to change the world (ShionKeys), seek proliferation. More project content will be announced at sales time / crowdfunding time. Please administrator support this project do not

Re: The latest Terrarium TV 1.8.1 has been updated.

2017-11-10 Thread bauss via Digitalmars-d-announce
On Friday, 10 November 2017 at 10:14:45 UTC, Theresa Henson wrote: On Wednesday, 8 November 2017 at 10:47:42 UTC, Joakim wrote: On Wednesday, 8 November 2017 at 10:36:46 UTC, codephantom wrote: On Wednesday, 8 November 2017 at 09:40:01 UTC, Theresa Henson wrote: The update is compatible with

Re: Munich D Meetup November 2017

2017-11-13 Thread bauss via Digitalmars-d-announce
On Monday, 13 November 2017 at 18:43:13 UTC, Dragos Carp wrote: Hi all, Tomorrow November 14th, we will have our next Munich meetup. This time Seb and Stefan will give an introductory talk about templates and CTFE. After Andrei's awesome talk last month, we are happy to welcome new members

Re: Project Highlight: Diamond MVC Framework

2017-11-20 Thread bauss via Digitalmars-d-announce
On Monday, 20 November 2017 at 14:39:43 UTC, Mike Parker wrote: You may have seen announcements regarding Diamond here in the forums. The project maintainer, Jason Jensen, a.k.a bauss, provided me with some info about it for a Project Highlight on the D Blog. Blog:

Re: Diamond MVC / Template Engine - v2.1.0 Released

2017-11-03 Thread bauss via Digitalmars-d-announce
On Thursday, 2 November 2017 at 22:55:04 UTC, WebFreak001 wrote: On Thursday, 19 October 2017 at 23:29:57 UTC, bauss wrote: I'm pleased to announce that I have just released Diamond 2.1.0. There has been a lot of updating to Diamond since last announced release. [...] Looks really

Re: Diamond MVC / Template Engine - v2.1.0 Released

2017-11-04 Thread bauss via Digitalmars-d-announce
On Friday, 3 November 2017 at 14:43:32 UTC, WebFreak001 wrote: On Friday, 3 November 2017 at 14:16:53 UTC, bauss wrote: On Thursday, 2 November 2017 at 22:55:04 UTC, WebFreak001 wrote: [...] I don't normally use VS Code, so to create a template for it are there anything specific it must

Diamond Full-stack MVC / Template Engine - v2.5.0 Released!

2017-11-08 Thread bauss via Digitalmars-d-announce
Hello D Community! I'm pleased to announce Diamond v2.5.0. What is Diamond? Diamond is a powerful MVC / Template Framework inspired by ASP.NET MVC using vibe.d as backend. It was originally written as an alternative template engine to vibe.d's Diet templtes, but has since then evolved into

Re: Diamond MVC / Template Engine - v2.1.0 Released

2017-10-28 Thread bauss via Digitalmars-d-announce
On Saturday, 28 October 2017 at 13:01:56 UTC, Kapps wrote: This looks very cool. I already ended up doing my more recent project in C# partially due to wanting ASP.NET MVC and Entity Framework, but this would have been a really nice replacement to ASP.NET MVC. Yeah, it has been inspired by

Re: Diamond MVC / Template Engine - v2.1.0 Released

2017-10-25 Thread bauss via Digitalmars-d-announce
On Thursday, 19 October 2017 at 23:29:57 UTC, bauss wrote: I'm pleased to announce that I have just released Diamond 2.1.0. There has been a lot of updating to Diamond since last announced release. Diamond has also moved repository from my personal Github to an organization Github. The

Re: Diamond mentioned in stackshare.io article

2018-05-06 Thread bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 18:56:52 UTC, Gheorghe Gabriel wrote: On Saturday, 5 May 2018 at 14:06:45 UTC, Bauss wrote: On Saturday, 5 May 2018 at 12:32:38 UTC, Gheorghe Gabriel wrote: On Saturday, 5 May 2018 at 12:17:48 UTC, Bauss wrote: On Saturday, 5 May 2018 at 12:14:38 UTC, bachmeier

Re: Diamond mentioned in stackshare.io article

2018-05-07 Thread bauss via Digitalmars-d-announce
On Sunday, 6 May 2018 at 19:33:09 UTC, Gheorghe Gabriel wrote: On Sunday, 6 May 2018 at 18:05:45 UTC, bauss wrote: On Saturday, 5 May 2018 at 18:56:52 UTC, Gheorghe Gabriel wrote: [...] I could be wrong, but I think D has some issues with DLL's at the moment, so recompiling is the only way

Re: Funding for code-d/serve-d

2018-05-07 Thread bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 11:21:29 UTC, Mike Parker wrote: This morning at the Hackathon I announced that the D Foundation is raising money for code-d/serve-d, the plugin for Visual Studio Code and its companion Microsoft Language Server Protocol implementation for D. [...] There! I went

Diamond mentioned in stackshare.io article

2018-05-05 Thread Bauss via Digitalmars-d-announce
Read article here: https://stackshare.io/posts/dev-tools-roundup-april-2018 Why is this relevant? Because it means that D is getting some exposure to industrial development!

Re: Diamond mentioned in stackshare.io article

2018-05-05 Thread Bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 12:14:38 UTC, bachmeier wrote: On Saturday, 5 May 2018 at 10:00:16 UTC, Bauss wrote: Because it means that D is getting some exposure to industrial development! Absolutely. This, not [technical feature X], is what will lead to adoption of D. Agreed! D can have

Re: Funding for code-d/serve-d

2018-05-05 Thread Bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 11:21:29 UTC, Mike Parker wrote: This morning at the Hackathon I announced that the D Foundation is raising money for code-d/serve-d, the plugin for Visual Studio Code and its companion Microsoft Language Server Protocol implementation for D. We've set up a goal of

Re: Diamond mentioned in stackshare.io article

2018-05-05 Thread Bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 10:44:37 UTC, Mengu wrote: On Saturday, 5 May 2018 at 10:00:16 UTC, Bauss wrote: Read article here: https://stackshare.io/posts/dev-tools-roundup-april-2018 Why is this relevant? Because it means that D is getting some exposure to industrial development!

Re: Diamond mentioned in stackshare.io article

2018-05-05 Thread Bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 12:32:38 UTC, Gheorghe Gabriel wrote: On Saturday, 5 May 2018 at 12:17:48 UTC, Bauss wrote: On Saturday, 5 May 2018 at 12:14:38 UTC, bachmeier wrote: On Saturday, 5 May 2018 at 10:00:16 UTC, Bauss wrote: Because it means that D is getting some exposure to

Re: unit-threaded v0.7.45 - now with more fluency

2018-05-09 Thread bauss via Digitalmars-d-announce
On Saturday, 5 May 2018 at 15:51:11 UTC, Johannes Loher wrote: On Saturday, 5 May 2018 at 13:28:41 UTC, Atila Neves wrote: For those not in the know, unit-threaded is an advanced testing library for D that runs tests in threads by default. It has a lot of features:

Re: unit-threaded v0.7.45 - now with more fluency

2018-05-09 Thread bauss via Digitalmars-d-announce
On Wednesday, 9 May 2018 at 10:37:52 UTC, Cym13 wrote: On Wednesday, 9 May 2018 at 04:40:37 UTC, Nick Sabalausky (Abscissa) wrote: On 05/08/2018 05:05 AM, Cym13 wrote: [...] No, it really doesn't mean the same thing at all. Not when you look away from the unimportant implementation details

Re: GitHub could be acquired by Microsoft

2018-06-09 Thread bauss via Digitalmars-d-announce
On Saturday, 9 June 2018 at 23:41:43 UTC, Nick Sabalausky (Abscissa) wrote: (I just hope it doesn't lead to GitLab running out of cash too.) And then Microsoft acquires both and everyone moves to Bitbucket. Endless cycle :)

Diamond (Full-stack MVC web-framework) - v2.10.0 (GDPR Patch)

2018-06-09 Thread bauss via Digitalmars-d-announce
Happy to announce version 2.10.0 of Diamond. This release is primarily a GDPR Security Patch with respect for privacy during logging, sensitive data detection/validation etc. Of course as with everything else in Diamond it can be tweaked as much as you want, or disabled. Since last

Re: emeralD - Command-line tool for template files

2018-06-18 Thread bauss via Digitalmars-d-announce
On Sunday, 17 June 2018 at 23:04:59 UTC, bauss wrote: Github: https://github.com/DiamondMVC/emeralD Thank you! Scaffolding has now been added, along with shell command passing. This makes it possible to use emeralD for like project shells, build tool combination and multiple file

Re: emeralD - Command-line tool for template files

2018-06-18 Thread bauss via Digitalmars-d-announce
On Monday, 18 June 2018 at 10:42:53 UTC, Dechcaudron wrote: On Sunday, 17 June 2018 at 23:04:59 UTC, bauss wrote: For more information see the Github repository and for examples see the read me. Could we get a complete, simple usage example? Like target directory structure and how to invoke

Re: emeralD - Command-line tool for template files

2018-06-18 Thread bauss via Digitalmars-d-announce
On Monday, 18 June 2018 at 13:31:40 UTC, bauss wrote: The files will be created / copied to the current working directory. In the next version you'll be able to specify folders that you work in and give them a name which can be used to invoke emeralD from anywhere and still work in the

Re: Aalborg D meetup

2018-06-13 Thread bauss via Digitalmars-d-announce
On Wednesday, 13 June 2018 at 11:17:15 UTC, biocyberman wrote: Reminded by Mike with Seoul D meetup (https://forum.dlang.org/thread/fvswwfcbuuqkaqpmp...@forum.dlang.org) I will unleash my excitement to tell you that we are going to have first D meetup at Aalborg, Denmark 21st June:

Re: iopipe v0.1.0 - now with Windows support!

2018-06-13 Thread bauss via Digitalmars-d-announce
On Sunday, 10 June 2018 at 20:10:31 UTC, Steven Schveighoffer wrote: -Steve Does iopipe work with CTFE?

Re: Aalborg D meetup

2018-06-13 Thread bauss via Digitalmars-d-announce
On Wednesday, 13 June 2018 at 12:12:11 UTC, bauss wrote: I'll be there since I live there and would be nice to see monthly meetups! :) I forgot to ask. Is it free entry? :)

Re: D only has Advantages

2018-06-14 Thread bauss via Digitalmars-d-announce
On Thursday, 14 June 2018 at 20:04:06 UTC, Walter Bright wrote: On 6/14/2018 12:30 PM, Jordan Wilson wrote: I remember reading your answer on how you generate income. You said you bought high and sold low. I suffered several losses before I realised your particular sense of humor. My

Re: Aalborg D meetup

2018-06-15 Thread bauss via Digitalmars-d-announce
On Friday, 15 June 2018 at 08:45:29 UTC, Bienlein wrote: On Friday, 15 June 2018 at 07:34:07 UTC, biocyberman wrote: On Friday, 15 June 2018 at 07:20:04 UTC, Bienlein wrote: On Wednesday, 13 June 2018 at 12:37:26 UTC, bauss wrote: On Wednesday, 13 June 2018 at 12:12:11 UTC, bauss wrote: I'll

emeralD - Command-line tool for template files

2018-06-17 Thread bauss via Digitalmars-d-announce
emeralD is a command-line tool for template files that can be used to generate code files, configurations etc. It's a very useful tool for generating files that you'd normally have to create by hand. The idea for emeralD was not actually by me, but by Moogly (I don't know what he goes by in

Re: DasBetterC: Converting make.c to D

2018-06-11 Thread bauss via Digitalmars-d-announce
On Monday, 11 June 2018 at 14:52:13 UTC, Andrea Fontana wrote: On Monday, 11 June 2018 at 14:21:20 UTC, Mike Parker wrote: Walter's latest post on -betterC is now on the blog. Here, he shows step-by-step an example of using -betterC to convert a real-world program, one small enough to describe

Re: I have a plan.. I really DO

2018-06-29 Thread bauss via Digitalmars-d-announce
On Friday, 29 June 2018 at 20:13:07 UTC, Ecstatic Coder wrote: On Friday, 29 June 2018 at 19:46:06 UTC, bauss wrote: On Friday, 29 June 2018 at 19:42:56 UTC, Ecstatic Coder wrote: On Friday, 29 June 2018 at 17:09:44 UTC, JN wrote: On Friday, 29 June 2018 at 08:43:34 UTC, Ecstatic Coder wrote:

Re: I have a plan.. I really DO

2018-06-29 Thread bauss via Digitalmars-d-announce
On Friday, 29 June 2018 at 17:08:12 UTC, Ecstatic Coder wrote: If you're a web developer with no dependencies then youre either reinventing the wheel (could cause trouble in the long run, if your implementations aren't correct.) Or your application just isn't more than a hobby project. Most

Re: I have a plan.. I really DO

2018-06-29 Thread Bauss via Digitalmars-d-announce
On Friday, 29 June 2018 at 12:32:46 UTC, Ecstatic Coder wrote: On Friday, 29 June 2018 at 10:06:12 UTC, bauss wrote: On Friday, 29 June 2018 at 08:43:34 UTC, Ecstatic Coder wrote: As you know, I'm convinced that D could be marketed as the perfect language to develop native web servers and

Re: I have a plan.. I really DO

2018-06-29 Thread bauss via Digitalmars-d-announce
On Friday, 29 June 2018 at 19:42:56 UTC, Ecstatic Coder wrote: On Friday, 29 June 2018 at 17:09:44 UTC, JN wrote: On Friday, 29 June 2018 at 08:43:34 UTC, Ecstatic Coder wrote: Once Crystal integrates parallelism (at 1.0), it should become de facto one of the best alternative to Go, Java, C#,

Re: 'static foreach' chapter and more

2018-06-25 Thread Bauss via Digitalmars-d-announce
On Tuesday, 26 June 2018 at 01:52:42 UTC, Ali Çehreli wrote: I've made some online improvements to "Programming in D" since September 2017. [...] Great work on the book and keeping it up to date!

Re: Aalborg D meetup

2018-06-19 Thread bauss via Digitalmars-d-announce
On Monday, 18 June 2018 at 20:17:41 UTC, biocyberman wrote: On Friday, 15 June 2018 at 08:45:29 UTC, Bienlein wrote: On Friday, 15 June 2018 at 07:34:07 UTC, biocyberman wrote: On Friday, 15 June 2018 at 07:20:04 UTC, Bienlein wrote: On Wednesday, 13 June 2018 at 12:37:26 UTC, bauss wrote:

Re: LDC 1.10.0

2018-06-19 Thread Bauss via Digitalmars-d-announce
On Tuesday, 19 June 2018 at 22:10:38 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.10. The highlights of this version in a nutshell: * Based on D 2.080.1. * Win64: Breaking ABI change by passing vectors efficiently in registers. * Config file

Re: Mir Algorithm v1.1.3

2018-07-02 Thread Bauss via Digitalmars-d-announce
On Sunday, 1 July 2018 at 15:18:55 UTC, 9il wrote: Mir Algorithm [1, 2] = Dlang core library for math, finance and a home for Dlang multidimensional array package - ndslice. New features: - most of routines in mir.ndslice.topology (e.g. map, zip, stride) accept common arrays

Re: I have a plan.. I really DO

2018-06-30 Thread Bauss via Digitalmars-d-announce
On Saturday, 30 June 2018 at 12:59:02 UTC, punkUser wrote: I don't normally contribute a lot here but as I've been using a fair mix of C/C++, D and Rust lately for a variety of projects from game dev to web to services, I have a few thoughts. Without exhaustively comparing the different

Re: mysql-native v2.0.0-rc1: Release Candidate: Redesigned Prepared

2018-02-08 Thread bauss via Digitalmars-d-announce
On Monday, 5 February 2018 at 04:47:07 UTC, Nick Sabalausky (Abscissa) wrote: An all-D MySQL/MariaDB client library: https://github.com/mysql-d/mysql-native -- I've tagged a release candidate ("v2.0.0-rc1") which, among other various enhancements and cleanups,

Re: NES emulator written in D

2018-02-07 Thread bauss via Digitalmars-d-announce
On Saturday, 3 February 2018 at 13:52:17 UTC, blahness wrote: Hi everyone, Not sure how interested people here will be with this but I've ported https://github.com/fogleman/nes from Go to D [1]. I should point out that I'm not the author of the original Go version. The emulator code itself

Re: Aalborg D meetup

2018-06-20 Thread bauss via Digitalmars-d-announce
On Wednesday, 20 June 2018 at 13:42:23 UTC, biocyberman wrote: On Tuesday, 19 June 2018 at 13:33:12 UTC, bauss wrote: On Monday, 18 June 2018 at 20:17:41 UTC, biocyberman wrote: [...] Just to be correct about the location. It would be the meeting room at the 14th floor or is it meeting

Re: emeralD - Command-line tool for template files

2018-06-19 Thread Bauss via Digitalmars-d-announce
On Monday, 18 June 2018 at 20:26:06 UTC, biocyberman wrote: On Sunday, 17 June 2018 at 23:04:59 UTC, bauss wrote: emeralD is a command-line tool for template files that can be used to generate code files, configurations etc. It's a very useful tool for generating files that you'd normally

Re: I have a plan.. I really DO

2018-07-10 Thread bauss via Digitalmars-d-announce
On Friday, 6 July 2018 at 23:27:57 UTC, RhyS wrote: Total 1336 packages found. 3359 total shards D has had a major release. Crystal has had a minor release. Total 1339 packages 3382 total shards This is a really weak point, because it doesn't show the quality of the packages. Just

Re: D Security Team has been initiated

2018-07-11 Thread bauss via Digitalmars-d-announce
On Wednesday, 11 July 2018 at 05:28:45 UTC, Seb wrote: If you have a security-related concern or issue and feel like this shouldn't be discussed in public, please don't hesitate to contact us in private at: https://dlang.org/security The menu gives a 404 because it links to

Re: mysql-native v2.1.0

2018-03-07 Thread bauss via Digitalmars-d-announce
On Wednesday, 7 March 2018 at 10:14:08 UTC, Nick Sabalausky (Abscissa) wrote: On 03/06/2018 01:54 PM, bauss wrote: On Tuesday, 6 March 2018 at 18:36:45 UTC, bauss wrote: Like more specifically do I still call lockConnection() on a MySQLPool? If you're using vibe.d and MySQLPool, then yes.

Re: mysql-native v2.1.0

2018-03-07 Thread bauss via Digitalmars-d-announce
On Wednesday, 7 March 2018 at 11:04:10 UTC, Nick Sabalausky (Abscissa) wrote: On 03/06/2018 01:31 PM, bauss wrote: I can't seem to find any examples on how they were updated and what exactly to change in my code. Also, FWIW, mysql-native uses semantic versioning (semver), so anything

Re: mysql-native v2.1.0

2018-03-06 Thread bauss via Digitalmars-d-announce
On Tuesday, 6 March 2018 at 18:31:08 UTC, bauss wrote: On Saturday, 3 March 2018 at 07:37:38 UTC, Nick Sabalausky (Abscissa) wrote: [...] I'm unsure how I'd go about implementing prepared statements in a vibe.d application correctly. [...] Like more specifically do I still call

Re: mysql-native v2.1.0

2018-03-06 Thread bauss via Digitalmars-d-announce
On Tuesday, 6 March 2018 at 18:36:45 UTC, bauss wrote: On Tuesday, 6 March 2018 at 18:31:08 UTC, bauss wrote: On Saturday, 3 March 2018 at 07:37:38 UTC, Nick Sabalausky (Abscissa) wrote: [...] I'm unsure how I'd go about implementing prepared statements in a vibe.d application correctly.

Re: mysql-native v2.1.0

2018-03-07 Thread bauss via Digitalmars-d-announce
On Wednesday, 7 March 2018 at 19:36:57 UTC, bauss wrote: On Wednesday, 7 March 2018 at 11:04:10 UTC, Nick Sabalausky (Abscissa) wrote: On 03/06/2018 01:31 PM, bauss wrote: I can't seem to find any examples on how they were updated and what exactly to change in my code. Also, FWIW,

Diamond Full-stack MVC / Template Engine - v2.7.0 Released!

2018-03-07 Thread bauss via Digitalmars-d-announce
I finally got around and fixed the last corners here and there. If you wonder what Diamond is, then it's a library for developing full-stack MVC web-applications based on vibe.d. It contains a lot of features (Which you can see in the READ ME) To name a few of the key features: * Full

Re: Documentation for any* dub package, any version

2018-03-07 Thread bauss via Digitalmars-d-announce
On Friday, 2 March 2018 at 00:04:10 UTC, Adam D. Ruppe wrote: On Thursday, 1 March 2018 at 11:00:15 UTC, Jonas Drewsen wrote: Would be cool if you could add support for creating docs from any dub project stored on github and not only the ones on code.dlang.org. That might be possible too.

Re: Lobst.rs now has a "D" tag

2018-03-07 Thread Bauss via Digitalmars-d-announce
On Wednesday, 7 March 2018 at 16:34:31 UTC, Pradeep Gowda wrote: https://lobste.rs/t/d Please do not forget to tag your D related submissions with the "D" tag. Can someone invite me at baussproje...@gmail.com

Re: mysql-native v2.1.0

2018-03-07 Thread Bauss via Digitalmars-d-announce
On Thursday, 8 March 2018 at 07:03:15 UTC, Nick Sabalausky (Abscissa) wrote: On 03/07/2018 04:53 PM, bauss wrote: I can't seem to reproduce it now, but I'll keep an eye for it and see if it still happens, but I think the problem is when you return the connection from a function. I had

Re: mysql-native v2.1.0

2018-03-08 Thread bauss via Digitalmars-d-announce
On Thursday, 8 March 2018 at 06:49:52 UTC, Nick Sabalausky (Abscissa) wrote: On 03/07/2018 02:32 PM, bauss wrote: Wait why has it been updated to array() ? So it's not a real range anymore? Or was it always represented as an array behind the scenes? I just feel like allocating it into an

Re: Diamond Full-stack MVC / Template Engine - v2.7.0 Released!

2018-03-08 Thread bauss via Digitalmars-d-announce
On Wednesday, 7 March 2018 at 22:51:10 UTC, Adam D. Ruppe wrote: And api documentation for the new version! http://diamond.dpldocs.info/v2.7.0/index.html Thanks for updating it! On Thursday, 8 March 2018 at 01:38:55 UTC, Mike Parker wrote: On Wednesday, 7 March 2018 at 22:37:36 UTC, bauss

Re: mysql-native v2.1.0

2018-03-08 Thread bauss via Digitalmars-d-announce
On Thursday, 8 March 2018 at 13:33:32 UTC, Nick Sabalausky (Abscissa) wrote: Sonke figured out just a few hours ago, and I confirmed, that #170 is caused by a bug in MySQLPool.lockConnection introduced in v2.1.0. I plan to have that fixed with a new release today. That bug turned out to be

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 

2018-03-16 Thread bauss via Digitalmars-d-announce
On Thursday, 15 March 2018 at 18:45:51 UTC, Anton Fediushin wrote: On Thursday, 15 March 2018 at 09:32:50 UTC, bauss wrote: Fun, but seems pretty useless in practice. I disagree. Ecoji (base1024) has bigger character set meaning that it can encode more information per emoji than base64 can

Re: "Advent of D" article on Reddit

2018-03-08 Thread bauss via Digitalmars-d-announce
On Thursday, 8 March 2018 at 21:19:25 UTC, Ali Çehreli wrote: Reposting here from the main newsgroup: https://www.reddit.com/r/programming/comments/82xyu6/advent_of_d_learning_d_with_advent_of_code/ Ali Lmao I love Reddit. The D hate has moved onto a new level. Instead of hating on D,

Re: mysql-native v2.1.0

2018-03-08 Thread bauss via Digitalmars-d-announce
On Thursday, 8 March 2018 at 16:24:22 UTC, Steven Schveighoffer wrote: On 3/8/18 11:14 AM, bauss wrote: On Thursday, 8 March 2018 at 15:09:07 UTC, Steven Schveighoffer wrote: The point of a pool is to avoid some costly setup. In my case, I'm not even closing the connection because I feel the

Re: Ecoji-d v1.0.0 is released - Base1024 using emojis 

2018-03-15 Thread bauss via Digitalmars-d-announce
On Wednesday, 14 March 2018 at 17:30:18 UTC, Anton Fediushin wrote: , I'm glad to announce that ecoji-d - pure D implementation of ecoji encoding version 1️⃣.0️⃣.0️⃣ is finally released❗ What is ecoji? Ecoji encodes data as base1024 with an emoji character set. It can be used instead of

Re: Released vibe.d 0.8.3

2018-03-09 Thread bauss via Digitalmars-d-announce
On Friday, 9 March 2018 at 10:07:28 UTC, Sönke Ludwig wrote: The deprecation phase of the legacy "vibe-d:core" module starts with this release by defaulting to the new "vibe-core" package. Additionally, DMD 2.079.0 is finally supported, and some notable improvements have been made to the HTTP

Re: "Advent of D" article on Reddit

2018-03-09 Thread bauss via Digitalmars-d-announce
On Friday, 9 March 2018 at 05:47:08 UTC, sarn wrote: On Friday, 9 March 2018 at 05:34:31 UTC, bauss wrote: Lmao I love Reddit. The D hate has moved onto a new level. Instead of hating on D, it's now geared towards the amount of upvotes a D post on reddit gets. What an amusement. To be

Re: mysql-native v2.1.0

2018-03-08 Thread bauss via Digitalmars-d-announce
On Thursday, 8 March 2018 at 15:09:07 UTC, Steven Schveighoffer wrote: The point of a pool is to avoid some costly setup. In my case, I'm not even closing the connection because I feel the "cost" of allocating a connection from the heap isn't worth worrying about. But I also limit the pool so

  1   2   3   >