Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
yismail
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
yismail
1mo ago
There’s SimpleQA Verified https://epoch.ai/benchmarks/simple-qa-verified
2.
▲
by
yismail
5mo ago
I wonder what the relationship is between a model's capability and the personality it develops. Page 202: > In interactions with subagents, internal users sometimes observed that Mythos Preview appeared “disrespectful” when assignin
3.
▲
by
yismail
7mo ago
There's GPT‑5.3‑Codex
4.
▲
by
yismail
7mo ago
ElevenReader works well and has a pretty good free plan
5.
▲
by
yismail
9mo ago
That's true, but it looks like it's been updated since then because the benchmarks include Claude Opus 4.5
6.
▲
by
yismail
9mo ago
Would be interesting to see Gemini 3.0 Pro benchmarked as well.
7.
▲
by
yismail
1y ago
Nice article but is this whole thing just AI generated? Profile picture definitely seems to be StableDiffusion'd and the account was created today, with no previous articles. Plus I couldn't find any other references to Elena Cros
8.
▲
by
yismail
2y ago
I got in the beta a couple weeks ago and tried it out on some papers [0] [0] https://news.ycombinator.com/item?id=41020635
9.
▲
by
yismail
2y ago
on macOS, option + ; seems to work …
10.
▲
Leonardo da Vinci's Notebooks
(vam.ac.uk)
1 points
by
yismail
2y ago
|
0 comments
11.
▲
by
yismail
2y ago
let l = 0; let h = dictionary.length - 1; const textbox = document.querySelector("input"); while (l <= h) { const m = Math.floor((l + h) / 2); const guess = dictionary[m]; const textbox = document.querySelector("
12.
▲
How Do We Read, and Can Speed Reading Help? (2016)
(journals.sagepub.com)
1 points
by
yismail
2y ago
|
0 comments
13.
▲
by
yismail
2y ago
In a similar vein, I'd recommend Factorio and The Binding of Isaac.
14.
▲
The Science of Alinea's Dessert (2014)
(albertchu.blogspot.com)
1 points
by
yismail
2y ago
|
1 comments
15.
▲
Trying Out Google's Illuminate AI: From Paper to Podcast
(yismailuofa.github.io)
1 points
by
yismail
2y ago
|
0 comments
16.
▲
Jigsaw Puzzle Robot [pdf]
(cdn.shopify.com)
3 points
by
yismail
2y ago
|
0 comments
17.
▲
by
yismail
2y ago
here’s the tweet: https://x.com/asallen/status/1807675146020454808
18.
▲
Biography of a Great Pyramid Casing Stone (2016) [pdf]
(web.ujaen.es)
1 points
by
yismail
2y ago
|
0 comments
19.
▲
by
yismail
2y ago
Neat I remember seeing these on Marques Brownlee’s channel a couple times too. [0] https://x.com/MKBHD/status/1478413987259822081
20.
▲
The Weeknd Interviews Abel Tesfaye
(ssense.com)
1 points
by
yismail
2y ago
|
0 comments
21.
▲
by
yismail
2y ago
Interesting, reminds me of similar work Anthropic did on Claude 3 Sonnet [0]. [0] https://transformer-circuits.pub/2024/scaling-monosemanticit...
22.
▲
by
yismail
2y ago
also, open . opens your current directory in Finder
23.
▲
by
yismail
2y ago
Is there any way to look over past discussions on the books?
24.
▲
by
yismail
2y ago
product aside, I thought the design of the website and the branding was quite sleek, kudos to the team.
25.
▲
by
yismail
2y ago
I use macOS’s Preview which lets you redact text through (Tools -> Redact).
26.
▲
by
yismail
2y ago
Similarly a course I took in university made us implement a (rudimentary) Lisp interpreter in Lisp.
27.
▲
by
yismail
3y ago
If I recall correctly, you can set your firebase rules such that a user can only read/write/delete certain collections based on conditions such as if user.email == collection.email.