Live data from Hacker News

Viewing profile — yismail

yismail

HN member
Joined
Wed, Aug 23, 2023, 2:43 AM UTC
HN karma
72
Public activity
26 items

About yismail

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #47215227

    There's GPT‑5.3‑Codex

  3. comment
    Comment #47038678

    ElevenReader works well and has a pretty good free plan

  4. comment
    Comment #46345297

    That's true, but it looks like it's been updated since then because the benchmarks include Claude Opus 4.5

  5. comment
    Comment #46342331

    Would be interesting to see Gemini 3.0 Pro benchmarked as well.

  6. 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 …

  7. 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

  8. comment
    Comment #41481181

    on macOS, option + ; seems to work …

  9. story
  10. 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…

  11. story
  12. comment
    Comment #41088596

    In a similar vein, I'd recommend Factorio and The Binding of Isaac.

  13. story
  14. story
  15. story
  16. comment
    Comment #40856022

    here’s the tweet: https://x.com/asallen/status/1807675146020454808

  17. story
  18. comment
    Comment #40704694

    Neat I remember seeing these on Marques Brownlee’s channel a couple times too. [0] https://x.com/MKBHD/status/1478413987259822081

  19. story
  20. comment
    Comment #40601600

    Interesting, reminds me of similar work Anthropic did on Claude 3 Sonnet [0]. [0] https://transformer-circuits.pub/2024/scaling-monosemanticit...

  21. comment
    Comment #40569351

    also, open . opens your current directory in Finder

  22. comment
    Comment #40527255

    Is there any way to look over past discussions on the books?

  23. comment
    Comment #40460807

    product aside, I thought the design of the website and the branding was quite sleek, kudos to the team.

  24. comment
    Comment #40417835

    I use macOS’s Preview which lets you redact text through (Tools -> Redact).

  25. comment
    Comment #40337937

    Similarly a course I took in university made us implement a (rudimentary) Lisp interpreter in Lisp.