Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
arunix
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
arunix
10d ago
There's another version of this where the islands are placed in a more natural way nearer to their continental neighbours: https://kottke.org/22/12/the-topologists-map-of-the-world
2.
▲
CPAN Uploads Are Up 50% Year-over-Year
(olafalders.com)
1 points
by
arunix
11d ago
|
0 comments
3.
▲
by
arunix
12d ago
On the front page, there is an example about optional typing, but it's not very clear how the typing is coming in: def fib(x) { x <= 2 ? 1 : fib(x - 1) + fib(x - 2) } println "40th fibonacci number is ${fib(40)}"
4.
▲
by
arunix
17d ago
ORMs based on the query object pattern don't hide the database, but make SQL more reusable/composable (e.g. SQLAlchemy, JOOQ, etc). https://martinfowler.com/eaaCatalog/queryObject.html
5.
▲
by
arunix
17d ago
Related: Does one have to be a genius to do maths? https://terrytao.wordpress.com/career-advice/does-one-have-t...
6.
▲
by
arunix
2mo ago
Why does Ruby make Asciidoctor horrible to work with?
7.
▲
by
arunix
3mo ago
And at the end of that Bob says: > For my part I'll just say that I have given due consideration to the points you've made, and while I disagree with your conclusions above, I have integrated several of your better ideas, as we
8.
▲
by
arunix
3mo ago
I agree that the prime list example is really a constructive proof. But what about the sqrt(2) and log(2) examples?
9.
▲
by
arunix
3mo ago
Can you say more about those bugs?
10.
▲
by
arunix
3mo ago
Right at the end of the article: > Why not release the belugas into the ocean? > It's geopolitically difficult to return many belugas to their native waters, because many come from Russia, Lott said. > Sending the Marineland b
11.
▲
by
arunix
3mo ago
Which VPS?
12.
▲
by
arunix
3mo ago
Are there any books you'd recommend that get it right?
13.
▲
by
arunix
3mo ago
Is the lack of cons cells a significant limitation?
14.
▲
by
arunix
4mo ago
Altair looks closer than Alpha-Centauri on this map, although it's actually 4 times as far (probably Z axis squashing).
15.
▲
by
arunix
5mo ago
Cantor is mentioned, but I'd also mention the idea that some infinities are equivalent (e.g. Integers and Rationals), but others are not (Rationals and Real numbers). https://en.wikipedia.org/wiki/Cantor%27s_paradi
16.
▲
by
arunix
6mo ago
Does StorX have any special handling of concurrent writes, or would the user need to take care of that?
17.
▲
by
arunix
6mo ago
Thanks. Can you say more about why TypeScript with Deno is your scripting language of choice?
18.
▲
by
arunix
7mo ago
TNG introduced various civilisations that drive much of the plot in DS9. Season 1: Ferengi Season 4: Trill, Cardassians Season 5: Bajorans Also, Chief O'Brien and his wife Keiko who were recurring minor characters in TNG have more impo
19.
▲
by
arunix
8mo ago
I remember in a previous job having to enable git rerere, otherwise it wouldn't remember previously resolved conflicts. https://git-scm.com/book/en/v2/Git-Tools-Rerere
20.
▲
by
arunix
11mo ago
Do you remember which video that was?
21.
▲
by
arunix
1y ago
Do you mean local variables per se, or mutable local variables? Clojure, like most Lisps has let .
22.
▲
by
arunix
1y ago
Recently, I wondered what would happen if two of these systems were set up doing mutual pair programming ...
23.
▲
by
arunix
1y ago
What does "slow to iterate on" mean?
24.
▲
by
arunix
1y ago
Is there something about .NET that makes this easier?
25.
▲
by
arunix
1y ago
Can you say more about how it's better than both?
26.
▲
by
arunix
1y ago
What are the IntelliJ alternatives you prefer?
27.
▲
by
arunix
1y ago
Also, the Query Object style, e.g. JOOQ and SQLAlchemy Core https://martinfowler.com/eaaCatalog/queryObject.html
28.
▲
by
arunix
1y ago
How much do you pay for Gemini 2.5 Pro?
29.
▲
by
arunix
1y ago
I didn't understand the vampire thing. That seemed like the least realistic part of the story.
30.
▲
by
arunix
1y ago
Could you add a diagram showing how castling works in this?
More ›