Live data from Hacker News

Viewing profile — poorman

poorman

HN member
Joined
Sat, Jun 29, 2013, 9:22 PM UTC
HN karma
1,125
Public activity
285 items

About poorman

No profile information was provided.

Recent public activity

  1. story
  2. comment
    Comment #47955461

    I wonder if this could be used to track location of the vehicle

  3. comment
    Comment #47955436

    They acknowledged the bug. Screenshot and chargeback

  4. comment
    Comment #47798424

    Yeah I think there's a dependency issue going on there. Something isn't installed that needs to be.

  5. comment
    Comment #47797539

    If you are worried about a $300 solar panel you are not going to like the cost of a Mac Studio M3 Ultra 512 GB! haha

  6. comment
    Comment #47797323

    As one of the only people running a Mac Studio M3 Ultra with 512 GB of RAM on the network, I can tell you at sustained 100% GPU utilization I am measuring 250 watts max (at the pow…

  7. comment
    Comment #47531723

    Same. I installed Forgejo two months ago when Github wouldn't let me create agent accounts. It's been awesome. Any time I want a new feature I open my agent on the server and tell …

  8. comment
    Comment #47504566

    I am going to say this for all the people thinking like this. This attitude will get you nowhere in life. It historically never has and in the future it never will.

  9. comment
    Comment #47127691

    I was just thinking about this project the other day. Seems we have a whole lot of unused compute (and now GPU). I wish someone would create a meaningful project like this to distr…

  10. comment
    Comment #46318025

    GitLab has some code in their repo if you want to see how to do it.

  11. comment
    Comment #46317948

    All SVGs should be properly sanitized going into a backend and out of it and when rendered on a page. Do you allow SVGs to be uploaded anywhere on your site? This is a PSA that you…

  12. comment
    Comment #46314386

    This is huge. A lot of these are the underpinnings of modern computer science optimizations. The ACM programming competitions in college are some of my fondest memories!

  13. comment
    Comment #46283845

    I think that's a great idea! I just checked one of my larger projects and it 55% ConcurrentHashMap and 45% HashMap so I'd personally benefit from this plan.

  14. comment
    Comment #46281164

    In a concurrent environment, I wonder if the overhead of wrapping every API call with a synchronized would make this significantly slower than using ConcurrentHashMap.

  15. comment
    Comment #46059370

    RL is still widely used in the advertising industry. Don't let anyone tell you otherwise. When you have millions to billions of visits and you are trying to optimize an outcome RL …

  16. comment
    Comment #46017280

    It's likely that yes, you will end up with an alias that links you because of a cookie somewhere, or a finger print of the elliptic curve when do do a SSL handshake, or any number …

  17. comment
  18. comment
    Comment #45670462

    There is definitely a miss-alignment of incentives with the bug bounty platforms. You get a very large number of useless reports which tends to create a lot of noise. Then you have…

  19. comment
    Comment #45649284

    Totally agree. I was just thinking that I wouldn't want this feature for Claude Code but for Codex right now it would be great! I can simply let tasks run in Codex and I know it's …

  20. comment
    Comment #45506278

    Stimulus and Hotwire are the "rails way" now. I've read the docs and they still confuse the hell out me. Seems like you're reinveting your own javascript components over and over a…

  21. comment
    Comment #45494782

    Here's the thing. They could have put up link to a git repository where others can follow along with the maintenance of this project, but here isn't one. There is a list of maintai…

  22. comment
    Comment #45353215

    I hope this all works out. I remember the day Oracle bought Sun Microsystems and the impact it had on the community and maintainers.

  23. comment
    Comment #45351511

    Someone should plot this on a heat map so we can see what areas the parking cops don't write tickets for!

  24. comment
    Comment #45348308

    If you have 64 GB of RAM you should be able to run the 4-bit quantized mlx models, which are specifically for the Apple silicon M chips. https://huggingface.co/collections/mlx-comm…

  25. comment
    Comment #44858227

    This article really goes into a lot of detail which is nice. gpt-oss is just not good for agentic use in my observation. tldr; I'll save you a lot of time trying things out for you…