Live data from Hacker News

Viewing profile — hdkdicnsnjes

hdkdicnsnjes

HN member
Joined
Sun, Apr 06, 2025, 12:15 PM UTC
HN karma
-2
Public activity
9 items

About hdkdicnsnjes

No profile information was provided.

Recent public activity

  1. comment
  2. comment
    Comment #44132451

    [flagged]

  3. comment
  4. comment
    Comment #43686152

    Isn’t this just dunning kruger? Try and build something substantial for your gene science thing rather than some notebook script or CRUD app and see what complexity you run into.

  5. comment
    Comment #43678857

    Write a macro DSL in Clojure for it then throw it up as a library. To get to a higher level of abstraction than the general purpose languages you have to get more specific, maybe s…

  6. comment
    Comment #43638595

    Does SQL or regex as a language rot? I’d say the abstraction above using SQL or regex to implement it rots, because it’s not formalised as a language. Does the implementation leak …

  7. comment
    Comment #43601063

    Ah shit, right, it’s probably for the best lisp isn’t mainstream.

  8. comment
    Comment #43600973

    Imagine the software industry if lisp was mainstream.

  9. comment
    Comment #43600912

    The nuts and bolts will be embeddable DSL’s, they are the only code which does not rot. Put them in a hierarchy with one compiling down into another or several and you have your bu…