This is an amazing app, extremely underpriced for what it delivers! One thing I'd love to see is the ability to do profiling, so I can see exactly how much time was spent in each function invocation.
It is also nice to see how much great work is going on WebGL these days[1]. Hopefully, tools like this will help even more create amazing things with it.
This is an incredibly useful tool! I was trying to decide how the huge amount of logging was handled in the display when he mentioned using WebGL - a cool idea to this WebGL newbie. Then there is the ability to jump up and down the stack, even through callbacks. This feature alone would be worth 15 EUR because you don't have to set breakpoints in the browser's web inspector to see exactly what is called and how - you just run the program and then look up the traces!
I wonder how hard it would be to have the browser's native inspectors do the same thing?
Name of the app threw me off. I thought this was designed to attach to GL context and show that is actually happening. Like Nvidia PerfHud.
Here is some criticism:
- Your site straight up asks for my credit card number. Small line below "Secure connection using Paymill GmbH" not enough for me to trust you. Believe it or not PayPal or Amazon Payments would work better. At least i can get a refund that way.
- Where is the demo? I'm getting ripped off ?
- I hate when people compare price of their products to a commodity. I don't know how much coffee cost in your world but i can buy 100 cups of coffee where i live. This kinda of comparisons always comes from the bunch that creates long lines at Starbucks. Just don't assume 15 dollars aren't that much. That's half the money i make in a day.
Hi Saejox,
- the name came from the domain, since its a GL UI it fits well enough imho.
- tried to make it 'as simple as possible to buy' using the same way Stripe does it (i dont touch CC's)
- can't solve international wage/price discrepancies, unfortunately.
- i tried to pick a payment solution that didnt' suck too much to integrate, paymill is 'the stripe competitor in europe' and its a pretty clean process compared to paypal. And then there is bitcoin too.
- As its not a trivial product i decided to make a video demo to show what it can do.
This is a bad idea. I believe that hn actually will weight every comment you make based on your total karma to a degree. I've certainly heard people make anecdotal claims that if they have a lot of karma their comment, even if not heavily upvoted, appears near the top frequently.
This algorithm makes sense. Since upvotes are supposed to mean something like "I want to see more comments of this type and quality", it is giving the majority what they want to promote people who typically make such contributions.
As soon as you try to value an upvote as something different (here as an impromptu poll) you damage the entire system. What if I would dream of this but don't want to see more comments like yours since it's effectively spam? What if I like the idea and want to upvote it for visibility but would 'never dream' of this somewhat specialized idea?
The point I'm trying to make is that this is a bad idea without even going into how incredibly inaccurate such a poll is. This comment will not give any useful data, actively "abuses" hn's value system by asking for upvotes, and doesn't breed meaningful or intelligent discussion. Good for you I can't downvote yet :-). (notice how I added a smiley so that it would seem childish but friendly? Excellent tactic!)
If you want to do a poll I believe the polling option google docs provides will be much better suited (if perhaps slightly tainted by evil).
> As soon as you try to value an upvote as something different (here as an impromptu poll) you damage the entire system.
I'm a hacker and it was an experiment in trying to make the system do something beyond its advertised capabilities. At the end of the day, net 9 upvotes didn't "damage the entire system".
> What if I would dream of this but don't want to see more comments like yours since it's effectively spam? What if I like the idea and want to upvote it for visibility but would 'never dream' of this somewhat specialized idea?
I think you're taking this more seriously than it was intended.
What we learned was:
A. There are several others who had, in fact, dreamed of making this kind of system. But for whatever reason didn't execute on the idea.
B. This mechanism of polling has some limitations. A built in method for commenters to do an impromptu poll in the comments could be an interesting addition to HN.
I think an easier way would be to make two posts, Vote one up for each choice. Wouldn't prevent double voting but the difference between the two would still be accurate.
Well, I'm completely blown away by this tool. The utility of it. The speed... Amazing.
I think it's great that the developer decided to charge money for this too. It has real value for me, it's going to save time, so why wouldn't I want to pay to show my appreciation and to ensure it's being worked on?
For what it's worth, I probably wouldn't have paid with a credit card (too much hassle!) but since I could pay with bitcoin you converted me into a customer.
Blockchain.info has some really nifty(and free) API methods.
When a payment is received blockchain.info will notify the http URL specified in [Account Settings]. The parameters will be supplied in a http GET request. The callback url is limited to 255 characters in length.
Parameters
value The value of the payment received in satoshi (not including fees). Divide by 100000000 to get the value in BTC.
transaction_hash The transaction hash.
input_address The bitcoin address that received the transaction.
confirmations The number of confirmations of this transaction.
{Custom Parameters} Any parameters included in the callback URL will be past back to the callback URL in the notification.
Yeah unfortunately i need to pay for a special VM just for the wallet that way. That and the JSON RPC api didn't look all that simple. In a way coinbase does exactly what i need, except its callbacks don't work. It would be nice to be able to fire up a super secure wallet VM with a locked down webservice api for adding receive addresses and getting callbacks, and having a 2 factor 'withdraw' function.
As a comparison would be to say - what if it was actually quicker when implemented in the DOM or Canvas ?
Would it then make sense to call it TraceDOM or TraceCanvas ?
If the killer / primary feature of the product is speed then it should really be TraceFast / TraceSpeed / TraceMegaSuperQuick (ok, not great names but you get the idea).
This looks nice! Watching the video I was just wondering if it would be more useful if all code that is executed would be highlighted instead of the 2 colors for conditionals. That way one could identify the actual code path more quickly.
Why not open source it like most other JS tools? You've built on top of other open-source such as node.js. Just a matter of good citizenship in the JS community.
Why the fuck is this community so against indie developers from monetizing their desktop software? Nobody complains when SAAS products or mobile apps are monetized. Hypocrisy is astounding here.
Why are you so against people giving their opinions? It doesn't read like they are saying that free and open source is the only path, just that they would prefer that it was.
Yeah, I've got to agree with the others here. There's nothing inherent with the JS community that dictates a good actor should automatically open source something they've done. He's free to assign whatever exchange of value he wants for the work that he's done, just as everyone else is free to choose whether they want to give the amount he's chosen in exchange for access to the software.
A random suggestion, then: perhaps try selling it for a few months, and if the number of sales starts to tail off and you still feel uncompensated, set a fundraising goal at which you'd release it open source?
As others said, I'm more interested in donating (and helping to persuade others to) to make it available for everyone than I am in buying a copy.
I certainly appreciate that. But also, open source and business models are not mutually exclusive. Perhaps you can open source the core code and then charge for support or extensions, like many others do with Linux, Apache, etc.
Plus, if you have more people contributing changes/additions, you might have less of a workload.
One last question for you: if I pay, do I get the source that I can tinker with/extend, or is it in a minified/obfuscated format?