Re: Project Highlight: The PowerNex Kernel

2016-06-26 Thread Satoshi via Digitalmars-d-announce

On Saturday, 25 June 2016 at 18:42:20 UTC, Wild wrote:

On Friday, 24 June 2016 at 15:09:41 UTC, Satoshi wrote:

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the 
first project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/



Its funny how he took existing sources from my OS 
https://github.com/Rikarin/Trinix
rewrite it during stream session on Livecoding and get more 
popularity than my OS.


Do you want me to remove all the code that is influenced by 
your code in the kernel and rewrite from scratch?


Because I don't want my project to contain 
illegal/controversial code.


no


Re: Project Highlight: The PowerNex Kernel

2016-06-25 Thread Joakim via Digitalmars-d-announce

On Saturday, 25 June 2016 at 12:34:04 UTC, ZombineDev wrote:

On Friday, 24 June 2016 at 21:36:27 UTC, Wild wrote:

On Friday, 24 June 2016 at 14:11:43 UTC, Mike Parker wrote:

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:

[...]


And the reddit thread is here:

https://www.reddit.com/r/programming/comments/4pn19m/from_the_d_blog_project_highlight_the_powernex/


Someone posted it to Hacker News: 
https://news.ycombinator.com/item?id=11969891


Also on Phoronix:
http://phoronix.com/scan.php?page=news_item=PowerNex-D-Lang

Congrats :)


OS news too:

http://www.osnews.com/comments/29268


Re: Project Highlight: The PowerNex Kernel

2016-06-25 Thread Wild via Digitalmars-d-announce

On Friday, 24 June 2016 at 15:09:41 UTC, Satoshi wrote:

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the 
first project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/



Its funny how he took existing sources from my OS 
https://github.com/Rikarin/Trinix
rewrite it during stream session on Livecoding and get more 
popularity than my OS.


Do you want me to remove all the code that is influenced by your 
code in the kernel and rewrite from scratch?


Because I don't want my project to contain illegal/controversial 
code.




Re: Project Highlight: The PowerNex Kernel

2016-06-25 Thread ZombineDev via Digitalmars-d-announce

On Friday, 24 June 2016 at 21:36:27 UTC, Wild wrote:

On Friday, 24 June 2016 at 14:11:43 UTC, Mike Parker wrote:

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the 
first project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/


And the reddit thread is here:

https://www.reddit.com/r/programming/comments/4pn19m/from_the_d_blog_project_highlight_the_powernex/


Someone posted it to Hacker News: 
https://news.ycombinator.com/item?id=11969891


Also on Phoronix:
http://phoronix.com/scan.php?page=news_item=PowerNex-D-Lang

Congrats :)


Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread Wild via Digitalmars-d-announce

On Friday, 24 June 2016 at 14:11:43 UTC, Mike Parker wrote:

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the 
first project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/


And the reddit thread is here:

https://www.reddit.com/r/programming/comments/4pn19m/from_the_d_blog_project_highlight_the_powernex/


Someone posted it to Hacker News: 
https://news.ycombinator.com/item?id=11969891


Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread Wild via Digitalmars-d-announce
On Friday, 24 June 2016 at 17:09:28 UTC, Ola Fosheim Grøstad 
wrote:

On Friday, 24 June 2016 at 15:27:14 UTC, Wild wrote:
Ya, I did borrow some code, mostly because my 64-bit code 
didn't play nice in
the beginning. But I think I have rewritten all the code that 
I borrowed from

you.


Be careful with that. A rewrite may still be considered a 
translation, and the original author retains copyright of your 
rewrite and thus your code may have to obey the original 
license. A translation does not have to be literal for the 
copyright-ownership to carry over.


I didn't know that, thanks.
But I don't think this case would fall under a translation,
but I'm no lawyer so I can't be 100% sure.


Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread Ola Fosheim Grøstad via Digitalmars-d-announce

On Friday, 24 June 2016 at 15:27:14 UTC, Wild wrote:
Ya, I did borrow some code, mostly because my 64-bit code 
didn't play nice in
the beginning. But I think I have rewritten all the code that I 
borrowed from

you.


Be careful with that. A rewrite may still be considered a 
translation, and the original author retains copyright of your 
rewrite and thus your code may have to obey the original license. 
A translation does not have to be literal for the 
copyright-ownership to carry over.




Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread qznc via Digitalmars-d-announce

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the first 
project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/


Nice!

You are doing a great job with the D Blog, Mike! As a writer and 
as editor. :)


Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread jmh530 via Digitalmars-d-announce

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the first 
project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/


This was a good post.


Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread Wild via Digitalmars-d-announce

On Friday, 24 June 2016 at 15:09:41 UTC, Satoshi wrote:

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the 
first project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/



Its funny how he took existing sources from my OS 
https://github.com/Rikarin/Trinix
rewrite it during stream session on Livecoding and get more 
popularity than my OS.


Ya, I did borrow some code, mostly because my 64-bit code didn't 
play nice in
the beginning. But I think I have rewritten all the code that I 
borrowed from

you.

But I still mentioned you in the Thanks-to [1] section.

[1] https://github.com/Vild/PowerNex#thanks-to


Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread Satoshi via Digitalmars-d-announce

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the first 
project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/



Its funny how he took existing sources from my OS 
https://github.com/Rikarin/Trinix
rewrite it during stream session on Livecoding and get more 
popularity than my OS.


Re: Project Highlight: The PowerNex Kernel

2016-06-24 Thread Mike Parker via Digitalmars-d-announce

On Friday, 24 June 2016 at 14:09:12 UTC, Mike Parker wrote:
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the first 
project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/


And the reddit thread is here:

https://www.reddit.com/r/programming/comments/4pn19m/from_the_d_blog_project_highlight_the_powernex/


Project Highlight: The PowerNex Kernel

2016-06-24 Thread Mike Parker via Digitalmars-d-announce
Not that long ago, Dan Printzell announced his D OS Kernel, 
PowerNex [1], in this forum. It is now the subject of the first 
project highlight on the D Blog [2].


[1] https://github.com/Vild/PowerNex
[2] 
http://dlang.org/blog/2016/06/24/project-highlight-the-powernex-kernel/