Live data from Hacker News

ExDOS is developed by Omar, “almost 14 years old”

exdos.eu.pn

61–70 of 108 posts

Re: ExDOS is developed by Omar, “almost 14 years old”

#61
post #59
post #51

Earlier quoted context omitted.

[deleted]

No. Your comment baited users to downvote you and introduced classic flamebait. https://news.ycombinator.com/newsguidelines.html > Please avoid introducing classic flamewar topics unless you have something genuinely new to say about them. > Please don't bait other users by inviting them to downvote you.

[deleted]

Re: ExDOS is developed by Omar, “almost 14 years old”

#62

This is anecdotal, but when I was his age and getting into the "real" tech world (and getting my work recognized), I really disliked my age being made a big deal. A big influence on my own view (and I think many others in this community) of being a "hacker" was Steven Levy's "Hacker Ethic", which specifically said: "Hackers should be judged by their hacking, not criteria such as degrees, age, race, sex, or position"…

> While it is great that we recognize good work like this, bringing up his age in the title is focusing on a pretty irrelevant

It's relevant because it's remarkable and it puts the author in a much smaller circle than he would be if he were older. Trying to pretend otherwise is silly.

Being able to read at age 18 is a lot less interesting than at age 4. Same goes for rare technical feats (and writing an OS is such a thing, most developers wouldn't be able to pull it off, so doing so at age 13 is certainly a lot more interesting than when you're older).

Re: ExDOS is developed by Omar, “almost 14 years old”

#64
post #57
post #50

Earlier quoted context omitted.

Maybe we should get rid of weight classes for boxing, women's leagues for sports, and anything that acknowledges accomplishments for anyone that is not 100% objectively the best on the planet.

You're acting like this wouldn't be interesting if it were an adult doing it.

it wouldn't

Re: ExDOS is developed by Omar, “almost 14 years old”

#65
post #47

[deleted]

Hey Omar, You can flesh out your profile by clicking on your name in the top right, suggest you add a link to your project there. Super neat to see your stuff, keep at it! Jacques

Why someone would downvote this comment?

Re: ExDOS is developed by Omar, “almost 14 years old”

#66
post #51
post #40

Earlier quoted context omitted.

Detached from https://news.ycombinator.com/item?id=10046119 and marked off topic. Edit: The comment was off-topic because it went on a flamebait tangent. The topic at hand is an operating system project. Given the context, it's natural to talk about age and precocity too. But "Now it even matters what your political and religious views are [...] Brendan Eich [...]" is wildly off-topic, and exactly the sort of generic…

[deleted]

[deleted]

Re: ExDOS is developed by Omar, “almost 14 years old”

#68
post #23

I'm very happy to see people are still doing this sort of thing! I've always wanted to see something of a truly 'barebones' OS; but one that could at least get you 64-bit mode, OpenGL ES, audio output, USB polling and network connectivity with libc available. Yet not be as complex and large as Linux/BSD. Being able to run a real-time application with no pre-emption, no virtual memory protections, no kernel transition…

> Plus, no sound rules out gaming and media; no internet (let alone Wifi) rules out any connectivity; no strong filesystem rules out moving data around easily; no USB rules out loading things from external storage, gamepads, etc.

> Only strong use case would be for embedded; but ARM platforms have this area beat substantially in cost, power, tooling, etc.

http://docstore.mik.ua/orelly/linux/run/ch01_02.htm

Linux started out as something quite a bit less impressive than what you see today.

Re: ExDOS is developed by Omar, “almost 14 years old”

#69
post #41
post #17

From "About me" My name is Muazzam Ali Kazmi, a hobbyist programmer from Shahpur, Layyah, Punjab, Pakistan. I am a student of grade-11 and I started programming about 4 years ago. I am developing the OS since 7 September 2014. My interests include religion(s), philosophy, operating systems, virtual machines, simulating a universe in the computers, compilers, theoretical computer science, artificial intelligence, math…

https://disqus.com/by/muazzamalikazmi/comments/

[deleted]

Re: ExDOS is developed by Omar, “almost 14 years old”

#70

Regarding learning assembly, I'm beginning to come to the view that it's in fact the best way to teach the first course in programming to kids. They don't come with any preconceived notions of what programming should look like and given an explicit, visual model of the computer, they quickly learn the small number of operations to write programs. More over, once they learn to do LDA A ADD TWO STA A DAT TWO 2 in C or…

In my personal case I am not sure if it didnt end up 'bad' for me. The first language I've learned was 6502 ASM on C64 (and learned is a word of many degrees here, I can't say I've written anything serious in it, ever) and for some reason I've been struggling with many other languages for years to come after that - tried Perl, PHP, C, AmigaE, without being able to grasp any of those. Until I've met Python, that in few days took me from ground to the stratosphere (which today again looks like a ground, but that's a different subject). And even then, old habits of counting cycles and thinking about what the hell is the language doing made me to prematurely optimize my code (like doing 'while 1' instead of 'while True' because in 2.7 True is simply a variable, what means the interpreter will have to check its value first and that means lost CPU cycles, and lots of other things that made sense in 6502 ASM) instead of getting it to do shit ;) It took me a while to 'unlearn' those habits and to simply enjoy the language in its own form.
Post reply on HN