TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: I'm 15 years old, and I released my first NPM module: Wizardry

98 pointsby remixzover 12 years ago

29 comments

orangethirtyover 12 years ago
On behalf of all the idiots that decided to rain on your parade, I would like to apologize. All of you should be ashamed. How dare you insult this young person whose only wish is to share his work with us?<p>In terms of the module, can't really comment much on your code. It looks clean and well written. I'll try and run it during my free time to get a good feel for it. Well done. Now go back and build something bigger.<p>PS. Shoot me an email (in profile). You might enjoy hanging out with the Nuuton team.
评论 #4798622 未加载
评论 #4798616 未加载
remixzover 12 years ago
Hi all! Thanks for the great feedback. I did realize the title might have been controversial, but I have a small argument for it.<p>A few weeks ago, there was the 14 year old who posted their rad iPhone game on HN. Their post did inspire me to post my own work. I have a tiny hope that someone else who's doing something like I am will see this and post their own work. I doubt it, but you never know! :D
评论 #4798768 未加载
评论 #4799023 未加载
评论 #4798550 未加载
评论 #4798533 未加载
评论 #4799584 未加载
SoftwareMavenover 12 years ago
Well done. One question, though: Shouldn't the commands be a list instead of an object? I would think you would want to be sure to keep order for image processing. For instance, I don't want my image down-sized for the web until after all the processing is done to it.<p>The Ecmascript spec leaves the object attribute iteration order undefined (though it appears most implementations iterate in the order attributes are added).
ComputerGuruover 12 years ago
Sorry, I don't see that your age is relevant.
评论 #4798658 未加载
评论 #4798408 未加载
评论 #4798573 未加载
评论 #4798556 未加载
评论 #4798420 未加载
评论 #4798419 未加载
bdcravensover 12 years ago
Many didn't like posting the age in the title. Yeah, no one ever words their HN submissions to be inflammatory and get to front page, right?<p>I'll take a million hackers showing their projects and trying to win brownie points with their age than a single freakin smart phone troll blog post any day of the week.
评论 #4799170 未加载
评论 #4798774 未加载
chill1over 12 years ago
"Wizardry is a task-based library for GraphicsMagick / ImageMagick that focuses on simplicity and getting one thing done right: processing images."<p>Why I like these words: It's not enough to be able to write code, or even to package up a module for a framework. Knowing that you can't do everything, and that you should not try to do everything, with a single module, is a promising sign in and of itself. Having a clear goal to reach makes getting there all the more possible.
评论 #4798493 未加载
smoyerover 12 years ago
Hmmm ... when I was 15, I spent all my time playing ultimate frisbee and riding my bicycle. Except when I was poring over the schematics and ROM code for the 1802-based COSMAC Elf.
lewisfludeover 12 years ago
Here we go with another one of these "I'm (under 18) and I did x" posts and an equal amount of people complaining why that isn't relevant.<p>But yeah, this is a really cool little module, congrats.
评论 #4798505 未加载
评论 #4798606 未加载
nkohariover 12 years ago
Already at 15 you've done more than (I would wager) most of the people on this site -- you've shipped open source.<p>Congratulations, and ignore the haters. Remember that it doesn't matter what you think or say, it matters what you do. Creating software is more important than talking about it.
评论 #4798685 未加载
josephagossover 12 years ago
Whoa quite a few comments here seem a bit negative, remixz you shipped something, that is good, power on! :)
评论 #4798483 未加载
geuisover 12 years ago
Guess I'll leave one of the few comments about the project itself.<p>I'm going to evaluate this when I get home. If it works as described, I think I'll be integrating this into an imaging service we're building. The interface looks great.<p>Keep coding man. This looks really good.
评论 #4798781 未加载
gtmtgover 12 years ago
Looks great - nice job!<p>I'm 13 and I've created a node.js command line app (<a href="http://gtmtg.github.com/view-test" rel="nofollow">http://gtmtg.github.com/view-test</a>) and an iOS control (<a href="http://gtmtg.github.com/MGDrawingSlate" rel="nofollow">http://gtmtg.github.com/MGDrawingSlate</a>) among other things, but none of them are nearly this advanced...<p>Again - looks really cool...
Skywingover 12 years ago
One thing to notice about this module is that it's spawning a sub-process out to imagemagic itself. I'm not saying this is good or bad, I'm just pointing it out. There are also other modules that wrap the imagemagic libraries themselves and do not spawn sub-processes. Just be mindful about the different implementations.
mnicoleover 12 years ago
This post is a few days old, but I think it would have really limited the amount of criticism if you'd also noted that you work at DIY (a company that is promoting kids and teens to make all sorts of things - programming or otherwise) in the post somewhere (even though technically people can see the name in the URL). It makes a lot more sense to note his age when the company he's working for is specifically trying to help younger generations.<p>Great work regardless, I love everything DIY is doing and it's fantastic they have their target audience in the office!
mkr-hnover 12 years ago
This thread is an early lesson in how age often makes people focus too much on little things and miss what's important.
homakovover 12 years ago
I am 19 years old and I don't give a fuck
评论 #4798522 未加载
kmfrkover 12 years ago
The font-weight on your link is <i>very</i> close to being too small to be legible - in Opera on Windows - hello to edge case asshats like me!)<p>And my vision is pretty decent.<p>I know you're probably using a default or something, but it's really bothersome to someone like me to read it.<p>Great job on the project itself, though.
vaidikover 12 years ago
Good one! Seriously! For the work you have done according to your age is tremendous. I certainly was not able to do anything even close to it when I was 15. So I'd say, hats off!!
shaunxcodeover 12 years ago
This is rad, keep it up! Seriously when others detract remember minor threat: "what the fuck have you done?"
KaoruAoiShihoover 12 years ago
Why this instead of gm?<p><a href="https://github.com/aheckmann/gm" rel="nofollow">https://github.com/aheckmann/gm</a>
评论 #4798591 未加载
评论 #4798609 未加载
tonywokover 12 years ago
That's rad man. Haters gonna hate. Keep shippin'
tacoboyeover 12 years ago
Hey dumbasses, look how smart I already am! I think I'll just go fuck someone my own age, don't you wish you could??? HAHAHAHAHA<p>GET FUCKED!
joshbrodyover 12 years ago
You've got one hell of a future.
measure2xcut1xover 12 years ago
ImageMagick FTW Go buddy go!
robertliover 12 years ago
I'm 12 and what is this
bashzorover 12 years ago
Oh a 15 year old, how cute. So, what about that module? Why is it special enough to be posted to HN?<p>The age is not relevant. Imagine someone of 36 made this module and included his age. If he had gotten into programming at 35 and this was some kick-ass thing, then yeah that would be kinda neat. Now you could have been programming for five years or so, which gives you a big advantage.<p>If you had been twelve or so, then I'd say it rocks. But fifteen is a fine age to develop something.<p>I don't mean to discourage you at all, just let the product speak and not your age.
评论 #4799049 未加载
评论 #4799002 未加载
评论 #4799315 未加载
评论 #4799050 未加载
评论 #4799575 未加载
wilfraover 12 years ago
You didn't need to give your age, it was obvious from the name you chose for the module ;)
webmechover 12 years ago
Kids these days lol
ryanbraganzaover 12 years ago
You know how I know you're 15? Light grey text on a white background.<p>I remember when I was younger and discovering ImageMagick - a perennial favourite for building little tools on top of.
评论 #4798808 未加载