Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ticking
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
by
ticking
11y ago
The method they accidentally found is not as bad as you make it to be. https://en.wikipedia.org/wiki/Rabin–Karp_algorithm Rabin karp with rolling hashes is actually (not exactly but almost) what tools like rsync, or bi
2.
▲
by
ticking
11y ago
Have you thought about using the hammond distance, instead of the array? It should give you the same answer in 3 CPU instructions on registers instead of 2 array lookups and arithmetic in ram. XOR, hammond weight/bitcount and and equal
3.
▲
by
ticking
11y ago
This is the mentioned indiegogo campaign https://www.indiegogo.com/projects/revolutionary-treatment-f... sadly it looks like they are still quite far away from their goal.
4.
▲
by
ticking
11y ago
A lot of people = some idiots on twitter, that have no clue about the current state of technology
5.
▲
by
ticking
11y ago
http://www.selflanguage.org You should watch the videos on the introduction page and play a bit with the system, it's interesting to see how much interactivity and liveliness was already achieved in the 80s/90s,
6.
▲
by
ticking
11y ago
The fie is huge because it seems that animations were converted to multiple PDF pages. So page count is not a useful metric for presentation progression and information amount.
7.
▲
by
ticking
11y ago
> It never said it was the "the uber clojure IDE", not even used any words to this effect. In the beginning it was clearly marketed as a clojure ide, and if you look at the comments on HN at the time it's clear that it was
8.
▲
by
ticking
11y ago
They didn't contain much of the live programming story? https://www.youtube.com/watch?v=Ox5P7QyL774 https://www.youtube.com/watch?v=3ka4KY7TMTU
9.
▲
by
ticking
11y ago
Yes, I also dug into its codebase. Have you actually used Self for example?
10.
▲
by
ticking
11y ago
LT didn't bring any new inventions, emacs, self, morphic, CL, they've all done some aspect of it 30 years earlier. LT has shown however that you can make a load of money of kickstarter without delivering a product, but people will
11.
▲
by
ticking
11y ago
It's good that LT is finally acknowledged to have failed as "the uber clojure IDE". It's architecture is horrible, and its catering too much to other languages. Once it's dead the space it frees up can be filled aga
12.
▲
by
ticking
11y ago
If you install nightly builds on a production system you deserve to get bitten.
13.
▲
by
ticking
11y ago
>modern ... XMPP ... lolnope
14.
▲
by
ticking
11y ago
You said it better than me.
15.
▲
by
ticking
11y ago
Depends on the lisp.
16.
▲
by
ticking
11y ago
I really don't see the advantage of trying to sell clojure and emacs as a package, it just alienates a lot of potential newcomers. Sadly almost every Clojure tutorial I've seen so far does this. Most tutorials for other programmin
17.
▲
by
ticking
11y ago
Why though? Cursive has a working debugger while Emacs doesn't. Emacs has a lot of stuff outside the realm of Clojure, like irc mail and orgmode, but Cursive really is the more advanced Clojure environment. Even @dnolen seems to have s
18.
▲
by
ticking
12y ago
Bullshit. I'm in my early 20s and have MS. That is not a feature.
19.
▲
by
ticking
12y ago
I agree 100% with you. Rigidity is something you don't want, but this is something entirely different. ROS serialisation format is basically a C++ struct that gets send over the wire. You specify your .msg definition, tell the (horribl
20.
▲
by
ticking
12y ago
Just do public foo(Bar bar) { bar = baz(bar); //Lots (10+ lines) of code return finishProcess(bar); //Note, this should have been updatedBar. } nothing prevents you from reusing the vari
21.
▲
by
ticking
12y ago
I think you got immutability and single side assignment mixed up. If foo is immutable there is no harm if something else tries to manipulate it because it will just derive a new data-structure.
22.
▲
by
ticking
12y ago
The current serialisation code needs to die, and be replaced with something usable and already existing, e.g. zeromq + msgpack. There are currently horrible bugs in the very foundation of ROS, the spec of the serialisation format and its ha
23.
▲
by
ticking
12y ago
With Unicode these predefined functions have to be large and complex. You won't be able to use them on embedded systems for example.
24.
▲
by
ticking
12y ago
English is the best candidate because it has the second largest user base (1.2 Billion vs 1.3 Billion for Mandarin), http://en.wikipedia.org/wiki/List_of_languages_by_total_numb... and is twice as spoken as the third
25.
▲
by
ticking
12y ago
Unicode is notoriously tricky to implement, there have been bugs where users could take over others accounts by choosing a different unicode representation of the same string. I'd much rather have something that works and is simple. Th
26.
▲
by
ticking
12y ago
Even though I'm not a native english speaker and couldn't write my name in ASCI, I really despise Unicode. Its broken technically and a setback socially. Unicode itself is such a unfathomably huge project that it's impossible
27.
▲
by
ticking
12y ago
I loved the Makezine weekend projects with Bre Pettis (the guy in the video). It's horrible to see what a fat greedy bastard he has become. Taking from the OS community, giving nothing back and then even selling out to stratasys, a com
28.
▲
by
ticking
12y ago
TL;DR The only problem is that ISPs love to oversell their capacities. And important services don't need that much bandwidth. NN has nothing to do with this. The "911 calls should not be interrupted by torrents" is such a loa
29.
▲
by
ticking
14y ago
I find false accusations, which in this case even lead to the accused loosing their jobs a serious hardship. Consider our societies view of men that are nice to children, most immediately think "pedophile", instead of nice guy. Just because
30.
▲
by
ticking
14y ago
There is a ton of Languages for erlangs BEAM, My favorite: Joxa a Clojure inspired (really just inspired ;)) lisp http://joxa.org/ Then there are Elixir (mentioned already) and Reia, Both seem to be inspired by Ruby. http://reia-lang.or
More ›