Re: Is D programming friendly for beginners?

2024-03-12 Thread matheus. via Digitalmars-d-announce
On Tuesday, 12 March 2024 at 14:52:32 UTC, Mike Shah wrote: ... I really think D would be a wonderful first language.  Fast feedback, no need to manage memory, and easy to use built-in data structures would make for a nice intro course. If you say that D would be a good language to learn in

Re: Upcoming talk at FOSDEM 2024 - The D Programming Language for Modern Open Source Development

2024-01-27 Thread matheus via Digitalmars-d-announce
On Saturday, 27 January 2024 at 14:47:51 UTC, Bastiaan Veelo wrote: ... This is the link: https://fosdem.org/2024/schedule/event/fosdem-2024-2092-the-d-programming-language-for-modern-open-source-development/ ... Thanks, Matheus.

Re: Upcoming talk at FOSDEM 2024 - The D Programming Language for Modern Open Source Development

2024-01-14 Thread matheus via Digitalmars-d-announce
On Sunday, 14 January 2024 at 23:16:40 UTC, Mike Shah wrote: Hi D Community, My talk on how I'm using the D programming language and why I think it is an excellent language choice for open source projects will be featured at FOSDEM 2024 at the start of February 2024 in Brussels, Belgium.

Re: Youtube downloader

2024-01-01 Thread matheus via Digitalmars-d-announce
On Monday, 1 January 2024 at 20:45:09 UTC, Azi Hassan wrote: I've been working on this for a few months now and I figured I'd share it here. It's a youtube downloader that is inspired by youtube-dl. It's still under development, but I think the core functionality is stable enough for me to

Re: DLF September 2023 Planning Update

2023-11-14 Thread matheus via Digitalmars-d-announce
On Tuesday, 14 November 2023 at 13:25:43 UTC, Andrey Zherikov wrote: On Tuesday, 14 November 2023 at 08:18:20 UTC, Mike Parker wrote: * We should have a tool that automates as much as possible the migration of modules to new editions * DMD-as-a-library is a critical component for that tool and

Re: DLF September 2023 Monthly Meeting Summary

2023-11-12 Thread matheus via Digitalmars-d-announce
On Monday, 13 November 2023 at 04:46:44 UTC, matheus wrote: ... Part 3: Átila Átila said he'd asked Roy after DConf if he wanted to write a spec for the new shared semantics but hadn't yet received a reply. He thought we could go ahead with it anyway, as it's probably going to be obvious

Re: DLF September 2023 Monthly Meeting Summary

2023-11-12 Thread matheus via Digitalmars-d-announce
On Monday, 13 November 2023 at 04:46:07 UTC, matheus wrote: ... Part 2: AST nodes in dmd-as-a-library Since DConf, Razvan had been considering how dmd-as-a-library could offer the possibility to override any kind of AST. He gave us this example of the expression class hierarchy used by

Re: DLF September 2023 Monthly Meeting Summary

2023-11-12 Thread matheus via Digitalmars-d-announce
On Monday, 13 November 2023 at 03:07:07 UTC, Mike Parker wrote: On Monday, 13 November 2023 at 00:55:37 UTC, zjh wrote: On Sunday, 12 November 2023 at 19:50:02 UTC, Mike Parker wrote: https://gist.github.com/mdparker/f28c9ae64f096cd06db6b987318cc581 I can't access it,please post it here. I

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-03 Thread matheus via Digitalmars-d-announce
On Tuesday, 3 October 2023 at 13:39:33 UTC, user1234 wrote: On Monday, 2 October 2023 at 17:28:19 UTC, Mike Parker wrote: It's been a long, long while since I published anything on the blog. I do intend to get pick it up again down the road, but Walter recently surprised me with plans of his

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-03 Thread matheus via Digitalmars-d-announce
On Tuesday, 3 October 2023 at 13:33:29 UTC, Dom DiSc wrote: On Tuesday, 3 October 2023 at 10:39:19 UTC, matheus wrote: I the first example "e" is receiving two arguments. While in the latter "d" is being receiving whatever "c" returns and "3". That's the point. In UFCS it is immediately

Re: From the D Blog: Crafting Self-Evident Code in D

