Re: DCV revived

2021-12-13 Thread drug via Digitalmars-d-announce
On 13.12.2021 15:48, Ferhat Kurtulmuş wrote: After some effort, I could make DCV compilable with the recent versions of LDC, mir libraries, ffmpeg, bindbc.opengl, and bindbc.glfw. It still has some problems: * stereo vision module needs a revision I could not figure out so far. * ggplot backe

Re: D Language Foundation Monthly Meeting Summary

2021-06-04 Thread drug via Digitalmars-d-announce
04.06.2021 16:32, Ola Fosheim Grøstad пишет: On Friday, 4 June 2021 at 12:44:07 UTC, Imperatorn wrote: GC won't go away tho. What might happen is more flexibility. The GC-phobia is irrational. The topic doesn't fit in this thread, but it isn't irrational. You have to wait for all participatin

Re: News Roundup on the D Blog

2021-03-26 Thread drug via Digitalmars-d-announce
On 3/26/21 2:55 PM, Patrick Schluter wrote: On Friday, 26 March 2021 at 10:21:01 UTC, drug wrote: On 3/26/21 12:52 PM, Martin Tschierschke wrote: The view reader comments are all negative about D. What exactly? Tango vs Phobos? GC? Or something reasonable? No, just the typical know-it-alls

Re: News Roundup on the D Blog

2021-03-26 Thread drug via Digitalmars-d-announce
On 3/26/21 12:52 PM, Martin Tschierschke wrote: The view reader comments are all negative about D. What exactly? Tango vs Phobos? GC? Or something reasonable?

Re: Bubel ECS - Entity-Component-System architecture implementation

2021-03-08 Thread drug via Digitalmars-d-announce
On 3/8/21 10:45 PM, Mergul wrote: Hello everyone, I'm glad to announce release of my Bubel ECS library. Bubel ECS is Entity-Component-System architectural pattern implementation in D language. Library aims to delivery fast and flexible architecture for developing games. It's @nogc and betterC

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

2021-02-01 Thread drug via Digitalmars-d-announce
On 2/1/21 4:37 PM, Petar Kirov [ZombineDev] wrote: On Monday, 1 February 2021 at 12:49:28 UTC, drug wrote: On 2/1/21 3:28 PM, Petar Kirov [ZombineDev] wrote: I just created #article-proofreading - everyone is welcome to join! How can I join? I used slack once for a short period some time a

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

2021-02-01 Thread drug via Digitalmars-d-announce
On 2/1/21 3:28 PM, Petar Kirov [ZombineDev] wrote: I just created #article-proofreading - everyone is welcome to join! How can I join? I used slack once for a short period some time ago.

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

2021-02-01 Thread drug via Digitalmars-d-announce
On 2/1/21 3:14 PM, Petar Kirov [ZombineDev] wrote: On Monday, 1 February 2021 at 11:52:18 UTC, aberba wrote: 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

Re: Symmetry Investments and the D Language Foundation are Hiring

2021-01-13 Thread drug via Digitalmars-d-announce
On 9/5/20 3:55 PM, Andrej Mitrovic wrote: On Sunday, 30 August 2020 at 14:13:36 UTC, Mike Parker wrote: Looking for a full-time or part-time gig? Not only is Symmetry Investments hiring D programmers, they are also generously funding two positions for ecosystem work under the D Language Foundat

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

2020-12-29 Thread drug via Digitalmars-d-announce
On 12/29/20 1:42 AM, Ali Çehreli wrote: On 12/28/20 9:31 AM, Murilo wrote: > they thought a Facebook group was unnecessary, Not only unnecessary but divisive as well. For example, because I will never have a Facebook account I would never be a part of that group. +1

Re: Symmetry Investments and the D Language Foundation are Hiring

2020-09-02 Thread drug via Digitalmars-d-announce
On 9/2/20 1:21 PM, drug wrote: On 9/2/20 1:18 PM, drug wrote: it will be seldom operation. Another way is to having several hashes simultaneously and select one of them depending on option value. I meant having several hashes in dub cache. Then if the user changes the hash algorithm dub chec

