HN user

Gurkenmaster

108 karma
Posts0
Comments141
View on HN
No posts found.

Then, all the replies I received were seemingly defiant but all in fact agreed to the point while trying to sound smart.

And where exactly is the problem? You've received exactly the type of answer you wanted. steveklabnik repeatedly agreed with you by saying that a programming language cannot make you a good programmer.

Remember, your "simple truth" is just a small part of the whole story. The other part is that less strict languages allow you get away with mistakes and be lazy but later on fail catastrophically (e. g. by "losing a thumb"). You're dismissing this very important part as "trying to sound smart" or by calling it childish.

Searching through source code in github is horrible. It only searches through the content and completly ignores filenames which makes it absolutely useless to me.

Does all of this boil down to these subreddits getting to /r/all? There are worse subreddits that the admins left alone. They should just introduce a shadowban for subreddits that excludes them from /r/all and perhaps hide links from other subreddits to the offending one.

Enjoy television shows that offer multi-month and multi-year arcs and are designed to be consumed by dedicated fans in order, rather than principally for syndication in random order.

This has nothing to do with economic or technical limitations. It has cultural reasons. SDF Macross aired in 1982 in Japan with 26 episodes in order and I'm sure there are even earlier shows.

Watch #gamergate on twitter for just a minute and you'll get the opposite impression. By far.

I'm not seeing any harassment. On the other hand I don't see anything about ethics in game journalism either. It's just some completly stupid sjw vs anti-sjw fight.

From what I've heard the author of LuaJIT contributed a lot of performance improvements to V8.

LuaJIT is a blessing and a curse. It's magnitudes faster than the standard interpreter but on the other hand it's version is lagging behind which means a lot of people won't benefit from the latest lua version

Try Three Times 11 years ago

The most expensive part of Java exceptions is building the stacktrace. You can avoid this by overriding the fillInStacktrace method with an empty implementation.