Re: VibeD Rest Interface Generator

2018-03-04 Thread aberba via Digitalmars-d-learn
On Saturday, 3 March 2018 at 02:32:11 UTC, Mario wrote: So I've been learning D since the day 11 (I posted for first time here) and now I've decided to try Vibe.D to make my company API. The fact is that I've achieved to do it (according to the provided code) and it works! But it shows a

Re: Documentation for any* dub package, any version

2018-02-27 Thread aberba via Digitalmars-d-announce
On Tuesday, 27 February 2018 at 09:17:21 UTC, bauss wrote: On Tuesday, 27 February 2018 at 09:16:12 UTC, bauss wrote: On Monday, 26 February 2018 at 14:59:07 UTC, Adam D. Ruppe wrote: [...] Tried with http://diamond.dpldocs.info/arsd.html and it gives a 404 Nvm, I see how stupid I was.

Re: D for microservices

2018-02-25 Thread aberba via Digitalmars-d
On Saturday, 24 February 2018 at 10:03:07 UTC, Joakim wrote: On Thursday, 22 February 2018 at 21:59:27 UTC, aberba wrote: On Thursday, 22 February 2018 at 08:54:04 UTC, Joakim wrote: [...] That makes me very happy!! Very much appreciated. I've updated ldc master to use Yuxuan's druntime

Re: Vibe.d no more using static this() {}

2018-02-25 Thread aberba via Digitalmars-d-learn
On Sunday, 25 February 2018 at 01:15:06 UTC, Seb wrote: On Friday, 23 February 2018 at 23:11:13 UTC, aberba wrote: I recently noticed vibe.d now using main loop which call the vibe.d event loop. "Recently"? FWIW this has been phased out a long time ago ;-) That's how I've been doing it

Re: Postgres and other database interfaces

2018-02-24 Thread aberba via Digitalmars-d
On Saturday, 24 February 2018 at 08:32:38 UTC, Paolo Invernizzi wrote: On Saturday, 24 February 2018 at 07:57:47 UTC, aberba wrote: On Saturday, 24 February 2018 at 05:33:56 UTC, Joe wrote: 4. ddb. About the same number of downloads as the above. Implemented on top of front/backend protocol.

Re: Postgres and other database interfaces

2018-02-24 Thread aberba via Digitalmars-d
On Saturday, 24 February 2018 at 05:33:56 UTC, Joe wrote: Back on 13 January, I posted in the Learn forum some questions regarding using Postgres and got a reply that stated the following: On Monday, 15 January 2018 at 02:28:29 UTC, Matthias Klumpp wrote: In any case, please don't start

Re: Vibe.d no more using static this() {}

2018-02-23 Thread aberba via Digitalmars-d-learn
On Friday, 23 February 2018 at 23:11:13 UTC, aberba wrote: I recently noticed vibe.d now using main loop which call the vibe.d event loop. Why that change? Like: #!/usr/bin/env dub /+ dub.sdl: name "hello_vibed" dependency "vibe-d" version="~>0.8.0" +/ import vibe.d; void main() { auto

Vibe.d no more using static this() {}

2018-02-23 Thread aberba via Digitalmars-d-learn
I recently noticed vibe.d now using main loop which call the vibe.d event loop. Why that change?

Re: mysql-native v2.1.0-rc1: New features

2018-02-23 Thread aberba via Digitalmars-d-announce
On Friday, 23 February 2018 at 22:15:37 UTC, Nick Sabalausky (Abscissa) wrote: An all-D MySQL/MariaDB client library: https://github.com/mysql-d/mysql-native == [...] That's a very useful feature. Will simplify some code. As well as additional tools for

Re: Beta 2.079.0

2018-02-23 Thread aberba via Digitalmars-d-announce
On Friday, 23 February 2018 at 11:24:24 UTC, Jonathan M Davis wrote: On Friday, February 23, 2018 10:57:21 Martin Nowak via Digitalmars-d- announce wrote: On Friday, 23 February 2018 at 10:48:10 UTC, psychoticRabbit wrote: > If D just wants to become a compiled scripting > language...good

Re: Beta 2.079.0

2018-02-23 Thread aberba via Digitalmars-d-announce
On Friday, 23 February 2018 at 03:26:11 UTC, Seb wrote: On Friday, 23 February 2018 at 03:20:22 UTC, psychoticRabbit wrote: compared to the current change in beta. FWIW the change is almost gone from the beta: https://github.com/dlang/dmd/pull/7939 Glad its *almost* gone. That change

Re: D for microservices

2018-02-22 Thread aberba via Digitalmars-d
On Thursday, 22 February 2018 at 08:54:04 UTC, Joakim wrote: On Monday, 23 October 2017 at 18:18:28 UTC, Jacob Carlborg wrote: [...] Yuxuan Shui has ported druntime to Musl over the last couple months: https://github.com/dlang/druntime/pulls?q=is%3Apr+author%3Ayshui+is%3Aclosed With his

Re: Why std_data_json is not default in phobos

