should we create an OS development magazine?

All off topic discussions go here. Everything from the funny thing your cat did to your favorite tv shows. Non-programming computer questions are ok too.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

that sounds like a great idea.
but only as an online magazine.

I would be willing to supply my web development skills to either host it or create a site for it.
There should DEFFINATELY be a tutorials section, like one tutorial or something per zine, and deffinately be a 'history' section about something dev related.
octavio
Member
Member
Posts: 94
Joined: Wed Oct 25, 2006 5:12 am
Location: Barcelona España
Contact:

Post by octavio »

Dex wrote:I was go to do a online mag, like this, but did not get time to finish it.
Heres as far as i got :
http://dex4u.com/DexMag/DexMag1-0.htm

And a cover i designed
I know very litle about web encription and even less about using linux but looks like a nice article. All i undestand if that you want to use somebody else wireless conection you should spend some money and being a linux
expert, this makes wep considerably secure :)
>but did not get time...
i don't even get the time to document my own programs.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

octavio wrote:
Dex wrote:but did not get time...
i don't even get the time to document my own programs.
Same here :lol: and thanks for the link at your web site, i have add a link to your site, in my links page.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

I'd contribute if I have time.....

What would go in it?
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

piranha wrote:What would go in it?
Articles, tutorials, opinion pieces, news, etc. on the matters of osdev.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
piranha
Member
Member
Posts: 1391
Joined: Thu Dec 21, 2006 7:42 pm
Location: Unknown. Momentum is pretty certain, however.
Contact:

Post by piranha »

Oh, duh, now I feel smart....... :oops:
SeaOS: Adding VT-x, networking, and ARM support
dbittman on IRC, @danielbittman on twitter
https://dbittman.github.io
User avatar
Alboin
Member
Member
Posts: 1466
Joined: Thu Jan 04, 2007 3:29 pm
Location: Noricum and Pannonia

Post by Alboin »

Any proposals on what to do next? There seems to be a general support of an osdev mag.
C8H10N4O2 | #446691 | Trust the nodes.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

I'd suggest learning how to create stylish PDF files or put up a website for it, depends on how you want to do it. If you want a site, then create a site, if you just want an e-zine, make pdf's and put them in an archive for everyone to pick from.

I created a newspaper style site once where you could choose the e-paper to read from, then you could view the e-paper in sets of two pages (just like a real paper). Also, the headers for the different topics lead to a commenting area to post your thoughts on the topic.

just some thoughts.
User avatar
jerryleecooper
Member
Member
Posts: 233
Joined: Mon Aug 06, 2007 6:32 pm
Location: Canada

Post by jerryleecooper »

I propose that the articles be made as ascii text files. One file per article, and one file for the "cover" with the index. The figures, pictures screenshots etc be kept in a separate folder. So everyone here will be able to read the ezine in their OS, not windows/macos/linux, but the homemade os. and there will be converters to convert the ezine to html, pdf, etc. we can also create an easy converter to make it as LaTex?

For the articles-writing I propose everyone is free to write about whatever they want OSrelated. But if someone write about an howto about paging and someone else want to write about paging, then the first to come should be the first served, the second to write about paging should be more original and write about paging on x86 versus ppc versus 68000 for example.

and if the project doesnt go too well we can alsways put everything in the wiki, in a format acceptable for it?
User avatar
JackScott
Member
Member
Posts: 1037
Joined: Thu Dec 21, 2006 3:03 am
Location: Hobart, Australia
Mastodon: https://aus.social/@jackscottau
Matrix: @JackScottAU:matrix.org
GitHub: https://github.com/JackScottAU
Contact:

Post by JackScott »

IMHO, Yuck. Project-specific converters?

A better idea would be for the magazine to be put together as LaTeX files, and then at release time a simple shell script can produce HTML and PDF versions. LaTeX files are only ASCII text anyway, and more people are going to want to read the PDF or on paper than on a 80x25 terminal screen.

I would also encourage the broadening of scope for the journal/magazine. OSDev is a fairly narrow subject, especially for a publication with regular releases. Perhaps a more appropriate scope would be 'Amateur Computer Science', with emphasis on topics such as OSDev, distributed computing, and programming language design. Perhaps a neat idea would be to have an issue per year devoted to a specific area.

As far as ideas for articles go, I'd like to add the following sorts of things:
  • Review of a hobby project that has got off the ground (well, when one does).
  • Opinions on things that should have happened by now (somewhat intelligent shells), things that the time has returned for (timesharing), that sort of thing.
User avatar
Aku-Aku
Posts: 19
Joined: Mon Apr 24, 2006 11:00 pm
Location: Hungary

Post by Aku-Aku »

I would be happy if i can read a os developer magazine in electronic or paper format.
I would pay for it.
I know it isn't a survey, i just want to tell my opinion.
User avatar
AndrewAPrice
Member
Member
Posts: 2311
Joined: Mon Jun 05, 2006 11:00 pm
Location: USA (and Australia)

Post by AndrewAPrice »

Yayyak wrote:A better idea would be for the magazine to be put together as LaTeX files, and then at release time a simple shell script can produce HTML and PDF versions. LaTeX files are only ASCII text anyway, and more people are going to want to read the PDF or on paper than on a 80x25 terminal screen.
I agree, call me a sell-out but text + varied fonts + colours + images is a lot easier to read than text.
My OS is Perception.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

why not just make them pure HTML files?
if you don't want to make OS specific files, why not just stick with the web standard? HTML can be later converted to PDF's and im sure LaTeX as well. Also, they can be created in a web IDE from your platform and be transported to other OS's to be worked on there as well (assuming you would use a web IDE, ick...). This also makes it easier to create a site with user-created articles as they can be (just about) seamlessly integrated.
User avatar
Dex
Member
Member
Posts: 1444
Joined: Fri Jan 27, 2006 12:00 am
Contact:

Post by Dex »

I think we need to get someone to be editor, this editor will be voted on by members.
The position will be for a year, then we can vote for a new editor or vote to keep the old one.
The editor will decide on what goes in the mag etc.
User avatar
01000101
Member
Member
Posts: 1599
Joined: Fri Jun 22, 2007 12:47 pm
Contact:

Post by 01000101 »

Agreed.
Locked