Re: Symmetry Investments and the D Language Foundation are Hiring

2020-09-02 Thread drug via Digitalmars-d-announce
On 9/2/20 1:18 PM, drug wrote: it will be seldom operation. Another way is to having several hashes simultaneously and select one of them depending on option value. I meant having several hashes in dub cache. Then if the user changes the hash algorithm dub checks calculated hashes against cac

Re: Symmetry Investments and the D Language Foundation are Hiring

2020-09-02 Thread drug via Digitalmars-d-announce
On 9/2/20 12:53 PM, Petar Kirov [ZombineDev] wrote: I understand your idea to make this configurable, but this will introduce more complexity than necessary because then $HOME/.dub/packages will have build artifacts based on both SHA1 and SHA256, and so dub will need to support mixed mode fil

Re: Symmetry Investments and the D Language Foundation are Hiring

2020-09-01 Thread drug via Digitalmars-d-announce
On 9/1/20 7:34 PM, Petar Kirov [ZombineDev] wrote: On Tuesday, 1 September 2020 at 12:59:00 UTC, Mathias LANG wrote: On Tuesday, 1 September 2020 at 09:09:36 UTC, Jacob Carlborg wrote: On Sunday, 30 August 2020 at 14:13:36 UTC, Mike Parker wrote: Looking for a full-time or part-time gig? Not on

Re: Blog series to teach and show off D's metaprogramming by creating a JSON serialiser

2020-05-07 Thread drug via Digitalmars-d-announce
07.05.2020 18:03, jmh530 пишет: I make mistakes all the time. I find that saying dumb things out loud often will help me learn and make fewer mistakes in the future. Totally agree

Re: DLS deprecation

2020-04-07 Thread drug via Digitalmars-d-announce
07.04.2020 22:12, Laurent Tréguier пишет: I started working on this project to make it more comfortable to write D back in 2017, published a VSCode extension a couple months later, and continued working on it throughout 2018. In 2019 however, I slowed down, and eventually, stopped working on it

Re: Blog Post #0105: D-specific Stuff for GUI Programming

2020-03-23 Thread drug via Digitalmars-d-announce
On 3/23/20 1:02 PM, Ron Tarrant wrote: Today starts a new series I'm calling Snippets and it's about various D-specific stuff that may come in handy when building a GUI. You can find it right here: https://gtkdcoding.com/2020/03/23/0105-dlang-ui-snippets-i.html Thank you for you efforts! I'm

Re: Tracing D Applications

2020-03-20 Thread drug via Digitalmars-d-announce
On 3/19/20 10:56 PM, Kagamin wrote: The term "production" there seemingly means "the developer that wrote the program is also an administrator of all production systems" :) Production systems have maintenance mode one way or another. Case where you try to get access to production systems whose

Re: Tracing D Applications

2020-03-18 Thread drug via Digitalmars-d-announce
On 3/14/20 9:38 PM, Johan wrote: On Friday, 13 March 2020 at 21:41:44 UTC, kinke wrote: On Friday, 13 March 2020 at 19:00:01 UTC, Mike Parker wrote: This post by Alexandr Druzhinin shows three different approaches to tracing, using writef and external tools. Blog: https://dlang.org/blog/2020/

Re: Tracing D Applications

2020-03-18 Thread drug via Digitalmars-d-announce
On 3/17/20 7:12 PM, Steven Schveighoffer wrote: On 3/13/20 3:00 PM, Mike Parker wrote: This post by Alexandr Druzhinin shows three different approaches to tracing, using writef and external tools. Blog: https://dlang.org/blog/2020/03/13/tracing-d-applications/ Reddit: https://www.reddit.com/r

Re: Tracing D Applications

2020-03-17 Thread drug via Digitalmars-d-announce
On 3/16/20 9:04 PM, WebFreak001 wrote: On Sunday, 15 March 2020 at 09:47:52 UTC, drug wrote: 15.03.2020 03:19, WebFreak001 пишет: On Friday, 13 March 2020 at 19:00:01 UTC, Mike Parker wrote: This post by Alexandr Druzhinin shows three different approaches to tracing, using writef and external

