Viewing profile — cneu
cneu
HN member- Joined
- Mon, Jun 15, 2015, 7:10 AM UTC
- HN karma
- 41
- Public activity
- 12 items
- HN profile
- View on Hacker News ↗
About cneu
No profile information was provided.
Recent public activity
-
comment
Comment #34837935
The main reason why server-side stuff is slow is poor use of the database. Doing e.g. nested loops in a compiled language uses way less CPU than a scripting language, but it should…
-
comment
Comment #31985583
I used XMonad for about 1 year. Back at FVWM since ca. 8 years, but XMonad influenced the setup quite a bit. The WM is barely noticeable, it manages 2 full screen rxvt/ssh/screen w…
- comment
- comment
-
comment
Comment #26328415
Some things are partially implemented: - type BOOLEAN is (FALSE, TRUE); - type VARCHAR2 is NEW CHAR_BASE; - generic collections - varargs Unfortunately, they are only available for…
-
comment
Comment #25292691
Cool, good luck with your project!
-
comment
Comment #25292502
21 years ago, I joined a young team that wrote an ERP, with all business logic in PL/SQL. Customers are still amazed how fast these guys are going. 10 years ago I joined Oracle to …
-
comment
Comment #24515270
Very true.
-
comment
Comment #24513690
That has been in 2017, when there was also this famous discussion between Hancock, Carlson and Shermer on the JRE. Shermer is the publisher of Skeptic Magazine, which you quoted. H…
-
comment
Comment #23725558
Some of his claims are quite far-fetched and esoteric. However, even Michael Shermer, head of Skeptic magazine, recently admitted ( https://twitter.com/michaelshermer/status/123755…
-
comment
Comment #22402750
That's not entirely correct. A hard parse causes the optimizer to do bind variable peeking, i.e. it chooses the execution plan based on the bind variable value. https://docs.oracle…
-
comment
Comment #9717966
Very nice proof of concept. Just a word of warning: In practice you want to sanitize your input. The code in "Serving static files" allows to break out of document-root with "..".