2023-10-03 Thread matheus via Digitalmars-d-announce
On Monday, 2 October 2023 at 17:28:19 UTC, Mike Parker wrote: It's been a long, long while since I published anything on the blog. I do intend to get pick it up again down the road, but Walter recently surprised me with plans of his own. He's taken the topic of his DConf '23 talk and derived a

Re: DConf '23 Talk Videos

2023-09-20 Thread matheus via Digitalmars-d-announce
On Wednesday, 20 September 2023 at 12:43:49 UTC, Mike Parker wrote: On Wednesday, 20 September 2023 at 08:41:01 UTC, Stefan Koch wrote: My feeling is this could be a faulty power supply. You should try a new PSU first. How old is the hardware? It's a two-year-old box. Yes, it could be the

Re: DConf '23 Livestream Links

2023-08-30 Thread matheus via Digitalmars-d-announce
On Tuesday, 22 August 2023 at 16:39:00 UTC, Mike Parker wrote: On Tuesday, 22 August 2023 at 14:31:17 UTC, matheus wrote: I just hope we don't have the old "split" slides with presenter. I have eye impairment and the last one was hard to watch. I'll talk to the video crew and ask them to

Re: D Language Foundation August 2023 Monthly Meeting Summary

2023-08-24 Thread matheus via Digitalmars-d-announce
On Tuesday, 22 August 2023 at 12:59:12 UTC, Mike Parker wrote: ... Adam said his library compiled in half a second. Robert said that was still too slow. His work project didn't compile in half a second. He said his goal was that by the time of the key-up event after pressing 'Enter' on Ninja

Re: DConf '23 Livestream Links

2023-08-22 Thread matheus via Digitalmars-d-announce
On Tuesday, 22 August 2023 at 13:30:27 UTC, Mike Parker wrote: The countdown is on! ... Nice I'm really waiting for it. By the way I just think that I watched all DConfs till now! I just hope we don't have the old "split" slides with presenter. I have eye impairment and the last one was

Re: Memory Safer in a Systems Programming Language Part 3

2023-01-08 Thread matheus via Digitalmars-d-announce
On Thursday, 5 January 2023 at 12:10:10 UTC, Mike Parker wrote: I've just published the third and final article in Ate Eskola's series on memory safety in D. Parts 1 and 2 were primarily about DIP1000. In this post, he digs into function attribute inference. The blog:

Re: D Contributor Tutorials Part 1 - Building the Compiler From Source

2023-01-08 Thread matheus via Digitalmars-d-announce
On Sunday, 8 January 2023 at 11:27:14 UTC, Mike Parker wrote: ... Awesome and I'm looking forward to see some debugging in these series. Matheus.

Re: DConf Online '22 Day One Livestream

2022-12-18 Thread matheus via Digitalmars-d-announce
On Sunday, 18 December 2022 at 10:35:31 UTC, Mike Parker wrote: ... Sorry, I don't know what you mean by "not listed". It's in the DConf Online '22 playlist and it's linked at the top of the schedule. Can you be more specific about where it's missing? Oh I see now, I was looking on the

Re: DConf Online '22 Day One Livestream

2022-12-17 Thread matheus via Digitalmars-d-announce
On Saturday, 17 December 2022 at 13:12:23 UTC, Mike Parker wrote: The DConf Online Day One Q & A Livestream kicks off in less than an hour. See you there! https://youtu.be/DAIskYu9Imo I couldn't watch live (Working), but I'm doing it now and I have to say that I really enjoy this format a

Re: Ali introduced D at Northeastern University

2022-10-06 Thread matheus via Digitalmars-d-announce
On Tuesday, 4 October 2022 at 05:26:53 UTC, Ali Çehreli wrote: DConf 2022 speaker Mike Shah[1] had invited me to give a presentation for the computer science students at Northeastern University... Awesome, I really like the presentation a lot and this should be shared more, these kind of

Re: Walter's Edited DConf Talk Video -- Feedback Request

2022-09-08 Thread matheus. via Digitalmars-d-announce
On Thursday, 8 September 2022 at 17:34:53 UTC, Mike Parker wrote: ... Sorry it's less legible for you. Hi Mike, in any case I'd like to say thank you very much for your work and trying to help me, I really appreciated all your effort and time. Yes. I can make that available to you. Email

