Re: Is D programming friendly for beginners?

2024-07-25 Thread aberba via Digitalmars-d-announce
On Wednesday, 24 July 2024 at 15:02:04 UTC, Matheus wrote: I work at home, but once I was at the office and I saw someone literally copying a SO answer direct to the project, and many times I saw code there were literally copied as is, I could tell because the way it was written, language etc.

Re: Redub v1.7.1 : Even faster dependency resolution and vibe-d support

2024-07-14 Thread aberba via Digitalmars-d-announce
On Tuesday, 9 July 2024 at 21:39:20 UTC, Hipreme wrote: Hello guys, in the last time, I told that I would not support vibe-d. This was purely on how many features I would need to implement to support it. But after a second thought, I saw that it would be a great opportunity to make it way more

Re: LDC 1.39.0

2024-07-05 Thread aberba via Digitalmars-d-announce
On Friday, 5 July 2024 at 00:27:21 UTC, Steven Schveighoffer wrote: On Thursday, 4 July 2024 at 11:28:56 UTC, kinke wrote: Glad to announce LDC 1.39.0. Major changes: * Based on D 2.109.1. * LLVM for prebuilt packages bumped to v18.1.6. * musl libc: Misc. bug fixes and removal of libunwind dep

Re: North Korean Hackers Developing Malware in Dlang Programming Language

2024-05-28 Thread aberba via Digitalmars-d-announce
On Monday, 27 May 2024 at 23:00:58 UTC, ryuukk_ wrote: On Monday, 27 May 2024 at 16:17:07 UTC, aberba wrote: By Ionut Arghire: The North Korea-linked hacking group Lazarus has been observed deploying Dlang malware in attacks against organizations in the manufacturing, agriculture, and physica

Re: The D Programming Language and Its Role in Cybersecurity

2024-05-25 Thread aberba via Digitalmars-d-announce
On Friday, 24 May 2024 at 19:54:16 UTC, Steven Schveighoffer wrote: On Monday, 20 May 2024 at 21:21:24 UTC, aberba wrote: Found this article by Raymond Andrè Hagen: https://www.linkedin.com/pulse/d-programming-language-its-role-cybersecurity-raymond-andr%C3%A8-hagen-nfvgf/ My goodness this is

Re: Beerconf May

2024-05-24 Thread aberba via Digitalmars-d-announce
On Thursday, 23 May 2024 at 17:42:38 UTC, Steven Schveighoffer wrote: On Saturday, 11 May 2024 at 20:35:17 UTC, Steven Schveighoffer wrote: [...] Hi All, just a friendly reminder this is happening in 2 days! [...] Nobody has asked to show anything, so I thought I might do a quick dive int

The D Programming Language and Its Role in Cybersecurity

2024-05-20 Thread aberba via Digitalmars-d-announce
Found this article by Raymond Andrè Hagen: https://www.linkedin.com/pulse/d-programming-language-its-role-cybersecurity-raymond-andr%C3%A8-hagen-nfvgf/

Re: Redub v1.3.9 : A faster build system promising 90% compatibility with dub

2024-05-06 Thread aberba via Digitalmars-d-announce
On Saturday, 4 May 2024 at 11:40:27 UTC, Hipreme wrote: Hello guys. It has been some time since my last post on forum regarding redub. It has improved a lot on its newest versions. Since it has been put to prove on Hipreme Engine as its main build system, there were a bunch of updates that I've

Re: D Community Conversation with Mathias Lang

2024-05-03 Thread aberba via Digitalmars-d-announce
On Sunday, 28 April 2024 at 17:12:25 UTC, Mike Parker wrote: If you haven't been keeping up with our YouTube channel, I've been publishing a conversation with a member of the D community on the last Sunday of every month since January. This follows on from two conversations I had with Walter a

Re: Serverino 0.7.0

2024-04-14 Thread aberba via Digitalmars-d-announce
On Saturday, 13 April 2024 at 16:24:52 UTC, Andrea Fontana wrote: 🚀 Hey Serverino enthusiasts! 🎉 Get ready to elevate your server game with the latest Serverino 0.7.0 release! 🌐✨ What’s new in this update? 🐝 WebSockets are here! Now you can enjoy real-time bi-directional communication. So

Re: Release D 2.108.0

2024-04-01 Thread aberba via Digitalmars-d-announce
On Monday, 1 April 2024 at 22:34:14 UTC, Iain Buclaw wrote: Glad to announce D 2.108.0, ♥ to the 36 contributors. This release comes with 8 major changes and 36 fixed Bugzilla issues, including: - In the language, named arguments for functions have been implemented and documented. - In phob

Re: 🚀 Announcing Serverino 0.6.0! 🎉

2024-03-10 Thread aberba via Digitalmars-d-announce
On Thursday, 7 March 2024 at 21:00:03 UTC, Andrea Fontana wrote: Performance has been boosted once again, and those pesky little bugs? Squashed! Plus, there are fresh examples to try out and even a sleek new logo to admire! Ready to dive in? Just spin up a new project using the provided templ

Re: SecureD 3.0 has been released!

