Live data from Hacker News

Viewing profile — salutis

salutis

HN member
Joined
Fri, Jan 24, 2014, 11:24 AM UTC
HN karma
422
Public activity
95 items

About salutis

No profile information was provided.

Recent public activity

  1. comment
    Comment #49139990

    I am going through the same struggle but with software development.

  2. story
  3. comment
    Comment #48912925

    Check out Luanti. My son pulled off his own multiplayer game, by mixing some existing mods and writing a pinch of Lua. He is not into programming, and he did not even use LLM, do i…

  4. comment
    Comment #48876830

    This is incorrect. An undecidable problem is one for which no algorithm can compute the correct result for every given instance. Probabilistic classical computation is irrelevant h…

  5. comment
    Comment #48702769

    Thank you! That was a (bad) typo. You are right, of course.

  6. comment
    Comment #48691888

    That is not how averages work. By definition of mean, perhaps.

  7. comment
    Comment #48679290

    Please do not spread lies. "obsolete dinosaur who hasn't written a line of code in decades" The most recent code change in Emacs by RMS was on 2026-04-22 (0fb9d096e38), so ~3 month…

  8. story
  9. comment
    Comment #48362671

    I left Apple Music over this. My albums would keep quietly disappearing. I spent hours on the phone with their support, and despite their promises, nothing ever changed. I left App…

  10. comment
    Comment #48330296

    But there is no dichotomy, is there? Good code is code that solves the problem well. Today and sustainably into the future. What else would "good code" even mean in general context…

  11. story
  12. comment
    Comment #48062902

    The "other side" of the AI craze.

  13. story
  14. story
  15. story
  16. comment
    Comment #46532533

    This is incorrect reasoning. Science is advancing. It is like saying we should not listen to physicists because "Didn't those physicists gave us the original heliocentric system?"

  17. story
  18. comment
    Comment #46249653

    No, that is plain old recursion. Dynamic programming is recursive programming with a twist. The twist is that identical sub-problems are short-circuited with memoization.

  19. comment
    Comment #46243060

    > Coding isn’t creative, it isn’t sexy, [...] Nonsense. Coding is creative the same way mathematics is. > Beautiful architecture, perfect tests, elegant abstractions those things f…

  20. comment
    Comment #46010503

    For me, Emacs on Mac OS is not all that stable. I see a freeze about twice a month, which is not "very rarely" in my book. It also leaks memory, albeit now (in the upcoming version…

  21. story
  22. comment
    Comment #45776812

    Fennel (Lisp): (table.concat [:highlighted :primary (if discount :on-sale)] " ")

  23. comment
    Comment #45281404

    Psychology is stuck in pre-Galilean era. Even if it studies "properties of thought", as you put it, it does so without formal basis, let alone understanding from first principles. …

  24. story
  25. comment
    Comment #44495572

    Also Fennel, both implicitly and explicitly with `tail!`. Source: https://fennel-lang.org/reference#tail