Viewing profile — shaneeb
shaneeb
HN member- Joined
- Sat, Feb 09, 2013, 10:46 AM UTC
- HN karma
- 55
- Public activity
- 27 items
- HN profile
- View on Hacker News ↗
About shaneeb
Recent public activity
-
comment
Comment #5421417
Right now the layouting is pretty basic. So data will only fit within the width/height you 'draw' on the template. We are working on a dynamic layouting engine which will be able t…
-
comment
Comment #5416453
Noted, thanks! Btw, you can also use the feedback widget within the editor to give quick feedback like this. Its on top right corner.
-
comment
Comment #5415944
You are right that was a bit too far fetched, we'd see how to make it better. Thanks!
-
comment
Comment #5415863
Hmm, thats a very interesting perspective. We would definitely give it thought. Much appreciated!
-
comment
Comment #5415471
Thanks for your feedback! Which products do you have in mind which do the design part? Particularly those that work in a browser. Essentially we are something like Crystal Reports …
-
comment
Comment #5415450
PDF generation time depends on the length of the document but ideally it should be pretty quick. No you cannot manipulate existing PDF but only generate new ones. Thanks!
-
comment
Comment #5415277
Thanks! As of now this support is not available but we would definitely look into it. For now only our 'native' charts are available which can be populated with data as well (inclu…
-
comment
Comment #5415166
We just launched our alpha (and are sending out invites to people who sign up). We want to validate our value proposition so any feedback/suggestion is very much appreciated!
- story
-
comment
Comment #5406920
True, but making a NY Times-like website for tech news wouldn't work either. HN works for techies because its clean and simple, and the karma/upvote mechanism keep the content rele…
-
comment
Comment #5406704
I never said it claims to be better and it isn't. Let me rephrase the question: why would anyone want to be on echojs instead of HN, given that it's essentially an HN clone for JS …
-
comment
Comment #5406628
Apart from the fact that its JS only, how is it better than HN? Why not just use HN to follow topics you like (JS in this case)?
-
comment
Comment #5390488
I don't have any counter-evidence to show if the incubator trend is a bubble or not so I am not going to argue along those lines. I have a very different perspective to offer. I li…
-
comment
Comment #5361915
Connecting with other geeks/hackers?
-
comment
Comment #5361904
How about connecting with other geeks out there? Is that possibility not useful enough?
-
comment
Comment #5361872
True, but then its the geeks who make the likes of Facebook, Twitter and then not use it themselves :)
-
story
Ask HN: Why don't "geeks" use Geeklist?
I have been trying to use Geeklist for a while. It's a great tool for geeks to connect and share stuff with each other but the only problem is there are no real geeks using it. Or …
-
comment
Comment #5349021
Not implying that one language is better than the other, but how does Lua help solve problems that web developers face? I say this because I have been working on a "killer" web app…
-
comment
Comment #5348983
We, as entrepreneurs, are so obsessed with creating the next "photo sharing app" when there are some real, hard problems to be solved. Maybe its the daily dose of blogs incessantly…
-
comment
Comment #5348931
If that was the measure, maybe we could use a language nobody knows because it will pass this test with flying colors :)
-
comment
Comment #5348887
I guess if we could replace it with Lua we would still be sad. How do you think Lua makes for a better language for web?
-
comment
Comment #5348856
Yes and this transparency gives you a new perspective on the underlying "pattern" between concepts, which is very powerful.
-
comment
Comment #5348804
Orthogonal in the sense that the same concept is used if you need maps/arrays or for namespacing functions or metatables(for metaprogramming). Its like a "core" concept that binds …
-
comment
Comment #5348762
Haven't used Lua much but the concept of tables is really neat. Its simple, orthogonal and the fact it lies at the core of many features in Lua (composite data types, metaprogrammi…
-
comment
Comment #5348565
Yup. People have talked about the issues in C for years but few talk about "modern" languages. Ruby anyone?