Re: Tracing D Applications

2020-03-15 Thread drug via Digitalmars-d-announce
15.03.2020 03:19, WebFreak001 пишет: On Friday, 13 March 2020 at 19:00:01 UTC, Mike Parker wrote: This post by Alexandr Druzhinin shows three different approaches to tracing, using writef and external tools. Blog: https://dlang.org/blog/2020/03/13/tracing-d-applications/ Reddit: https://www.r

Re: Tracing D Applications

2020-03-15 Thread drug via Digitalmars-d-announce
14.03.2020 00:41, kinke пишет: On Friday, 13 March 2020 at 19:00:01 UTC, Mike Parker wrote: This post by Alexandr Druzhinin shows three different approaches to tracing, using writef and external tools. Blog: https://dlang.org/blog/2020/03/13/tracing-d-applications/ Reddit: https://www.reddit.

Re: Visual D 0.51.0 - semantic engine based on dmd frontend

2020-01-18 Thread drug via Digitalmars-d-announce
18.01.2020 17:22, Rainer Schuetze пишет: Hello, I'm happy to announce the release of Visual D 0.51.0. Visual D is a Visual Studio extension that adds D language support to VS2008-2019. The installers can be found at http://rainers.github.io/visuald/visuald/StartPage.html This version features

Re: code.dlang.org downtime

2019-12-18 Thread drug via Digitalmars-d-announce
On 12/18/19 12:29 PM, 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 The same with me. I can't visit code.dlang.org from home pc, but able to do it from work one. (I d

Re: dud: A dub replacement

2019-11-19 Thread drug via Digitalmars-d-announce
On 11/18/19 7:31 PM, Nick Sabalausky (Abscissa) wrote: On 11/18/19 7:59 AM, Joseph Rushton Wakeling wrote:    - I would imagine getting dependency resolution really right would be top of the list -- it would be good to aim to fix issues like https://github.com/dlang/dub/iss

Re: Beta 2.089.0

2019-10-27 Thread drug via Digitalmars-d-announce
27.10.2019 17:20, baz пишет: On Sunday, 27 October 2019 at 12:59:52 UTC, baz wrote: On Thursday, 17 October 2019 at 06:02:33 UTC, Martin Nowak wrote: As usual please report any bugs at https://issues.dlang.org -Martin Hi, I've tested my old stuff and found 2 regs. One deprecation in phobos

Re: rapidxml for D has been ported.

2019-10-15 Thread drug via Digitalmars-d-announce
On 10/15/19 3:28 PM, Dejan Lekic wrote: On Tuesday, 8 October 2019 at 08:56:26 UTC, zoujiaqing wrote: RapidXml is an attempt to create the fastest XML parser possible, while retaining useability, portability and reasonable W3C compatibility. It is an in-situ parser written in modern C++, with

Re: dlang.ru is updated

2019-05-17 Thread drug via Digitalmars-d-announce
On 17.05.2019 15:13, ikod wrote: At least he leaded Crimea annexion, war against Georgia, current proxy war on the east of Ukraine. He pretend to defend russians outside of the Russia, but suppress them in their own country. Well, I let myself to talk a little bit about your statement. First

Re: dlang.ru is updated

2019-05-17 Thread drug via Digitalmars-d-announce
On 17.05.2019 12:54, Suliman wrote: Try to solve your problems by yourself How? My regrets that I don't provide step-by-step instruction but you can do something like others thousands of sites in "ru" domain do. You probably don't believe me but every day I visit tens of Russian sites without

Re: dlang.ru is updated

2019-05-17 Thread drug via Digitalmars-d-announce
On 17.05.2019 10:16, Suliman wrote: On Friday, 17 May 2019 at 06:46:06 UTC, DanielG wrote: On Thursday, 16 May 2019 at 12:25:52 UTC, Suliman wrote: P.S. site is blocked by most of russian internet-providers by RKN Why is that? This organization is created by Putin's friends. It's purpose to