Re: Walter's Edited DConf Talk Video -- Feedback Request

2022-09-08 Thread matheus. via Digitalmars-d-announce
On Thursday, 8 September 2022 at 15:02:47 UTC, Steven Schveighoffer wrote: I've seen other conference streams where the image of the speaker is very narrow, and therefore they can consume most of the screen with the slides. I think that's ideal. I don't disagree with the slides on the screen,

Re: Walter's Edited DConf Talk Video -- Feedback Request

2022-09-08 Thread matheus. via Digitalmars-d-announce
On Thursday, 8 September 2022 at 10:40:41 UTC, Mike Parker wrote: Are you still talking about the edited version? Hi Mike, yes through this URL: https://youtu.be/iuP-AWUyjp8 I watched the first minutes because I'm at work, but I saw the same thing as before, I'll take a picture later to show

Re: Walter's Edited DConf Talk Video -- Feedback Request

2022-09-08 Thread matheus. via Digitalmars-d-announce
On Wednesday, 7 September 2022 at 12:42:35 UTC, Mike Parker wrote: ... Well thanks for trying but I think the main problem remains, as I pointed in here: https://forum.dlang.org/post/zkfmlbzmxlrqwnugr...@forum.dlang.org I usually watch videos at work (During interval) using my personal

Re: Beta 2.100.2

2022-09-01 Thread matheus via Digitalmars-d-announce
On Thursday, 1 September 2022 at 04:34:40 UTC, Iain Buclaw wrote: ... Anywhere in the ballpark of an $750 to $1300 annual fee. Can only give an estimate as on top of the eye-watering EV prices, there may be more equally high fees for attestation and cloud signing. To put that in context,

Re: Beta 2.100.2

2022-08-31 Thread matheus via Digitalmars-d-announce
On Wednesday, 31 August 2022 at 13:20:51 UTC, Martin Nowak wrote: Glad to announce the first beta for the 2.100.2 point release, Thanks. N.B.: We had some delays to clarify the expired EV certificate and the next releases will ship without signed Windows binaries due to the complications

Re: DConf '22 Livestream Links

2022-08-03 Thread matheus via Digitalmars-d-announce
On Wednesday, 3 August 2022 at 09:28:29 UTC, Mike Parker wrote: On Monday, 1 August 2022 at 21:37:38 UTC, matheus wrote: On Monday, 1 August 2022 at 20:08:52 UTC, Bastiaan Veelo wrote: The first part is missing due to a late click on the “go live” button. I assume the footage is still

Re: DConf '22 Livestream Links

2022-08-01 Thread matheus via Digitalmars-d-announce
On Monday, 1 August 2022 at 20:08:52 UTC, Bastiaan Veelo wrote: On Monday, 1 August 2022 at 12:45:56 UTC, Matheus wrote: On Monday, 25 July 2022 at 13:52:51 UTC, Mike Parker wrote: For those of you who can't join us in person at DConf '22 in London next week, you can join us instead via each

Re: DConf '22 Livestream Links

2022-08-01 Thread Matheus via Digitalmars-d-announce
On Monday, 25 July 2022 at 13:52:51 UTC, Mike Parker wrote: For those of you who can't join us in person at DConf '22 in London next week, you can join us instead via each day's livestream link: * Day 1: https://youtu.be/V6KFtzF2Hx8 So it started, cool. But I missed the beginning because

Re: D Community Conversations: Walter Bright on the Origins of D Part 1

2022-07-11 Thread matheus via Digitalmars-d-announce
On Sunday, 10 July 2022 at 16:17:11 UTC, Mike Parker wrote: ... Very nice interview, and if you don't mind can I give you a suggestion? I'd like to suggest that you don't make these "micro-cuts" through the interview/discussion, let it flow. I've been seeing this around these videos and I

Re: Adding Modules to C on Hacker news

2022-06-28 Thread matheus via Digitalmars-d-announce
On Tuesday, 28 June 2022 at 00:14:37 UTC, zjh wrote: On Monday, 27 June 2022 at 18:27:05 UTC, Walter Bright wrote: #28 on the front page https://news.ycombinator.com/news I got a mirror website of `"youtube"` yesterday. Who knows mirror of ` https://news.ycombinator.com/news `? I'd

