Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
unlogic
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
unlogic
2mo ago
85% AI according to Pangram.
2.
▲
by
unlogic
3mo ago
It's $250 billion less that goes to the ultrarich, so that they can't purchase another $250 billion of assets.
3.
▲
by
unlogic
3mo ago
Check out sunrise-commander, it is Dired reskinned as a dual-paner. Love how convenient it is to have a powerful integrated file manager.
4.
▲
by
unlogic
3mo ago
Check "DeArrow" chrome extension.
5.
▲
by
unlogic
4mo ago
Taken out of context, an 18+ device called Magic Pointer coming from Google would be wild.
6.
▲
by
unlogic
4mo ago
Turning didn't work for me. Impressive as hell indeed! The author is probably already busy 100xing other projects, no time to fix such a minor nuisance.
7.
▲
by
unlogic
1y ago
And that angry user base will do what, exactly? Switch to Android? One can dream.
8.
▲
by
unlogic
2y ago
I believe you, but it would be nice if you called out the exact vendors that do that, for others to be cautious. It's not like their pricing is under NDA, right?
9.
▲
by
unlogic
2y ago
The term "linear scaling" was invented by cloud companies to sell more cloud.
10.
▲
by
unlogic
3y ago
Clojure authors are quite conservative about adding such opinionated instruments into the language, especially when they come from outside. But fortunately, being a Lisp allows Clojure to add such language modifications with libraries witho
11.
▲
by
unlogic
3y ago
It could certainly be redesigned to have explicit lazy collections/operations and use transducers as the composition glue. It would be a breaking change, so it's never going to happen in Clojure. But if somebody plans to design a
12.
▲
by
unlogic
3y ago
Well, if you already use transducers, then you are not exactly the target audience:). It's meant more for the younger developers who see a core language feature and feel inclined towards using it despite the drawbacks. > In other wo
13.
▲
by
unlogic
3y ago
I'm sorry my article had such an effect on you. Despite the inconveniences, it is still a very worthy language to pick up.
14.
▲
Java's Project Valhalla vs. ray tracer: will it go faster?
(clojure-goes-fast.com)
7 points
by
unlogic
3y ago
|
0 comments
15.
▲
by
unlogic
4y ago
This you can't do, unfortunately. Would have to do something stupid like `(< -1 index length)`.
16.
▲
by
unlogic
6y ago
IDFA is a cheatcode of its own (ID Full Ammo).
17.
▲
by
unlogic
7y ago
Oh no, I'm saying it's another usecase, not the only one. And yet, it is a pattern I follow quite often in my mixed Clojure/Java projects: Clojure code is much easier to tinker with, take to new directions, rapidly modify and
18.
▲
by
unlogic
7y ago
Whatever the benefits of Clojure are, they were enough for Nathan Marz and first contributors to write Storm in it and succeed. Note that it's not an argument about impossibility of writing something like that in Java (see Spark, Flink
19.
▲
by
unlogic
7y ago
To me, this makes total sense as the project moved to Apache. Obviously, much more people will be able to consider contributing when it's in Java. Apache goal is sustainability and long-term viability, and Java would work better for th
20.
▲
by
unlogic
7y ago
Well, if caching takes a small part of the overall workload, then you can't really say it's a "cache workload" or "cache-heavy workload", right? My answer meant that Shenandoah would work well in a program wher
21.
▲
by
unlogic
7y ago
> wouldn't the majority of allocations still happen during a request? Could you please clarify this question? Do you mean that if cached objects are a small part of the total allocation rate, then generation GCs work well with that?
22.
▲
by
unlogic
7y ago
Typo < tenures all those requests to OldGC > tenures all those requests to OldGen
23.
▲
by
unlogic
7y ago
Completely vice-versa, Shenandoah is much better for caching because it is NOT generational. [LRU] Caches go against generational hypothesis because the oldest elements are evicted first.
24.
▲
by
unlogic
7y ago
Hi, author here. You are saying exactly what I was thinking before. But turns out, generational GCs have nasty failure modes when things don't go as expected. E.g., if an upstream experiences its own difficulties and returns responses
25.
▲
Shenandoah GC in production: experience report
(clojure-goes-fast.com)
6 points
by
unlogic
7y ago
|
0 comments
26.
▲
by
unlogic
8y ago
Do you mean having to reify java.util.function.* classes?
27.
▲
by
unlogic
8y ago
That's not true. You only have to prepend #' if you pass the function by value (as in your web server handler example). If you call the function by name yourself, like (foo arg), and you recompile foo, any code that called foo wil
28.
▲
Clojure's slow start – what's inside?
(clojure-goes-fast.com)
12 points
by
unlogic
9y ago
|
0 comments
29.
▲
by
unlogic
9y ago
r/titlegore
30.
▲
by
unlogic
10y ago
The article contains in total 61 occurrences of "I", "me", and "my"; yet somehow the problem of the author is not narcissism, but open offices.
More ›