Live data from Hacker News

Viewing profile — AsthmaBoy

AsthmaBoy

HN member
Joined
Tue, Dec 20, 2022, 7:31 AM UTC
HN karma
16
Public activity
10 items

About AsthmaBoy

meet.hn/city/se-Gothenburg

Recent public activity

  1. 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?

  2. 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 …

  3. 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…

  4. 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…

  5. 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 …

  6. 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

  7. comment
    Comment #39096718

    Apparently, Reason 12 runs well https://appdb.winehq.org/objectManager.php?sClass=applicatio...

  8. 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…

  9. 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?

  10. 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…