Re: Darser: A LL(1) to Recursive Decent Parser/AST/Visitor Generator

2019-03-21 Thread drug via Digitalmars-d-announce
On 21.03.2019 12:06, Robert Schadek wrote: On Wednesday, 20 March 2019 at 21:30:29 UTC, Cym13 wrote: This looks nice! I'm familiar with pegged which uses PEG grammars, could you maybe comment on the differences and possible benefits of Darser in comparison? Pegged can recognise a lot more th

Re: Wed Oct 7 - Avoiding Code Smells by Walter Bright

2018-11-05 Thread drug via Digitalmars-d-announce
On 05.11.2018 15:19, Codifies wrote: I subscribed to this forum in the hope I'd get irregular updates on useful and interesting things related to the D language. This thread as far as I see it had degenerated into a somewhat childish and unproductive waste of time, I wouldn't object to a moder

Re: LDC 1.13.0-beta1

2018-11-03 Thread drug via Digitalmars-d-announce
On 03.11.2018 19:33, kinke wrote: I figured it'd be for a lot of Windows users. Why not explicitly express your gratitude with a little 'thank you' then? After all, that little bullet point in the release notes easily took some 40 hours of my spare time, and some appreciation can work wonders

Re: Encouraging preliminary results implementing memcpy in D

2018-06-13 Thread drug via Digitalmars-d-announce
Ubuntu 18.04 Linux 4.15.0-23-generic AMD® Fx(tm)-8350 eight-core processor × 8 size memcpyC memcpyD 1 51089 36921 2 45896 35733 4 46079 36200 8 48443 37509 16 48669 24925 32 52917 27787 64 55631 44928 128 84282 47795 256 107350 66009 512 159310 126795 1024 247683 452560 2048 440687 673211 4096 11

Re: GitHub could be acquired by Microsoft

2018-06-07 Thread drug via Digitalmars-d-announce
07.06.2018 14:12, Vladimir Panteleev пишет: On Thursday, 7 June 2018 at 05:28:26 UTC, Nick Sabalausky (Abscissa) wrote: I've always felt GitLab was better than GitHub (in large part because they're sensible enough to support self-hosting), so it's tempting to use this as a great reason to move

Re: Driving Continuous Improvement in D

2018-06-05 Thread drug via Digitalmars-d-announce
05.06.2018 17:00, Steven Schveighoffer пишет: To clarify a bit, complicated or controversial changes that are likely to be delayed or stalled, should be split from simple doc changes if it turns out it's not going to be pulled anytime soon. But normally, adding fixes for docs I would think is

Re: Driving Continuous Improvement in D

2018-06-05 Thread drug via Digitalmars-d-announce
04.06.2018 21:08, Steven Schveighoffer пишет: On 6/4/18 1:51 PM, Joakim wrote: On Monday, 4 June 2018 at 15:52:24 UTC, Steven Schveighoffer wrote: On 6/2/18 3:23 AM, Mike Parker wrote: [...] I like the article, but was taken aback a bit by this quote: "for example, a PR to fix a bug in a sp

Re: GitHub could be acquired by Microsoft

2018-06-04 Thread drug via Digitalmars-d-announce
04.06.2018 09:02, Anton Fediushin пишет: On Monday, 4 June 2018 at 04:40:44 UTC, Jonathan M Davis wrote: On the bright side, maybe this will encourage online repo hosting to become less of a monopoly as folks move elsewhere due to their concerns about Microsoft. - Jonathan M Davis Can't agr

Re: sumtype 0.3.0

2018-05-07 Thread drug via Digitalmars-d-announce
On 07.05.2018 22:28, Sönke Ludwig wrote: Another similar project: http://taggedalgebraic.dub.pm/ And it's pretty nice one. I use it for couple of years.

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

2018-04-30 Thread drug via Digitalmars-d-announce
30.04.2018 13:33, Chris пишет: On Saturday, 7 April 2018 at 09:13:06 UTC, drug wrote: https://github.com/drug007/nanogui I would be glad if you take a look `nanogui` doesn't compile with dub: No package file found in /nanogui/examples/arsd/, expected one of dub.json/dub.sdl/package.json I

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

