Re: DCV has a new release.

2024-05-20 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 20 May 2024 at 11:47:25 UTC, Ferhat Kurtulmuş wrote: I've been working on DCV for some years. Recently, DCV has started to be used by some projects, such as etichetta[1]. Even though it's still far from perfect, I think DCV deserves a new version. Existing unit tests pass. New ones

Etichetta v0.1.3 is here! (with AI)

2024-05-12 Thread Andrea Fontana via Digitalmars-d-announce
Hello! I’m excited to announce the release of a new application called “Etichetta”. “Etichetta” is a straightforward program that allows you to label images for AI training. I’ve always found existing programs to be quite cumbersome, so I created one myself. Among its various features is the

Re: Serverino 0.7.0

2024-04-14 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 15 April 2024 at 01:04:40 UTC, aberba wrote: Link to code sample? https://github.com/trikko/serverino/tree/master/examples/06_websocket_noise_stream Andrea

Serverino 0.7.0

2024-04-13 Thread Andrea Fontana via Digitalmars-d-announce
 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. Some example I've posted on twitter:

Re: Upcoming ACCU 2024 Talk: How DLang Improves my Modern C++ and Vice Versa

2024-04-09 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 8 April 2024 at 01:38:20 UTC, Mike Shah wrote: I'll be talking more about D (and modern C++) at the ACCU 2024 conference in Bristol (Abstract below -- talk is on April 19, 2024). +1

Re: Beta 2.108.0

2024-03-21 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 21 March 2024 at 03:19:16 UTC, Salih Dincer wrote: On Thursday, 21 March 2024 at 02:14:36 UTC, WebFreak001 wrote: On Saturday, 2 March 2024 at 17:40:29 UTC, Iain Buclaw wrote: .. since they drastically make things easier (hexstrings) or even possible in the first place (magic

Re: DConf Online Livestream Link

2024-03-18 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 18 March 2024 at 11:11:03 UTC, Nick Treleaven wrote: On Sunday, 10 March 2024 at 16:07:23 UTC, Mike Parker wrote: The countdown is on! I'll kick off the DConf Online Livestream at 14:55 UTC on March 16. You can find it here: https://www.youtube.com/live/8GV_TuYk3lk And if you

Re: Is D programming friendly for beginners?

2024-03-12 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 12 March 2024 at 19:12:03 UTC, H. S. Teoh wrote: I don't know how CS programs are carried out these days, but back when I was in university, the choice of language is largely irrelevant, because the whole point of a programming course isn't to teach you a specific language, but to

Re:  Announcing Serverino 0.6.0! 

2024-03-10 Thread Andrea Fontana via Digitalmars-d-announce
Thank you! Inline replies >>> On Sunday, 10 March 2024 at 21:04:05 UTC, aberba wrote: 1) I'm not sure I like concat (~=) style used on `Output output` and how it can determine the order routes are invoked. I would expect that to be explicitly defined by Dev using a catch-all route

 Announcing Serverino 0.6.0! 

