Viewing profile — yismail
yismail
HN member- Joined
- Wed, Aug 23, 2023, 2:43 AM UTC
- HN karma
- 72
- Public activity
- 26 items
- HN profile
- View on Hacker News ↗
About yismail
No profile information was provided.
Recent public activity
-
comment
Comment #47681108
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 M…
-
comment
Comment #47215227
There's GPT‑5.3‑Codex
-
comment
Comment #47038678
ElevenReader works well and has a pretty good free plan
-
comment
Comment #46345297
That's true, but it looks like it's been updated since then because the benchmarks include Claude Opus 4.5
-
comment
Comment #46342331
Would be interesting to see Gemini 3.0 Pro benchmarked as well.
-
comment
Comment #43602796
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 …
-
comment
Comment #41506057
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
-
comment
Comment #41481181
on macOS, option + ; seems to work …
- story
-
comment
Comment #41219428
let l = 0; let h = dictionary.length - 1; const textbox = document.querySelector("input"); while (l textbox.value = guess; guessWord(); if (document.querySelector(".correct")) { co…
- story
-
comment
Comment #41088596
In a similar vein, I'd recommend Factorio and The Binding of Isaac.
- story
- story
- story
-
comment
Comment #40856022
here’s the tweet: https://x.com/asallen/status/1807675146020454808
- story
-
comment
Comment #40704694
Neat I remember seeing these on Marques Brownlee’s channel a couple times too. [0] https://x.com/MKBHD/status/1478413987259822081
- story
-
comment
Comment #40601600
Interesting, reminds me of similar work Anthropic did on Claude 3 Sonnet [0]. [0] https://transformer-circuits.pub/2024/scaling-monosemanticit...
-
comment
Comment #40569351
also, open . opens your current directory in Finder
-
comment
Comment #40527255
Is there any way to look over past discussions on the books?
-
comment
Comment #40460807
product aside, I thought the design of the website and the branding was quite sleek, kudos to the team.
-
comment
Comment #40417835
I use macOS’s Preview which lets you redact text through (Tools -> Redact).
-
comment
Comment #40337937
Similarly a course I took in university made us implement a (rudimentary) Lisp interpreter in Lisp.