2018-04-28 Thread drug via Digitalmars-d-announce
28.04.2018 17:04, Adam D. Ruppe пишет: On Saturday, 28 April 2018 at 09:55:17 UTC, drug wrote: least I've spent more time trying to run using glfw than total time I spent using both simpledisplay and sdl2. simpledisplay I find is a lot... well, simpler way to display than any of the alternati

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

2018-04-28 Thread drug via Digitalmars-d-announce
03.04.2018 04:44, Andrew Edwards пишет: I made an attempt last year but not much came of it. Would like to help out if you don’t mind slowing your pace a bit to provide some mentoring when the need arises. Andrew Ironically, I've made (incomplete) port of nanogui and it works using arsd.sim

Re: GDB + ddemangle

2018-04-20 Thread drug via Digitalmars-d-announce
20.04.2018 20:55, Iain Buclaw пишет: Using a compiler that implements 2.077 or later (IIRC) probably won't, due to gdb being too old. They broke ABI by introducing back referencing, no release of gdb supports that yet. I see. Thanks for clarification. Aren't plugins for gdb like subj more si

Re: GDB + ddemangle

2018-04-20 Thread drug via Digitalmars-d-announce
20.04.2018 16:49, Iain Buclaw пишет: GDB auto-detects the language based on DW_LANG tag in the debug info. If you are starting up gdb without a program to debug, you can explicitly switch with: set lang d Then try something like: demangle _D3fooFiZv Or if you want it to start up in D mode: gdb

Re: GDB + ddemangle

2018-04-20 Thread drug via Digitalmars-d-announce
20.04.2018 15:36, Mike Franklin пишет: On Friday, 20 April 2018 at 10:36:25 UTC, drug wrote: 20.04.2018 13:03, Joakim пишет: You are aware that gdb has built-in support for demangling D for 3-4 years now? But how to enable it? It doesn't work out of box at least for me. I believe you ena

Re: GDB + ddemangle

2018-04-20 Thread drug via Digitalmars-d-announce
20.04.2018 14:06, Mike Wey пишет: On 20-04-18 12:36, drug wrote: 20.04.2018 13:03, Joakim пишет: You are aware that gdb has built-in support for demangling D for 3-4 years now? But how to enable it? It doesn't work out of box at least for me. It should be automatic when the executable is

Re: GDB + ddemangle

2018-04-20 Thread drug via Digitalmars-d-announce
20.04.2018 13:03, Joakim пишет: You are aware that gdb has built-in support for demangling D for 3-4 years now? But how to enable it? It doesn't work out of box at least for me.

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

2018-04-11 Thread drug via Digitalmars-d-announce
11.04.2018 21:13, Adam D. Ruppe пишет: On Wednesday, 11 April 2018 at 17:26:19 UTC, drug wrote: That's it - https://github.com/drug007/nanogui/tree/interacting_with_checkbox So MouseEvent is sent on mouse motion too, and redrawing on each motion might back up the queue. Otherwise, nothing o

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

2018-04-11 Thread drug via Digitalmars-d-announce
11.04.2018 16:59, Adam D. Ruppe пишет: On Saturday, 7 April 2018 at 09:13:06 UTC, drug wrote: https://github.com/drug007/nanogui I would be glad if you take a look Do you have a complete example I can just compile and run to get started? That's it - https://github.com/drug007/nanogui/tree/

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

2018-04-11 Thread drug via Digitalmars-d-announce
11.04.2018 16:59, Adam D. Ruppe пишет: Do you have a complete example I can just compile and run to get started? Yes, but it needs to be pushed. I've ported Window, Widget, Label and Checkbox (may be something else) and interacting by means of mouse (clicking, motion and dragging). But it ha

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

2018-04-11 Thread drug via Digitalmars-d-announce
11.04.2018 16:30, bauss пишет: The documentation should probably be updated to match ddoc. Sure, of course, but it has low priority now. It is just proof of concept. First of all I'm interested in estimation of changes I've made. For example I'm trying to keep const qualifier as most as possi

