1113
Software Terminology
(lemmy.ml)
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Depends how broad your definition of algorithm is. Is sort by upvotes an algorithm? I say no but sort by hot is.
So it is possible by this definition to have a feed without any algorithm.
Any sorting at all can only happen through one of the following:
This is (theoretically) a programmer forum. I use the programmer definition. By that definition, not having an algorithm is nonsense.
What if it uses a neural network to recommend posts?
So how does that neural network perform that task? There I can see only two possible options:
A heuristic
Eh, please tell me how you'd implement a heuristic that doesn't work either through magic or an algorithm.
So garbage in garbage out.