2024-03-07 Thread aberba via Digitalmars-d-announce
On Wednesday, 6 March 2024 at 07:47:04 UTC, Adam Wilson wrote: SecureD 3.0 has been released. This version was set in motion by a Cedric Picard, a D community member with Cryptography ... And I even remembered to update the examples in the README. +1 I wish more packages did this

Re: Released vibe.d 0.10.0

2024-02-19 Thread aberba via Digitalmars-d-announce
On Monday, 19 February 2024 at 08:45:28 UTC, Sönke Ludwig wrote: The next release of vibe.d (0.10.0) is expected to land sooner than usual and will contain a substantial restructuring of the package structure. All low level modules that are currently sub packages of "vibe-d" will be broken out

Re: Released vibe.d 0.9.8

2024-02-18 Thread aberba via Digitalmars-d-announce
On Friday, 16 February 2024 at 17:17:35 UTC, Sönke Ludwig wrote: Just a quick announcement for a new vibe.d release that, probably most notably, gets rid of most DIP1000 related... as well as requiring REST interfaces to be fully @safe. How does this affect regular code? What are the implicati

Re: Fluid 0.6.0 — UI library for D

2024-02-04 Thread aberba via Digitalmars-d-announce
On Wednesday, 31 January 2024 at 09:34:06 UTC, Bastiaan Veelo wrote: On Wednesday, 31 January 2024 at 06:38:17 UTC, aberba wrote: On Thursday, 25 January 2024 at 12:33:31 UTC, cookiewitch wrote: Fluid is a library I started developing 3 years ago when I joined the D community, after failing to

Re: Fluid 0.6.0 — UI library for D

2024-01-30 Thread aberba via Digitalmars-d-announce
On Thursday, 25 January 2024 at 12:33:31 UTC, cookiewitch wrote: Fluid is a library I started developing 3 years ago when I joined the D community, after failing to find a suitable library for my gamedev project. Developing user interfaces through websites, games or applications is something I'

Re: jsoniopipe now supports JSON5

2023-12-29 Thread aberba via Digitalmars-d-announce
On Friday, 29 December 2023 at 18:26:20 UTC, aberba wrote: On Friday, 29 December 2023 at 08:04:31 UTC, Zz wrote: https://forum.dlang.org/post/u5361j$2tfv$1...@digitalmars.com On Monday, 29 May 2023 at 21:38:54 UTC, Steven Schveighoffer wrote: https://code.dlang.org/packages/jsoniopipe This

Re: jsoniopipe now supports JSON5

2023-12-29 Thread aberba via Digitalmars-d-announce
On Friday, 29 December 2023 at 08:04:31 UTC, Zz wrote: https://forum.dlang.org/post/u5361j$2tfv$1...@digitalmars.com On Monday, 29 May 2023 at 21:38:54 UTC, Steven Schveighoffer wrote: https://code.dlang.org/packages/jsoniopipe This little project is one that I've tinkered with for a long ti

Re: Browsers in D

