Live data from Hacker News

Viewing profile — dkdcio

dkdcio

HN member
Joined
Tue, May 27, 2025, 12:58 AM UTC
HN karma
422
Public activity
276 items

About dkdcio

No profile information was provided.

Recent public activity

  1. comment
    Comment #46687451

    fair enough! the jump from that to ChatGPT’s launch (which I didn’t find that interesting), to gpt-4, to Claude Code/Codex CLI, to Gemini 3/Opus 4.5/GPT 5.2 has been insane in such…

  2. comment
    Comment #46685486

    technical preview in June 2021. I was using it for a bit before that as an internal employee. so they may have rounded up slightly or also were an internal beta test side note, I’v…

  3. comment
    Comment #46684217

    > Imagine the ad police. “You blogged about a product. Someone said you sounded insincere. Let’s see the receipt for purchase. Can’t prove you bought it? Prove you weren’t compensa…

  4. comment
    Comment #46678628

    and you can switch AI providers, or use local LLMs. again, a nonsense point to raise about how FOSS is developed. coding “by hand” also doesn’t go away. if you lose your proprietar…

  5. comment
    Comment #46674648

    information flows fine without paid ads, and with much better incentives > people can pay to have their messages displayed where they will be seen …why? distribution of information…

  6. comment
    Comment #46673592

    this argument is nonsense…I write code on a macbook running macos. it’s not a subscription, but some people also pay a subscription for a proprietary IDE. so any FOSS written with …

  7. comment
    Comment #46668900

    just fine? what do you think would happen/what’s your actual argument against out of curiosity

  8. comment
    Comment #46652644

    - performance is often better, especially on “out of core” (“streaming”, spill to disk data sizes). Polars has done a ton of work on their streaming engine but they’re still catchi…

  9. comment
    Comment #46626018

    …why do all of those things happen? to sell paid digital advertisement. remove that incentive and I suspect the “social media” problems largely go away

  10. comment
    Comment #46617759

    I was expecting this link: https://en.wikipedia.org/wiki/Apple%E2%80%93FBI_encryption_d... still doesn’t really prove much

  11. comment
    Comment #46615090

    you can set breakpoint() to open an IPython REPL with whatever customizations you want (e.g. I turn on vim keybindings)

  12. comment
  13. comment
    Comment #46588914

    I was not aware you shouldn’t do that — what’s the rationale/historical context?

  14. comment
    Comment #46582214

    a few reasons: - agents tend to need (already have) a filesystem anyway to be useful (not technically required but generally true, they’re already running somewhere with a filesyst…

  15. comment
    Comment #46582113

    that’s not what I said. you honestly seem like you just want to argue about stuff (e.g. not elaborating on the “no” when I basically repeated and agreed with what you said). and yo…

  16. comment
  17. comment
    Comment #46578011

    > OpenAI's GPT 5.2 is using the same base model as 4o where’s that info from?

  18. comment
    Comment #46577475

    I think we agree then? the tech is useful; you need systems around them (like sandboxes and commit hooks that prevent leaking secrets) to use them effectively (along with learned s…

  19. comment
    Comment #46576748

    …what is your point exactly (and concisely)? I’m saying it doesn’t matter it’s probabilistic, everything is, the tech is still useful

  20. comment
    Comment #46576078

    not the same person but in the flow of doing things those little pauses (tens of milliseconds) do matter. I open/close nvim (and less-so tmux) a ton, and run lots of commands per d…

  21. comment
    Comment #46575773

    I was pointing out one screenshot from twitter isn’t proof of anything just to be clear; it’s a silly way to make a point. yes AI makes leaking keys on GH more prevalent, but so wh…

  22. comment
    Comment #46575507

    I’m not understanding your point… (and would be genuinely curious to)? the models and systems around them have evolved and gotten better (over the past few years for LLMs and decad…

  23. comment
    Comment #46575350

    like my other comment, my point is one screenshot from twitter vs one anecdote. neither proves anything. cool snarky response though!

  24. comment
    Comment #46575166

    you could find tons of API keys on GitHub before these “agentic” tools too. that was my point, one screenshot from twitter vs one anecdote from me. I don’t think either proves the …

  25. comment
    Comment #46574892

    I think you’re correct. the reproduction isn’t very precise and the solution doesn’t seem right (I’m not seeing anything about the non-standard pages not being freed). I’d guess th…