Re: D Language Foundation June 2022 Monthly Meeting Summary

2022-06-27 Thread matheus via Digitalmars-d-announce
On Saturday, 25 June 2022 at 02:10:34 UTC, zjh wrote: On Saturday, 25 June 2022 at 02:02:36 UTC, Paul Backus wrote: The best introduction is probably Walter Bright's DConf 2016 talk, "Spelunking D Compiler Internals": https://www.youtube.com/watch?v=bNJhtKPugSQ I can't access `'Youtube'`.

Re: Q & A with Razvan Nitu and Dennis Korpel

2022-05-25 Thread matheus via Digitalmars-d-announce
On Wednesday, 25 May 2022 at 14:43:04 UTC, Mike Parker wrote: I've started a new series on our YouTube channel that I'm calling 'D Community Q & A Sessions'. These are short sessions focused on specific topics. Very nice thing to do and show some engagement with community. There is no

Re: D Language Foundation April Quarterly Meeting and Server Meeting Summaries

2022-05-04 Thread matheus via Digitalmars-d-announce
On Wednesday, 4 May 2022 at 16:21:19 UTC, Mike Parker wrote: ... Iain had been waylaid by covid for most of the preceding month... Take care. ...This led Ali to make a New Year's Resolution to start working with Visual Studio Code with D. Yikes. ## The Next Meeting Our next meeting is a

Re: Adding Modules to C in 10 Lines of Code

2022-04-22 Thread Matheus via Digitalmars-d-announce
Invidious instances: https://invidious.flokinet.to/watch?v=2ImfbGm0fls https://invidious.namazso.eu/watch?v=2ImfbGm0fls https://vid.puffyan.us/watch?v=2ImfbGm0fls https://inv.riverside.rocks/watch?v=2ImfbGm0fls https://invidious.weblibre.org/watch?v=2ImfbGm0fls

Re: RESCHEDULED - Silicon Valley D Meetup - March 18, 2022 - "D's new ImportC for easier C library usage"

2022-03-17 Thread matheus via Digitalmars-d-announce
On Wednesday, 16 March 2022 at 23:52:57 UTC, Ali Çehreli wrote: ... Hi Ali, Any chance this will be available for watch later? Thanks, Matheus.

Re: Teaching D at a Russian University

2022-02-19 Thread matheus via Digitalmars-d-announce
On Sunday, 20 February 2022 at 03:44:42 UTC, Paul Backus wrote: Yes, this is a perfectly correct use of "for" as a coordinating conjunction. [1] It may come across as a bit formal or old-fashioned, though—in normal speech, you'd usually use "since". [1]

Re: Teaching D at a Russian University

2022-02-19 Thread matheus via Digitalmars-d-announce
On Saturday, 19 February 2022 at 15:10:25 UTC, Mike Parker wrote: ... Interesting article. And I think it would be nice if that teacher had taken a pool asking what they think after finishing with D vs C/C++ which they learned before. Oh and I'm curious about what compiler they're using,

Re: "D Programlama Dili" is available

2022-02-13 Thread matheus via Digitalmars-d-announce
On Sunday, 13 February 2022 at 02:50:43 UTC, Ali Çehreli wrote: So, here it is: https://www.amazon.com/Programlama-Dili-Temelden-Bilgisayar-Programc%C4%B1l%C4%B1%C4%9F%C4%B1/dp/1087933064 First congratulations for that. P.S. As a reminder, all books are freely available here:

Re: The DIID series (Do It In D)

2022-01-25 Thread matheus via Digitalmars-d-announce
On Tuesday, 25 January 2022 at 08:44:34 UTC, Guillaume Piolat wrote: I'll consider fixing this. I always read "How good really is X?" as "this is bad" and "How bad really is X?" as "this is good" probably because for the french the best appreciation you can get is "not bad!" Brazilian here

Re: On the D Blog -- Teaching D from Scratch: Is it a viable first language?

