Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
neamar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
Claude Code Usage Dashboard
(github.com)
2 points
by
neamar
5mo ago
|
0 comments
2.
▲
by
neamar
6mo ago
> This is the story of the Nitrogen Trap. It is not primarily a story about war, though war is its catalyst. It is not primarily a story about oil, though Brent crude closed above $100 per barrel on March 12. It is not primarily a story
3.
▲
The Nitrogen Trap
(shanakaanslemperera.substack.com)
4 points
by
neamar
6mo ago
|
1 comments
4.
▲
by
neamar
6mo ago
You can use `npx ccusage` to check your local logs and see how much it would have cost through the API.
5.
▲
by
neamar
7mo ago
The abstract mentions the researchers couldn't find causation. So a potential 4% increase, worth comparing with the 100% increase from living next to a coal plant https://pmc.ncbi.nlm.nih.gov/articles/PMC11301007&#
6.
▲
Cancer risk may increase with proximity to nuclear power plants
(hsph.harvard.edu)
4 points
by
neamar
7mo ago
|
2 comments
7.
▲
Possibility of US selling Australia nuclear submarines is increasingly remote
(theguardian.com)
4 points
by
neamar
7mo ago
|
0 comments
8.
▲
by
neamar
8mo ago
Oh, nice to see KISS showcased here :) I actually started the project 13 years ago... Seems like a lifetime ago! A big thank you to all the devs that contributed and still contribute over time :)
9.
▲
Germany's Merz admits nuclear exit was strategic mistake
(clashreport.com)
86 points
by
neamar
8mo ago
|
188 comments
10.
▲
It's the System, Stupid: the IA Paradox
(codemanship.wordpress.com)
1 points
by
neamar
1y ago
|
0 comments
11.
▲
Hashing
(samwho.dev)
1 points
by
neamar
1y ago
|
0 comments
12.
▲
In Two Moves, AlphaGo and Lee Sedol Redefined the Future (2016)
(wired.com)
34 points
by
neamar
1y ago
|
23 comments
13.
▲
by
neamar
1y ago
Paper said "earth.however". Because it's missing a space after the period, it appears as an invalid link.
14.
▲
by
neamar
2y ago
In the meantime, you can try Beeper which does that through Matrix. It connects all the apps you mentioned in a single app.
15.
▲
by
neamar
2y ago
The writes are streamed in near real time to five followers, acknowledging it near instantly. The cloudflare blog article mention this more in depth. So writes remain fast, while still having durability.
16.
▲
by
neamar
2y ago
They're not large contributors to eu finance: 10th and 5th, respectively https://www.statista.com/statistics/316691/eu-budget-contrib... France and Germany account for nearly 50% of the funding.
17.
▲
by
neamar
2y ago
I'd like to read it!
18.
▲
Loudness War
(en.wikipedia.org)
1 points
by
neamar
3y ago
|
0 comments
19.
▲
Naked mole-rate: the only cold-blooded mammal
(en.wikipedia.org)
2 points
by
neamar
3y ago
|
1 comments
20.
▲
Solitude and leadership: to get others to follow, learn to be alone (2010)
(theamericanscholar.org)
2 points
by
neamar
3y ago
|
0 comments
21.
▲
by
neamar
3y ago
They do. For nuclear, they also include cost of decommissioning the power plant completely.
22.
▲
The Anti-Pattern Game
(hakon.gylterud.net)
2 points
by
neamar
3y ago
|
0 comments
23.
▲
by
neamar
3y ago
Knockout.js, released in 2010, introduced computed properties to the web (slightly before Vue I think)
24.
▲
by
neamar
3y ago
You sleep, I watch question? Nice reference
25.
▲
by
neamar
4y ago
My experience with Nextcloud was underwhelming. Regular crashes, very slow sync if you have thousands of files, full reupload on any change and ignored files that do not get synced with no warnings. I had made five accounts for my family an
26.
▲
Mathematics and Magic: The de Bruijn Card Trick (2015)
(golem.ph.utexas.edu)
99 points
by
neamar
4y ago
|
14 comments
27.
▲
by
neamar
4y ago
Most engines support NATURAL JOIN, which isn't perfect and has drawbacks, but allows for shorter joins.
28.
▲
A brief history of one line fixes (2014)
(flak.tedunangst.com)
96 points
by
neamar
4y ago
|
16 comments
29.
▲
The Grug Brained Developer
(grugbrain.dev)
3 points
by
neamar
4y ago
|
0 comments
30.
▲
by
neamar
5y ago
To avoid the issue of queries with IN() polluting pg stat statements, one can in most of the case replace WHERE a IN() With WHERE a = ANY() No matter the number of options in the ANY operator, it'll hash to the same query id. Semantics
More ›