www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.announce - Project Highlight: The PowerNex Kernel

reply Mike Parker <aldacron gmail.com> writes:
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/
Jun 24 2016
next sibling parent reply Mike Parker <aldacron gmail.com> writes:
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/
Jun 24 2016
parent reply Wild <xwildn00bx gmail.com> writes:
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
Jun 24 2016
parent reply ZombineDev <petar.p.kirov gmail.com> writes:
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&px=PowerNex-D-Lang Congrats :)
Jun 25 2016
parent Joakim <dlang joakim.fea.st> writes:
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&px=PowerNex-D-Lang Congrats :)
OS news too: http://www.osnews.com/comments/29268
Jun 25 2016
prev sibling next sibling parent reply Satoshi <satoshi rikarin.org> writes:
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.
Jun 24 2016
next sibling parent reply Wild <xwildn00bx gmail.com> writes:
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
Jun 24 2016
parent reply Ola Fosheim =?UTF-8?B?R3LDuHN0YWQ=?= writes:
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.
Jun 24 2016
parent Wild <xwildn00bx gmail.com> writes:
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.
Jun 24 2016
prev sibling parent reply Wild <xwildn00bx gmail.com> writes:
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.
Jun 25 2016
parent Satoshi <satoshi rikarin.org> writes:
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
Jun 26 2016
prev sibling next sibling parent jmh530 <john.michael.hall gmail.com> writes:
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.
Jun 24 2016
prev sibling parent qznc <qznc web.de> writes:
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. :)
Jun 24 2016