Re: vibe.d 0.8.0 and 0.7.31 beta releases

2017-02-01 Thread aberba via Digitalmars-d-announce
On Wednesday, 1 February 2017 at 09:35:02 UTC, Sönke Ludwig wrote: Am 31.01.2017 um 12:11 schrieb Sönke Ludwig: The first release of the revamped core module [1] is nearing, and along with that, a compatible vibe.d release (0.8.0). The new core module is still opt-in in this release and can

Re: vibe.d 0.8.0 and 0.7.31 beta releases

2017-02-06 Thread aberba via Digitalmars-d-announce
On Friday, 3 February 2017 at 13:21:18 UTC, Sönke Ludwig wrote: Am 03.02.2017 um 10:28 schrieb yazd: [...] Keeping the system overloads would break the safety guarantees at a relatively deep level and would render the whole effort rather useless (this is the case for non-scope callbacks

Re: mysql-native: API Refresh RC

2017-02-02 Thread aberba via Digitalmars-d-announce
On Thursday, 2 February 2017 at 08:38:32 UTC, Nick Sabalausky wrote: On 02/02/2017 03:23 AM, Suliman wrote: [...] But it does not. I am getting Access Violation instead of the exception if connection credentials is wrong: Authentication failure: Access denied for user

Re: Snap package for LDC 1.1.0 available to test

2017-02-04 Thread aberba via Digitalmars-d-announce
On Friday, 3 February 2017 at 22:56:33 UTC, Joseph Rushton Wakeling wrote: As of earlier today, a snap package for LDC 1.1.0 has been published in the 'edge' channel of the Ubuntu store. [...] There is now support for 14.04 too. Although snaps are marketed by Canonical, I see flatpack to be

Re: mysql-native: API Refresh RC

2017-01-30 Thread aberba via Digitalmars-d-announce
On Monday, 30 January 2017 at 08:09:18 UTC, Daniel Kozak wrote: Wow :) Maybe it is time to go back from mysql-lited to mysql-native :) I doubt that. Mysql-lited has support for using a struct as a Schema for DB queries. The @as and @optional properties are so useful for project I'm working

Re: Questionnaire

2017-02-11 Thread aberba via Digitalmars-d-announce
On Wednesday, 8 February 2017 at 18:27:57 UTC, Ilya Yaroshenko wrote: 1. Why your company uses D? a. D is the best b. We like D c. I like D and my company allowed me to use D d. My head like D e. Because marketing reasons f. Because my company can be more efficient with D for some

Tutorial: Multiple file upload in vibe.d

2017-02-15 Thread aberba via Digitalmars-d-announce
https://aberba.github.io/2017/multiple-file-upload-in-vibe-d/ As a continuation to my previous post where I did a demo on form textual data and single file upload.

Re: D Compiler as Docker Image

2017-02-15 Thread aberba via Digitalmars-d-announce
On Tuesday, 14 February 2017 at 23:24:03 UTC, Stefan wrote: Want to share the outcome of a vivid discussion today at the Munich D Meetup with you. Installation of a D Compiler is ok-ish. But sometime you don't want to install it. Sometimes you want a very clean compiler-environment.

A mini book for learning computer prgramming in D (complete newbies)

2017-02-12 Thread aberba via Digitalmars-d-announce
Its a work in progress and needs some good formatting and language polish. Try it on your kid :) https://github.com/aberba/learn-coding

Re: Tutorial: Form upload in vibe.d

2016-12-08 Thread aberba via Digitalmars-d-announce
On Thursday, 8 December 2016 at 00:44:19 UTC, Sönke Ludwig wrote: Am 06.12.2016 um 23:28 schrieb aberba: https://aberba.github.io/2016/form-upload-in-vibe-d/ Nice article, I'll add this to the tutorials section [1]. Two additional suggestions: - It's probably a good idea to mention that

Re: Tutorial: Form upload in vibe.d

