Live data from Hacker News

Viewing profile — creepycrawler

creepycrawler

HN member
Joined
Sun, Oct 02, 2022, 12:04 PM UTC
HN karma
52
Public activity
24 items

About creepycrawler

No profile information was provided.

Recent public activity

  1. comment
    Comment #34774828

    Good points, I could definitely be wrong in my estimate of the proportion of installations coming from the package manager. It may be that enough utility will be found in a fork. N…

  2. comment
    Comment #34774306

    I hope software packagers for the various Linux distributions will disable this behavior, one or way or another, with or without the assistance of the Go developers. The official G…

  3. comment
    Comment #34773534

    In practice, I can imagine the software packagers of various Linux distributions would set an environment variable to disable the offending behavior. This may be good enough for th…

  4. comment
    Comment #34773432

    Not sure what your point is. With regards to the last sentence, I don't see the irony. People who don't like being tracked like local software, yes.

  5. comment
    Comment #34773284

    The world was already there, your bubble just burst. In recent decades tech companies and their programmers have done everything they can to collect data about users. Are you now s…

  6. comment
    Comment #34715508

    If they add "telemetry" my response would not be to set an environment variable, but to uninstall golang. I used it a few years ago, both personally and in a work setting, but I'll…

  7. comment
    Comment #34471668

    a..ac..ab..ac..ac..ac..ac..ab..ac..ac..ac..ab..ac..ac..ac..ac..ab..ac..ab..l..a..ab..ac..ac..ab..ac..ac..ab..ac..ac..ab..ac..ab..ac..ac..ab..ac..ac..ab..ac..ac..ab..ac..ac..ab..aca…

  8. comment
    Comment #34043655

    Right, I just wrote about it in my reply to "lisper". The name "dotted list" may not have been the best choice, but that's not an outlier in human history.

  9. comment
    Comment #34043456

    The point was that dotted-list-p doesn't have anything to do with the "serialized form" (printed representation) of the list. Dotted lists are important because they are one of the…

  10. comment
    Comment #34036901

    The name "dotted list" comes from how the list is serialized, yes, but not the concept. You can write a function dotted-list-p that takes an object and returns the value of (and (c…

  11. comment
    Comment #34034067

    When baby Lispers are born, the first thing they are taught is a dichotomy: the universe is split into conses and atoms. Cons cells are simple and composed of two components, which…

  12. comment
    Comment #34030112

    You are conflating implementation tricks with language semantics. In Lisp, NIL is always an atom, never a cons. Also, a dotted list is a nonempty list where the cdr of the last con…

  13. comment
    Comment #33719619

    Replying to self because HN doesn't show me reply buttons to this comment's children. This account is 52 days old, but the user behind this has been reading and posting on HN for a…

  14. comment
    Comment #33719450

    Indeed, this type of threads always remind me that HN is not the same as it used to be. If you wish to learn about something (including about its worth), it's not the right place. …

  15. comment
    Comment #33681400

    > Aside from signaling an error, the #\) reader macro is also useful because it changes the rules when reading symbols. This is wrong. See http://www.lispworks.com/documentation/lw…

  16. comment
    Comment #33680553

    Sure you can. CL-USER> (set-macro-character #\) (get-macro-character #\()) T CL-USER> )format t "Hello") Hello NIL

  17. comment
    Comment #33222296

    Instead of a general mushroom identification app, it could be a poisonous mushroom identification app. The dataset would only include poisonous mushrooms, and it will be made clear…

  18. comment
    Comment #33195654

    It seems you're suggesting making CDR into an O(N) operation. So for example ordinary list processing algorithms that take O(N) will now be O(N^2). Anyway, these kind of weird argu…

  19. comment
    Comment #33081160

    To me this code just looks like a lot of boilerplate to just say: (replace (make-array count) batch)

  20. comment
    Comment #33061059

    Nemo judex in causa sua.

  21. comment
    Comment #33059091

    What does "refuse to collaborate" even mean? There are multiple people who submit patches to free Lisp software. There are companies where Lisp people work together. There is free …

  22. comment
    Comment #33057875

    He did publish some elisp code, which you can see traces of in GNU Emacs and SLIME.

  23. comment
    Comment #33055420

    I did not mean to be aggressive, just direct. There is no "Lisp community". In this family of languages, there are a bunch of individuals that sometimes form communities around are…

  24. comment
    Comment #33055216

    As a rule whenever the question starts with "do people consider", the answer is going to be: some do, others don't. If you wish to "look into" Lisp, do the work: look at a bunch of…