Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
o_pax
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
8 ms
·
1.
▲
The "Nuclear Energy Paradox"
(sciencedirect.com)
2 points
by
o_pax
4mo ago
|
0 comments
2.
▲
Aerogramme – A Robust Email Server
(aerogramme.deuxfleurs.fr)
1 points
by
o_pax
8mo ago
|
0 comments
3.
▲
by
o_pax
10mo ago
Well, there are monthly international newspapers and magazines. That you can even pay so they can afford not to have to rely on AI and have (hopefully) real journalists do the work. That are also available in digital form. I agree with you
4.
▲
by
o_pax
1y ago
This is really good news, I am looking forward to trying it out! Is XQuery also planned as an additional frontend? By the way, there is also χrust, a rust project working towards pretty similar goals (XPath 3.1, XQuery 3.1 and XSLT 3.0). At
5.
▲
Cold District Heating
(en.wikipedia.org)
10 points
by
o_pax
2y ago
|
0 comments
6.
▲
Comparing the carbon footprints of urban and conventional agriculture
(nature.com)
2 points
by
o_pax
2y ago
|
0 comments
7.
▲
by
o_pax
3y ago
And "Edward" + "Love" is "Bella".
8.
▲
by
o_pax
3y ago
Apocalypse + 2016 = 2017 Apocalypse + 2017 = 2018 Apocalypse + 2018 = 2019 Apocalypse + 2019 = 2020 ... but ... Apocalypse + 2030 = 2030 Uh-oh!
9.
▲
by
o_pax
4y ago
You're wrong. Haskell is named after Haskell Brooks Curry. There might be an opportunity for a new functional language named Brooks.
10.
▲
Time, for Real – GreptimeDB Is Now Open Source – Greptime
(greptime.com)
6 points
by
o_pax
4y ago
|
0 comments
11.
▲
Bokode
(en.wikipedia.org)
1 points
by
o_pax
4y ago
|
0 comments
12.
▲
Snel: a columnar database for fast on-line analytics
(medium.com)
2 points
by
o_pax
7y ago
|
0 comments
13.
▲
by
o_pax
7y ago
Python has its version of the ternary operator as well. It may look unusual due to the different order of the operands, but it works quite nicely, in my opinion: x = (-1 if a < b else 1 if a > b else 0) This emph