2016-12-10 Thread aberba via Digitalmars-d-announce
On Thursday, 8 December 2016 at 20:48:52 UTC, NVolcz wrote: On Tuesday, 6 December 2016 at 22:28:04 UTC, aberba wrote: [...] Love the article! Please keep writing tutorials like this :-D. Feedback: 1. The upload function is (kind of) vulnerable against path traversal:

Tutorial: Form upload in vibe.d

2016-12-06 Thread aberba via Digitalmars-d-announce
https://aberba.github.io/2016/form-upload-in-vibe-d/

Re: Introducing Diskuto - an embeddable comment system

2017-03-15 Thread aberba via Digitalmars-d-announce
On Wednesday, 15 March 2017 at 08:57:53 UTC, Sönke Ludwig wrote: Improvements implemented by now: - Authorization and time limit (5min client facing, 15min server facing) is now enforced for editing and deleting comments - The page must be queried first before any action is allowed (prevents

Re: Introducing Diskuto - an embeddable comment system

2017-03-14 Thread aberba via Digitalmars-d-announce
On Tuesday, 14 March 2017 at 11:17:57 UTC, Sönke Ludwig wrote: So I was able to reserve the last two days to work on something new, and one thing that is currently rather lacking in the D/vibe.d web ecosystem is embedded commenting, be it for vibe.d's own blog engine [1]/[2] or for the DDOX

Re: D IDE Coedit - version 3 released.

2017-03-15 Thread aberba via Digitalmars-d-announce
On Monday, 13 March 2017 at 17:43:32 UTC, Basile B. wrote: Finally, after four betas, the third version of my D IDE [0] is available. The change log for this new version quite important. Major additions: - GDB commander, a GDB UI, only under linux. - Project groups. - Compiler paths, defines

Re: D support for the Meson build system

2017-04-07 Thread aberba via Digitalmars-d-announce
On Sunday, 21 August 2016 at 19:08:59 UTC, Matthias Klumpp wrote: Hi! Last week I was at this year's GUADEC conference and listened to a very interesting talk on the Meson build system[2] which is designed for very fast builds and as a much more modern replacement for Automake with a simple

Re: dlang-requetst: openssl 1.1 compatible release

2017-08-03 Thread aberba via Digitalmars-d-announce
On Thursday, 3 August 2017 at 10:02:24 UTC, Temtaime wrote: On Thursday, 3 August 2017 at 09:57:11 UTC, Suliman wrote: On Thursday, 3 August 2017 at 06:33:38 UTC, ikod wrote: Hello, Since version 0.5.0 dlang-requests has become compatible with both 1.0.x and 1.1.x versions of openssl

Re: Beta D 2.075.1

2017-08-11 Thread aberba via Digitalmars-d-announce
On Thursday, 10 August 2017 at 20:18:50 UTC, Walter Bright wrote: On 8/8/2017 1:32 PM, Martin Nowak wrote: On Tuesday, 8 August 2017 at 15:45:45 UTC, Vladimir Panteleev wrote: On Tuesday, 8 August 2017 at 14:57:58 UTC, Daniel Kozak wrote: https://issues.dlang.org/show_bug.cgi?id=17731

Re: DIP 1011-extern(delegate)--Formal Review Begins

2017-08-11 Thread aberba via Digitalmars-d-announce
On Friday, 11 August 2017 at 10:46:43 UTC, Mike Parker wrote: The formal review feedback period for DIP 1011, 'extern(delegate)', is now underway. http://forum.dlang.org/post/eriumcjifxcbdvtya...@forum.dlang.org After reading the whole proposal with fresh mind, I wonder how often will

Re: Hiring D programmers (with cryptography and blockchain knowledge are preferred)

2017-07-14 Thread aberba via Digitalmars-d-announce
On Thursday, 13 July 2017 at 05:18:40 UTC, wigy wrote: On Wednesday, 12 July 2017 at 20:11:06 UTC, Vitor Rozsas wrote: So... suggestions... Centralized? Decentralized? I think the centralized wouldn't fit in any country. It would certainly contain pedophile posts... and any sane country

Re: Update to Bare Metal STM32F4 (ARM Cortex-M4) LCD Demo Proof of Concept

2017-07-21 Thread aberba via Digitalmars-d-announce
On Friday, 21 July 2017 at 07:40:20 UTC, Andrea Fontana wrote: On Thursday, 20 July 2017 at 12:23:31 UTC, Mike wrote: A few years ago I created a bare metal demo on an ARM Cortex-M4 microcontroller entirely in D. It was just a demonstration that one could do bare metal programming for

Re: Release candidates vibe.d 0.8.0-rc.1 and vibe-core 1.0.0-rc.1

2017-06-22 Thread aberba via Digitalmars-d-announce
On Thursday, 22 June 2017 at 08:55:06 UTC, Sönke Ludwig wrote: After a last minute path type redesign, the state of the new vibe-core package now finally feels ready for the first official release. The library is in a pretty good shape, with the notable exception that sockets are not yet

Re: Prettify and Resync are now open source too

2017-05-19 Thread aberba via Digitalmars-d-announce
On Friday, 19 May 2017 at 16:22:36 UTC, Ecstatic Coder wrote: I have released a few other tools on Github under the GNU GPL, including : * Resync : a local folder synchronizer. * Prettify : a source code prettifier for D and other languages. https://github.com/senselogic I don't know if some

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: 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.

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

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: 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: 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: 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: 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,

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: 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: 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: 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: 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: GitHub could be acquired by Microsoft

2018-06-05 Thread aberba via Digitalmars-d-announce
On Tuesday, 5 June 2018 at 17:12:00 UTC, Apocalypto wrote: On Tuesday, 5 June 2018 at 16:12:25 UTC, RalphBa wrote: Did you ever have the need to write something efficient? .NET is a sandbox for children and UX people. Oh yeah, toy applications for children like StackOverflow, Siemens NX,

Re: I have a plan.. I really DO

2018-07-02 Thread aberba via Digitalmars-d-announce
On Monday, 2 July 2018 at 18:03:25 UTC, bachmeier wrote: On Saturday, 30 June 2018 at 03:02:15 UTC, Joakim wrote: The future of native code will be replacing scripting languages. D is really good at that task. This will never happen, doesn't matter how good D is at it, they will always be

Re: I have a plan.. I really DO

2018-07-03 Thread aberba via Digitalmars-d-announce
On Tuesday, 3 July 2018 at 06:43:44 UTC, Ecstatic Coder wrote: D has a very diverse use case so the generalization is moot. For example I prefer having the gc manage memory for me...For most of the things I do with D...contrary to other opinions. +1 For most D use cases (including mine,

Re: Project Highlight: Timur Gafarov

2018-07-03 Thread aberba via Digitalmars-d-announce
On Friday, 16 September 2016 at 15:54:15 UTC, Timur Gafarov wrote: 16.09.2016 18:12, c-v-i пишет: On Friday, 16 September 2016 at 12:53:44 UTC, Mike Parker wrote: [...] can someone build atrium ? For all people who can't build Atrium: you either have an old source tree or trying to build

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: 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-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: 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: 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: 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: 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: 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: 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: 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: 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: 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: I have a plan.. I really DO

2018-07-05 Thread aberba via Digitalmars-d-announce
On Wednesday, 4 July 2018 at 19:29:55 UTC, Ecstatic Coder wrote: On Wednesday, 4 July 2018 at 18:05:15 UTC, wjoe wrote: On Wednesday, 4 July 2018 at 08:50:57 UTC, Ecstatic Coder wrote: But indeed, being able use D in a GC-free environment (like C++ and Rust do) would be something many people

Re: Vibe.d web interface tutorial

2018-03-13 Thread aberba via Digitalmars-d-announce
On Tuesday, 13 March 2018 at 13:42:20 UTC, Daniel Kozak wrote: Yes PHP is always to blame :) I can testify I've never written PHP code as clean as yours above. Ha ha. Even when I used PHP heavily. I suck a lil bit at naming things. I really loved PHP but ... vibe.d happened. On Tue, Mar

Re: Vibe.d web interface tutorial

2018-03-13 Thread aberba via Digitalmars-d-announce
On Tuesday, 13 March 2018 at 10:12:24 UTC, Steven Schveighoffer wrote: On 3/9/18 11:34 AM, aberba wrote: On Friday, 9 March 2018 at 16:32:28 UTC, aberba wrote: New blog post for the learning audience aberba.com/2018/using-vibe-d-web-interface

Re: Vibe.d web interface tutorial

2018-03-12 Thread aberba via Digitalmars-d-announce
On Saturday, 10 March 2018 at 15:03:59 UTC, Martin Tschierschke wrote: On Friday, 9 March 2018 at 16:34:52 UTC, aberba wrote: On Friday, 9 March 2018 at 16:32:28 UTC, aberba wrote: New blog post for the learning audience aberba.com/2018/using-vibe-d-web-interface

Re: Release: nanovega.d rendering lib like html5 canvas

2018-03-08 Thread aberba via Digitalmars-d-announce
On Thursday, 8 March 2018 at 03:55:35 UTC, Adam D. Ruppe wrote: https://github.com/adamdruppe/arsd nanovega.d [...] Why is there NVG* everything? That's code noise. Anyways, its well documented.

Re: Release: nanovega.d rendering lib like html5 canvas

2018-03-08 Thread aberba via Digitalmars-d-announce
On Thursday, 8 March 2018 at 19:24:43 UTC, WebFreak001 wrote: On Thursday, 8 March 2018 at 03:55:35 UTC, Adam D. Ruppe wrote: https://github.com/adamdruppe/arsd nanovega.d [...] AMAZING! I think this will revolutionize how we do GUI and rendering in D, especially nogc. You can make really

Re: Released vibe.d 0.8.3

2018-03-09 Thread aberba 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

Vibe.d web interface tutorial

2018-03-09 Thread aberba via Digitalmars-d-announce
New blog post for the learning audience aberba.com/2018/using-vibe-d-web-interface

Re: Vibe.d web interface tutorial

2018-03-09 Thread aberba via Digitalmars-d-announce
On Friday, 9 March 2018 at 16:32:28 UTC, aberba wrote: New blog post for the learning audience aberba.com/2018/using-vibe-d-web-interface http://aberba.com/2018/using-vibe-d-web-interface

Re: mysql-native v2.1.0

2018-03-07 Thread aberba via Digitalmars-d-announce
On Tuesday, 6 March 2018 at 10:15:30 UTC, Martin Tschierschke wrote: On Tuesday, 6 March 2018 at 07:39:00 UTC, aberba wrote: On Tuesday, 6 March 2018 at 04:31:42 UTC, Nick Sabalausky (Abscissa) wrote: [...] [...] UNIX sockets provide a way to securely connect in an enclosed/isolated

Re: Article: Why Const Sucks

2018-03-06 Thread aberba via Digitalmars-d-announce
On Monday, 5 March 2018 at 10:57:35 UTC, Jonathan M Davis wrote: Here's something I wrote up on const: http://jmdavisprog.com/articles/why-const-sucks.html I suppose that it's not exactly the most positive article, but I feel that it's accurate. - Jonathan M Davis Its amazing how typed

Re: The 10k Twitter Target

2018-04-18 Thread aberba via Digitalmars-d-announce
On Monday, 16 April 2018 at 08:39:05 UTC, Mike Parker wrote: Lately, we've seen a steadily increasing trend of new followers on Twitter. We're closing in on the totally arbitrary yet emotionally significant number of 10,000. I was just thinking how cool it would be to hit that number before or

Re: dxml 0.3.0 released

2018-04-19 Thread aberba via Digitalmars-d-announce
On Thursday, 19 April 2018 at 14:40:58 UTC, Jonathan M Davis wrote: Well, since I'm going to be talking about dxml at dconf, and it's likely that I'll be talking about stuff that was not in the 0.2.* releases, it seemed like I should get a new release out before dconf. So, here it is. dxml

Re: LDC 1.8.0

2018-03-25 Thread aberba via Digitalmars-d-announce
On Saturday, 24 March 2018 at 17:33:18 UTC, Matthias Klumpp wrote: On Tuesday, 13 March 2018 at 01:52:48 UTC, Matthias Klumpp wrote: [...] Aww, just a little bit too late to easily get into Ubuntu 18.04 LTS Well It still made it, yay! (Even without me explicitly requesting it) This

Re: mysql-native v2.1.0

2018-03-05 Thread aberba via Digitalmars-d-announce
On Saturday, 3 March 2018 at 07:37:38 UTC, Nick Sabalausky (Abscissa) wrote: An all-D MySQL/MariaDB client library: https://github.com/mysql-d/mysql-native == [...] Is unix socket connection supported? I'm not seeing any information about it in the

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: mysql-native v2.1.0

2018-03-05 Thread aberba via Digitalmars-d-announce
On Tuesday, 6 March 2018 at 04:31:42 UTC, Nick Sabalausky (Abscissa) wrote: On 03/05/2018 09:23 AM, aberba wrote: On Saturday, 3 March 2018 at 07:37:38 UTC, Nick Sabalausky (Abscissa) wrote: An all-D MySQL/MariaDB client library: https://github.com/mysql-d/mysql-native

Re: gRPC for D is released.

2018-10-11 Thread aberba via Digitalmars-d-announce
On Thursday, 11 October 2018 at 16:19:07 UTC, April Nassi wrote: Hi! I'm the community manager for gRPC and this is awesome! Would love to add this to our ecosystem repo. Would also be great to have you talk about this on an upcoming community call! That'll be nice.

Re: Spasm - webassembly libary for single page applications

2018-10-17 Thread aberba via Digitalmars-d-announce
On Tuesday, 16 October 2018 at 07:57:12 UTC, Sebastiaan Koppe wrote: On Tuesday, 16 October 2018 at 03:23:21 UTC, Jesse Phillips wrote: It would be cool if D provided the easiest way to develop webasm first to see if it could claim that market. If you have some minutes to spare it would be

Re: Spasm - webassembly libary for single page applications

2018-10-17 Thread aberba via Digitalmars-d-announce
On Sunday, 14 October 2018 at 19:04:51 UTC, Sebastiaan Koppe wrote: On Sunday, 14 October 2018 at 06:03:10 UTC, Bogdan wrote: Awesome work! I remember that, at some point the https://glimmerjs.com/ authors wanted to write their vm in rust for better performance. It looks like D is a new option

Re: Webassembly TodoMVC

2018-09-22 Thread aberba via Digitalmars-d-announce
On Friday, 21 September 2018 at 14:01:30 UTC, Sebastiaan Koppe wrote: Hey guys, Following the D->emscripten->wasm toolchain from CyberShadow and Ace17 I created a proof of concept framework for creating single page webassembly applications using D's compile time features. This is a proof

Re: Webassembly TodoMVC

2018-09-23 Thread aberba via Digitalmars-d-announce
On Saturday, 22 September 2018 at 19:51:48 UTC, Sebastiaan Koppe wrote: On Saturday, 22 September 2018 at 14:54:29 UTC, aberba wrote: Can the SPA code be released as a separate module for WebAssembly web app development? Currently the whole thing is not so developer-friendly, it was just the

Re: My Meeting C++ Keynote video is now available

2019-01-14 Thread aberba via Digitalmars-d-announce
On Monday, 14 January 2019 at 10:06:48 UTC, Mike Franklin wrote: On Monday, 14 January 2019 at 05:31:27 UTC, Paul Backus wrote: When something like an object system is made part of the language (or at the very least, the standard library), it becomes a focal point [2] that the community can

Re: LDC 1.14.0

2019-02-18 Thread aberba via Digitalmars-d-announce
On Sunday, 17 February 2019 at 15:46:01 UTC, kinke wrote: Glad to announce LDC 1.14: * Based on D 2.084.1. * Linking WebAssembly doesn't require an integrated LLD linker anymore (e.g., also working with distro packages and wasm-ld linker). * 32-bit LTO-able druntime/Phobos newly bundled with

Re: The D Programming Language has been accepted as a GSoC 2019 organization

2019-03-13 Thread aberba via Digitalmars-d-announce
On Wednesday, 27 February 2019 at 16:05:28 UTC, JN wrote: On Wednesday, 27 February 2019 at 16:01:15 UTC, Bastiaan Veelo wrote: On Tuesday, 26 February 2019 at 22:34:45 UTC, Seb wrote: Hi all, I have some very exciting news to share. The D Language Language got accepted as a Google Summer of

Re: 5 reasons the D programming language is a great choice for development

2019-02-06 Thread aberba via Digitalmars-d-announce
On Wednesday, 30 January 2019 at 20:34:58 UTC, Simen Kjærås wrote: I found this article espousing D's strengths today: https://opensource.com/article/17/5/d-open-source-software-development I've gotten preoccupied lately with startup stuff and other form distractions, but I hope to be able to

Re: Now D supports semantic Web (RDF and SPARQL particularly)

2019-01-25 Thread aberba via Digitalmars-d-announce
On Tuesday, 22 January 2019 at 19:53:10 UTC, Victor Porton wrote: Now D supports semantic Web (RDF and SPARQL particularly): I've created a D wrapper around C semantic Web library librdf. Here is the code (it also supports several other programming languages, particularly I did also Ada2012

Re: Two New Manpower Initiatives

2019-04-16 Thread aberba via Digitalmars-d-announce
On Monday, 15 April 2019 at 10:08:31 UTC, Mike Parker wrote: I've just published a post on the blog introducing two new initiatives, the Manpower Share and the Manpower Fund, that came out of our quarterly D Language Foundation meetings. The goal is to help focus energy on getting more effort

Re: New DConf Blog Post

2019-04-16 Thread aberba via Digitalmars-d-announce
On Sunday, 7 April 2019 at 06:19:31 UTC, Mike Parker wrote: On Saturday, 6 April 2019 at 22:30:58 UTC, bauss wrote: The design is terrible and it really looks unprofessional. While the old site wasn't responsive, the design was at least slightly better. It just doesn't look very well done.

Re: SoAC

2019-08-13 Thread aberba via Digitalmars-d-announce
On Sunday, 11 August 2019 at 19:16:22 UTC, Tiberiu Lepadatu wrote: Hi everyone, I want to participate to Symmetry Autumn of Code 2019 with either the project "Solve dependency hell" or "Implement Reactive programming into D". I have some experience with programming languages mainly Rust,

D Language Implementation of DIgitalOcean API

2019-09-03 Thread aberba via Digitalmars-d-announce
https://forum.dlang.org/post/uhchyejwoxilbrhkt...@forum.dlang.org On Thursday, 8 October 2015 at 08:43:38 UTC, Laeeth Isharc wrote: I'm sorry, but I posted in the wrong group before. Digital Ocean provide cloud infrastructure (KVM servers). They serve a somewhat different market to Amazon's

Re: An example of using D build pack for Heroku. Deploy your vibe-d app to Heroku in just one click!

2019-10-30 Thread aberba via Digitalmars-d-announce
On Friday, 11 October 2019 at 22:43:32 UTC, Pablo De Nápoli wrote: On Friday, 11 October 2019 at 22:41:51 UTC, Pablo De Nápoli wrote: I just wanted to let you know that I have creating an example of how to use your build pack for deployment of D applications into Heroku (¡Many thanks to

Re: RabbitMQ client library for D! Hunt AMQP Client.

2019-12-13 Thread aberba via Digitalmars-d-announce
On Thursday, 12 December 2019 at 10:04:29 UTC, zoujiaqing wrote: Hunt AMQP Client 1.0.0 beta is released! Hunt AMQP Client based AMQP protocol 1.0, support for RabbitMQ and other AMQP Server. Ported from Vert.x AMQP Client. [...]  Clean API design

Re: My Android project nearing beta

2019-12-17 Thread aberba via Digitalmars-d-announce
On Monday, 16 December 2019 at 21:37:51 UTC, Adam D. Ruppe wrote: I'm gonna drop the link here without further comment: https://github.com/adamdruppe/d_android hopefully I've written enough in the repo so anyone who wants to play with it can... and if not, I need to fix the docs :) let me

Re: rapidxml for D has been ported.

2019-10-16 Thread aberba via Digitalmars-d-announce
On Saturday, 12 October 2019 at 14:06:47 UTC, bauss wrote: On Saturday, 12 October 2019 at 13:51:57 UTC, NonNull wrote: On Tuesday, 8 October 2019 at 17:15:30 UTC, bauss wrote: On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea Fontana wrote: On Tuesday, 8 October 2019 at 08:56:26 UTC,

Re: rapidxml for D has been ported.

2019-10-16 Thread aberba via Digitalmars-d-announce
On Wednesday, 16 October 2019 at 20:46:06 UTC, aberba wrote: On Saturday, 12 October 2019 at 14:06:47 UTC, bauss wrote: On Saturday, 12 October 2019 at 13:51:57 UTC, NonNull wrote: On Tuesday, 8 October 2019 at 17:15:30 UTC, bauss wrote: On Tuesday, 8 October 2019 at 09:52:40 UTC, Andrea

Re: Prepping for Patreon...

2019-10-21 Thread aberba via Digitalmars-d-announce
On Thursday, 17 October 2019 at 21:25:20 UTC, Ron Tarrant wrote: On Thursday, 17 October 2019 at 19:46:12 UTC, Guillaume Piolat wrote: Make a PR to https://p0nce.github.io/d-idioms/#Contributing-back-with-money and add yourself in the Patreon list (please _read_ the readme.md before

Re: Apache shiro for D is ported and release 1.0.0

2019-11-19 Thread aberba via Digitalmars-d-announce
On Tuesday, 19 November 2019 at 10:10:17 UTC, zoujiaqing wrote: Apache Shiro is a powerful and easy-to-use Java security framework that performs authentication, authorization, cryptography, and session management. With Shiro’s easy-to-understand API, you can quickly and easily secure any

Re: The Serpent Game Framework - Open Source!!

2020-02-28 Thread aberba via Digitalmars-d-announce
On Thursday, 27 February 2020 at 23:10:26 UTC, Steven Schveighoffer wrote: On 2/27/20 5:29 PM, aberba wrote: There's this ongoing open source game framework by Ikey. I knew him to be a diehard C guru (from the Solus Project) but is now rocking D, hence Serpent. Check is out and support if

Re: The Serpent Game Framework - Open Source!!

2020-02-28 Thread aberba via Digitalmars-d-announce
On Thursday, 27 February 2020 at 22:29:41 UTC, aberba wrote: There's this ongoing open source game framework by Ikey. I knew him to be a diehard C guru (from the Solus Project) but is now rocking D, hence Serpent. [...] Ikey did an interview with Foss and he said something about why he

The Serpent Game Framework - Open Source!!

2020-02-27 Thread aberba via Digitalmars-d-announce
There's this ongoing open source game framework by Ikey. I knew him to be a diehard C guru (from the Solus Project) but is now rocking D, hence Serpent. Check is out and support if you can, please. I don't know how he does it but Ikey can code stuff like crazy.

Re: Dicoth is an opensource forum software written in DLang.

2020-02-07 Thread aberba via Digitalmars-d-announce
On Monday, 3 February 2020 at 03:47:55 UTC, zoujiaqing wrote: On Sunday, 2 February 2020 at 10:47:52 UTC, bauss wrote: On Sunday, 2 February 2020 at 08:39:58 UTC, zoujiaqing wrote: [...] Thank you for all the great D projects you've done with Hunt and this is interesting :) I like it.

Re: D for microservices: ldc, rdmd, dub now available on Alpine x86_64

2020-01-15 Thread aberba via Digitalmars-d-announce
On Wednesday, 15 January 2020 at 04:00:26 UTC, Mathias Lang wrote: On Tuesday, 5 November 2019 at 02:16:28 UTC, Mathias Lang wrote: [...] Time for an update! The GDC PR have been merged, and followed by another large fix to make it work on most architectures. So if you use Alpine edge, you

  1   2   3   >