Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rikarends
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
rikarends
13y ago
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
2.
▲
by
rikarends
13y ago
No i left the code unminified/unobfuscated on purpose. If you paid for it you get the freedom to hack on it if you want.
3.
▲
by
rikarends
13y ago
ah nice thats exactly what i need.
4.
▲
by
rikarends
13y ago
thanks :)
5.
▲
by
rikarends
13y ago
I'm rendering font-textures using canvas, and using GL POINT sprites with x+y+texture offsets (the ascii) in the vertexbuffers to store text.
6.
▲
by
rikarends
13y ago
All i really need is a wallet API where you can create a receive address, and get a callback when something arrived. Everything else is just fluff :)
7.
▲
by
rikarends
13y ago
Since its all JS its hard to make a try before you buy experience.
8.
▲
by
rikarends
13y ago
This tool has taken quite a lot of my time, and i though i'd try an actual business model for a change.
9.
▲
by
rikarends
13y ago
Thanks :) I just added it this morning. Now if only coinbase payment callbacks would work, it would be much faster (not manual.)
10.
▲
by
rikarends
13y ago
I'm against showing banners in my app ;)
11.
▲
by
rikarends
13y ago
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 discrepa
12.
▲
by
rikarends
13y ago
Sorry fixed that, clear cache please.
13.
▲
by
rikarends
13y ago
Found it. i'll go fix it.
14.
▲
by
rikarends
13y ago
Its theoretically possible, although not easy.
15.
▲
by
rikarends
13y ago
Its a GL javascript tracer :) plus there is the domain.
16.
▲
by
rikarends
13y ago
Hi i'll do a quick test in firefox, i haven't seen that one yet
17.
▲
TraceGL: JavaScript code flow visualisation in WebGL
(trace.gl)
210 points
by
rikarends
13y ago
|
65 comments
18.
▲
by
rikarends
14y ago
The reason features like 'with' and callee are being pushed out of JS is because they are a complete nightmare for JS engine optimizations. Doesn't mean they are not useful for certain (hacky) things. Google Dart is a direct response of the
19.
▲
by
rikarends
16y ago
Yep, SSH/SFTP integration is currently number 1 on the list, stay tuned!
20.
▲
by
rikarends
16y ago
I had to demo Cloud9 on local URL since i didn't have internet there, that made debugging an online process a bit hard. We wil have a much more capable offline version of Cloud9 with online/offline mode soon. Our entire team is developing a
21.
▲
by
rikarends
16y ago
We have a short-list of features we are adding first besides stabilization, SFTP/SSH support is pretty much number 1.