Re: [OT] gdc status

2018-04-11 Thread drug via Digitalmars-d-announce
11.04.2018 16:26, Uknown пишет: On Wednesday, 11 April 2018 at 13:17:23 UTC, drug wrote: 11.04.2018 15:22, bachmeier пишет: On Wednesday, 11 April 2018 at 09:45:07 UTC, Jonathan M Davis wrote: ... Given that GDC has been added to GCC... Is it true? I don't see anything like that here https://g

[OT] gdc status

2018-04-11 Thread drug via Digitalmars-d-announce
11.04.2018 15:22, bachmeier пишет: On Wednesday, 11 April 2018 at 09:45:07 UTC, Jonathan M Davis wrote: ... Given that GDC has been added to GCC... Is it true? I don't see anything like that here https://gcc.gnu.org/gcc-8/changes.html

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

2018-04-07 Thread drug via Digitalmars-d-announce
https://github.com/drug007/nanogui I would be glad if you take a look

Re: code-d 0.17.0 + serve-d 0.1.2

2018-04-04 Thread drug via Digitalmars-d-announce
Works for me very well out of box, much better than my previous attempts to use vscode. I'll test it more and probable I'll leave sublime text 3 for vscode. I appreciate your nice work!

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

2018-04-04 Thread drug via Digitalmars-d-announce
03.04.2018 04:44, Andrew Edwards пишет: I made an attempt last year but not much came of it. Would like to help out if you don’t mind slowing your pace a bit to provide some mentoring when the need arises. Andrew My pace isn't fast, unfortunately. In fact porting is rather simple, the pro

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

2018-04-02 Thread drug via Digitalmars-d-announce
09.03.2018 18:38, Adam D. Ruppe пишет: Now also on dub: http://code.dlang.org/packages/arsd-official%3Ananovega Hasn't somebody started porting nanogui (https://github.com/wjakob/nanogui)? I'd like to do it, but don't want to duplicate efforts.

Re: The Expressive C++17 Coding Challenge in D

2018-02-14 Thread drug via Digitalmars-d-announce
14.02.2018 11:45, Ola Fosheim Grøstad пишет: On Tuesday, 13 February 2018 at 23:35:36 UTC, Seb wrote: Someone revived the Expressive C++17 Coding Challenge thread today and I thought this is an excellent opportunity to revive my blog and finally write an article showing why I like D so much:

Re: SublimeLinter-contrib-dmd: dmd feedback as you type

2017-11-21 Thread drug via Digitalmars-d-announce
31.10.2017 01:22, Bastiaan Veelo пишет: SublimeLinter-contrib-dmd [1] is a plug-in for the Sublime Text 3 editor [2]. Unlike linters that are based on DScanner, it actually invokes dmd on the file that is being edited, as you edit. If dmd finds anything to complain about, an annotation is shown

Re: Project Highlight: Diamond MVC Framework

2017-11-20 Thread drug via Digitalmars-d-announce
20.11.2017 17:39, Mike Parker пишет: You may have seen announcements regarding Diamond here in the forums. The project maintainer, Jason Jensen, a.k.a bauss, provided me with some info about it for a Project Highlight on the D Blog. Blog: https://dlang.org/blog/2017/11/20/project-highlight-dia

Re: ASDF v0.1.5-beta0: new parser is ~40% faster

2017-10-04 Thread drug via Digitalmars-d-announce
04.10.2017 17:19, Daniel Kozák пишет: sajson loops are manually unrolled already. Very aggressive optimisation makes no sense and may unroll loops additionally and slowdown the program https://github.com/tamediadigital/asdf/pull/79

Re: code-d 0.12.0 - The user friendly release (code-d for noobs)

2016-10-05 Thread drug via Digitalmars-d-announce
05.10.2016 16:32, Rory McGuire via Digitalmars-d-announce пишет: I haven't used anything else since I started using Sublime because of CTRL+d (multi select the next match of my current selection) and fuzzy search of the available commands. Agreed sublime has something that don't let me give

Re: new cpuid is ready for comments

