Viewing profile — deadwisdom
deadwisdom
HN member- Joined
- Tue, Jan 13, 2009, 6:34 PM UTC
- HN karma
- 51
- Public activity
- 24 items
- HN profile
- View on Hacker News ↗
About deadwisdom
No profile information was provided.
Recent public activity
-
comment
Comment #28460055
4x Explore, Expand, Exploit, Exterminate
-
comment
Comment #25244459
That's not the point of this. This is not about disabling JS as a user of websites. Heydon is a developer, and an influencer of developers. He's saying: web development is now abso…
- comment
-
comment
Comment #20256360
You clearly didn't read anything I said, so whatever.
-
comment
Comment #20255774
This is all, totally, flagrantly wrong. It's all to be provocative. Firstly, Chicago is one of the top economic cities in the world. Pensions are a big problem, but they are not go…
-
comment
Comment #20078696
The co-sleeping seems to stem from all the SIDS research / literature which when you go and read seems especially questionable. The topic of SIDS was hit so hard by our hospital an…
-
comment
Comment #19935144
Yes, and I think that's the smartness of this is they clearly came from a stance of Deprecation and realized they could make it more general. Good work, imo.
-
comment
Comment #19930208
The most compelling use-case for me is the web-api deprecation. It very clearly tells you when a service will no longer be available. Currently there are no standard mechanisms for…
-
comment
Comment #19717450
The video specifically said it was not due to tariffs, which are minimal to non-existent.
-
comment
Comment #19473597
Wanna build it with me?
-
comment
Comment #19198980
You don't have to "dick around" with CSS isolation problems with web-components, it just works. React is where you are dicking around.
-
comment
Comment #19195991
Or use Polymer/LitElement, where it's just all in one file... I swear people are just reinventing react methods to eventually get to where Web Components have been for the past 4 y…
-
comment
Comment #16609781
Oh man. This is my idea of nirvana. Basically done with any other data-store except maybe for full-text search.
-
comment
Comment #16410056
It would be great if they explained that anywhere in their documentation.
-
comment
Comment #14703607
"Keep README.md updated as project evolves" Sure man.
-
comment
Comment #2686721
Should say that it compared Go vs. Tornado. His only real problem with Python was concurrency which could be handled much better with Eventlet or Gevent. This will also drastically…
-
comment
Comment #1805004
Yes, but any given function is usually extremely easy to understand, because it's only, say one level of abstraction, then a macro is a few levels higher than that. And as you go u…
-
comment
Comment #1804600
> But Python has the edge (with a large number of students) when the main goal is communication, not programming per se. Communication is increasingly the more important part of pr…
-
comment
Comment #1804567
The Python philosophy is that macros do more harm than good, making it harder for someone to read/understand your code in the long term. These and other "constraints" make the code…
-
comment
Comment #1230252
Didn't MSBNC give you some money to decorate your office? Tell them you are getting hammered by the press and need a trip to IKEA or something.
-
comment
Comment #694032
Yeah, I don't really get it. Going through their code, docs, it doesn't seem to really offer anything new. I commend them for the open source, but in the end: meh.
-
comment
Comment #689773
And sometimes mutually exclusive.
-
comment
Comment #473632
"Proactive laziness" is slightly better, I think.
-
comment
Comment #432453
jQuery is light, but it has a trove of plugins that will help you with more complex tasks. The core is purposefully limited in scope, not trying to do everything for you; it only p…