Live data from Hacker News

Viewing profile — cat_adorer

cat_adorer

HN member
Joined
Wed, Jan 12, 2022, 1:49 PM UTC
HN karma
7
Public activity
19 items

About cat_adorer

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #30140399

    I'd recommend GNU Guix System, in that all the software is free (so any vulnerabilities can be fixed) and applications can always be updated, as previous versions can be safely rev…

  3. comment
    Comment #30139990

    The best way to advertise software is to make good software; if people get their friends to use it, then it can grow exponentially without any expense on your part. If you're not m…

  4. comment
    Comment #30139887

    I'd actually recommend learning a higher-level language, like Common Lisp, to better understand Python: knowing about the relevant algorithms and how they transfer should do far mo…

  5. comment
    Comment #29938207

    Jami ( https://jami.net/ ) has the advantage of keeping your child's communication private and lacks the ability to find outside groups (like phone calls), while having the feature…

  6. comment
    Comment #29926206

    Weeks to a couple months from the last time; I quite enjoy the work of setting everything up as I want and dealing with installation problems. (I use Linux-based systems, often on …

  7. comment
    Comment #29924047

    You could say that, but value is only created upon the creation of goods, while anything else merely amounts to the transfer of value; hence, only those who create (harvest) raw ma…

  8. comment
    Comment #29923585

    No, that's potluck ( https://en.wikipedia.org/wiki/Potluck ), and, given its diversity across cultures and continued presence, it can't be very inefficient.

  9. comment
    Comment #29923444

    What I in fact find to be the most compelling reason for strict (as in non-optional) monetization is that making a service without monetization can make it significantly better tha…

  10. comment
    Comment #29923362

    If that is the case, then the best way to monetize things would be to ask for donations ; it allows the user to decide whether the person has done good work, rather than forcing th…

  11. comment
    Comment #29923264

    Wikipedia, famously a non-profit funded solely by advertising, has consistently expanded for ~20 years, even while embarking on repeated, mostly useless projects unrelated to its c…

  12. comment
    Comment #29912486

    It only creates inflation when people spend the money (a lot of the money will be saved), and the money that is spent is put into the same loop; it's not good for workers that won'…

  13. comment
    Comment #29907525

    Racket ( https://racket-lang.org ) has quite a lot of mathematics support (rationals as ratios, imaginary numbers, exponentiation, implicit integer->float coercion), and comes with…

  14. comment
    Comment #29907451

    It's not actually a standalone executable (for example, on Linux, it has a dynamic dependency on libc), but everything else about it seems accurate.

  15. comment
    Comment #29907340

    This really isn't what you asked for, but I discovered a "programming language" recently, named Enso, that seems like something you'd like. ( https://enso.org/ )

  16. comment
    Comment #29907271

    Haskell tries to automatically multithread code, along with providing support for it in its standard library.

  17. comment
    Comment #29907232

    Haskell has the first four of those features, although it can't directly use the disk or figure out what data structure you'd need.

  18. comment
    Comment #29907186

    That certainly would be good for the environment.

  19. comment
    Comment #29906299

    I'd like a systems programming lisp with first-class functions, lexical scoping, and tail recursion optimization: lisps are beautiful and there don't seem to be any well suited for…