Viewing profile — marak
marak
HN member- Joined
- Sun, May 16, 2010, 8:15 AM UTC
- HN karma
- 60
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About marak
No profile information was provided.
Recent public activity
-
comment
Comment #1456862
it appears pat now did an additional ninja edit and added scott g's project back in. i'm glad someone got that screen shot online forcing pat to give scott credit for the amazing w…
-
comment
Comment #1456363
just wondering why you decided to alter the last paragraph in your blog post giving scott g credit for building a new figlet-js parser overnight that is 10x smaller then your imple…
-
comment
Comment #1449022
hell yaa! post more of my internet rap videos please.
- story
-
comment
Comment #1446352
:-) i really have to apologize for the hosting. i'm using some experimental hosting software instead of a battle hardened solution. if anyone is having issues with the site you can…
-
comment
Comment #1446342
yes...and where exactly is the code with demos? where is the support? where is the server-side node.js implementation? http://github.com/marak/asciimo
-
comment
Comment #1446313
I'm actually using .flf (FIGlet) files as fonts http://github.com/Marak/asciimo/tree/master/fonts/ . You are very right in your comment. I have ascii coding laying around right now…
-
comment
Comment #1446164
hee hee, i was a bit hesitant to post the live site on HN. lets hope the hosting holds up! ^_^
- story
-
comment
Comment #1438034
i created a simple and stupid project to sort repos through brute force instead of using the github.com website. you can clone that project listed and sort your repos.
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #1401537
I'm glad there is finally a decent article on how to use / debug jquery and firebug. I've been waiting for one of these for years now. /sarcasm_off
- comment
-
comment
Comment #1371745
i liked it better when it was called "github"
-
comment
Comment #1369010
I can't seem to find anything about a databinding engine in Javascript MVC. Is there one? Does it have any MVVM support?
-
comment
Comment #1352870
there is a dearth of quality programmers in nyc who would help im sure
-
comment
Comment #1352615
also, it should be noted that online demo creates a contact card that uses every single API call. normally you wouldn't generate a UK address + a US zipcode in one contact
-
comment
Comment #1352278
I'd like to see better test data for sure. It's pretty easy to add more custom definitions in the definitons.js file.
-
comment
Comment #1352277
If you are generating large sets of data you are better off calling the script from node. Also, if you are using the browser demo it's gonna try to append all that info to the DOM.…