Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
another-cuppa
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
another-cuppa
8y ago
The person who wrote that did something useful with his life. You are not doing anything useful with yours.
2.
▲
by
another-cuppa
8y ago
It still doesn't say what the purpose of it is. I don't really expect it to either. I expected that asking the question here would be OK, though.
3.
▲
by
another-cuppa
8y ago
Well it doesn't say that. I just said it sounds like a reinvention of Lisp because that's what it sounded like to me from what it says on the homepage.
4.
▲
by
another-cuppa
8y ago
Trolling by asking a question to which I wasn't able to find answer after a good few minutes on the website?
5.
▲
by
another-cuppa
8y ago
That's because Google knows where you live.
6.
▲
by
another-cuppa
8y ago
If you're not already a lisper I would recommend learning Common Lisp from one of the many excellent books. Learning the differences for Emacs Lisp afterwards is a breeze, and you get a much a more general purpose view of Lisp.
7.
▲
by
another-cuppa
8y ago
Now you're beginning to sound psychopathic.
8.
▲
by
another-cuppa
8y ago
Tbh you just sound like someone who knows what the right thing to do is but is too damn weak to do it for yourself. Your posts are screaming out "if it's the right thing, why won't someone make it easy for me to stop?" S
9.
▲
by
another-cuppa
8y ago
Have you actually watched a film like Earthlings, though? Why don't you watch it before you go to "Texas Roadhouse"?
10.
▲
by
another-cuppa
8y ago
Wilful ignorance and indulging in the illusion presented by supermarkets and their suppliers. Such people dislike vegetarians and vegans because they are worried that they might remind them about the illusion. This is all covered in The Ma
11.
▲
by
another-cuppa
8y ago
Phones started to get too small in the 2000s. I can't remember which phones in particular but some definitely had buttons too small for most people's hands.
12.
▲
by
another-cuppa
8y ago
That's the risk you run when you choose convenience over sustainability. If you spent some time and used syncthing you'd get something that won't just disappear some day.
13.
▲
by
another-cuppa
8y ago
The parents and girlfriends of technical people (like mine).
14.
▲
by
another-cuppa
8y ago
Fedora is a community distro.
15.
▲
by
another-cuppa
8y ago
Tab completion makes it significantly better. It's a bit like syntax highlighting. If it doesn't tab complete properly then something is probably wrong.
16.
▲
by
another-cuppa
8y ago
Training yourself to be tolerant of mistakes on the command line seems like a very bad idea. Carpenters have a rule: measure twice, cut once. Train yourself to do the same.
17.
▲
by
another-cuppa
8y ago
It is abundantly clear that the pipenv developers use MacOS so I wonder if it's an OS dependent thing.
18.
▲
by
another-cuppa
8y ago
What OS?
19.
▲
by
another-cuppa
8y ago
Pipenv is hopelessly slow. It's a shame. Remember when git first came out and it changed the way we worked because it was so quick to commit now? (I fully expect that most git users here don't remember that, actually). There is no
20.
▲
by
another-cuppa
8y ago
Nah. Most of them don't understand the difference. If you did you wouldn't can it pedantry. I personally don't find heuristics beautiful. That's why I commented.
21.
▲
by
another-cuppa
8y ago
Negative 2 points on a post saying that a computational method that possibly never terminates is not an algorithm... Oh dear...
22.
▲
by
another-cuppa
8y ago
Indeed.
23.
▲
by
another-cuppa
8y ago
No it absolutely is not. The lack of fundamental computer science knowledge in this thread is alarming.
24.
▲
by
another-cuppa
8y ago
And how do you "demand that the score strictly improves"? It's an NP-hard problem.
25.
▲
by
another-cuppa
8y ago
It's one of the most fundamental concepts in computer science and underpins decades of research. You can decide if it's useful.
26.
▲
by
another-cuppa
8y ago
Minority? This is directly from Knuth.
27.
▲
by
another-cuppa
8y ago
No. You can't prove that k-means does anything useful.
28.
▲
by
another-cuppa
8y ago
Nope. An algorithm has to be effective. You can find pathological cases for k-means such that it will never converge on anything useful. So if you set your termination case to be convergence it will never terminate and if you don't the
29.
▲
by
another-cuppa
8y ago
B-trees are really beautiful. I also like the Aho-Corasick algorithm as used by fgrep. I actually started to reinvent this algorithm myself before finding out it was already done. It's essentially a way to add links to a trie such that
30.
▲
by
another-cuppa
8y ago
K-means is not an algorithm, it's a heuristic for an Np-hard problem.
More ›