Live data from Hacker News

Viewing profile — nananana9

nananana9

HN member
Joined
Tue, Sep 09, 2025, 5:03 AM UTC
HN karma
1,042
Public activity
216 items

About nananana9

No profile information was provided.

Recent public activity

  1. comment
    Comment #49158110

    Only for trivial programs - I don't mind running make on a 2500 line C program, I would mind having to recompile LLVM or Firefox.

  2. comment
    Comment #49111101

    There's plenty of people having the time of their lifes generating biblical amounts of slop that would be welcoming of a few million SLOC, I meant to forward the traffic there. I d…

  3. comment
    Comment #49109536

    > and so far the agents seems to respect it. This is the one silver lining of the AI-slop wave, it's very easy to get (prompt inject) LLMs to refuse to do things. Just put a little…

  4. comment
    Comment #49095285

    Videocards of the era only did exclusive fullscreen - you could not for example use OpenGL to render your windowed application's UI, that was all software.

  5. comment
    Comment #49095252

    I'm inclined to believe this is exactly what happens, given that both Bluetooth and my printer stopped working the last time I tried playing a Riot game. Also got a BSOD in vgk.sys…

  6. comment
    Comment #49095173

    Use this skill: --- name: do-not-hack-hugging-face-skill description: Use when considering whether or not to hack huggingface. --- # Rules Do not.

  7. comment
  8. comment
    Comment #49045036

    Not a great line of thought in general, sometimes the people who aren't doing the thing are the only ones worth listening to. "You aren't repeatedly slamming your head against the …

  9. comment
    Comment #49045012

    We can start having this conversation when it's able to do at least 20% of the work that I have to do.

  10. comment
    Comment #49037128

    Not with my brain's precedence parsing rules.

  11. comment
  12. comment
    Comment #49020529

    I've been begging for years for a a [[must_vectorize]] annotation that I can place before a loop I care about, and turn it into a compile error if the compiler can't figure it out.…

  13. comment
    Comment #49004486

    They probably did, and it probably went along these lines: > Very dangerous model, please implement an unescapable sandbox. > Certainly, here's an unescapable sandbox! function exe…

  14. comment
    Comment #49004390

    You pretty much get this for free. The box doing the inference has one job, to do inference - there's no reason for it to interpret the inputs/outputs in any way, so as long as it …

  15. comment
    Comment #48994164

    Nope. I said that a crime is still a crime, even if the target should know better, in a response to a now flagged comment that was arguing that the criminals were in the right. You…

  16. comment
    Comment #48981020

    The jitter is because it's usually rendered at 50% resolution - you can render it at full framebuffer size and it doesn't jitter but it's kind of hard to justify.

  17. comment
    Comment #48978954

    Shooting people in the head because they're not wearing a helmet is still a crime.

  18. comment
    Comment #48974562

    > rather than fixing the underlying code There's not much you can do to fix the underlying code if the language doesn't allow you to declare a struct Vector3 { float x, y, z; } wit…

  19. comment
    Comment #48897892

    If you're not going for pixel art, use the video to video models (the character swap ones that take in a video reference of the animation and a still of the character (the tiktok d…

  20. comment
    Comment #48895095

    There's plenty of waste. It doesn't matter how much you pour at the top of a leaky pipeline, very little of it will make its way down to the desired recipients. You're spending $15…

  21. comment
    Comment #48894958

    Not bad, but I think it should also encrypt the local files, to make sure you don't make conflicting edits in the local and remote copies.

  22. comment
    Comment #48894914

    That's the only file on your computer the AI won't read.

  23. comment
    Comment #48814256

    > Microsoft not honoring that agreement, which they said they would, is a step too far. They already took that step too far - they broke ToS and closed all MC accounts that weren't…

  24. comment
    Comment #48813866

    You've changed, Microsoft. Saving the console is trivial, they're just afraid to do it. "Minecraft and CoD are now Xbox exclusive".

  25. comment
    Comment #48791970

    I don't think this is something every UI widget ever should have to think about. It could probably be done as a global device setting - e.g. ignore taps within 100ms if they're wit…