2021-12-24 Thread matheus via Digitalmars-d-announce
On Friday, 24 December 2021 at 04:58:20 UTC, zjh wrote: On Friday, 24 December 2021 at 03:53:07 UTC, Ali Çehreli wrote: Does the site crash e.g. with an error code or does the browser crash? More information may help debug it. Ali Many times, it is estimated that a `JS` is too large to

Re: D + Qt + QtDesigner

2021-12-01 Thread Matheus via Digitalmars-d-announce
On Wednesday, 1 December 2021 at 13:55:32 UTC, zjh wrote: On Wednesday, 1 December 2021 at 13:21:53 UTC, Matheus wrote: Can't you use https://yt5s.com/ to download the video from youtube? Matheus. I can't.`Many websites` are inaccessible. Internet Archive? -If yes I'll upload there.

Re: D + Qt + QtDesigner

2021-12-01 Thread Matheus via Digitalmars-d-announce
On Sunday, 28 November 2021 at 01:04:01 UTC, zjh wrote: On Saturday, 27 November 2021 at 16:58:11 UTC, Gavin Ray wrote: **@zjh**, I hope you can access it here.https://mega.nz/file/FhgCwRSJ#NFqvJfXx2K_cy6DKNQIMCbqMQURgBsj8tTuMxpZSuLw Although I still can't access it... Can't you use

Re: DConf Online 2021 Links

2021-11-22 Thread Matheus via Digitalmars-d-announce
On Monday, 22 November 2021 at 14:00:22 UTC, zjh wrote: On Monday, 22 November 2021 at 13:34:44 UTC, Matheus wrote: Thank you. The main problem is that many `links/videos` can't be accessed due to `GFW`. I don't know the meaning of GFW, but currently I watch everything through Invidious

Re: DConf Online 2021 Links