2024-03-07 Thread Andrea Fontana via Digitalmars-d-announce
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 template: ``` dub init -t serverino my_wonderful_project cd

Re: SecureD 3.0 has been released!

2024-03-07 Thread Andrea Fontana 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 experience, reaching out and suggesting a number of improvements to the Symmetric and KDF API's. This resulted

Re: First Beta 2.106.0

2023-11-04 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 2 November 2023 at 00:57:23 UTC, Iain Buclaw wrote: Glad to announce the first beta for the 2.106.0 release, ♥ to the 33 contributors. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.106.0.html As usual please report any bugs at https://issues.dlang.org

Re: Blog post: How we are using D to develop Aspect from the ground up

2023-10-24 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 23 October 2023 at 19:02:46 UTC, Sönke Ludwig wrote: I've written up an article that showcases how we use D in production and how that benefits us in unique ways. Nice article. I agree with you about the pros and cons of language! Andrea

Re: tshare/1.0 a fast way to share file using transfer.sh

2023-10-12 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 11 October 2023 at 14:30:50 UTC, kinke wrote: On Saturday, 7 October 2023 at 22:40:58 UTC, Andrea Fontana wrote: Question: - Is there a way to compile curl statically with ldc for windows? If I try (using -static), it throws a runtime error. Yes; IIRC, you need to link

Re: tshare/1.0 a fast way to share file using transfer.sh

2023-10-07 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 4 October 2023 at 23:02:39 UTC, Andrea Fontana wrote: I've just released a simple tool for sharing files (similar to WeTransfer) directly from the terminal. News: - Added support for encryption (if gpg is available) - Added binaries built by github - Improved UI Question: - Is

tshare/1.0 a fast way to share file using transfer.sh

2023-10-04 Thread Andrea Fontana via Digitalmars-d-announce
I've just released a simple tool for sharing files (similar to WeTransfer) directly from the terminal. Usage is incredibly straightforward: Run ```dub build tshare``` to build the tool. Use ```tshare /your/file``` to share your file, which will generate a public link. For additional

Re: LDC 1.31.0

2023-02-23 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 11 February 2023 at 13:47:54 UTC, kinke wrote: Glad to announce LDC 1.31.0. Major changes: * Based on D 2.101.2. * ImportC: The C preprocessor isn't invoked yet. * mac/iOS arm64: Linking with `-g` is working again without unaligned pointer warnings/errors. * *Preliminary*

Re: Centroid tracking using DCV

2023-02-16 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 15 February 2023 at 17:32:33 UTC, Ferhat Kurtulmuş wrote: I heard you are not having fun enough with d today. Do you know you can do things like this with dlang now? After some fiddling with it, my last commits made this possible. how it looks like:

Re: LDC 1.31.0-beta1

2023-02-03 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 27 January 2023 at 20:35:01 UTC, kinke wrote: Glad to announce the first beta for LDC 1.31. Major changes: * Based on D 2.101.2. * ImportC: The C preprocessor isn't invoked yet. * mac/iOS arm64: Linking with `-g` is working again without unaligned pointer warnings/errors. *

Re: Serverino 0.4.0

2023-02-01 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 1 February 2023 at 20:01:13 UTC, Andrea Fontana wrote: do you have any plans to do some benchmarks or if you did, please share the place to check it? Here some results from may, but serverino went over a major arch rework after that, so I'm not sure they are still valid.

Re: Serverino 0.4.0

2023-02-01 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 1 February 2023 at 20:01:13 UTC, Andrea Fontana wrote: do you have any plans to do some benchmarks or if you did, please share the place to check it? Here some results from may, but serverino went over a major arch rework after that, so I'm not sure they are still valid.

Re: Serverino 0.4.0

2023-02-01 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 1 February 2023 at 19:49:40 UTC, psyscout wrote: On Wednesday, 1 February 2023 at 17:36:07 UTC, Andrea Fontana wrote: Hi! I've just release a new version of serverino, my pure-D... First of all, thanks for your effort! For the second, I have a couple of simple web services

Serverino 0.4.0

2023-02-01 Thread Andrea Fontana via Digitalmars-d-announce
Hi! I've just release a new version of serverino, my pure-D webserver without 3rd party dependencies, super-fast to compile. This version is featuring a basic & easy way to add routing using UDAs. A big thank you to Ferhat Kurtulmuş that create a pull request for this :) Just create a

Re: Serverino 0.3.0 - now with windows support

2022-10-28 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 28 October 2022 at 09:25:11 UTC, Imperatorn wrote: On Friday, 28 October 2022 at 07:42:26 UTC, Andrea Fontana wrote: On Thursday, 27 October 2022 at 19:46:47 UTC, Imperatorn wrote: Nice, sometimes you just need some quick and dirty http That's exactly one of the use cases :) I'm

Re: Serverino 0.3.0 - now with windows support

2022-10-28 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 27 October 2022 at 19:46:47 UTC, Imperatorn wrote: Nice, sometimes you just need some quick and dirty http That's exactly one of the use cases :)

Re: parserino 0.2.0

2022-10-23 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 22 October 2022 at 22:14:26 UTC, Adam D Ruppe wrote: On Saturday, 22 October 2022 at 21:58:54 UTC, Enjoys Math wrote: Nice! So it's D's answer to Python's BeautifulSoup. D has had a html tag soup parser since 2009 in my dom.d. The parserino might be more html5 compliant

Re: parserino 0.2.0

2022-10-20 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 20 October 2022 at 13:24:27 UTC, psyscout wrote: Wow, it uses builtin browser. Cool! I have a coming project, will try it out. Thank You for your effort! You're welcome :)

parserino 0.2.0

2022-10-19 Thread Andrea Fontana via Digitalmars-d-announce
Hello! Finally I released the public version of parserino, a html5 parser for linux, macos and windows. Link: https://github.com/trikko/parserino

Serverino 0.3.0 - now with windows support

2022-10-16 Thread Andrea Fontana via Digitalmars-d-announce
Hello there. I've just released a new version of serverino, a simple and ready-to-go http server with zero external dependencies (pure D!). I changed a lot of things under the hood from the last version and tests are welcome. It works on linux, macos and windows. I use only linux, so I

Re: HTTP frameworks benchmark focused on D libraries

2022-05-31 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 30 May 2022 at 20:57:02 UTC, tchaloupka wrote: On Sunday, 29 May 2022 at 06:22:43 UTC, Andrea Fontana wrote: On Thursday, 26 May 2022 at 07:49:23 UTC, tchaloupka wrote: I see there is a test where numbers are identical to arsd ones, is it a typo or a coincidence? Andrea Hi

Re: HTTP frameworks benchmark focused on D libraries

2022-05-29 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 26 May 2022 at 07:49:23 UTC, tchaloupka wrote: Hi, as there are two more HTTP server implementations: * [Serverino](https://forum.dlang.org/thread/bqsatbwjtoobpbzxd...@forum.dlang.org) Thank you! Since it's just a young library that results sounds promising. I'm just working

Re: Release: serverino - please destroy it.

2022-05-15 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 15 May 2022 at 06:37:08 UTC, frame wrote: On Saturday, 14 May 2022 at 23:23:47 UTC, Andrea Fontana wrote: Which kind of socket exception could be triggered by a client? Andrea It doesn't matter if triggered by a client or not, you need to deal with the possibility. A

Re: Release: serverino - please destroy it.

2022-05-14 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 14 May 2022 at 20:44:54 UTC, frame wrote: Take care of socket exceptions - especially if you want to make a port to Windows. You should always expect one. It's not enough to test `Socket.isAlive` - a client socket may be faulty and any illegal socket operation throws and kills

Re: Release: serverino - please destroy it.

2022-05-12 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 12 May 2022 at 11:46:05 UTC, Guillaume Piolat wrote: On Thursday, 12 May 2022 at 11:33:07 UTC, Andrea Fontana wrote: Does dmd/rdmd work? Serverino uses std.net.curl just for running its unittests, so maybe that bug is not blocking. Well tbh, the simple fact that I would have to

Re: Release: serverino - please destroy it.

2022-05-12 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 12 May 2022 at 10:26:28 UTC, Guillaume Piolat wrote: On Sunday, 8 May 2022 at 21:45:28 UTC, Andrea Fontana wrote: If you can test it on windows with WSL, that would be appreciated a lot! I tried to test servrino on WSL, but dub doesn't run on WSL. =>

Re: Release: serverino - please destroy it.

2022-05-11 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 11 May 2022 at 06:50:37 UTC, Orfeo wrote: well done Andrea! (forum begins to be too crowded with Italians :) ) --- Orfeo We all miss the good old bearophile! I think the most active italian in this forum. Andrea

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 21:24:46 UTC, Paolo Invernizzi wrote: Here I am ... Milanese: https://www.deepglance.com/about /Paolo Ok it's me getting old! Andrea

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 20:13:45 UTC, Paolo Invernizzi wrote: Sinceramente non ricordo di averlo scritto, ma alla mia eta ... probabilmente dimentico qualcosa ... comunque piacere! E' bello vedere altri italiani apprezzare questo magnifico linguaggio! (Frankly speaking, I don't remember to

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 19:50:08 UTC, Paolo Invernizzi wrote: Concordo ... (I agree!) :-P Wait, you have always said you're not Italian. Have you changed your mind? Andrea

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 18:33:18 UTC, Sebastiaan Koppe wrote: On Tuesday, 10 May 2022 at 10:49:06 UTC, Andrea Fontana wrote: On Tuesday, 10 May 2022 at 08:32:15 UTC, Sebastiaan Koppe wrote: The difference is that with the route uda you can *only* map routes 1:1 exhaustively. With your

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 16:47:13 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 10 May 2022 at 16:05:11 UTC, Andrea Fontana wrote: Oh, italian is full of suffixes. -ello means a slightly different thing. It's small but sounds like a bit pejorative. Oh, and I loved the sound of it… suggests

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 15:35:35 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 10 May 2022 at 15:27:48 UTC, Andrea Fontana wrote: Indeed the "-ino" suffix in "serverino" stands for "small" in italian. :) Bambino > bambinello? So, the embedded-version could be «serverinello»? :O) Oh,

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 15:16:22 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 10 May 2022 at 15:00:06 UTC, Andrea Fontana wrote: I work in the R and every single time I even have to write a small api or a simple html interface to control some strange machine I think "omg, I have to set nginx

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 15:01:43 UTC, Adam Ruppe wrote: On Monday, 9 May 2022 at 19:20:27 UTC, Andrea Fontana wrote: Thank you. Looking forward to getting feedback, bug reports and help :) BTW I'm curious, what made you not want to use my cgi.d which has similar capabilities? I was

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 13:15:38 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 10 May 2022 at 12:52:01 UTC, Andrea Fontana wrote: I'm running a whole website in D using fastcgi and we have no problem at all, it's blazing fast. But it's not so easy to setup as serverino :) Easy setup is

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 13:34:27 UTC, Adam D Ruppe wrote: On Monday, 9 May 2022 at 20:37:50 UTC, Andrea Fontana wrote: The same goes for cgi/fastcgi/scgi and so on. Well, cgi does one process per request, so there is no worker pool (it is the original "serverless" lol). fastcgi is

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 12:31:23 UTC, Ola Fosheim Grøstad wrote: On Tuesday, 10 May 2022 at 10:49:06 UTC, Andrea Fontana wrote: And you can still handle 700k/views per hour with 20 workers! Requests tend to come in bursts from the same client, thanks to clunky javascript APIs and clutters

Re: Release: serverino - please destroy it.

2022-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 10 May 2022 at 08:32:15 UTC, Sebastiaan Koppe wrote: On Monday, 9 May 2022 at 20:37:50 UTC, Andrea Fontana wrote: On Monday, 9 May 2022 at 20:08:38 UTC, Sebastiaan Koppe wrote: As an example, how many requests per second can you manage if all requests have to wait 100 msecs? For

Re: Release: serverino - please destroy it.

2022-05-09 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 9 May 2022 at 20:08:38 UTC, Sebastiaan Koppe wrote: On Sunday, 8 May 2022 at 21:32:42 UTC, Andrea Fontana wrote: Every request is processed by a worker running in an isolated process, no fibers/threads, sorry (or thanks?) I did some tests and the performance sounds good: on a local

Re: Release: serverino - please destroy it.

2022-05-09 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 9 May 2022 at 19:09:40 UTC, Guillaume Piolat wrote: On Sunday, 8 May 2022 at 21:32:42 UTC, Andrea Fontana wrote: Hello! I've just released serverino. It's a small & ready-to-go http/https server. Dub package: https://code.dlang.org/packages/serverino Andrea Looks very useful,

Re: Release: serverino - please destroy it.

2022-05-08 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 8 May 2022 at 22:09:37 UTC, Ali Çehreli wrote: Congratulations! :) Looking forward to watching your presentation at DConf... ;) I wish I was able to speak publicly in English in front of an audience :) On 5/8/22 14:32, Andrea Fontana wrote: > Every request is processed by a

Re: Release: serverino - please destroy it.

2022-05-08 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 8 May 2022 at 21:32:42 UTC, Andrea Fontana wrote: [...] Andrea Whoops, I forgot a couple of things. This was tested on linux only and it should work fine on other posix systems (macOS included!). I don't have windows, but I think you need WSL to run it, since I'm using a lot of

Release: serverino - please destroy it.

2022-05-08 Thread Andrea Fontana via Digitalmars-d-announce
Hello! I've just released serverino. It's a small & ready-to-go http/https server. Every request is processed by a worker running in an isolated process, no fibers/threads, sorry (or thanks?) I did some tests and the performance sounds good: on a local machine it can handle more than

Re: GCC 12.1 Released (D v2.100-rc.1)

2022-05-08 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 6 May 2022 at 11:57:47 UTC, Iain Buclaw wrote: Hi, I am proud to announce another major GCC release, 12.1. [...] Regards, Iain. Great!

Re: mysql-native v3.2.0 - the safe update

2022-04-27 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 23 April 2022 at 05:12:30 UTC, Steven Schveighoffer wrote: This is a huge huge update. I've never done anything like this before, but I think it works as a drop-in replacement, while allowing you to migrate any piece you wish from unsafe code to safe code. Please let me know if

Re: Added copy constructors to "Programming in D"

2022-01-13 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 8 January 2022 at 13:23:52 UTC, Imperatorn wrote: On Saturday, 8 January 2022 at 02:07:10 UTC, Ali Çehreli wrote: 1) After about three years, I finally added copy constructors: http://ddili.org/ders/d.en/special_functions.html#ix_special_functions.copy%20constructor [...]

Re: D Language Foundation Monthly Meeting Summary (September 24, 2021)

2021-10-19 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 6 October 2021 at 06:23:01 UTC, WebFreak001 wrote: On Friday, 1 October 2021 at 12:32:20 UTC, Mike Parker wrote: [...] new slogan [...] want to generate controversial heat? Do it in D (DIID) (careful with there being a trademark for DiiD though) You mean: Just D it

Re: (Oh My) Gentool 0.4.0 released

2021-06-07 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 6 June 2021 at 10:03:11 UTC, evilrat wrote: ## (oh my) gentool v0.4 is now out. It is my fancy tool to generate extern(C++) stuff quicker, it takes regular compiler flags that you usually pass to clang and translates C/C++ code to D. This release has one new feature: support

Re: D + raylib = BlobEditor

2020-11-04 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 4 November 2020 at 07:45:46 UTC, Ferhat Kurtulmuş wrote: looks so funny. As if an alien material is trying to grow and eat worlds. Yes. But it's so relaxing, isn't it?

D + raylib = BlobEditor

2020-11-02 Thread Andrea Fontana via Digitalmars-d-announce
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 It runs fine on my 7yo laptop. Andrea

Re: bindbc-sfml 0.1.0

2020-11-02 Thread Andrea Fontana 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/ +1 Great job Mike!

Re: MetaCall Polyglot is now available form D

2020-08-14 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 4 August 2020 at 22:25:19 UTC, Vicente Eduardo Ferrer Garcia wrote: [...] If someone is interested in the D port you can find the source here: https://github.com/metacall/dlang-port Nice! Maybe you can use a bit of syntax sugar for D. Check this example:

Re: Origins of the D Programming Language now published by ACM!

2020-06-26 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 20 June 2020 at 22:12:21 UTC, Walter Bright wrote: On 6/20/2020 2:59 PM, Bill Baxter wrote: Whoa! Page 23 -- a wild Bill Baxter appears! That was unexpected.  :-D --bb So many contributors - we tried hard to credit where things came from. Nice paper. It would be nice to have

Re: Earcut polygon triangulation

2020-02-25 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 24 February 2020 at 20:28:20 UTC, Ben Jones wrote: On Monday, 24 February 2020 at 19:15:13 UTC, JN wrote: On Sunday, 23 February 2020 at 16:20:09 UTC, Ahmet Sait wrote: Out of curiosity, why would you need to triangulate polygons instead of using stencil buffer? I'm assuming you're

Re: The good old CGI

2020-02-17 Thread Andrea Fontana via Digitalmars-d-announce
On Saturday, 15 February 2020 at 22:06:42 UTC, Tier wrote: It might not change the world, but I'm going to try it regardless. So thank you! You're welcome :) P.S. I know you made an scgi client. Do you plan on making a fcgi one too? I don't like fastcgi protocol that much. I think scgi is

The good old CGI

2020-02-14 Thread Andrea Fontana via Digitalmars-d-announce
I've just released [1] a simple single-file-library you can use to build cgi-enabled app with d. Not a big innovation, so I don't expect a lot of interest about it. Anyway it's small and light, so it's a fast (not so efficient) way to run web-based scripts. Check the basic example [2] and

Re: Release D 2.090.0

2020-01-07 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 7 January 2020 at 11:12:09 UTC, JN wrote: Loving the JSON getter :) Did you give jsonwrap[1] a try? [1] https://code.dlang.org/packages/jsonwrap

Re: code.dlang.org downtime

2019-12-18 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 18 December 2019 at 09:29:50 UTC, John Colvin wrote: This is still down for me, regardless of using the IP or address. I don't think it's just me either: https://stats.uptimerobot.com/6mQX4Crw2L/783838659 https://downforeveryoneorjustme.com/code.dlang.org Connection timeout

Re: code.dlang.org downtime

2019-12-18 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 18 December 2019 at 11:03:04 UTC, Andrea Fontana wrote: On Wednesday, 18 December 2019 at 09:29:50 UTC, John Colvin wrote: This is still down for me, regardless of using the IP or address. I don't think it's just me either: https://stats.uptimerobot.com/6mQX4Crw2L/783838659

Re: wiki tutorial: D on esp32/esp8266(llvm-xtensa+ldc) and how to get started

2019-11-26 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 26 November 2019 at 08:57:49 UTC, dangbinghoo wrote: hi, I just added a simple tutorial to running D betterC on the popular ESP32/esp8266 IoT chip. referenced with the Rust community's Rust on ESP32.

Re: Release D 2.089.0

2019-11-08 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 7 November 2019 at 16:37:56 UTC, Andrea Fontana wrote: On Sunday, 3 November 2019 at 13:35:36 UTC, Martin Nowak wrote: Glad to announce D 2.089.0, ♥ to the 44 contributors. This release comes with corrected extern(C) mangling in mixin templates, atomicFetchAdd and atomicFetchSub

Re: Release D 2.089.0

2019-11-07 Thread Andrea Fontana via Digitalmars-d-announce
On Sunday, 3 November 2019 at 13:35:36 UTC, Martin Nowak wrote: Glad to announce D 2.089.0, ♥ to the 44 contributors. This release comes with corrected extern(C) mangling in mixin templates, atomicFetchAdd and atomicFetchSub in core.atomic, support for link driver arguments, better support of

Re: rapidxml for D has been ported.

2019-10-08 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 8 October 2019 at 08:56:26 UTC, zoujiaqing wrote: [...] So finally we have a working xml parser!

Re: Telegram group for DLang

2019-09-09 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 5 September 2019 at 08:13:14 UTC, Ernesto Castellotti wrote: Hi everyone, I created a group on Telegram for DLang users, currently it is composed of about 10 people from the Italian community. It is open to anyone interested in discussing DLang on Telegram, the official

Re: optional 1.0.0 beta with "or/frontOr/Throw" range utilities

2019-07-31 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 30 July 2019 at 10:04:03 UTC, aliak wrote: On Tuesday, 30 July 2019 at 04:18:28 UTC, Les De Ridder wrote: On Monday, 29 July 2019 at 22:17:20 UTC, aliak wrote: [...] * dispatch() has been renamed to oc(); "optional chain" Why not 'chain()' or 'optionalChain()'? Only because

Re: neomimalloc [D wrapper for mimalloc] - v0.0.3

2019-07-05 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 5 July 2019 at 09:57:58 UTC, Ernesto Castellotti wrote: I am happy to announce the first preliminary version of neomimalloc! Nice project Ernesto! It sounds funny that Windows is the only platform where this Microsoft project doesn't run! And I'm happy Dlang is spreading in

Re: Release D 2.086.0

2019-05-08 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 7 May 2019 at 17:29:34 UTC, Daniel N wrote: On Tuesday, 7 May 2019 at 15:13:05 UTC, Andrea Fontana wrote: import std; void main() { std.file.write("/tmp/test", "hello"); } How should I fix this? import std; import file = std.file; void main() { file.write("/tmp/test",

Re: Release D 2.086.0

2019-05-07 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 6 May 2019 at 09:52:32 UTC, Aldo wrote: On Sunday, 5 May 2019 at 11:53:22 UTC, Martin Nowak wrote: Glad to announce D 2.086.0, ♥ to the 51 contributors. This release comes with copy constructors, a lowmem dmd switch, private member access for introspection traits, import std, dub

Re: DPP on the D Blog

2019-04-19 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 19 April 2019 at 09:04:50 UTC, Atila Neves wrote: On Tuesday, 9 April 2019 at 21:11:28 UTC, DanielG wrote: re: the difficulties of interfacing D with certain types of C/C++ code ... Has anybody looked into something like a JavaCpp[1] approach for D? Instead of trying to get D to

Re: New and Unofficial OpenCV binding for D programming language

2019-04-10 Thread Andrea Fontana via Digitalmars-d-announce
On Tuesday, 9 April 2019 at 17:22:12 UTC, Ferhat Kurtulmuş wrote: Since I could build the library on Windows 10 in addition to Ubuntu, I have decided to put it on code.dlang.org: https://code.dlang.org/packages/opencvd. It sounds interesting. I think you should make those examples compilable

Re: Compiler benchmarker for D, C, C++, Go, Rust with more to come

2019-03-18 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 18 March 2019 at 10:05:40 UTC, Jacob Carlborg wrote: On 2019-03-17 21:09, Per Nordlöw wrote: I thought that already is the case... No, the official binaries are built with DMD as the host compiler. Is v2.0xx compiled with v2.0xx-1 or with v2.0xx itself? Andrea

Re: Sublime Text Syntax Definition Rewrite

2019-03-13 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 13 March 2019 at 10:22:15 UTC, Benjamin Schaaf wrote: On Friday, 1 March 2019 at 03:44:09 UTC, Benjamin Schaaf wrote: On Thursday, 28 February 2019 at 11:33:13 UTC, Andrea Fontana wrote: When the next stable will be released? Hopefully soon™, we don't want to commit to any

Re: Regionprops implementation for D

2019-03-11 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 11 March 2019 at 09:29:16 UTC, Ferhat Kurtulmuş wrote: I am trying to learn dlang and decided to develop a regionprops library in pure d (https://github.com/aferust/regionpropsford). I borrowed some code and translated into d for performing routines like connected component labeling

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 15:03:38 UTC, Joakim wrote: Nice, when does the version with genetic algorithms come out? ;) https://www.economist.com/technology-quarterly/2015/09/03/wonderful-widgets JK, of course, demo looks good. Trust me or not, this is a planned feature. Andrea

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 13:32:10 UTC, bauss wrote: This is a very impressive project and I'll follow it just to see where it goes. I have zero to no experience with 3d printing so I can't really relate much to it. Thank you! If you eventually start with 3d printing you'll notice that

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 01:17:02 UTC, Adam D. Ruppe wrote: On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana wrote: A special thanks to Adam Ruppe and his SimpleDisplay library I used on earlier versions :) why you go gtk in the end? I replaced simpledisplay with sdl. Gtk

Re: I've just released Vasaro

2018-12-07 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 7 December 2018 at 07:22:18 UTC, JN wrote: Looks nice. I'll give it a go when I plug my 3d printer. Waiting for your feedback. Why use derelict-sdl if you use gtkd already? Good question. Gtk doesn't support opengl2. Why do I use OpenGL2? - I don't know ogl3 - I just need basic

Re: I've just released Vasaro

2018-12-06 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 6 December 2018 at 21:03:49 UTC, kinke wrote: On Thursday, 6 December 2018 at 20:45:07 UTC, Andrea Fontana wrote: [...] Pretty cool, thx for sharing! I watched the demo and had an extremely superficial glance at the code too; seems to make D look good, as it deserves, so thanks

I've just released Vasaro

2018-12-06 Thread Andrea Fontana via Digitalmars-d-announce
Hi! I've just released the first version of vasaro. It's a simple program I wrote to create 3d printable vases. It's written in D (of course). It uses derelict-gl, derelict-sdl and gtkd. It should work on linux, macOS and Windows. A special thanks to Adam Ruppe and his SimpleDisplay library

Re: LDC 1.13.0-beta2

2018-11-23 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 21 November 2018 at 10:43:55 UTC, kinke wrote: Glad to announce the second beta for LDC 1.13: * Based on D 2.083.0+ (yesterday's DMD stable). * The Windows packages are now fully self-sufficient, i.e., a Visual Studio/C++ Build Tools installation isn't required anymore. *

Re: BindBC -- The successor to Derelict

2018-10-21 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 19 October 2018 at 17:34:10 UTC, Mike Parker wrote: [...] Well done!

Re: printed v0.0.3: a low-level API to generate self-contained PDF/SVG

2018-10-02 Thread Andrea Fontana via Digitalmars-d-announce
On Monday, 1 October 2018 at 09:34:34 UTC, Guillaume Piolat wrote: printed is a low-level API to generate self-contained PDF 1.4/SVG 1.1 documents hopefully suitable for print. Currently it does not provide any "layout" option, you are just provided a sort of 2D Canvas API which can then

Re: Arrogant - HTML5 dom with CSS selectors

2018-06-13 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 13 June 2018 at 18:06:02 UTC, Nick Sabalausky (Abscissa) wrote: Does this mean that it requires the raw HTML input to already be fully conformant HTML5 or simply that it supports and outputs valid HTML5? The second one. If you parse invalid html it tries to fix it and output

Arrogant - HTML5 dom with CSS selectors

2018-06-13 Thread Andrea Fontana via Digitalmars-d-announce
On behalf of the company I work for [1] today I released a new library: arrogant. It is a fully conformant HTML5 dom library with CSS selectors. It wraps Modest library [2] by Alexander Borisov that is a quite bigger library/framework. As pointed out promptly by rikkimax [3] it doesn't rely

Re: DasBetterC: Converting make.c to D

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

Re: DasBetterC: Converting make.c to D

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

Re: D Meetup in Grenoble (FR) - Your presence required

2018-06-01 Thread Andrea Fontana via Digitalmars-d-announce
On Friday, 1 June 2018 at 13:20:20 UTC, Guillaume Piolat wrote: [...] Then chances you are already aware of a secret D barbecue meeting in the valley, next Thursday 7th of June. [...] It never happens in Italy. Not fair. :)

Re: Reserved 1.0.0

2018-05-16 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 16 May 2018 at 10:04:12 UTC, ANtlord wrote: On Wednesday, 16 May 2018 at 08:38:05 UTC, Andrea Fontana wrote: I released another small library on behalf of the company I work for (http://lab.2night.it). It is called "reserved", and it's a small library you can use to run your D

Reserved 1.0.0

2018-05-16 Thread Andrea Fontana via Digitalmars-d-announce
I released another small library on behalf of the company I work for (http://lab.2night.it). It is called "reserved", and it's a small library you can use to run your D webpages/service. It is focused on simplicity (no dependencies) and fast setup. It use scgi to interface itself with

Re: mofile - gettext library for D

2018-05-10 Thread Andrea Fontana via Digitalmars-d-announce
On Thursday, 10 May 2018 at 10:57:25 UTC, FreeSlave wrote: It was a real concern for me that there's no gettext-compatible package for D (at least I could not find one in dub registry), because it's kind of standard. So I made it myself. mofile is similar to GNU gettext, but gettext and

  1   2   >