Viewing profile — AsthmaBoy
AsthmaBoy
HN member- Joined
- Tue, Dec 20, 2022, 7:31 AM UTC
- HN karma
- 16
- Public activity
- 10 items
- HN profile
- View on Hacker News ↗
About AsthmaBoy
Recent public activity
-
comment
Comment #48452333
Python is dynamically, strongly typed. It cares a lot about the types of its objects, you can't just mix and match at will. Perhaps you meant statically typed?
-
comment
Comment #44177630
Back in the day, around 1998/1999, Oracle had tools to develop Web-applications served directly from the database. To produce HTML one would use a variety of PL/SQL functions, one …
-
comment
Comment #42821738
I like to structure my code as an outline. Helps readability, quick visual hint of structure and i don't have to keep track of open-end brackets. Though i much prefer spaces to tab…
-
comment
Comment #41306854
I like this approach. We did something similar, but for a position as support engineer, where coding ability was one of the requirements, though not the only one. They were given a…
-
comment
Comment #39789055
I agree and I don't fully understand the why of it. I remember coding PL/SQL to emmit HTML in Oracle around 1999 or 2000 and using functions to code the various elements. That got …
-
comment
Comment #39288838
One or two decades ago I read on some newsgroup on the internet (and having experienced it myself), that Neal Stephensons storylines never actually
-
comment
Comment #39096718
Apparently, Reason 12 runs well https://appdb.winehq.org/objectManager.php?sClass=applicatio...
-
comment
Comment #38606330
Here is an example of an old technology TAL -Template Attribute Language https://en.m.wikipedia.org/wiki/Template_Attribute_Language which happens to have an (also old) implementat…
-
comment
Comment #38514645
Wouldn't readlink -f $0 work to get the actual location of the script, and from there get the base for relative scripts?
-
comment
Comment #34608019
Would love to be able to run this on "junk" hardware, say, a super old, 32-bit obsolete Netgear router, etc. Not necessarily for networking purposes, but just to be able to leverag…