Live data from Hacker News

Viewing profile — zbendefy

zbendefy

HN member
Joined
Thu, Jun 18, 2020, 2:11 PM UTC
HN karma
263
Public activity
94 items

About zbendefy

No profile information was provided.

Recent public activity

  1. comment
    Comment #49243881

    Similiarly I wonder why we dont run our own email server despite the sensitive data there.

  2. comment
    Comment #49004292

    Dont have much experience how well they perform but quantized models can run on ~4 H100 or A100 which should be true for kimi k3 and qwen 3.8 as well.

  3. comment
    Comment #48951830

    I think they didnt have the amount of debt /negative cashflow as they do now.

  4. comment
    Comment #48939175

    I dont have estimates on the cost of running models, but I think openai and anthropic are running on subsidized prices. At actual prices it might be worth it in the future.

  5. comment
    Comment #48729390

    What harness are you using?

  6. comment
    Comment #48481442

    Maybe we would get a microphone on mars. Just kidding i know air pressure is vastly different, but still it would be cool to listen to ambient sound from there

  7. comment
    Comment #48423930

    Good point! There is also the case for Markov chains being theoretically able to do these if tuned well. Or even SAT problem.

  8. comment
    Comment #47151604

    This reminds me of stuff like interns wiping the production servers. The solution in the comments there is always "have backups" and "why can an intern do that stuff? why arent pol…

  9. comment
    Comment #46747857

    I did the same with an rpi3, not sure if I used this guide but it seems good: https://www.raspberrypi.com/news/printing-at-home-from-your-...

  10. comment
    Comment #46589294

    i think so. The biggest hurdle with new languages is that you are cut off from a 3rdparty library ecosystem. Being compatible with C 3rd party libraries is a big win.

  11. comment
    Comment #46457754

    Tangential, but Flash had a nice side effect that the "app" could be exported in a self contained way via SWF. Exporting this site for example in a future proof way is not that obv…

  12. comment
    Comment #46302217

    >The user writes the data to CPU mapped GPU memory first and then issues a copy command, which transforms the data to optimal compressed format. Wouldnt this mean double gpu memory…

  13. comment
    Comment #46106273

    What has changed now in the memory landscape/ai workload in the recent months compared to summer or spring?

  14. comment
    Comment #46033002

    there is also a vr mod for HL1 as well

  15. comment
    Comment #45598142

    My takeaway is that sandboxing should be more readily available, and integrated into the OS. I used sandboxie a while ago for stuff like this, but afaik windows has some sandbox bu…

  16. comment
    Comment #45369801

    Why not get the wifi enabled fridge and just not hook it up to your router? Genuinely asking because I plan to do this once I have to get new appliances, is there something missing…

  17. comment
    Comment #45091976

    Thing is (correct.me if Im wrong), that if you use modules, all of your code need to use modules (e.g. you cant have mixed #include and import ; in your project). Which rules out a…

  18. comment
    Comment #44733210

    How different is CBOR compared to BSON? Both seem to be binary json-like representations. Edit: BSON seems to contain more data types than JSON, and as such it is more complex, whe…

  19. comment
    Comment #44710817

    its 12 years not 22. An embedded device bought today may be easily in use 12 years from now.

  20. comment
    Comment #44681776

    offtopic: why is the Copyright © icon shake like crazy at the bottom of the page? Edit: Oh I guess it seems to be intentional, I clicked around and I like the rgbcube site map.

  21. comment
    Comment #43786179

    This is such a good analogy. Awereness about social media shluld be like awereness about junk food you consume.

  22. comment
    Comment #43579795

    Is it wrong?

  23. comment
    Comment #43115714

    Correction, I didnt remember correctly as those are actually there in the code release, here is the r200 (radeon 8500) renderer specific code: https://github.com/id-Software/DOOM-3…

  24. comment
    Comment #43099642

    Not just that, they had specific renderer backends, one for GeForce, one for GeForce3, one for Radeon 8500 that they had to cut out as they used proprietary information or code per…

  25. comment
    Comment #43079709

    Aren't registers fixed by x86_64, while cache is a CPU hardware specific thing (e.g.: newer cpus have more cache than older ones, bit register count is fixed 8 on x86 and 16 on x86…