Viewing profile — supersan
supersan
HN member- Joined
- Mon, Aug 31, 2009, 7:25 PM UTC
- HN karma
- 354
- Public activity
- 123 items
- HN profile
- View on Hacker News ↗
About supersan
No profile information was provided.
Recent public activity
-
comment
Comment #14513727
Do you have any plans on making a mobile app? Reminders are most useful on mobile only.
- story
-
comment
Comment #13628560
Possibly email addresses that won't accept more than 200 plain text chars, so real people get to the point quickly and spam becomes easier to determine.
-
comment
Comment #13615184
You're absolutely right about this and I can attest. Whenever I tell someone I run my own software business the first question I'm asked is how many employees do I have? Nobody car…
- story
-
comment
Comment #13529076
Makes you wonder why HN won't budge with those tags in the source code. One day I hope to see "Table layouts are back with tags" and the HN programmers would have saved themselves …
-
comment
Comment #13488101
Not to mention that even AngularJS 1.x still bundles jqLite and switches to full jQuery if you include it first.
-
comment
Comment #13472401
Congrat on shipping. The game idea is very original and interesting. I will definitely give this a try (forgot to bring my phone today but thanks to the really nice feature of Play…
-
comment
Comment #13451080
Just wanted to say thanks for answering in such detail. Your string analogy really helped me understand it quite easily.
-
comment
Comment #13444923
This is super interesting for someone who has no knowledge of the field. Has my interest piqued as to how they do it, what is number of bases, why do mice have more bases than us, …
- story
-
comment
Comment #13150501
This 8 year old comment on reddit[1] sheds more light on the controversy from a person who knew him I guess. [1] https://www.reddit.com/r/programming/comments/74x5e/phil_kat...
-
comment
Comment #12943581
I often store my password using PHP's password_hash('password', PASSWORD_DEFAULT) function. This function has been baked into the language since version 5.0 I think. I'm sure most …
-
comment
Comment #12901126
This is a great move. Though I only hope that depositing whatever money you have is easy because all I can imagine now is kilometer long lines at every bank
-
comment
Comment #12890606
I think there is where the connected version can play an important role. From my understanding it stores everything but the password, so that can keep track of password rules, coun…
- story
-
comment
Comment #12876521
It's pretty good way to browse actually. My pet-peeve with sites like wrapbootstrap, etc is that you have to open each theme, click the live preview button and then click the "remo…
-
comment
Comment #12804953
Every time a big company tries to strong arm an individual to take down something, esp something that is already viral in nature, the end result is it ends up getting more views an…
-
comment
Comment #12803426
This is one of the best ways to lean new techonology. I remember that long back ago when i was in college i had some trouble understanding some aspects of web servers and so i deci…
-
comment
Comment #12799026
Love reading such stories. Also every interview I've read on indiehackers always has this one advice as the most important one: build quickly, iterate later.
-
comment
Comment #12796607
I think it's too heavy for mobile phones. The demos don't load. https://imgur.com/a/oOxpt
-
comment
Comment #12763624
I can't say for big companies but for smaller companies it is generally software like WordPress for blog or some Forum software that you installed and then they find an exploit and…
- story
- story
-
comment
Comment #12756311
> Angular is running within a higher-privileged extension. Ok, thanks for the explanation. I've developed chrome extensions before but firefox very long time back, so my knowledge …