Re: SLF4D - A proposal for a common logging interface for Dub projects

2023-02-24 Thread Tobias Pankrath via Digitalmars-d-announce
On Wednesday, 22 February 2023 at 21:46:32 UTC, Andrew wrote: I've been spending some time in the last few weeks to prototype a logging framework that's inspired by [SLF4J](https://www.slf4j.org/). To that end, I've created [SLF4D](https://github.com/andrewlalis/slf4d), which provides a common

Re: D Language Foundation Quarterly Meeting, October 2021

2021-11-08 Thread Tobias Pankrath via Digitalmars-d-announce
On Monday, 8 November 2021 at 12:02:43 UTC, Atila Neves wrote: On Saturday, 6 November 2021 at 15:46:57 UTC, JN wrote: On Friday, 5 November 2021 at 13:19:24 UTC, zjh wrote: D can aim at `experts`, especially `meta programming users`. On this point,`rust` can't compete. `Silky general meta prog

Re: Mir Ion and Asdf benchmakrs

2021-05-16 Thread Tobias Pankrath via Digitalmars-d-announce
On Sunday, 16 May 2021 at 09:50:21 UTC, 9il wrote: mir-ion and Asdf JSON libraries have been added to the Kostya/benchmarks. https://github.com/kostya/benchmarks#json If we exclude parsers with inaccurate number parsing then the top will be 1. C++, simdjson 2. Rust, Serde 3. Dlang, Mir Amaz

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

2020-12-29 Thread Tobias Pankrath via Digitalmars-d-announce
On Wednesday, 30 December 2020 at 02:31:36 UTC, Murilo wrote: On Tuesday, 29 December 2020 at 15:06:07 UTC, Ola Fosheim Grøstad wrote: No, the OP clearly stated that he made the group "official". That is a deliberate attempt to fracture. I'm sorry you see it like this but my intention when I cre

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

2020-12-29 Thread Tobias Pankrath via Digitalmars-d-announce
On Tuesday, 29 December 2020 at 11:34:38 UTC, Ola Fosheim Grøstad wrote: Not quite, if you split up then each community might have stronger social bonding, but in terms of aggregating helpful advice you will be worse off. It would be suitable for geographic groups (e.g. for a country/city).

Re: Truly algebraic Variant and Nullable

2020-12-20 Thread Tobias Pankrath via Digitalmars-d-announce
On Sunday, 15 November 2020 at 04:54:19 UTC, 9il wrote: Truly algebraic Variant and Nullable with an order-independent list of types. Thanks for sharing it! Could you give a (very short) explanation on why sumtype could not meet your requirements? I am just starting a new D project and have

Re: during: a io_uring wrapper library

2019-12-08 Thread Tobias Pankrath via Digitalmars-d-announce
On Sunday, 8 December 2019 at 10:35:24 UTC, tchaloupka wrote: Main difference with C liburing echo server is that we're using preregistered IO buffer so the kernel has less work with it. Otherwise it should perform similarly. [1] https://github.com/tchaloupka/during [2] https://github.com/axbo

Re: dud: A dub replacement

2019-11-18 Thread Tobias Pankrath via Digitalmars-d-announce
On Monday, 18 November 2019 at 19:54:38 UTC, Russel Winder wrote: Probably yes. Though Cargo has taken many different decisions to Dub and mostly I think Cargo took better decisions. Could you elaborate a bit, please? I am not familiar with Cargo though.

Re: Blog Post: Beating std::visit Without Really Trying

2019-10-06 Thread Tobias Pankrath via Digitalmars-d-announce
On Sunday, 6 October 2019 at 00:52:38 UTC, Andrei Alexandrescu wrote: Anyhow, currently we would have to name it differently (e.g. dts - https://github.com/wilzbach/dts). Maybe the upcoming SAoC project will change this and allow multiple versions of a library to co-exist in a binary. Adding

Re: 2015 H1 Vision

2015-02-02 Thread Tobias Pankrath via Digitalmars-d-announce
KDE is a german e.V. (eingetragener Verein, registered association [1] ). Maybe that's an option for D, too. [1] http://en.wikipedia.org/wiki/Eingetragener_Verein

Re: Sargon library gets Ddoc macro processor

2015-01-07 Thread Tobias Pankrath via Digitalmars-d-announce
On Wednesday, 7 January 2015 at 09:59:15 UTC, Walter Bright wrote: On 1/6/2015 11:42 PM, Jacob Carlborg wrote: On 2015-01-07 05:06, Walter Bright wrote: I've wanted to do this for a while. The Ddoc macro system should work on any piece of text you'd like to add macro support to. http://digita

Re: [OT?] C compiler written form scratch in D

2014-12-11 Thread Tobias Pankrath via Digitalmars-d-announce
On Wednesday, 10 December 2014 at 17:19:28 UTC, Stefan Koch wrote: On Wednesday, 10 December 2014 at 13:02:43 UTC, Tobias Pankrath wrote: I will use a handwritten recursive decent parser. Since that is what I deem the easiest thing to do. Take a look at the std.lexer proposal first. Thanks

Re: [OT?] C compiler written form scratch in D

2014-12-10 Thread Tobias Pankrath via Digitalmars-d-announce
I will use a handwritten recursive decent parser. Since that is what I deem the easiest thing to do. Take a look at the std.lexer proposal first.

Re: German D Community?

2014-12-02 Thread Tobias Pankrath via Digitalmars-d-announce
It might make sense for the few companies to stir up some community. Promote D to students and get job candidates in return. Build a website mostly consisting of a job board and events calendar. Integrate Twitter, mailing list, etc to keep low-traffic connections to people. Wouldn't use it. If

Re: Dconf 2014 talks - when to be available

2014-06-03 Thread Tobias Pankrath via Digitalmars-d-announce
On Tuesday, 3 June 2014 at 08:39:12 UTC, Mike Parker wrote: On 6/3/2014 1:27 AM, Dicebot wrote: On Monday, 2 June 2014 at 15:47:19 UTC, Mike Parker wrote: Until someone stumbles across the video and posts it to Reddit before Andrei intends to. If community can't respect such a simple request

Re: Real time captioning of D presentations

2014-06-02 Thread Tobias Pankrath via Digitalmars-d-announce
On Sunday, 1 June 2014 at 20:48:56 UTC, Walter Bright wrote: On 6/1/2014 1:17 PM, Tobias Pankrath wrote: On Sunday, 1 June 2014 at 18:46:18 UTC, Walter Bright wrote: https://lkuper.github.io/blog/2014/05/31/your-next-conference-should-have-real-time-captioning/ I know I'd find this very usefu

Re: Real time captioning of D presentations

2014-06-01 Thread Tobias Pankrath via Digitalmars-d-announce
On Sunday, 1 June 2014 at 18:46:18 UTC, Walter Bright wrote: https://lkuper.github.io/blog/2014/05/31/your-next-conference-should-have-real-time-captioning/ I know I'd find this very useful - what do you guys think? I definitively prefer reading over watching video (and I've got the feeling I