Viewing profile — salutis
salutis
HN member- Joined
- Fri, Jan 24, 2014, 11:24 AM UTC
- HN karma
- 422
- Public activity
- 95 items
- HN profile
- View on Hacker News ↗
About salutis
No profile information was provided.
Recent public activity
-
comment
Comment #49139990
I am going through the same struggle but with software development.
- story
-
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…
-
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…
-
comment
Comment #48702769
Thank you! That was a (bad) typo. You are right, of course.
-
comment
Comment #48691888
That is not how averages work. By definition of mean, perhaps.
-
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…
- story
-
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…
-
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…
- story
-
comment
Comment #48062902
The "other side" of the AI craze.
- story
- story
- story
-
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?"
- story
-
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.
-
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…
-
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…
- story
-
comment
Comment #45776812
Fennel (Lisp): (table.concat [:highlighted :primary (if discount :on-sale)] " ")
-
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. …
- story
-
comment
Comment #44495572
Also Fennel, both implicitly and explicitly with `tail!`. Source: https://fennel-lang.org/reference#tail