Jump to page: 1 2
Thread overview
Project Highlight: The PowerNex Kernel
Jun 24, 2016
Mike Parker
Jun 24, 2016
Mike Parker
Jun 24, 2016
Wild
Jun 25, 2016
ZombineDev
Jun 26, 2016
Joakim
Jun 24, 2016
Satoshi
Jun 24, 2016
Wild
Jun 24, 2016
Wild
Jun 25, 2016
Wild
Jun 26, 2016
Satoshi
Jun 24, 2016
jmh530
Jun 24, 2016
qznc
June 24, 2016
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/
June 24, 2016
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/
June 24, 2016
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.
June 24, 2016
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
June 24, 2016
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.
June 24, 2016
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.

June 24, 2016
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. :)
June 24, 2016
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.
June 24, 2016
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
June 25, 2016
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 :)
« First   ‹ Prev
1 2