Ask HN: Do you have any code or projects of your own you would like to talk about instead?
91–100 of 106 posts
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#92Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#93Right now (please call me on this sometime, it'd help me) I'm working on a clone of Burp, the industry standard web penetration testing tool, in Cocoa. I started with RubyCocoa, but I've ditched it for Objective C. It is (surprisingly) liberating to work in C after spending a year in Ruby; any time something looks expensive or naive, you just tell yourself, "what I'm doing here can't possibly be more expensive than w…
Never had I felt more like I was tricking software into doing what I want to do than when I was trying to use Peach. I mean Michael's a nice guy, but you email the peachfuzz list or him personally on issues you're having and he convinces you that it's you not using the tool correctly and that you really don't want the feature you're asking. Modifying code was hellish because it's just thousands of lines of kludge, wr…
I don't know what I'm going to do with the Burp clone, but if you ask me for it, I'll hand it over. =)
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#94Earlier quoted context omitted.
Never had I felt more like I was tricking software into doing what I want to do than when I was trying to use Peach. I mean Michael's a nice guy, but you email the peachfuzz list or him personally on issues you're having and he convinces you that it's you not using the tool correctly and that you really don't want the feature you're asking. Modifying code was hellish because it's just thousands of lines of kludge, wr…
I'm planning on wiring Ruckus into Hexfiend, so you can highlight hex characters Ethereal-style and using CSS selectors from packet formats. I don't know what I'm going to do with the Burp clone, but if you ask me for it, I'll hand it over. =)
Do you want help on wiring to hexfiend?
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#95Two projects. One is scraping and indexing data on corporations registered in tax havens, mainly for the purpose of helping transparency researchers follow the activities and connections of businessmen, politicians, etc. I've done Panama, and am now working on a couple of others: http://ohuiginn.net/panama http://www.ohuiginn.net/mt/2008/12/opening_up_a_tax_haven.ht... The second project is building a decent interfac…
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#96Code: http://github.com/niravthaker/evars/tree/master Short Intro: http://evars.googlecode.com/files/evars.swf
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#97Another Ventrilo tracker, but this one allows people to search for usernames, games played, etc. Also can generate a timeline of past users online.
Examples
Status: http://ventstatus.com/servers/status/bladeradio.clanvent.com...
Timeline: http://ventstatus.com/servers/timeline/bladeradio.clanvent.c...
What I've learned for this project so far
- CodeIgniter
- Database optimization
- PHP CGI
- Character encoding
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#98Earlier quoted context omitted.
Wouldn't it be better to modify an existing, popular language to support this feature?
It would be better, but I want to do some cool things that I'm not sure if I can support in an existing language. One thing is automatically preserving state across a reload. This is really hard if I allow the programmer to store state any way that they want- I can't tell which things I should preserve. So the language forces the programmer to declare their stateful things in a special way. Another thing is introspec…
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#99Two projects. One is scraping and indexing data on corporations registered in tax havens, mainly for the purpose of helping transparency researchers follow the activities and connections of businessmen, politicians, etc. I've done Panama, and am now working on a couple of others: http://ohuiginn.net/panama http://www.ohuiginn.net/mt/2008/12/opening_up_a_tax_haven.ht... The second project is building a decent interfac…
Re: Ask HN: Do you have any code or projects of your own you would like to talk about instead?
#100Earlier quoted context omitted.
I'm planning on wiring Ruckus into Hexfiend, so you can highlight hex characters Ethereal-style and using CSS selectors from packet formats. I don't know what I'm going to do with the Burp clone, but if you ask me for it, I'll hand it over. =)
I'd like to take a look at the burp clone, not sure if I'll contribute. Do you want help on wiring to hexfiend?