Viewing profile — MrHamdulay
MrHamdulay
HN member- Joined
- Mon, Nov 07, 2011, 2:43 PM UTC
- HN karma
- 242
- Public activity
- 14 items
- HN profile
- View on Hacker News ↗
About MrHamdulay
Recent public activity
-
comment
Comment #45198723
that message was put there 2 years ago. soon may not be coming.
-
comment
Comment #41557977
There is React Geiger which makes geiger counter noises on render [1]. Easy to tell when you have messed up and re-rendering tons unexpectedly. [1] https://github.com/kristiandupon…
-
comment
Comment #38472537
What's interesting is that ripgrep now also powers VS Code search with a Node.js wrapper. https://www.npmjs.com/package/@vscode/ripgrep
-
comment
Comment #31284048
The SaaS offering came later. I used to run it on-prem a few years ago before the SaaS showed up and it was very low maintenance. More of a fire and forget situation once it was se…
-
comment
Comment #23067406
Why are the table and field names in the examples between Oracle and PostgreSQL different? It makes it harder to compare the two.
-
comment
Comment #22161997
Unfortunately pretty common.
-
comment
Comment #21692919
Many companies have switched to a "dont even bother" policy. I'm interested to see if the amount of applications have dropped.
-
comment
Comment #13687733
I would put each element from each set into a Disjoin-set data structure [1] and then report back all the sets whose elements all have cardinality 1. The complexity of this data st…
- story
-
comment
Comment #7860911
They seem to be using the same test suite as Zend PHP. Which would mean they should be pretty compatible. Not sure how many of those they are actually passing though. https://githu…
-
comment
Comment #7860898
They are, see Topaz http://topaz.readthedocs.org/en/latest/
- story
- story
-
comment
Comment #3274987
That's the idea. Python uses the same syntax for multi-line strings as for comments.