2023-12-22 Thread aberba via Digitalmars-d-announce
On Thursday, 21 December 2023 at 22:29:03 UTC, Adam D Ruppe wrote: On Thursday, 21 December 2023 at 11:55:50 UTC, aberba wrote: [...] Yeah, it is a solid choice with a long history. Did you know the Unix Printing System used to (I don't think it still does but im not sure) work this way? Som

Re: Browsers in D

2023-12-21 Thread aberba via Digitalmars-d-announce
On Tuesday, 19 December 2023 at 21:15:19 UTC, Adam D Ruppe wrote: I wrote a little blog about my browsers in D, with some discussion about how you might be able to embed them in your application too: http://dpldocs.info/this-week-in-d/Blog.Posted_2023_12_18.html With Firefox getting worse by

Re: Browsers in D

2023-12-21 Thread aberba via Digitalmars-d-announce
On Wednesday, 20 December 2023 at 14:24:45 UTC, Adam D Ruppe wrote: On Wednesday, 20 December 2023 at 09:29:36 UTC, Paolo Invernizzi wrote: When I was the CTO of my previous company, we embedded Gecko into a custom C++ GUI framework, to allow ALS people browse the web using gazes as an input me

Re: Hipreme Engine v1.0.0 Announcement + iOS port

2023-12-21 Thread aberba via Digitalmars-d-announce
On Thursday, 21 December 2023 at 00:32:00 UTC, Hipreme wrote: # Hipreme Engine v1.0.0 Announcement Today, I'm glad to announce that Hipreme Engine is finally releasing its version 1.0. The 1000th commit marks the first release of this engine. There is a lot of work already done and a lot of w

mysql-native v3.2.0 - the safe update

2023-12-16 Thread aberba via Digitalmars-d-announce
https://forum.dlang.org/post/xozbnrpxmgxboykir...@forum.dlang.org On Tuesday, 14 February 2023 at 14:22:42 UTC, Rey Valeza wrote: On Saturday, 23 April 2022 at 05:12:30 UTC, Steven Schveighoffer wrote: [...] Hi Steve, I just want you to know that I updated the Vibe.d tutorial I wrote last ye

Re: Beerconf December 2023

2023-12-04 Thread aberba via Digitalmars-d-announce
On Saturday, 2 December 2023 at 21:48:21 UTC, Steven Schveighoffer wrote: # BEERCONF! Beerconf this month is not on December 30-31, because that's new years eve. It's not on December 23-24 because that's Christmas eve So it's now down to December 16-17, which is in 2 weeks. Note that even t

OpenAPI Client Generator

2023-12-04 Thread aberba via Digitalmars-d-announce
https://forum.dlang.org/post/igxsajtxicyzfanrh...@forum.dlang.org On Monday, 2 January 2023 at 10:08:23 UTC, Vijay Nayar wrote: I would like to put an announcement for two new projects added to https://code.dlang.org. https://code.dlang.org/packages/openapi-client This project is an executabl

Re: DConf Online 2021 T-Shirts

2021-11-15 Thread aberba via Digitalmars-d-announce
On Wednesday, 20 October 2021 at 09:55:32 UTC, Mike Parker wrote: During DConf Online, we hand out prizes to random questioners, one per talk, and provide swag to each speaker. Each of the speakers will receive a DConf Online 2021 t-shirt, but only two questioners will (one per day). For everyo

Re: D and C++ renderer side by side demonstration

2021-08-07 Thread aberba via Digitalmars-d-announce
On Saturday, 7 August 2021 at 07:11:26 UTC, kinke wrote: On Saturday, 7 August 2021 at 03:15:30 UTC, Ki Rill wrote: This is not a “X vs Y” video! It just demonstrates the capabilities of D and C++ side by side. might easily mislead beginners, not helping D at all. What makes you think the u

Re: Article: Why I use the D programming language for scripting

2021-02-02 Thread aberba via Digitalmars-d-announce
On Tuesday, 2 February 2021 at 03:53:43 UTC, Виталий Фадеев wrote: On Sunday, 31 January 2021 at 20:36:43 UTC, aberba wrote: [...] If the article is about scripting, then the article will contain examples of scripts used in business. [...] Nice examples!

Re: Article: Why I use the D programming language for scripting

2021-02-01 Thread aberba via Digitalmars-d-announce
On Monday, 1 February 2021 at 11:29:02 UTC, Bastiaan Veelo wrote: On Sunday, 31 January 2021 at 20:47:13 UTC, Steven Schveighoffer wrote: On 1/31/21 3:36 PM, aberba wrote: It's finally out! https://opensource.com/article/21/1/d-scripting Hm... right off I see the shebang is not the first lin

Article: Why I use the D programming language for scripting

2021-01-31 Thread aberba via Digitalmars-d-announce
It's finally out! https://opensource.com/article/21/1/d-scripting

Re: QtE5 for Qt 6

2021-01-22 Thread aberba via Digitalmars-d-announce
On Friday, 22 January 2021 at 22:13:02 UTC, aberba wrote: On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote: I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation doe

Re: QtE5 for Qt 6

2021-01-22 Thread aberba via Digitalmars-d-announce
On Thursday, 21 January 2021 at 18:34:03 UTC, MGW wrote: I want to meet Qt 6 by creating QtE6. This forced me to update github/QtE5 to the latest stable version: widgetsXX.dll/so + qte5.d (qt 5.12.7). Programming is easy, compilation does not require Qt metacompiler (it uses a set of ready-made

Re: Say Hello to Our Two New Pull-Request/Issue Managers

2021-01-13 Thread aberba via Digitalmars-d-announce
On Wednesday, 13 January 2021 at 11:33:44 UTC, Mike Parker wrote: I'm very, very happy that I can finally announce the news. Some of you may recall the job announcements I put out on the blog back in September [1]. Symmetry Investments offered to fund one full-time, or two part-time, Pull Reque

Tutorial: Building a simple Web server with arsd CGI framework

2021-01-11 Thread aberba via Digitalmars-d-announce
https://aberba.com/2021/a-simple-web-server-with-arsd-cgi/

Re: Our community seems to have grown, so many people are joining the Facebook group

2020-12-29 Thread aberba via Digitalmars-d-announce
On Monday, 28 December 2020 at 17:31:21 UTC, Murilo wrote: In the past 2 weeks we went from 225 to 240 members in our Facebook group(https://www.facebook.com/groups/ProgrammingInDlang), an average of a person per day. First it was an average of a person per month or less. I wonder if someone h

Re: Printing shortest decimal form of floating point number with Mir

2020-12-23 Thread aberba via Digitalmars-d-announce
On Wednesday, 23 December 2020 at 17:22:28 UTC, Ola Fosheim Grøstad wrote: On Wednesday, 23 December 2020 at 17:08:26 UTC, 9il wrote: C++ templates can be resolved, at least at the level Mir needs this. So, it is a bug in my opinion. But it was said the DIP is required. I can't write DIP well

Re: Printing shortest decimal form of floating point number with Mir

2020-12-23 Thread aberba via Digitalmars-d-announce
On Wednesday, 23 December 2020 at 16:25:58 UTC, 9il wrote: On Wednesday, 23 December 2020 at 15:37:45 UTC, Ola Fosheim Grøstad wrote: On Wednesday, 23 December 2020 at 03:06:51 UTC, 9il wrote: You, Andrey, and Atila don't care about language features that have been requested for Mir or even mor

Re: DConf Online 2020 was a big success!

2020-11-24 Thread aberba via Digitalmars-d-announce
On Monday, 23 November 2020 at 07:39:58 UTC, Walter Bright wrote: I enjoyed #DConfOnline very much, though I miss seeing everyone in person. [...] D rox The community rox The Conf rox Thanks everyone for making it a success

Re: D + raylib = BlobEditor

2020-11-03 Thread aberba via Digitalmars-d-announce
On Monday, 2 November 2020 at 19:02:35 UTC, Andrea Fontana wrote: Hello. I've just published a small toy/demo project. I use D and raylib to create and render a blob in real time. Here a video: https://www.youtube.com/watch?v=RIVDdXV6D-A Here the source: https://github.com/trikko/BlobEditor I

Re: bindbc-sfml 0.1.0

2020-11-03 Thread aberba via Digitalmars-d-announce
On Monday, 2 November 2020 at 11:01:53 UTC, Mike Parker wrote: I've finally gotten around to finishing up the port of DerelictSFML2 to BindBC: http://bindbc-sfml.dub.pm/ Unlike the Derelict package, it supports every release of CSFML from 2.0 to 2.5. It's untested beyond compiling and loading

Re: webkit2gtkd 0.0.3 - WebKit2 bindings for GtkD

2020-10-26 Thread aberba via Digitalmars-d-announce
On Monday, 26 October 2020 at 15:28:56 UTC, Streaksu wrote: I found myself recently for a project of mine in the need of bindings for the amazing Webkit2GTK library for D, using GtkD for ease of use, and now that they are working, sure someone can also find them useful! [...] Would be nice

Re: LDC 1.24.0-beta1

2020-10-23 Thread aberba via Digitalmars-d-announce
On Friday, 23 October 2020 at 18:01:19 UTC, Kagamin wrote: On Tuesday, 20 October 2020 at 20:09:58 UTC, aberba wrote: Supposing I'm new to D, I have previous experience with LLVM-based compilers so I prefer to use LDC. How am I supposed to know what to do? Where is the information on how to get

Re: LDC 1.24.0-beta1

2020-10-20 Thread aberba via Digitalmars-d-announce
On Tuesday, 20 October 2020 at 17:36:11 UTC, kinke wrote: On Tuesday, 20 October 2020 at 16:08:47 UTC, aberba wrote: It's an option but doesn't fill the need for an installer. Not sure why its hasn't been done. See https://github.com/ldc-developers/ldc/issues/1754. From the discussions, it s

Re: LDC 1.24.0-beta1

2020-10-20 Thread aberba via Digitalmars-d-announce
On Tuesday, 20 October 2020 at 17:36:11 UTC, kinke wrote: On Tuesday, 20 October 2020 at 16:08:47 UTC, aberba wrote: It's an option but doesn't fill the need for an installer. Not sure why its hasn't been done. See https://github.com/ldc-developers/ldc/issues/1754. I personally never download

Re: LDC 1.24.0-beta1

2020-10-20 Thread aberba via Digitalmars-d-announce
On Monday, 19 October 2020 at 20:49:14 UTC, Andre Pany wrote: On Monday, 19 October 2020 at 18:48:11 UTC, notna wrote: On Sunday, 18 October 2020 at 22:40:53 UTC, aberba wrote: It would be convenient if you provided a .exe installer as well. Not sure what to do with the .7z file without manua

Re: LDC 1.24.0-beta1

2020-10-20 Thread aberba via Digitalmars-d-announce
On Monday, 19 October 2020 at 18:48:11 UTC, notna wrote: On Sunday, 18 October 2020 at 22:40:53 UTC, aberba wrote: It would be convenient if you provided a .exe installer as well. Not sure what to do with the .7z file without manual tinkering. use scoop for Windows package mgmt in a user co

Re: LDC 1.24.0-beta1

2020-10-18 Thread aberba via Digitalmars-d-announce
On Sunday, 18 October 2020 at 22:47:17 UTC, Adam D. Ruppe wrote: On Sunday, 18 October 2020 at 22:40:53 UTC, aberba wrote: Not sure what to do with the .7z file without manual tinkering. You can simply unzip it and use it directly. That's the best way to use most D compilers actually, then an

Re: LDC 1.24.0-beta1

2020-10-18 Thread aberba via Digitalmars-d-announce
On Thursday, 1 October 2020 at 18:04:35 UTC, kinke wrote: Glad to announce the first beta for LDC 1.24: - Based on D 2.094.0+. - Support for LLVM 11. The prebuilt packages use v11.0.0-rc4+, and the x86 packages newly include the LLVM backend for AMD GPUs. Full release log and downloads: ht

Re: mir-stat

2020-10-13 Thread aberba via Digitalmars-d-announce
On Monday, 12 October 2020 at 00:43:51 UTC, jmh530 wrote: On Sunday, 11 October 2020 at 17:35:26 UTC, 9il wrote: [snip] I can't speak to the technical differences between the two. My understanding is that MIT is more permissive than Boost, I make all my stuff Boost so that anyone can d

Re: [Release] Authomata: a two-factor authentication gui app for Gnu/Linux

2020-10-05 Thread aberba via Digitalmars-d-announce
On Sunday, 4 October 2020 at 19:07:35 UTC, Alireza SN wrote: This weekend i had some free time and wrote this GtkD app for two-factor authentication (yes i know there are alternatives but it's a cool little project). It still lacks a lot of functionality like edit/delete/import/export but the

Re: DIP 1030-- Named Arguments--Formal Assessment

2020-09-21 Thread aberba via Digitalmars-d-announce
On Monday, 21 September 2020 at 09:07:39 UTC, Martin Tschierschke wrote: On Thursday, 17 September 2020 at 12:59:05 UTC, Mike Parker wrote: On Thursday, 17 September 2020 at 12:58:06 UTC, Mike Parker wrote: DIP 1030, "Named Arguments", has been accepted. https://github.com/dlang/DIPs/blob/ma

Re: DIP 1030-- Named Arguments--Formal Assessment

2020-09-17 Thread aberba via Digitalmars-d-announce
On Thursday, 17 September 2020 at 12:58:06 UTC, Mike Parker wrote: DIP 1030, "Named Arguments", has been accepted. During the assessment, Walter and Atila had a discussion regarding this particular criticism: [...] Calls for celebration... who's in?

Re: beerconf September!

2020-09-13 Thread aberba via Digitalmars-d-announce
On Saturday, 12 September 2020 at 20:56:37 UTC, Steven Schveighoffer wrote: I wanted to once again give people a good notice for the next upcoming beerconf, happening September 26th and 27th. As usual, bring your favorite beverage (non alcoholic if you prefer), and bring your D topics to discus

Re: Beta 2.094.0

2020-09-11 Thread aberba via Digitalmars-d-announce
On Friday, 11 September 2020 at 07:48:00 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.094.0 release, ♥ to the 49 contributors. This is the first release to be built with LDC on all platforms, so we'd welcome some more thorough beta testing. http://dlang.org/download.htm

Re: DConf Online 2020...

2020-09-09 Thread aberba via Digitalmars-d-announce
On Wednesday, 9 September 2020 at 13:02:52 UTC, Dukc wrote: On Tuesday, 8 September 2020 at 09:17:10 UTC, Mike Parker wrote: I was on the verge to cutting the schedule down to one day, but thanks to some last-minute submissions, looks like we'll have enough content now to stretch across two day

Re: D mentionned in the ARTIBA webzine for an article on Silq

2020-09-08 Thread aberba via Digitalmars-d-announce
On Tuesday, 8 September 2020 at 13:16:29 UTC, Adam D. Ruppe wrote: On Tuesday, 8 September 2020 at 08:33:35 UTC, aberba wrote: Now I really want to sew your D web workflow and stack in use at DConf Online. Don't say no!! Yeah, I did tell the dconf people I'd do a livestream thing if they need

Re: D mentionned in the ARTIBA webzine for an article on Silq

2020-09-08 Thread aberba via Digitalmars-d-announce
On Monday, 7 September 2020 at 20:53:56 UTC, Adam D. Ruppe wrote: On Wednesday, 2 September 2020 at 13:31:25 UTC, Adam D. Ruppe wrote: I could write that in a few hours. I went ahead and did it: https://dwidder.arsdnet.net/ might move later but eh the basics work i think. Awesome Adam. Now

Re: D mentionned in the ARTIBA webzine for an article on Silq

2020-09-05 Thread aberba via Digitalmars-d-announce
On Saturday, 5 September 2020 at 02:15:31 UTC, Adam D. Ruppe wrote: On Friday, 4 September 2020 at 17:47:39 UTC, James Lu wrote: And there's a Facebook? Seriously? A random user set it up and tries to push it but there's not much activity. Part of it is like Facebook being too much distractio

Re: DConf Online 2020 Submission Deadline Extended

2020-09-05 Thread aberba via Digitalmars-d-announce
On Saturday, 5 September 2020 at 09:50:44 UTC, FeepingCreature wrote: On Saturday, 5 September 2020 at 04:01:43 UTC, Mike Parker wrote: [...] hi okay, if I'm literally the only one that's kind of problematic, yeah. Let's see how it goes on Sunday. I'd guess that ... like, either ultimately

Re: D mentionned in the ARTIBA webzine for an article on Silq

2020-09-03 Thread aberba via Digitalmars-d-announce
On Thursday, 3 September 2020 at 16:53:17 UTC, Martin Tschierschke wrote: On Thursday, 3 September 2020 at 08:40:32 UTC, aberba wrote: The slack I have no ideas how people get in. I know there's a number of members in there too. I am not very active on slack, to say it polite but I may invite y

Re: D mentionned in the ARTIBA webzine for an article on Silq

2020-09-03 Thread aberba via Digitalmars-d-announce
On Wednesday, 2 September 2020 at 18:53:02 UTC, James Lu wrote: On Wednesday, 2 September 2020 at 18:42:25 UTC, starcanopy wrote: On Wednesday, 2 September 2020 at 13:31:25 UTC, Adam D. Ruppe wrote: But what I think would be really cool though is like an internal twitter... no size limit but al

Re: Reading IDX Files in D, an introduction to compile time programming

2020-08-23 Thread aberba via Digitalmars-d-announce
On Saturday, 22 August 2020 at 07:04:19 UTC, Petar Kirov [ZombineDev] wrote: On Friday, 21 August 2020 at 20:33:51 UTC, H. S. Teoh wrote: I don't need say that unlimited CTFE has been a huge success for Jai. Never heard of that success BTW. Probably a niche success. But that aside, do you ack

Re: Translations of GLFW and libsoundio for Windows and Linux

2020-08-20 Thread aberba via Digitalmars-d-announce
On Thursday, 20 August 2020 at 12:50:26 UTC, Dennis wrote: If you are making a D application with graphics or sound, you might be interested in these: [...] Awesome! Thanks for doing this.

Re: Article: The surprising thing you can do in the D programming language

2020-08-20 Thread aberba via Digitalmars-d-announce
On Thursday, 20 August 2020 at 11:22:53 UTC, MrSmith wrote: On Thursday, 20 August 2020 at 10:12:22 UTC, aberba wrote: Wrote something on OpenSource.com https://opensource.com/article/20/8/nesting-d The only nitpick, is that nested functions need to be declared before use, in order to compil

Article: The surprising thing you can do in the D programming language

2020-08-20 Thread aberba via Digitalmars-d-announce
Wrote something on OpenSource.com https://opensource.com/article/20/8/nesting-d

Re: tsv-utils 2.0 release: Named field support

2020-07-27 Thread aberba via Digitalmars-d-announce
On Sunday, 26 July 2020 at 20:28:56 UTC, Jon Degenhardt wrote: Hi all, I'm happy to announce a new major release of eBay's TSV Utilities. The 2.0 release supports named field selection in all of the tools, a significant usability enhancement. [...] So I didn't checked it out until today a

Re: Article: the feature that makes D my favorite programming language

2020-07-26 Thread aberba via Digitalmars-d-announce
On Sunday, 26 July 2020 at 01:14:53 UTC, Paul Backus wrote: On Saturday, 25 July 2020 at 18:24:22 UTC, Jesse Phillips wrote: On Saturday, 25 July 2020 at 14:47:01 UTC, aberba wrote: [...] It bugs me too, though I have done it. I think the right answer of why it is odd is because writeln is

Re: Article: the feature that makes D my favorite programming language

2020-07-25 Thread aberba via Digitalmars-d-announce
On Saturday, 25 July 2020 at 13:28:34 UTC, Adam D. Ruppe wrote: On Saturday, 25 July 2020 at 11:12:16 UTC, aberba wrote: Oop! Chaining the writeln too could have increased the wow factor. I didn't see that. oh I hate it when people do that though, it just looks off to me at that point. Ha h

Re: Article: the feature that makes D my favorite programming language

2020-07-25 Thread aberba via Digitalmars-d-announce
On Saturday, 25 July 2020 at 10:22:53 UTC, Andre Pany wrote: On Friday, 24 July 2020 at 20:34:17 UTC, aberba wrote: Wrote something on the feature that makes D my favorite programming language https://opensource.com/article/20/7/d-programming Great article. I assume you didn't chained writel

Re: Article: the feature that makes D my favorite programming language

2020-07-24 Thread aberba via Digitalmars-d-announce
On Friday, 24 July 2020 at 21:18:37 UTC, Steven Schveighoffer wrote: On 7/24/20 4:34 PM, aberba wrote: Wrote something on the feature that makes D my favorite programming language https://opensource.com/article/20/7/d-programming Nice! You could make this more dramatic. I'm sure you just "d

Re: Article: the feature that makes D my favorite programming language

2020-07-24 Thread aberba via Digitalmars-d-announce
On Friday, 24 July 2020 at 21:19:28 UTC, H. S. Teoh wrote: On Fri, Jul 24, 2020 at 08:34:17PM +, aberba via Digitalmars-d-announce wrote: Wrote something on the feature that makes D my favorite programming language https://opensource.com/article/20/7/d-programming Nitpick: evenNumbers

Article: the feature that makes D my favorite programming language

2020-07-24 Thread aberba via Digitalmars-d-announce
Wrote something on the feature that makes D my favorite programming language https://opensource.com/article/20/7/d-programming

Re: Dlang: The Complete D programming Language Course

2020-07-23 Thread aberba via Digitalmars-d-announce
On Thursday, 23 July 2020 at 14:39:54 UTC, Greatsam4sure wrote: On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote: Found this introductory course from Udemy on D Complete introduction to programming in D. Learn by doing assignments and projects. https://www.udemy.com/course/d-programmi

Re: Dlang: The Complete D programming Language Course

2020-07-23 Thread aberba via Digitalmars-d-announce
On Thursday, 23 July 2020 at 15:24:09 UTC, bachmeier wrote: On Thursday, 23 July 2020 at 01:13:25 UTC, aberba wrote: Found this introductory course from Udemy on D Complete introduction to programming in D. Learn by doing assignments and projects. https://www.udemy.com/course/d-programming-l

Re: Dlang: The Complete D programming Language Course

2020-07-23 Thread aberba via Digitalmars-d-announce
On Thursday, 23 July 2020 at 16:22:26 UTC, Steven Schveighoffer wrote: On 7/22/20 9:13 PM, aberba wrote: Found this introductory course from Udemy on D Complete introduction to programming in D. Learn by doing assignments and projects. https://www.udemy.com/course/d-programming-language/ I

Dlang: The Complete D programming Language Course

2020-07-22 Thread aberba via Digitalmars-d-announce
Found this introductory course from Udemy on D Complete introduction to programming in D. Learn by doing assignments and projects. https://www.udemy.com/course/d-programming-language/

Re: libaio

2020-07-19 Thread aberba via Digitalmars-d-announce
On Thursday, 16 July 2020 at 14:17:45 UTC, Boris-Barboris wrote: https://github.com/Boris-Barboris/libaio/blob/master/source/libaio/package.d https://code.dlang.org/packages/libaio If you need to write some shady block-level stuff for Linux libaio this thin Derelict loader can save a day of you

Re: DConf Online 2020 (Soft Announcement)

2020-07-17 Thread aberba via Digitalmars-d-announce
On Friday, 17 July 2020 at 11:55:14 UTC, Mike Parker wrote: DConf Online 2020 is on! https://dconf.org/2020/online/index.html [...] Very exited about this.

Re: Release D 2.093.0

2020-07-12 Thread aberba via Digitalmars-d-announce
On Sunday, 12 July 2020 at 09:04:40 UTC, Martin Nowak wrote: Glad to announce D 2.093.0, ♥ to the 54 contributors. This release comes with a preview for shared variable initialization, template instantiation statistics, better Windows support of the install.sh script, and higher accuracy GC m

Re: Visual D 1.0.0 released

2020-07-09 Thread aberba via Digitalmars-d-announce
On Thursday, 9 July 2020 at 08:40:24 UTC, Petar Kirov [ZombineDev] wrote: On Thursday, 9 July 2020 at 00:03:02 UTC, Manu wrote: Not really. VisualD is objectively the most functional and competent IDE/Debugger solution, BY FAR. It's not an opinion, it's a measurable fact. Windows really su

Re: Visual D 1.0.0 released

2020-07-08 Thread aberba via Digitalmars-d-announce
On Wednesday, 8 July 2020 at 01:26:55 UTC, Manu wrote: On Tue, Jul 7, 2020 at 10:00 PM JN via Digitalmars-d-announce < digitalmars-d-announce@puremagic.com> wrote: On Saturday, 4 July 2020 at 13:00:16 UTC, Rainer Schuetze wrote: > See > https://rainers.github.io/visuald/visuald/VersionHistory

Re: Quick create serverside project based on Hunt Framework 3.2.0

2020-07-07 Thread aberba via Digitalmars-d-announce
On Tuesday, 7 July 2020 at 19:21:17 UTC, zoujiaqing wrote: https://github.com/huntlabs/hunt-framework-articles/blob/master/quick-create-serverside-project/quick-create-serverside-project.md Thank you Brian! Its very awesome the content you're creating for Hunt Framework.

Re: From the D Blog: A Pattern for Head-mutable Structures

2020-07-06 Thread aberba via Digitalmars-d-announce
On Monday, 6 July 2020 at 12:22:56 UTC, Ali Çehreli wrote: On 6/26/20 2:30 AM, aberba wrote: > I'm curious what's happening in those D meetups. Are they still > happening (online)? Our Silicon Valley meetups are still going on: https://www.meetup.com/D-Lang-Silicon-Valley/events/kmqcvqybcjb

Re: A security review of the D library Crypto

2020-07-04 Thread aberba via Digitalmars-d-announce
On Saturday, 4 July 2020 at 15:49:25 UTC, Cym13 wrote: On Saturday, 4 July 2020 at 14:37:41 UTC, H. S. Teoh wrote: I'm not the author, but I'm curious about the D implementation of Botan (https://code.dlang.org/packages/botan) -- how is its security level? I glanced at it before and it seemed

Re: Release Candidate [was: Re: Beta 2.093.0]

2020-07-03 Thread aberba via Digitalmars-d-announce
On Friday, 3 July 2020 at 20:19:59 UTC, user1234 wrote: On Friday, 3 July 2020 at 19:50:51 UTC, aberba wrote: On Friday, 3 July 2020 at 15:27:54 UTC, user1234 wrote: On Friday, 3 July 2020 at 11:10:25 UTC, Martin Nowak wrote: On Wednesday, 24 June 2020 at 21:01:05 UTC, Martin Nowak wrote: Glad

Re: Release Candidate [was: Re: Beta 2.093.0]

2020-07-03 Thread aberba via Digitalmars-d-announce
On Friday, 3 July 2020 at 15:27:54 UTC, user1234 wrote: On Friday, 3 July 2020 at 11:10:25 UTC, Martin Nowak wrote: On Wednesday, 24 June 2020 at 21:01:05 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.093.0 release, ♥ to the 53 contributors. Release Candidate is live now.

Re: Beta 2.093.0

2020-07-03 Thread aberba via Digitalmars-d-announce
On Wednesday, 24 June 2020 at 21:01:05 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.093.0 release, ♥ to the 53 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.093.0.html As usual please report any bugs at https://issues.dlang.org -Marti

Post: Why no one is using your D library

2020-07-02 Thread aberba via Digitalmars-d-announce
Why no one is using your D library So I decided to write a little something special. Its my love letter to D folks. https://aberba.vercel.app/2020/why-no-one-is-using-your-d-library/

Re: Documentation repository for Hunt Framework !

2020-06-30 Thread aberba via Digitalmars-d-announce
On Tuesday, 30 June 2020 at 15:40:14 UTC, zoujiaqing wrote: I'm glad we've released the first set of Hunt Framework today. Make it easier for you to use Hunt Framework. Hope more people can work with us to improve the content of the document. https://github.com/huntlabs/hunt-framework-docs T

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-06-30 Thread aberba via Digitalmars-d-announce
On Monday, 29 June 2020 at 21:29:31 UTC, Ali Çehreli wrote: On 6/29/20 8:45 AM, Dagmar wrote: > If I shouldn't use > const, how should I emphasize the intention to pass a pointer only for > reading? How can I be sure that my class invariant is not compromised? > Also, there is the shared attri

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-06-30 Thread aberba via Digitalmars-d-announce
On Monday, 29 June 2020 at 15:45:48 UTC, Dagmar wrote: Sometimes there is only one way to find out why it behaves like it does: to ask in this forum. And you may not like the answers. D has transitive const, but what if I should lazy evaluate/cache a value or use a mutex? If I shouldn't use c

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-06-30 Thread aberba via Digitalmars-d-announce
On Monday, 29 June 2020 at 15:54:36 UTC, Adam D. Ruppe wrote: On Monday, 29 June 2020 at 15:45:48 UTC, Dagmar wrote: D has a GC. If you turn it off you lose dynamic/associative arrays, classes, probably something else. You just have to construct them with a function instead of with the built-

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-06-30 Thread aberba via Digitalmars-d-announce
On Monday, 29 June 2020 at 12:17:57 UTC, Russel Winder wrote: On Mon, 2020-06-29 at 10:31 +, IGotD- via Digitalmars-d-announce wrote: On the other hand people are stopping using C++ in favour of Go, Rust, Python, but it seems not D. This isn't a fact by the way, there are many people u

Re: iopipe v0.2.0 - safe update

2020-06-30 Thread aberba via Digitalmars-d-announce
On Monday, 29 June 2020 at 11:58:10 UTC, Steven Schveighoffer wrote: On 6/28/20 8:37 PM, aberba wrote: On Sunday, 28 June 2020 at 20:26:43 UTC, JN wrote: What's iopipe and what does it do? How does it compare with std.process? I my line of words, its what you'd use to stream large files and

Re: iopipe v0.2.0 - safe update

2020-06-28 Thread aberba via Digitalmars-d-announce
On Sunday, 28 June 2020 at 20:26:43 UTC, JN wrote: On Sunday, 28 June 2020 at 18:57:22 UTC, Steven Schveighoffer wrote: Just wanted to post that I finished my update of iopipe to be @safe. I still have some work to do with std.io so things are more usable (next on my list is to make standard ha

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-06-28 Thread aberba via Digitalmars-d-announce
On Monday, 29 June 2020 at 00:24:22 UTC, aberba wrote: On Sunday, 28 June 2020 at 21:00:09 UTC, Dibyendu Majumdar wrote: [...] * Community * Strong die hard advocate * Tutorials, learning resources Those are the stuff I personally think I can't contribute more. I meant opposite, jeez 🙉 Th

Re: Talk by Herb Sutter: Bridge to NewThingia

2020-06-28 Thread aberba via Digitalmars-d-announce
On Sunday, 28 June 2020 at 21:00:09 UTC, Dibyendu Majumdar wrote: On Saturday, 27 June 2020 at 15:48:33 UTC, Andrei Alexandrescu wrote: How to answer "why will yours succeed, when X, Y, and Z have failed?" https://www.youtube.com/watch?v=wIHfaH9Kffs Very insightful talk. To be honest the an

Re: From the D Blog: A Pattern for Head-mutable Structures

2020-06-26 Thread aberba via Digitalmars-d-announce
On Friday, 26 June 2020 at 17:05:40 UTC, Mike Parker wrote: On Friday, 26 June 2020 at 17:02:05 UTC, Avrina wrote: "It says a lot about the priorities when you can't even get a simple link, community comes last." If the community came last for me, I wouldn't be doing the work I do. I'd be fo

Re: From the D Blog: A Pattern for Head-mutable Structures

2020-06-26 Thread aberba via Digitalmars-d-announce
On Friday, 26 June 2020 at 07:35:17 UTC, JN wrote: On Friday, 26 June 2020 at 05:37:13 UTC, Arun Chandrasekaran wrote: This is a very interesting post. But this strategy with HN is clearly not working. 5 upvotes after 17 hours and 0 comments. Please paste the direct link in future even if the r

  1   2   3   >