HackerTrans
TopNewTrendsCommentsPastAskShowJobs

salutis

413 karmajoined 12 lat temu

Submissions

I think they are lying to you [video]

youtube.com
90 points·by salutis·w zeszłym miesiącu·59 comments

Happy Towel Day HN

en.wikipedia.org
5 points·by salutis·2 miesiące temu·0 comments

Addressing Some AI Fake News [video]

youtube.com
2 points·by salutis·2 miesiące temu·1 comments

Genome modelling and design across all domains of life with Evo 2

nature.com
1 points·by salutis·4 miesiące temu·0 comments

Mathematics in the Library of Babel

daniellitt.com
2 points·by salutis·5 miesięcy temu·0 comments

Festivus

en.wikipedia.org
2 points·by salutis·7 miesięcy temu·1 comments

FSF40 Hackathon

fsf.org
120 points·by salutis·8 miesięcy temu·3 comments

Age verification doesn’t work

pornbiz.com
134 points·by salutis·10 miesięcy temu·164 comments

comments

salutis
·przedwczoraj·discuss
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 here.
salutis
·16 dni temu·discuss
Thank you! That was a (bad) typo. You are right, of course.
salutis
·18 dni temu·discuss
That is not how averages work. By definition of mean, perhaps.
salutis
·19 dni temu·discuss
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 months ago. He can write complex code (without AI), such as the `cond*` macro (707 LOC, all macro code), authored and pushed to Emacs on 2024-08-02 (18491f48d97).
salutis
·w zeszłym miesiącu·discuss
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 Apple Music, and then all of their cloud services as well. Today, I'm 100% Apple-free, happily playing MP3s from Bandcamp in my Emacs. :)
salutis
·2 miesiące temu·discuss
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?
salutis
·2 miesiące temu·discuss
The "other side" of the AI craze.
salutis
·6 miesięcy temu·discuss
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?"
salutis
·7 miesięcy temu·discuss
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.
salutis
·7 miesięcy temu·discuss
> 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 feel deeply rewarding to the person who wrote them [...]

Nonsense. Best practices exist to make the code perform well. As a result, every user cares about them, albeit indirectly.

> That’s brutal to hear if you’ve spent years telling yourself that your intellectual passion is inherently admirable or sexy. It’s not.

Nonsense. Intellectual passion is admirable and sexy for many. This is subjective.
salutis
·8 miesięcy temu·discuss
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) less so. (Disclaimer: I am a heavy user and contributor.)
salutis
·9 miesięcy temu·discuss
Fennel (Lisp):

    (table.concat [:highlighted :primary (if discount :on-sale)] " ")
salutis
·10 miesięcy temu·discuss
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. As Chomsky said, about psychology and the like, "You want to move from behavioral science to authentic science." [1]

[1] Chomsky & Krauss (2015) An Origins Project Dialogue at https://youtu.be/Ml1G919Bts0
salutis
·w zeszłym roku·discuss
Also Fennel, both implicitly and explicitly with `tail!`.

Source: https://fennel-lang.org/reference#tail
salutis
·w zeszłym roku·discuss
Yes. An artificial neuron, as a mathematical function f, is defined by f(x) = g(wx + b) where x is the input, w is the weight, b is the bias, and g is some non-linear activation function. Is that "good old linear regression followed by an activation function to make it non linear"? Yes, it is exactly that.
salutis
·w zeszłym roku·discuss
Also PDF Tools for Emacs, where PDF can match your theme.
salutis
·w zeszłym roku·discuss
Abstraction is the opposite of specialization, not precision. Multiplication, for example, is an abstraction that can be defined in terms of repeated addition of the same term, which is less general, and so more special, than addition of two arbitrary terms, but it not less precise.
salutis
·2 lata temu·discuss
Thank you for the clarification. I certainly could have worded my comment better. I agree with you on that we should never trust open-source software blindly. That said, we can at least audit it, along with every new patch, which is impossible with binary blobs. That is why, I personally think, open-source should be preferred, for free and non-free software alike.
salutis
·2 lata temu·discuss
Why do you think my stance is internally inconsistent?

For example, I completely trust Emacs maintainers, as I have yet to see any malice or dark patterns coming from them. The same applies to other free and open source software I use on a daily basis. These projects respect my privacy, have nothing to hide, and I have no problem trusting them.

On the other hand, I see more and more dark patterns coming from Apple, say when signed out of their cloud services. They pour millions into their privacy ads, but I do not trust them to act ethically, especially when money is on the table.

Does this not make sense?
salutis
·2 lata temu·discuss
Yes, I think all devices packed with sensors that live in our homes should be transparent in what they do, that is their code should be available for everyone to see. And yes, it is extremist take, given where we ended up today.