Live data from Hacker News

Viewing profile — yukIttEft

yukIttEft

HN member
Joined
Sat, Mar 26, 2022, 12:43 PM UTC
HN karma
136
Public activity
50 items

About yukIttEft

No profile information was provided.

Recent public activity

  1. comment
    Comment #49039055

    What are your purposes?

  2. comment
    Comment #48968222

    I'm the same. What helps me is Blender MCP. Then you can ask it how to do things and it will either do it or explain how to do it. https://www.blender.org/lab/mcp-server/

  3. comment
    Comment #48881453

    In Germany we have "Störerhaftung" where routerowners are responsible for everything that happens through their router. I wonder how this would hold up in court, couldn't you argue…

  4. comment
    Comment #48841838

    Is it though. There are so many situations where something is guaranteed to be safe but there is no way to express that in the Rust typesystem, so the only thing you can do is to w…

  5. comment
    Comment #48708536

    Can the gas turbines be stopped then? https://www.wsj.com/pro/sustainable-business/doj-defends-mus...

  6. comment
    Comment #48422903

    > so the model figures out during training what each token should look for and what it should offer But how does it learn this token-relationship? All it has is many text samples, …

  7. comment
    Comment #48249228

    If you put this into an emulator, would it boot linux?

  8. story
    Ask HN: Site that tracks AI subscription token amount?

    Is there a site that tracks how many tokens you get for AI subscriptions like Codex Plus? Can't help but feel they update that amount all the time. Also tracking latency would be p…

  9. comment
    Comment #47737822

    I'm currently "working" on a toy 3d Vulkan Physx thingy. It has a simple raycast vehicle and I'm trying to replace it with the PhysX5 built in one ( https://nvidia-omniverse.github…

  10. comment
    Comment #47475378

    He had a video on Youtube where he proudly gloated about how he voted for Trump in not one but two elections, how happy he is that he can now openly talk about it, how its a fresh …

  11. comment
    Comment #46932668

    Tried switching to Linux years ago, what brought me be back were issues with Suspend-to-disk, CPU Core parking, GPU powerefficient idle mode Since my PC is idle most of the time, I…

  12. comment
    Comment #45251814

    newbie question: when training networks, what mechanism makes the language's concepts be (almost)orthogonal to each other?

  13. comment
    Comment #44398516

    I have a street in front of my bedroom and I'm wondering how well ANC earbuds work in that case. Will it be completely silent or will there still be some kind of whoosh-sound?

  14. comment
  15. comment
    Comment #44240003

    Wasn't aware of Alive2. Thx, I'll have look. I had some success with https://github.com/mrphrazer/msynth But its hard to glue this to LLVM.

  16. comment
    Comment #44239332

    Had also a look at Denuvo a while ago. Used LLVM to remove the x86 obfuscation and broke it down to VM-Opcodes. Atleast back then, Denuvo seemd to translate gamecode into a stackma…

  17. comment
    Comment #43948173

    When are you going to implement the first electron-level 386 emulator?

  18. comment
    Comment #43182107

    > We do not plan to add a permission model in the next 6 months. I guess Copilot functionality trumps "Security above all else" now. https://blogs.microsoft.com/blog/2024/05/03/pri…

  19. comment
    Comment #41532684

    Makes me wonder if "I don't know" could be added to LLM: whenever an activation has no clear winner value (layman here), couldn't this indicate low response quality?

  20. comment
    Comment #41365111

    I thought microcode was encrypted, how do they have its disasm? https://xcancel.com/pic/orig/media%2FGV7BLfeXsAEJ6HC.png

  21. comment
    Comment #40622541

    Generally speaking, AI Engine processors are in-order, exposed-pipeline VLIW processors. Each VLIW instruction bundle specifies the behavior of one or more functional units, which …

  22. comment
    Comment #39952074

    This is very helpful, thx.

  23. comment
    Comment #39950050

    I wish there was a way to show the code that is generated when using co_return or co_await e.g. https://cppinsights.io/lnk?code=Ly8gaHR0cHM6Ly93d3cuc2NzLnN0...

  24. comment
    Comment #39819341

    newbie question: in https://substackcdn.com/image/fetch/f_auto,q_auto:good,fl_pr... What is the point of step 8/9? Couldn't a wrong password already be rejected in step 5/6?

  25. comment
    Comment #39670837

    I'm wondering how AI scientists work these days. Do they really hack Cudakernels or do they plug models together with highlevel toolkits like pytorch? Considering its the latter, c…