Live data from Hacker News

Viewing profile — bayindirh

bayindirh

HN member
Joined
Wed, Nov 15, 2017, 12:23 PM UTC
HN karma
21,304
Public activity
6,553 items

About bayindirh

HPC administrator by day, developer and researcher by night.

You can reach me via https://bayindirh.io

Recent public activity

  1. comment
    Comment #49226027

    This is one of my theories why AI is well-suited for these kinds of projects. It's mostly CRUD, written in well-known patterns. This not to discount the programmer or the job in ge…

  2. comment
    Comment #49208357

    Wanna chat with my friend, who coded a side-bot for his OpenClaw installation just to auto-approve prompts?

  3. comment
    Comment #49182537

    There's a step which "flashes" the magnetic structure on the disks during manufacturing which also allows drives to navigate the disk surface and "see" individual sectors. The bad …

  4. comment
    Comment #49182469

    Systems running macOS (i.e. Mac systems) use SATA or NVMe disks (depending on their age) which come with their own controllers, hence it's always isolated from the OS except SMART …

  5. comment
    Comment #49182399

    Disk firmware follows sectors which are hard to write, flags them as "current pending sector". Then reallocates that sectors data to one of the reserves when it has time and increa…

  6. comment
    Comment #49181978

    I find pretty interesting that the memory is not perfect out of the fab and its defects are coded on its label, hence these defects can be loaded to the device using it as a map, s…

  7. comment
    Comment #49156198

    I'll also pile-in and say that Kagi is great.

  8. comment
    Comment #49154829

    Let me clarify some of the points you have rightfully brought up. As a disclosure, I hail from Turkey. We consume most tea per capita by a large margin, so we might have adapted to…

  9. comment
    Comment #49154350

    > Cutting coffee to just the morning definitely helped me. I drink half a mug (~200 ml) at ~2PM. I drink black tea rest of the day. Used to drink 2L/day at some point (it was a con…

  10. comment
    Comment #49127787

    In short, it’s either a “not implemented” case or a bug. There’s no other explanation. Complexity of the algorithm or the application doesn’t change the reality.

  11. comment
    Comment #49127050

    That’s the point. I only use LLMs if and only if Kagi can’t unearth the thing I’m looking for for a week or so. This means it finds me a single video which is not in a language whi…

  12. comment
    Comment #49124022

    > No one likes generating content. Oh no. I see the contrary. One of my friends recently stated (paraphrased): - Since I can generate code, writing it feels mundane now. I don't wr…

  13. comment
    Comment #49123785

    In the rare occasion I use LLMs, I always add at least one of the following: - Do not include opinions, just official documentation. - Add all references you have used as a bibliog…

  14. comment
    Comment #49123714

    I don't we disagree a little bit, I think. Content and substance also contains "how" alongside "what". At least that was my intention. I stopped sharing my photos publicly to stop …

  15. comment
    Comment #49123007

    To be frank, I neither live/work in an environment or live for "climbing" anything, so fluffware is not something I produce or understand. On the other hand, I have friends who pla…

  16. comment
    Comment #49122908

    Many of us understood that, and tried to tell it over and over. My keyboard is worn, my mind is numb, my soul is weary from typing/telling that the output is not the aim, but the c…

  17. comment
    Comment #49082075

    When I read the post I read nothing about Kimi-K3. I read about someone who used something open and being surprised about the effects of using something open. I read about owning t…

  18. comment
    Comment #49081603

    They already did, in my opinion. The text reads: > ...personal account. I work at Modal, and today we just launched Kimi K3 on managed endpoints, and I know Kimi K3 is supposed to …

  19. comment
    Comment #49081335

    You might see no information, but I see someone having their opinions really moved, in a serious manner. It's not upvoted because it advertises Kimi. It's upvoted because someone t…

  20. comment
    Comment #49081257

    Karpathy doing "vibe check" on models was fine, though. Why they can't do the same thing on something they provide? We have seen self-criticism and self back-pats here. There's no …

  21. comment
    Comment #49080913

    In the old hardware terminals, and current terminal emulators, ^H (or CTRL+h) is "Backspace signal". It has the effect of pressing backspace. So, ^H^H^H means "delete three charact…

  22. comment
    Comment #49080833

    In short: "We don't propose a ban to open-weight models. we want to stop these models being developed altogether. If there are no models, there'll be nothing to ban". Oh also: "The…

  23. comment
    Comment #49068063

    I don't know how other developers think while coding, but if something can error out, I always handle the error first, or at least insert a panic() or equivalent immediately before…

  24. comment
    Comment #49067938

    While I have my opinions on manual memory management, I'll not open that file today (well, it may leak). On the other hand, Go explicitly warns and tries to prevent you from ignori…

  25. comment
    Comment #49067924

    Intentionally ignoring errors or explicitly not handling them are logic errors. No programming language shall protect you from them. In a little blunt form: This machine has no bra…