2016-07-14 Thread drug via Digitalmars-d-announce
Intel(R) Xeon(R) CPU X5690 @ 3.47GHz https://gist.github.com/drug007/738f7ce8ba73f4413d11e170ab36c7e3 output for cpuid for VM (VirtualBox) running on Intel(R) Xeon(R) CPU X5690 @ 3.47GHz https://gist.github.com/drug007/76750ba962e84be494b8bf11bd84a3a7 output cpuid for Intel(R) Core(TM) i7-3770

Re: Button: A fast, correct, and elegantly simple build system.

2016-06-14 Thread drug via Digitalmars-d-announce
14.06.2016 13:04, ketmar пишет: On Tuesday, 14 June 2016 at 07:45:10 UTC, Jacob Carlborg wrote: I couldn't agree more. With the D compiler being so fast it's reasonable to just recompile everything at once instead of trying to track what's changed. i'm agree with that. i'm so used to do just "

Re: Beta release DUB 1.0.0-beta.1

2016-06-09 Thread drug via Digitalmars-d-announce
09.06.2016 13:23, Andre Pany пишет: On Tuesday, 7 June 2016 at 09:54:19 UTC, Sönke Ludwig wrote: DUB 1.0.0 is nearing completion. The new feature over 0.9.25 is support for single-file packages, which can be used to write shebang-style scripts on Posix systems: Full change log: https://github.c

Re: Looking for D developers, Saint-Petersburg

2016-05-11 Thread drug via Digitalmars-d-announce
On 11.05.2016 12:23, Dicebot wrote: FYI: хотя сама вакансия меня не интересует, могу помочь отдельными консультациями, если возникнет такая необходимость. Санкт-Петербург довольно близок от Риги. Спасибо, буду иметь в виду.

Re: Looking for D developers, Saint-Petersburg

2016-05-11 Thread drug via Digitalmars-d-announce
On 10.05.2016 17:54, Vladimir Panteleev wrote: On Tuesday, 10 May 2016 at 14:39:27 UTC, drug wrote: I'm curious are there D developers in Saint Petersburg who doesn't mind to make some money? Здравствуй Друг, If the position is likely to remain open for at least some time, I recommend adding

Re: Looking for D developers, Saint-Petersburg

2016-05-11 Thread drug via Digitalmars-d-announce
On 10.05.2016 18:57, Temtaime wrote: Готов откликнуться, куда можно написать, чтобы узнать подробности? Отписался на почту

Re: Looking for D developers, Saint-Petersburg

2016-05-10 Thread drug via Digitalmars-d-announce
Контакт для связи drug2004(at)bk(dot)ru с темой "dlang, работа"

Re: Looking for D developers, Saint-Petersburg

2016-05-10 Thread drug via Digitalmars-d-announce
On 10.05.2016 18:41, Jack Applegame wrote: On Tuesday, 10 May 2016 at 14:39:27 UTC, drug wrote: I'm curious are there D developers in Saint Petersburg who doesn't mind to make some money? Вопрос, зачем нужно высшее образование? Хорошего знания D/C++ недостаточно? И как часто нужно кататься в о

Looking for D developers, Saint-Petersburg

2016-05-10 Thread drug via Digitalmars-d-announce
I'm curious are there D developers in Saint Petersburg who doesn't mind to make some money? Я использую D для внутренних инструментов в компании. Сейчас масштабы увеличиваются и нужен помощник. Есть согласие руководства на использование D и позиция разработчика с вилкой 40-60 т.р. на руки, тр

Re: Beta D 2.069.0-b1

2015-10-07 Thread drug via Digitalmars-d-announce
08.10.2015 01:33, Martin Nowak пишет: First beta for the 2.069.0 release. http://dlang.org/download.html#dmd_beta http://dlang.org/changelog/2.069.0.html Please report any bugs at https://issues.dlang.org -Martin Cool! References to `cmp`, `std.experimental.allocator` reference to current

Re: Russian-speaking community

2015-09-11 Thread drug via Digitalmars-d-announce
http://dlanguage.ru/viewtopic.php?id=58