Re: Some crazy ideas from a high level perspective

2016-08-23 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 23 August 2016 at 06:05:32 UTC, Ilya Yaroshenko wrote: On Tuesday, 22 March 2016 at 14:08:55 UTC, _d0s_ wrote: As i'm a student and i should be busy with writing some papers ... i'm spending waaay to much time derping around having crazy ideas. since they are forgotten quickly

Re: Some crazy ideas from a high level perspective

2016-08-23 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 22 March 2016 at 14:08:55 UTC, _d0s_ wrote: As i'm a student and i should be busy with writing some papers ... i'm spending waaay to much time derping around having crazy ideas. since they are forgotten quickly most of the time, i thought i share them with you. [...]

Re: Some crazy ideas from a high level perspective

2016-04-16 Thread Ilya Yaroshenko via Digitalmars-d
On Tuesday, 22 March 2016 at 14:42:18 UTC, jmh530 wrote: On Tuesday, 22 March 2016 at 14:08:55 UTC, _d0s_ wrote: Idea2: Matrix Solvers Have some base algorithms to solve linear and quadtratic systems on top of those matrices. (LU, QR, ...) You would be interested in

Re: Some crazy ideas from a high level perspective

2016-03-24 Thread sigod via Digitalmars-d
On Thursday, 24 March 2016 at 09:54:37 UTC, _d0s_ wrote: just found this ... http://forum.dlang.org/thread/nilhvnqbsgqhxdshp...@forum.dlang.org maybe that will be what i'm looking for :) as for the web ui's ... the performance is of course not perfect as in a native app. but i think apps like

Re: Some crazy ideas from a high level perspective

2016-03-24 Thread _d0s_ via Digitalmars-d
just found this ... http://forum.dlang.org/thread/nilhvnqbsgqhxdshp...@forum.dlang.org maybe that will be what i'm looking for :) as for the web ui's ... the performance is of course not perfect as in a native app. but i think apps like atom.io, visual studio code or discord show that it is

Re: Some crazy ideas from a high level perspective

2016-03-23 Thread Adam D. Ruppe via Digitalmars-d
On Tuesday, 22 March 2016 at 20:52:26 UTC, cym13 wrote: [2]: https://github.com/adamdruppe/arsd/blob/master/simpledisplay.d simpledisplay has some examples in its docs: http://dpldocs.info/experimental-docs/simpledisplay.html I haven't actually written plotting examples yet, but it is the

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread rikki cattermole via Digitalmars-d
On 23/03/16 7:18 AM, _d0s_ wrote: thanks for all the opinions! Perhaps this is what you're looking for? https://dlang.org/phobos/std_experimental_ndslice.html that would be a good starting point for a matrix library You would be interested in https://github.com/DlangScience They have

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread cym13 via Digitalmars-d
On Tuesday, 22 March 2016 at 18:18:50 UTC, _d0s_ wrote: thanks for all the opinions! ... A quite good presentation of ndslice [1] If you want quick and dirty visualization and find plotting libraries too plotting-oriented you may want to play a bit with simpledisplay [2], it is without

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread _d0s_ via Digitalmars-d
thanks for all the opinions! Perhaps this is what you're looking for? https://dlang.org/phobos/std_experimental_ndslice.html that would be a good starting point for a matrix library You would be interested in https://github.com/DlangScience They have cblas for matrix multiplication and

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread Basile B. via Digitalmars-d
On Tuesday, 22 March 2016 at 16:01:43 UTC, Edwin van Leeuwen wrote: That looks interesting. Would you say kheops is stable enough to be relied upon by other projects? Any plans to make it into a dub package? No. This would require a bit of work (currently it's linux only). Go with cairoD

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread Edwin van Leeuwen via Digitalmars-d
On Tuesday, 22 March 2016 at 15:50:15 UTC, Basile B. wrote: On Tuesday, 22 March 2016 at 15:33:04 UTC, Edwin van Leeuwen wrote: On Tuesday, 22 March 2016 at 15:19:10 UTC, rikki cattermole wrote: Idea 1: Sigh I do wish the author of gl3n had given permission for relicense for Phobos. Would do

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread Basile B. via Digitalmars-d
On Tuesday, 22 March 2016 at 15:33:04 UTC, Edwin van Leeuwen wrote: On Tuesday, 22 March 2016 at 15:19:10 UTC, rikki cattermole wrote: Idea 1: Sigh I do wish the author of gl3n had given permission for relicense for Phobos. Would do what you want. Idea 3: My goal is get windowing/image

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread Edwin van Leeuwen via Digitalmars-d
On Tuesday, 22 March 2016 at 15:19:10 UTC, rikki cattermole wrote: Idea 1: Sigh I do wish the author of gl3n had given permission for relicense for Phobos. Would do what you want. Idea 3: My goal is get windowing/image library into Phobos. Now that is not a UI toolkit but you can atleast

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread rikki cattermole via Digitalmars-d
Idea 1: Sigh I do wish the author of gl3n had given permission for relicense for Phobos. Would do what you want. Idea 3: My goal is get windowing/image library into Phobos. Now that is not a UI toolkit but you can atleast get a window up and show an image like a graph. Kinda everything you

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread jmh530 via Digitalmars-d
On Tuesday, 22 March 2016 at 14:08:55 UTC, _d0s_ wrote: Idea3: Visualization Imho D is lacking a good UI toolkit. I again like here the simplicity of matlab that lets me just pop up a window, and show a simple diagram or picture. Often its not necessary to create a sophisticated UI, but

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread jmh530 via Digitalmars-d
On Tuesday, 22 March 2016 at 14:08:55 UTC, _d0s_ wrote: Idea2: Matrix Solvers Have some base algorithms to solve linear and quadtratic systems on top of those matrices. (LU, QR, ...) You would be interested in https://github.com/DlangScience They have cblas for matrix multiplication and

Re: Some crazy ideas from a high level perspective

2016-03-22 Thread Xinok via Digitalmars-d
On Tuesday, 22 March 2016 at 14:08:55 UTC, _d0s_ wrote: Idea1: a general interface to describe n-dimensional matrices Perhaps this is what you're looking for? https://dlang.org/phobos/std_experimental_ndslice.html

Some crazy ideas from a high level perspective

2016-03-22 Thread _d0s_ via Digitalmars-d
As i'm a student and i should be busy with writing some papers ... i'm spending waaay to much time derping around having crazy ideas. since they are forgotten quickly most of the time, i thought i share them with you. this time: what D is missing for me i'm coming from the field of