2021-11-22 Thread Matheus via Digitalmars-d-announce
On Monday, 22 November 2021 at 01:10:54 UTC, zjh wrote: On Sunday, 21 November 2021 at 16:08:54 UTC, Mike Parker wrote: Sorry, no. I found a [video to text] tool, [address](https://yunmaovideo.com/extract-text/)Here, try and convert it. Or you can just go to an Invidious instance and

Re: D Language Foundation Quarterly Meeting, October 2021

2021-11-05 Thread Matheus via Digitalmars-d-announce
On Friday, 5 November 2021 at 11:57:40 UTC, Mike Parker wrote: ... Nice summary, but why these meetings are no recorded or streamed? Matheus.

Re: On the Blog: DLang News for September/October 2021

2021-11-01 Thread Matheus via Digitalmars-d-announce
On Sunday, 31 October 2021 at 19:26:24 UTC, Mike Parker wrote: The video version is done and is available here: https://youtu.be/jX9grHMTGAU Great and I hope you do more of these videos. Just one tip, in this video you're talking and highlighting some texts, could you please increase the

Re: DConf Online 2021 Schedule Published

2021-10-08 Thread Matheus via Digitalmars-d-announce
On Friday, 8 October 2021 at 08:23:45 UTC, Mike Parker wrote: ... Adam currently intends for his livecoding session to be a continuation of the project he started in last year's session. He may change his mind before then, though, and I'll update the page if he does. Adam beyond the

Re: D Language Foundation Monthly Meeting -- June 2021

2021-06-29 Thread matheus via Digitalmars-d-announce
Was the meeting recorded? Where can we watch? Matheus.

Re: Destroy All Memory Corruption

2021-04-22 Thread matheus via Digitalmars-d-announce
On Thursday, 22 April 2021 at 01:31:09 UTC, Ali Çehreli wrote: On 4/19/21 6:12 PM, Walter Bright wrote: I'll be doing a reprise of my DConf 2020 talk on Destroy All Memory Corruption on April 21, 2021 at 7PM PST. https://nwcpp.org/ Except this time it'll be live, not prerecorded. All are

Re: Silicon Valley D Meetup - March 18, 2021 - "Templates in the D Programming Language" by Ali Çehreli

2021-03-18 Thread matheus via Digitalmars-d-announce
On Thursday, 18 March 2021 at 16:12:32 UTC, Ali Çehreli wrote: Understood. Mike Parker contacted me about potentially recording this as well but unfortunately, there is no structure at all and I can't come up with anything that is worth recording in a few hours now. Let's skip this occasion

Re: Silicon Valley D Meetup - March 18, 2021 - "Templates in the D Programming Language" by Ali Çehreli

2021-03-18 Thread matheus via Digitalmars-d-announce
On Thursday, 18 March 2021 at 10:29:20 UTC, Ali Çehreli wrote: This will be as informal as meetups get: There aren't even slides (yet?). :) Would jitsi work for you? If so, we may decide to move over there and I would post the meeting link and the password here at 18:55 Pacific Time, as Iain

Re: Silicon Valley D Meetup - March 18, 2021 - "Templates in the D Programming Language" by Ali Çehreli

2021-03-17 Thread matheus via Digitalmars-d-announce
On Wednesday, 17 March 2021 at 21:54:27 UTC, Ali Çehreli wrote: I will explain templates in a beginner-friendly way. Although this is announced on Meetup[1] as well, you can connect directly at https://us04web.zoom.us/j/2248614462?pwd=VTl4OXNjVHNhUTJibms2NlVFS3lWZz09 March 18, 2021

Re: tetris in D in webassembly

2020-08-10 Thread matheus via Digitalmars-d-announce
On Monday, 10 August 2020 at 15:08:59 UTC, Adam D. Ruppe wrote: http://webassembly.arsdnet.net/ tetris.d source here: http://dpldocs.info/this-week-in-d/Blog.Posted_2020_08_03.html#tetris-in-d web assembly source and explanation here:

Re: DIP1028 - Rationale for accepting as is

2020-05-27 Thread matheus via Digitalmars-d-announce
On Wednesday, 27 May 2020 at 11:46:40 UTC, Andrei Alexandrescu wrote: On 5/27/20 6:22 AM, Walter Bright wrote: On 5/27/2020 3:06 AM, rikki cattermole wrote: Open to everybody and it can be recorded by Twitch. I've done the video conferencing many times over the decades. I just don't find it

Re: DIP1028 - Rationale for accepting as is

2020-05-22 Thread matheus via Digitalmars-d-announce
On Friday, 22 May 2020 at 13:16:50 UTC, Johannes Loher wrote: ... But unfortunately, sometimes it still really feels like DIPs from the language maintainers and DIPs from others are handled quite differently by the maintainers. That's was my point about "democracy", maybe not a right word.

Re: DIP1028 - Rationale for accepting as is

2020-05-22 Thread matheus via Digitalmars-d-announce
On Friday, 22 May 2020 at 12:28:56 UTC, rikki cattermole wrote: Although it seems an improvement has been made to how he needs to respond to the DIP assessment. It should also include a statement from Atila as well given his position. One thing that need to be clear and for I read it was not

Re: GCC 10.1 Released

2020-05-14 Thread matheus via Digitalmars-d-announce
On Thursday, 14 May 2020 at 18:10:10 UTC, Iain Buclaw wrote: Thanks for you kind reply. Do you mean I should venture out the cave more often? :-) I'm not the OP, but yes you should! :) Anyway thanks for your work and by the way do you have Patreon? Matheus.

Re: DConf 2020 Canceled

2020-03-07 Thread matheus via Digitalmars-d-announce
On Saturday, 7 March 2020 at 21:58:06 UTC, Adam D. Ruppe wrote: Let's do a little online thing instead! We could do a chat room, livestream, blog, you know stuff like that. In fact this is something I'd like to see here, and I even proposed the same thing before. You see threads with +50,

Re: D Forum Mobile Version - Beta

2019-11-28 Thread matheus via Digitalmars-d-announce
On Thursday, 28 November 2019 at 04:23:21 UTC, Nick Sabalausky (Abscissa) wrote: Granted, that's not to say there isn't room for tweaking. I'd maybe slightly decrease the vertical spacing on the list of subforums (ie, "general", "announce", "Community", "GDC", etc). Being able to ditch the

Re: D Forum Mobile Version - Beta

2019-11-27 Thread matheus via Digitalmars-d-announce
On Wednesday, 27 November 2019 at 21:32:06 UTC, Johannes Loher wrote: ... What are your concerns with the regular forum on mobile devices? Look at the first post, I showed the diffs between both versions: https://i.imgur.com/wfmm035.png <- For "me" the new is cleaner.