2018-02-22 Thread aberba via Digitalmars-d
On Thursday, 22 February 2018 at 07:56:12 UTC, Jonathan M Davis wrote: On Thursday, February 22, 2018 07:24:30 aberba via Digitalmars-d wrote: [...] I did use Java in previous jobs, but I don't curently use it. In recent years, I've done far more with C++ and D, and my current job mostly

Re: Beta 2.079.0

2018-02-22 Thread aberba via Digitalmars-d-announce
On Wednesday, 21 February 2018 at 10:54:11 UTC, Jonathan M Davis wrote: On Wednesday, February 21, 2018 10:24:41 Paolo Invernizzi via Digitalmars-d- announce wrote: On Wednesday, 21 February 2018 at 10:15:48 UTC, Jonathan M Davis wrote: > [...] Was there a DIP for that? No, and I have no

Re: D source code formatter

2018-02-21 Thread aberba via Digitalmars-d
On Thursday, 22 February 2018 at 05:38:38 UTC, psychoticRabbit wrote: On Thursday, 22 February 2018 at 04:48:58 UTC, Nicholas Wilson wrote: On Thursday, 22 February 2018 at 04:35:24 UTC, psychoticRabbit wrote: I rely (heavily) on clang-format in my C code. It save me so much effort and has

Re: Why std_data_json is not default in phobos

2018-02-21 Thread aberba via Digitalmars-d
On Tuesday, 20 February 2018 at 21:53:59 UTC, Jonathan M Davis wrote: On Tuesday, February 20, 2018 15:08:04 aberba via Digitalmars-d wrote: [...] Well, ideally, std.json would be replaced with something better, but it does work, and there's always going to be stuff outside of the standard

Re: Why std_data_json is not default in phobos

2018-02-20 Thread aberba via Digitalmars-d
On Tuesday, 20 February 2018 at 12:10:35 UTC, Jonathan M Davis wrote: [...] Hmm. I'm glad its available in dub. Not helpful to those not using dub though. Beginners too.

Re: Why std_data_json is not default in phobos

2018-02-20 Thread aberba via Digitalmars-d
On Tuesday, 20 February 2018 at 09:20:15 UTC, aberba wrote: I've taken a close look at the Api and its looks good. Its been around for a while. Why is it not yet in phobos? https://code.dlang.org/packages/std_data_json To add some context, it was proposed in 2015 for review [1] and some

Why std_data_json is not default in phobos

2018-02-20 Thread aberba via Digitalmars-d
I've taken a close look at the Api and its looks good. Its been around for a while. Why is it not yet in phobos? https://code.dlang.org/packages/std_data_json

Re: countUntil to print all the index of a given string.

2018-02-20 Thread aberba via Digitalmars-d-learn
On Sunday, 18 February 2018 at 15:23:14 UTC, Cym13 wrote: On Sunday, 18 February 2018 at 14:48:59 UTC, Cym13 wrote: [...] Just thought of a much better/simpler solution for that last case that also doesn't force you to read all data (which might be impossible when dealing with infinite

Re: How to run d app as service ?

2018-02-20 Thread aberba via Digitalmars-d
On Monday, 19 February 2018 at 12:29:12 UTC, Jayam wrote: In production server, we need to run Dlang app as service. The Heroku tour Seb wrote about above is one easy way to host a serverside app (if that's what you're looking for). However, serverside apps need someone sort of database so

Knowing the approach to solve a D challenge

2018-02-16 Thread aberba via Digitalmars-d
D has tone of features and library solutions. When you encounter a problem, how do you approach solving it in code? 1. Do you first write it in idiomatic D style or a more general approach before porting to idiomatic D? 2. Do you find yourself mostly rolling out your own implementation

Re: The Expressive C++17 Coding Challenge in D

2018-02-15 Thread aberba via Digitalmars-d-announce
On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why I like D so much:

Re: vib.d suppress 404 for no content written

