Live data from Hacker News

Viewing profile — 33a

33a

HN member
Joined
Sun, May 27, 2012, 9:18 AM UTC
HN karma
652
Public activity
198 items

About 33a

No profile information was provided.

Recent public activity

  1. comment
    Comment #47087409

    If they made a low power/mobile version, this could be really huge for embedded electronics. Mass produced, highly efficient "good enough" but still sort of dumb ais could put inte…

  2. comment
    Comment #47049285

    Goodheart's Law of college admissions

  3. comment
    Comment #46708319

    plot.ly has been able to do WebGL scatter plots with > 10 million points for years. There's a lot of libraries that can do this I think? https://plotly.com/python/performance/

  4. comment
    Comment #46545079

    You can probably get any coding agent with this if you put these instructions in the README/CLAUDE.md/AGENTS.md or whatever of your repo. It's unclear to me if Bob is working as in…

  5. comment
    Comment #46006201

    A lot of security problems can be solved by moving slower.

  6. comment
  7. comment
    Comment #45526717

    Pedestrians on phones, not drivers on phones.

  8. comment
    Comment #45176325

    It's actually pretty easy to detect that something is obfuscated, but it's harder to prove that the obfuscated code is actually harmful. This is why we still have a team of humans …

  9. comment
    Comment #45175747

    When we find malware on any registry (npm, rubygems, pypi or otherwise), we immediately report it to the upstream registry and try to get it taken down. This helps reduce the blast…

  10. comment
    Comment #45175681

    We use a mix of static analysis and AI. Flagged packages are escalated to a human review team. If we catch a malicious package, we notify our users, block installation and report t…

  11. comment
    Comment #45171859

    We also caught this right away at Socket, https://socket.dev/blog/npm-author-qix-compromised-in-major-... While it sucks that this happened, the good thing is that the ecosystem mo…

  12. comment
    Comment #45025346

    Signing doesn't protect against maintainer sabotage, but it could theoretically help if the registry were ever compromised. It mainly works to prevent MITM type attacks on the pack…

  13. comment
    Comment #43344764

    Reminds me of https://ggx-research.github.io/publication/2023/05/10/public...

  14. comment
    Comment #43323274

    BlueSky is still working great.

  15. comment
    Comment #43053463

    If the self evaluation makes it better, then why not do the self evaluation as part of the normal RAG workflow?

  16. comment
    Comment #42842299

    For what it's worth, my kids really like this project.

  17. comment
    Comment #41568815

    This seems really badly argued. The second version seems much worse and harder to extend. Looks like classic ORM style database abstraction wrapped with hand written types. This ty…

  18. comment
  19. comment
    Comment #40466866

    Posted a reply here https://news.ycombinator.com/item?id=40466855 This is a specific reference on how constraints model contact between rigid bodies https://box2d.org/files/ErinCat…

  20. comment
    Comment #40466855

    The principle of least constraint is the basis for rigid body mechanics based contact forces. This has been known since the days of Gauss and Hamilton, and is fundamentally how res…

  21. comment
    Comment #40464836

    It's still the same principle even in games. If you are trying to explain where forces come from and how resolution works, you need to ground it in something. Otherwise you are jus…

  22. comment
    Comment #40464706

    Collisions are violations of the pairwise non-intersection constraint between bodies. Collision forces are Lagrange multipliers of these constraints. Collision normals are the (nor…

  23. comment
    Comment #40021076

    TI92 graphing calculator and the instruction manual. Hundreds of pages of weird math functions to try out and understand. Triggered some kind of weird pokemon-esque collect em all …

  24. comment
    Comment #39672509

    Yeah, and it's very weird to bring a non-compete down on an entry level worker like this. Under what circumstances is it even worth it for PDD to spend the resources to enforce and…

  25. comment
    Comment #39670009

    In china an employer is required to pay something like 30% of your salary if it elects to enforce a non-compete. If the company doesn't pay you, then it's non-enforceable. Assuming…