Re: D Forum Mobile Version - Beta

2019-11-27 Thread matheus via Digitalmars-d-announce
On Wednesday, 27 November 2019 at 10:58:17 UTC, Bastiaan Veelo wrote: I’d recommend contacting Vladimir directly, like bachmeier said... OK I'll try that. However, I tried your version and it didn’t work well for me; I’m on an iPhone 6. I prefer the current version in the threaded mode.

D Forum Mobile Version - Beta

2019-10-26 Thread matheus via Digitalmars-d-announce
Hi, I use to access this Forum mainly through the WEB version, and so far It never bothered me when reading on my PC. But on my phone (An old LG K4) with tiny screen it's not very pleasant, I use this phone when I'm on the road, I lately I gave up to read this Forum through it. So, I

Re: Telegram group for DLang

2019-09-09 Thread matheus via Digitalmars-d-announce
On Thursday, 5 September 2019 at 08:13:14 UTC, Ernesto Castellotti wrote: I created a group on Telegram for DLang users, currently it is composed of about 10 people from the Italian community. Interesting, but do you mind if I ask what's wrong with IRC? Matheus.

Re: I was able to write some D last week!

2019-07-11 Thread matheus via Digitalmars-d-announce
On Tuesday, 9 July 2019 at 02:32:22 UTC, Adam D. Ruppe wrote: ask me anything you like First of all very this nice and I have been using some of your work like terminal.d with very success! Second: I remember one of Bjarne's talk about creating some levels in C++ for getting things easily,

D as a C Replacement

2019-07-02 Thread matheus via Digitalmars-d-announce
I'd like to share this post that I found this on reddit today: https://old.reddit.com/r/programming/comments/c8hbo0/d_as_a_c_replacement_the_art_of_machinery/ Matheus.

Re: my first kernel in betterC D

2019-06-19 Thread matheus via Digitalmars-d-announce
On Sunday, 16 June 2019 at 16:14:26 UTC, Laeeth Isharc wrote: ... Nice indeed, maybe you should mention this on reddit? Matheus.

Re: DConf 2019 Day 2 Livestream

2019-05-09 Thread matheus via Digitalmars-d-announce
On Thursday, 9 May 2019 at 07:45:41 UTC, Andrei Alexandrescu wrote: Just checked, it works: https://youtu.be/Vj6jNAlv03o It was posted on reddit too. Matheus.

Re: DConf 2019 Livestream

2019-05-08 Thread matheus. via Digitalmars-d-announce
On Wednesday, 8 May 2019 at 10:08:37 UTC, Johannes Loher wrote: Any news on that? I've received feedback from several people already that they are not able to to watch the stream because of google docs / webex (e.g. at the workplace of a friend of mine, these things are simply not

Re: New DConf Blog Post

2019-04-08 Thread matheus via Digitalmars-d-announce
On Monday, 8 April 2019 at 16:48:19 UTC, Seb wrote: On Monday, 8 April 2019 at 16:42:50 UTC, matheus wrote: On Sunday, 7 April 2019 at 07:03:34 UTC, bauss wrote: [...] Design is a complicated matter and thankfully I'm mostly back-end developer. [...] Please move this discussions and

Re: New DConf Blog Post

2019-04-08 Thread matheus via Digitalmars-d-announce
On Sunday, 7 April 2019 at 07:03:34 UTC, bauss wrote: 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

Re: New Fundraiser: D Forums Server

2019-01-25 Thread Matheus via Digitalmars-d-announce
On Friday, 25 January 2019 at 19:11:59 UTC, Mike Parker wrote: Did you have trouble? No, the main problem is the person who usually lend his International Card to me only have PayPal account, and I do not want to bother him asking to register in the other options. I'll go with PayPal later

Re: New Fundraiser: D Forums Server

2019-01-25 Thread Matheus via Digitalmars-d-announce
On Friday, 25 January 2019 at 17:01:31 UTC, Mike Parker wrote: ... Nice I'd like to help but I'm foreigner. It's possible to set a PayPal account for this too? Matheus.