2018-02-14 Thread aberba via Digitalmars-d-learn
On Wednesday, 14 February 2018 at 14:58:14 UTC, Seb wrote: On Wednesday, 14 February 2018 at 14:30:19 UTC, Nicholas Wilson wrote: I have an endpoint that is a post: void postStuff(HTTPServerRequest req, HTTPServerResponse res) { // do some stuff with req res.statusCode = 200; } I do

Re: Multiple Alis

2018-02-14 Thread aberba via Digitalmars-d
On Tuesday, 13 February 2018 at 04:33:54 UTC, Nick Sabalausky (Abscissa) wrote: On 02/12/2018 09:38 PM, Walter Bright wrote: On 2/12/2018 4:47 PM, Ali Çehreli wrote: Nothing serious but in case you are confused, there are at least three separate and awesome Alis frequenting these newsgroups.

Re: Which language futures make D overcompicated?

2018-02-13 Thread aberba via Digitalmars-d
On Sunday, 11 February 2018 at 11:47:25 UTC, rikki cattermole wrote: On 11/02/2018 11:40 AM, Jonathan M Davis wrote: On Sunday, February 11, 2018 11:26:30 rikki cattermole via Digitalmars-d wrote: On 11/02/2018 11:18 AM, Russel Winder wrote: Clearly though there is a problem with Dub as a

Re: DLangUI Drag and Drop support?

2018-02-06 Thread aberba via Digitalmars-d-learn
On Saturday, 3 February 2018 at 18:06:30 UTC, Andres Clari wrote: Hi, is there support for drag and drop in dlangui?? I haven't found anything on the docs, issues or forums. I'm building a project that requires support for dropping URLs from the browser into a ListWidget. Is this possible with

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

2018-02-06 Thread aberba 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 really want to thank you for putting much time into documentation. Very much appreciated. This library is very necessary for

Re: [RFC] IDE starter kit

2018-02-03 Thread aberba via Digitalmars-d
On Saturday, 3 February 2018 at 10:44:58 UTC, Andrzej Kilijański wrote: On Thursday, 1 February 2018 at 12:21:24 UTC, rjframe wrote: [...] I think that many people looking for a new language first check the possibilities of creating a GUI. At least it was with me. If I did not found

Re: My choice to pick Go over D ( and Rust ), mostly non-technical

2018-02-02 Thread aberba via Digitalmars-d
On Saturday, 3 February 2018 at 00:11:06 UTC, Adam D. Ruppe wrote: On Friday, 2 February 2018 at 23:49:14 UTC, aberba wrote: It appears most core contributors are not into networking or web services so they may not see it as a blocker. I do tons of HTTP stuff in D; to me it is a solved

Re: LDC 1.7.0

2018-02-02 Thread aberba via Digitalmars-d-announce
On Friday, 2 February 2018 at 12:57:44 UTC, Kagamin wrote: On Tuesday, 30 January 2018 at 19:57:39 UTC, aberba wrote: now it seem abandoned after such an effort. Can you confirm it for Ubuntu 17? I'm on 16.04.

Re: My choice to pick Go over D ( and Rust ), mostly non-technical

2018-02-02 Thread aberba via Digitalmars-d
On Friday, 2 February 2018 at 23:49:14 UTC, aberba wrote: On Friday, 2 February 2018 at 21:09:20 UTC, Rubn wrote: [...] D can equally do HTTP in whatever way Go does it. It appears most core contributors are not into networking or web services so they may not see it as a blocker. Its more

Re: My choice to pick Go over D ( and Rust ), mostly non-technical

2018-02-02 Thread aberba via Digitalmars-d
On Friday, 2 February 2018 at 21:09:20 UTC, Rubn wrote: On Friday, 2 February 2018 at 15:06:35 UTC, Benny wrote: HTTP: If you are focusing on Http then yah Go is probably the better choice, it looks like it is entire geared towards http development. I wouldn't use D for http just like I

Re: [RFC] IDE starter kit

2018-02-02 Thread aberba via Digitalmars-d
On Friday, 2 February 2018 at 13:04:19 UTC, rumbu wrote: On Thursday, 1 February 2018 at 12:21:24 UTC, rjframe wrote: [...] [snip] [...] As a typical very lazy & convenient Windows user, even I don't want to discourage you, let me tell you that every developer from the Windows world will

Re: [RFC] IDE starter kit

2018-02-02 Thread aberba via Digitalmars-d
On Friday, 2 February 2018 at 06:14:03 UTC, b4s1L3 b. wrote: On Thursday, 1 February 2018 at 12:21:24 UTC, rjframe wrote: As a followup to [0], I want to take a look at packaging DlangIDE with a DMD compiler and tools, so we have an out-of-the box IDE for people giving D a try. This would be

Re: How to proceed with learning to code Windows desktop applications?

2018-01-30 Thread aberba via Digitalmars-d-learn
On Tuesday, 30 January 2018 at 18:41:57 UTC, I Lindström wrote: On Tuesday, 30 January 2018 at 05:56:51 UTC, DanielG wrote: There are far too many options for Windows GUI programming, so we probably need a bit more information about any constraints that are important to you. For example: -

Re: What libraries should run.dlang.io support?

2018-01-30 Thread aberba via Digitalmars-d
On Tuesday, 30 January 2018 at 10:03:48 UTC, Seb wrote: On Tuesday, 30 January 2018 at 09:32:02 UTC, aberba wrote: On Sunday, 28 January 2018 at 15:39:41 UTC, Seb wrote: [...] requests library for http etc. I use it the most in addition to vibe.d For obvious reasons networking is disabled

Re: How programmers transition between languages

2018-01-30 Thread aberba via Digitalmars-d
On Tuesday, 30 January 2018 at 20:56:22 UTC, bachmeier wrote: On Tuesday, 30 January 2018 at 08:32:41 UTC, aberba wrote: [...] But who's going to pay? I don't think anyone would object to paying someone to write libraries - it worked well for languages like Java - but I'm not aware of a pot

Re: LDC 1.7.0

2018-01-30 Thread aberba via Digitalmars-d-announce
On Tuesday, 30 January 2018 at 18:30:56 UTC, Johan Engelen wrote: On Tuesday, 30 January 2018 at 09:38:26 UTC, aberba wrote: On Monday, 29 January 2018 at 07:40:10 UTC, Dominikus Dittes Scherkl wrote: On Saturday, 27 January 2018 at 21:42:49 UTC, aberba wrote: [...] Ubuntu 16.04 This is a

Re: LDC 1.7.0

2018-01-30 Thread aberba via Digitalmars-d-announce
On Monday, 29 January 2018 at 07:40:10 UTC, Dominikus Dittes Scherkl wrote: On Saturday, 27 January 2018 at 21:42:49 UTC, aberba wrote: [...] Ubuntu 16.04 This is a long-term support distribution. Don't expect those to have actual tip versions of any SW package! They rely on stabe versions

Re: What libraries should run.dlang.io support?

2018-01-30 Thread aberba via Digitalmars-d
On Sunday, 28 January 2018 at 15:39:41 UTC, Seb wrote: As I just addded emsi_containers to it, I was wondering what other libraries would be useful for you? (For performance reasons, a selected list of libraries is pre-compiled [1].)

Re: How programmers transition between languages

2018-01-30 Thread aberba via Digitalmars-d
On Sunday, 28 January 2018 at 18:54:34 UTC, Laeeth Isharc wrote: On Sunday, 28 January 2018 at 13:50:03 UTC, Michael wrote: I do worry that, having been using D for about 3 1/2 years now, that the perceptions of D outside of this community don't seem to be changing much. It does seem to make a

Re: How programmers transition between languages

2018-01-30 Thread aberba via Digitalmars-d
On Sunday, 28 January 2018 at 00:47:23 UTC, bachmeier wrote: On Saturday, 27 January 2018 at 20:15:51 UTC, aberba wrote: There have been several complaints about tools, and certain important stuff missing in the standard library (HTTP/HTTP2, rpc, etc) and no 'official' response or some blog

Re: LDC 1.7.0

2018-01-27 Thread aberba via Digitalmars-d-announce
On Saturday, 27 January 2018 at 21:37:08 UTC, aberba wrote: On Saturday, 6 January 2018 at 01:19:14 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.7. The highlights of this version in a nutshell: * Based on D 2.077.1. * Catching C++ exceptions supported

Re: LDC 1.7.0

2018-01-27 Thread aberba via Digitalmars-d-announce
On Saturday, 6 January 2018 at 01:19:14 UTC, kinke wrote: Hi everyone, on behalf of the LDC team, I'm glad to announce LDC 1.7. The highlights of this version in a nutshell: * Based on D 2.077.1. * Catching C++ exceptions supported on Linux and Windows. * LLVM for prebuilt packages upgraded

Re: How programmers transition between languages

2018-01-27 Thread aberba via Digitalmars-d
On Friday, 26 January 2018 at 17:24:54 UTC, Benny wrote: On Friday, 26 January 2018 at 09:02:03 UTC, Ola Fosheim Grøstad wrote: While this analysis of language popularity on Github is enlightening: http://www.benfrederickson.com/ranking-programming-languages-by-github-users/ What i found

Re: gRPC in D good idea for GSOC 2018?

2018-01-20 Thread aberba via Digitalmars-d
On Friday, 19 January 2018 at 18:34:31 UTC, Ali Çehreli wrote: On 01/19/2018 02:14 AM, yawniek wrote: > Just look how > beautiful Golangs protocol implementations are and the whole ecosystem > that focused effort spawned. I have said this here before. I agree and do have first-hand

Re: Tuple DIP

2018-01-13 Thread aberba via Digitalmars-d
On Friday, 12 January 2018 at 22:44:48 UTC, Timon Gehr wrote: As promised [1], I have started setting up a DIP to improve tuple ergonomics in D: https://github.com/tgehr/DIPs/blob/tuple-syntax/DIPs/DIP1xxx-tg.md This DIP aims to make code like the following valid D: --- auto (a, b) = (1,

Re: Submit D Machine Learning libraries

2018-01-10 Thread aberba via Digitalmars-d
On Wednesday, 10 January 2018 at 12:41:09 UTC, angel wrote: It is funny, there is 'DLib' under C++. On Tuesday, 9 January 2018 at 20:39:25 UTC, aberba wrote: On Tuesday, 9 January 2018 at 19:46:00 UTC, aberba wrote: [...] Also http://code.dlang.org/packages/dopt (A numerical optimisation

Re: Submit D Machine Learning libraries

2018-01-09 Thread aberba via Digitalmars-d
On Tuesday, 9 January 2018 at 19:46:00 UTC, aberba wrote: [1] is a curated list of machine learning libraries for several programming languages (no D library in list). I don't know much about ML that much to suggest any of those in the Dub registry. I know we have Vectorflow from Netflix

Submit D Machine Learning libraries

2018-01-09 Thread aberba via Digitalmars-d
[1] is a curated list of machine learning libraries for several programming languages (no D library in list). I don't know much about ML that much to suggest any of those in the Dub registry. I know we have Vectorflow from Netflix (http://code.dlang.org/packages/vectorflow), D computer Vision

Re: Another take on decimal data types

2018-01-09 Thread aberba via Digitalmars-d-announce
On Tuesday, 9 January 2018 at 10:41:42 UTC, Mike Franklin wrote: On Monday, 8 January 2018 at 22:16:25 UTC, rumbu wrote: This is my first D finalized project (+16k loc). I know that there are other two projects intended to provide a decimal data type for D, but I consider mine the most

Re: excel-d v0.2.16 - now with more @Async

2018-01-04 Thread aberba via Digitalmars-d-announce
On Friday, 22 December 2017 at 00:41:31 UTC, Atila Neves wrote: excel-d lets you write plain D code that can be run from Excel unmodified via the magic of compile-time reflection. Other than bug fixes, the main new feature since 0.2.15 is @Async. Slap it on a function like so: @Async double

Re: DLang docker images for CircleCi 2.0

2018-01-04 Thread aberba via Digitalmars-d-announce
On Wednesday, 3 January 2018 at 13:12:48 UTC, Seb wrote: tl;dr: you can now use special D docker images for CircleCi 2.0 --- version: 2 jobs: build: docker: - image: dlang2/dmd-circleci --- [...] do you orchestrate your containers in deployment?

Re: Developing blockchain software with D, not C++

2018-01-01 Thread aberba via Digitalmars-d
On Monday, 1 January 2018 at 12:24:29 UTC, Ola Fosheim Grøstad wrote: On Monday, 1 January 2018 at 11:24:45 UTC, Ola Fosheim Grøstad wrote: [...] Btw, I think one should be very sceptical of such presentations in general: [...] Come on! Ada?

Re: Developing blockchain software with D, not C++

2018-01-01 Thread aberba via Digitalmars-d
On Sunday, 31 December 2017 at 10:58:09 UTC, Joakim wrote: On Saturday, 30 December 2017 at 16:59:41 UTC, aberba wrote: In this video[1] from 2016, developer talks about C++ memory safety features, meta-programming, maturity and few others as main reasons they choose it for developing their

Re: Developing blockchain software with D, not C++

2018-01-01 Thread aberba via Digitalmars-d
On Sunday, 31 December 2017 at 09:45:52 UTC, Ola Fosheim Grøstad wrote: On Saturday, 30 December 2017 at 16:59:41 UTC, aberba wrote: Besides, D maturity (which I can't confirm or deny), what else does D miss to be considered a better alternative for blockchain in 2018? You can write

Developing blockchain software with D, not C++

2017-12-30 Thread aberba via Digitalmars-d
In this video[1] from 2016, developer talks about C++ memory safety features, meta-programming, maturity and few others as main reasons they choose it for developing their blockchain software (the way I got it from a quick view). Besides, D maturity (which I can't confirm or deny), what else

Re: D needs to publicize its speed of compilation

2017-12-24 Thread aberba via Digitalmars-d
On Friday, 22 December 2017 at 10:06:18 UTC, Joakim wrote: This one of the main strengths of D, it is what Walter focuses on, yet I have seen almost nothing on the D blog talking about this. What brought me to emphasize this today is this recent post about how long it takes to compile the

Re: Deploying D web servers

2017-12-18 Thread aberba via Digitalmars-d
On Monday, 18 December 2017 at 20:07:29 UTC, aberba wrote: On Sunday, 17 December 2017 at 17:06:32 UTC, cloutiy wrote: [...] The easiest way is to use Heroku. The getting started tutorial here (https://tour.dlang.org/) has a guide for that. [...] Draft support build packs

Re: Deploying D web servers

2017-12-18 Thread aberba via Digitalmars-d
On Sunday, 17 December 2017 at 17:06:32 UTC, cloutiy wrote: Hi, In the Javascript world there are services that provide a quick and simple means of deploying websites. I've used things like surge.sh, netlify. I'm sure there are many others. Is there something similar that exists for the D

Answers needed from those using D for Web Development, Web APIs and Services

2017-12-15 Thread aberba via Digitalmars-d
I'm going to do a writeup on the state of D in Web Development, APIs and Services for 2017. I need the perspective of the community too along with my personal experience. Please help out. More details the better. 0. Since when did you or company start using D in this area? 1. Do you use a

Re: datefmt 1.0.0 released: parse datetimes and also format them

2017-12-14 Thread aberba via Digitalmars-d-announce
On Tuesday, 12 December 2017 at 22:51:07 UTC, Neia Neutuladh wrote: # Sales pitch If you've ever had to parse datetime input from multiple sources and everyone's standardized on ISO8601, you might have found out that that's not quite as standard as you'd wish. This is where datefmt helps

Re: Interfacing D with C: Getting Started

2017-12-05 Thread aberba via Digitalmars-d-announce
On Tuesday, 5 December 2017 at 16:06:19 UTC, Mike Parker wrote: This is the first post in a new tutorial series I'm doing on the blog. I've covered this topic elsewhere, so for most of the basics I just link to existing material. The purpose of this series is to delve into some of the trouble

Re: GtkD 3.7.0 released, GTK+ with D.

2017-12-05 Thread aberba via Digitalmars-d-announce
On Saturday, 2 December 2017 at 08:17:24 UTC, helxi wrote: On Sunday, 15 October 2017 at 20:18:37 UTC, Mike Wey wrote: [...] I highly appreciate that the project is being actively maintained but I want to express my concern. It would be really nice if there was an easy tutorial for the

Re: Question on Dual-Licensing Some Code for Phobos

2017-12-01 Thread aberba via Digitalmars-d
On Thursday, 30 November 2017 at 19:17:32 UTC, Jack Stouffer wrote: I'm starting work on a proposal for stdx.decimal, and one of the clearest implementations to work off of is the Python implementation. +1

Re: We're looking for a Software Developer! (D language)

2017-11-29 Thread aberba via Digitalmars-d-announce
On Thursday, 8 January 2015 at 11:10:09 UTC, Johanna Burgos wrote: Your Mission Your Track Record Degree in Computer Science, or closely-related It baffles me that recruitment still works using this as a requirement. A CS graduate will never know any of these besides basic intro to C,

Decimal handling for currency (precision)

2017-11-23 Thread aberba via Digitalmars-d-learn
Some suggest working with the lowest currency denomination to avoid decimal precision handling and only convert to the highest denominations (decimal) when displaying. I've also seen some use decimal value handling libraries. I'm thinking lowest denominations will result in extremely large

Re: Looking for a job in USA

2017-11-23 Thread aberba via Digitalmars-d
On Wednesday, 22 November 2017 at 10:24:52 UTC, Indigo wrote: On Saturday, 18 November 2017 at 08:59:53 UTC, Satoshi wrote: On Saturday, 18 November 2017 at 01:31:09 UTC, Indigo wrote: On Wednesday, 15 November 2017 at 17:32:50 UTC, Satoshi wrote: Hi, as the title says, I'm looking for a job

Re: The final form of the keyboard = ShionKeys

2017-11-11 Thread aberba via Digitalmars-d-announce
On Saturday, 11 November 2017 at 21:02:42 UTC, aberba wrote: On Friday, 10 November 2017 at 15:06:20 UTC, Shion wrote: of my project of trying to change the world (ShionKeys), D will not make software better either. I mean software written in D will not "change the world" as in a better

Re: The final form of the keyboard = ShionKeys

2017-11-11 Thread aberba via Digitalmars-d-announce
On Friday, 10 November 2017 at 15:06:20 UTC, Shion wrote: of my project of trying to change the world (ShionKeys), Yet no one ever change the world. ...Just like Advances in tech doesn't kill poverty, advances in medicine does minimize death from deseases. If you want to see the state of

Re: Project Elvis

2017-11-07 Thread aberba via Digitalmars-d
On Monday, 6 November 2017 at 10:12:11 UTC, Jonathan M Davis wrote: On Monday, November 06, 2017 09:26:24 Satoshi via Digitalmars-d wrote: [...] _Everything_ that is added to the language complicates it further. It's one more thing that everyone learning the language has to learn and know

Re: D for microservices

2017-10-28 Thread aberba via Digitalmars-d
On Sunday, 22 October 2017 at 02:48:57 UTC, Joakim wrote: I just read the following two week-old comment on the ldc issue tracker, when someone tried to run D on Alpine linux: "For now everything works(?) but I think the process could be improved.. Would be really cool to have LDC easily

Re: So why double to float conversion is implicit ?

2017-10-28 Thread aberba via Digitalmars-d
On Sunday, 22 October 2017 at 14:59:41 UTC, Andrei Alexandrescu wrote: On 10/22/17 9:41 AM, User wrote: Is there a list of such quirks or gotchas in dlang? The ones I know of are 1. Implicit conversion from double to float 2. Integer division results in integer result truncation the

Re: AWS SDK

2017-10-28 Thread aberba via Digitalmars-d
On Wednesday, 18 October 2017 at 23:02:27 UTC, Stephan Dilly wrote: On 2017-10-18 22:25:23 +, ikod said: On Wednesday, 18 October 2017 at 20:51:48 UTC, Stephan Dilly wrote: On 2017-10-18 20:19:20 +, ikod said: [...] Are you going to take over the task? --Stephan I'd like, but

Re: My two cents

2017-10-18 Thread aberba via Digitalmars-d
On Wednesday, 18 October 2017 at 16:45:33 UTC, Ali wrote: On Wednesday, 18 October 2017 at 08:56:21 UTC, Satoshi wrote: [...] well, i've been following this forum for a while now and i remember seeing posts by either Walter or Andrei Alexandrescu, saying something in the sense that D, has

Re: AWS SDK

2017-10-18 Thread aberba via Digitalmars-d
On Wednesday, 18 October 2017 at 11:11:35 UTC, Andre Pany wrote: On Wednesday, 18 October 2017 at 01:32:51 UTC, Ky-Anh Huynh wrote: On Tuesday, 28 June 2016 at 00:36:31 UTC, Brad Roberts wrote: On 6/27/16 10:53 AM, Brad Roberts via Digitalmars-d wrote: On 6/26/2016 4:06 PM, Jadbox via

Re: Will D continu to live after walter death?

2017-10-13 Thread aberba via Digitalmars-d
On Thursday, 12 October 2017 at 16:02:31 UTC, Andrea Fontana wrote: On Thursday, 12 October 2017 at 15:04:57 UTC, moechofe wrote: What is the wanted lifetime of the project? Is D will manage to pass through time? It is valuable to start a 40 years old project using D? Of course. In 40years

Re: Proposal: Object/?? Destruction

2017-10-04 Thread aberba via Digitalmars-d
On Wednesday, 4 October 2017 at 12:06:43 UTC, John Colvin wrote: On Wednesday, 4 October 2017 at 10:03:56 UTC, aberba wrote: Upon reading this, It triggered an idea. People often call this "destructuring" or "unpacking" to avoid confusion with destructors. Thats the word I was looking

Proposal: Object/?? Destruction

2017-10-04 Thread aberba via Digitalmars-d
Upon reading this, It triggered an idea. On Saturday, 30 September 2017 at 16:10:44 UTC, Jonathan Marler wrote: https://wiki.dlang.org/DIP88 I'd like to see DIP88 (Named Parameters) revived. Was this proposal rejected or is it just stale and needs a refresh? Named parameters can be

Re: Proposal: Object/?? Destruction

2017-10-04 Thread aberba via Digitalmars-d-announce
On Wednesday, 4 October 2017 at 09:52:39 UTC, aberba wrote: Upon reading this, It triggered an idea. On Saturday, 30 September 2017 at 16:10:44 UTC, Jonathan Marler wrote: [...] Upon reading the DIP, it reminds me of object destruction. // extracts success & message from returned type.

Proposal: Object/?? Destruction

2017-10-04 Thread aberba via Digitalmars-d-announce
Upon reading this, It triggered an idea. On Saturday, 30 September 2017 at 16:10:44 UTC, Jonathan Marler wrote: https://wiki.dlang.org/DIP88 I'd like to see DIP88 (Named Parameters) revived. Was this proposal rejected or is it just stale and needs a refresh? Named parameters can be

Re: Day of week from date

2017-09-29 Thread aberba via Digitalmars-d-learn
On Friday, 29 September 2017 at 03:42:18 UTC, Jonathan M Davis wrote: On Friday, September 29, 2017 04:32:44 rikki cattermole via Digitalmars-d- learn wrote: On 29/09/2017 4:25 AM, Joel wrote: > With a given date, I want to know what day it is (like > Sunday, Monday, > etc). > > I had a look

Re: DlangIDE v0.8.0 released

2017-09-29 Thread aberba via Digitalmars-d-announce
On Friday, 29 September 2017 at 07:18:42 UTC, Martin Tschierschke wrote: On Wednesday, 27 September 2017 at 12:34:33 UTC, Dmitry wrote: On Wednesday, 27 September 2017 at 08:00:21 UTC, Traktor Toni wrote: [...] The IDE should contain the compiler for convenience No. I think that including

Re: DlangIDE v0.8.0 released

2017-09-28 Thread aberba via Digitalmars-d-announce
On Thursday, 28 September 2017 at 11:25:35 UTC, Vadim Lopatin wrote: On Thursday, 28 September 2017 at 06:27:03 UTC, Vadim Lopatin wrote: On Wednesday, 27 September 2017 at 15:24:29 UTC, bitwise wrote: One small thing though - when you use the LCD/BGR style fonts, you get a mismatch between

Re: DlangIDE v0.8.0 released

2017-09-28 Thread aberba via Digitalmars-d-announce
On Thursday, 28 September 2017 at 11:25:35 UTC, Vadim Lopatin wrote: On Thursday, 28 September 2017 at 06:27:03 UTC, Vadim Lopatin wrote: On Wednesday, 27 September 2017 at 15:24:29 UTC, bitwise wrote: One small thing though - when you use the LCD/BGR style fonts, you get a mismatch between

Re: Latest post in the GC series

2017-09-25 Thread aberba via Digitalmars-d-announce
On Monday, 25 September 2017 at 14:34:20 UTC, Mike Parker wrote: My fourth post in the GC series is finally live. Titled 'Go Your Own Way (Part Two: The Heap)', it continues the topic of allocating outside of the GC. The previous post covered stack allocations. This one looks at allocating

How and what do you use for server to server (secure, fast) communication?

2017-09-12 Thread aberba via Digitalmars-d-learn
I'm planning to use in a stateless microservices setup.

Re: Web servers in D

2017-09-12 Thread aberba via Digitalmars-d-learn
On Friday, 25 August 2017 at 05:25:09 UTC, Hasen Judy wrote: What libraries are people using to run webservers other than vibe.d? Don't get me wrong I like the async-io aspect of vibe.d but I don't like the weird template language and the fact that it caters to mongo crowd. I think for D

Re: GitBook about D on embedded ARM Linux

2017-09-01 Thread aberba via Digitalmars-d-announce
On Thursday, 31 August 2017 at 14:43:22 UTC, thinwybk wrote: There is no single point of entry to find information about how to use D on ARM Linux. I created a small project on GitHub https://github.com/fkromer/d-on-embedded-linux-arm which shall enable absolute beginners (of embedded Linux

Re: Released vibe.d 0.8.1

2017-08-31 Thread aberba via Digitalmars-d-announce
On Wednesday, 30 August 2017 at 16:53:40 UTC, Matthias Klumpp wrote: On Wednesday, 30 August 2017 at 07:47:53 UTC, Sönke Ludwig wrote: Apart from removing the old vibe-d:diet package in favor of diet-ng, this release most notably contains a number of performance improvements in the HTTP

Re: DlangUI v0.7.60 released

2017-08-31 Thread aberba via Digitalmars-d-announce
On Thursday, 31 August 2017 at 02:41:08 UTC, Domain wrote: On Wednesday, 30 August 2017 at 07:44:54 UTC, Vadim Lopatin wrote: There are a lot of improvements in DlangIDE since last announcement. [...] Is there any themes to download? It's a bit ugly in windows Ive been planning to create

Re: Open Methods: From C++ to D

2017-08-31 Thread aberba via Digitalmars-d-announce
On Thursday, 31 August 2017 at 10:30:38 UTC, Atila Neves wrote: On Wednesday, 30 August 2017 at 04:48:11 UTC, Arun Chandrasekaran wrote: On Tuesday, 29 August 2017 at 12:45:50 UTC, Jean-Louis Leroy wrote: On Tuesday, 29 August 2017 at 12:09:01 UTC, Mark wrote: Nice. This does seem superior to

Re: Named multi-imports

2017-08-17 Thread aberba via Digitalmars-d
On Wednesday, 16 August 2017 at 13:57:17 UTC, jmh530 wrote: On Wednesday, 16 August 2017 at 09:54:41 UTC, aberba wrote: This looks really clean for code modularity. import io = std.stdio : {writeln, write}, ... What does this add? A line like below would be confusing. import io = std.stdio

Re: Need some vibe.d hosting advice

2017-08-17 Thread aberba via Digitalmars-d
On Tuesday, 15 August 2017 at 10:28:04 UTC, aberba wrote: On Saturday, 12 August 2017 at 08:49:44 UTC, Paolo Invernizzi wrote: On Friday, 11 August 2017 at 13:06:54 UTC, aberba wrote: [...] We are using dockerized vibe.d containers in a docker swarm hosted on DigitalOcean. /Paolo

Re: Named multi-imports

2017-08-16 Thread aberba via Digitalmars-d
On Tuesday, 15 August 2017 at 21:12:24 UTC, jmh530 wrote: On Tuesday, 15 August 2017 at 20:33:18 UTC, Johnson wrote: Or instead of a new language feature, the gtk-d guys could have package files ;) But then that only helps with one specific instance. D is full of language features, I do

Re: Need some vibe.d hosting advice

2017-08-15 Thread aberba via Digitalmars-d
On Saturday, 12 August 2017 at 08:49:44 UTC, Paolo Invernizzi wrote: On Friday, 11 August 2017 at 13:06:54 UTC, aberba wrote: [...] We are using dockerized vibe.d containers in a docker swarm hosted on DigitalOcean. /Paolo Breaking the app into microservices and in a managed

Re: Need some vibe.d hosting advice

2017-08-14 Thread aberba via Digitalmars-d
On Sunday, 13 August 2017 at 00:23:31 UTC, sarn wrote: On Friday, 11 August 2017 at 13:06:54 UTC, aberba wrote: [...] Depends on who wants it built. I do consulting, so let me answer that way. [...] Thanks. Some things to think about.

Re: Who here uses vibe-s3 from code.dlang.org?

2017-08-14 Thread aberba via Digitalmars-d
On Sunday, 13 August 2017 at 21:38:37 UTC, yawniek wrote: On Tuesday, 8 August 2017 at 08:49:33 UTC, Andre Pany wrote: [...] the original goal of vibe-s3 was to allow streaming uploads of large files so that no memory/disk needs to be used. shelling out (calling aws console client) is

Re: Who here uses vibe-s3 from code.dlang.org?

2017-08-11 Thread aberba via Digitalmars-d
On Thursday, 10 August 2017 at 15:49:35 UTC, Andres Clari wrote: On Monday, 7 August 2017 at 22:46:57 UTC, aberba wrote: vibe-s3 (https://code.dlang.org/packages/vibe-s3) is an Amazon s3 object storage API for D. Has anyone here used or tested it? What was your experiences? It has the

<    1   2   3   4   5   6   >