Viewing profile — shtylman
shtylman
HN member- Joined
- Sat, Nov 19, 2011, 6:41 PM UTC
- HN karma
- 262
- Public activity
- 131 items
- HN profile
- View on Hacker News ↗
About shtylman
No profile information was provided.
Recent public activity
-
comment
Comment #21458858
Can you hoist the `if (result)` into the `try` part of the statement? (Without seeing more context hard to know why that wouldn't work for you). Another pattern to avoid the above …
- story
-
comment
Comment #10577491
Personally I find SQL much easier to read. In a product where you might allow users to write queries it is a much more pleasant UX experience to write and read SQL than it would be…
-
comment
Comment #8509785
It is none of their business why I needed my money or how many trips it took.
-
comment
Comment #8248351
the future is now
-
comment
Comment #8155491
Duplicate dependencies affecting client side "size" is highly overrated. We can make tools (and have tools) that can compare files for same content and only include them in client …
-
comment
Comment #8155485
Systems where people seem to live under the assumption that if they don't get the latest patch updates or security updates their code will somehow be inferior and they will instant…
-
comment
Comment #8155472
Pinning in development is equally necessary if you hope to bring sanity to your development team all using the same codebase. Not pinning may be great for a one person 'team' or mo…
-
comment
Comment #7589176
Why should they reconsider it? Someone that just got into development and might want to show their friends or family something they are hacking away on. According to you they now n…
-
comment
Comment #7586333
To me the ease of having the library be installable with the "canonical" package manager of my platform is too convenient; just "feels" more natural and simpler. I actually thought…
-
comment
Comment #7586205
You can. See the README.
-
comment
Comment #7586165
Author of the project here. I want to clarify why this project exists (as many seem to point out that other projects or methods exist for doing this). TL;DR; If you think of localt…
-
comment
Comment #7270878
The fix for this is to use a module. Simple. Not a problem.
-
comment
Comment #7178771
The generator example has no error handling (at least not from what I can see). Once the "callback hell" example was re-written with named functions, it is not much different than …
-
comment
Comment #7154802
I'll get the medic.
-
comment
Comment #7154094
As long as every jquery plugin and other code that depends on jquery continues to require all of jquery, all this module stuff is useless. I am sure it helps you organize jquery De…
-
comment
Comment #7153962
Lots of those are for Sizzle. jQuery would be great if it broke up all those tiny little and completely orthogonal things it does into modules so that people could use them as need…
-
comment
Comment #7080159
This is a lie. The internet browser is way too good.
-
comment
Comment #7060984
This is very unfortunate that they are doing this if the data was scraped and not hitting their servers. Is it that some part of the data they think is copyrighted (like grades) ve…
-
comment
Comment #7060885
I run a similar service for other schools (courseoff.com) and I have run into this before. I bet what happened was their site failed to cache the course data or seat information an…
-
comment
Comment #6917093
You don't have to trust anything. If you want to NIH everything yourself, nothing is stopping you. It is however more likely that many packages on NPM are better than the ones you …
-
comment
Comment #6917068
IMO bug bounty payouts are a more effective use of funds for a project. Paying per commit is like paying per line of code. At least with a bug bounty you (the giver) can specify wh…
-
comment
Comment #6834670
Because writing plain javascript is simpler for the majority of people to understand and will run in more places without the need for custom setups. Module authors will not write t…
-
comment
Comment #6791769
Lots of problems can be solved with one language depending on the language. And I have worked on several single language stack projects. Having a single language stack has many ben…
-
comment
Comment #6758860
Don't be hatin' just cause you have never seen panic buying ;)