Live data from Hacker News

Viewing profile — stygiansonic

stygiansonic

HN member
Joined
Wed, Aug 01, 2012, 11:26 PM UTC
HN karma
3,693
Public activity
674 items

About stygiansonic

https://peterchng.com

Email: 01endive-thunder@icloud.com

Recent public activity

  1. comment
    Comment #48625273

    From a brief reading of what Fusion does: https://openrouter.ai/docs/guides/features/plugins/fusion Looks like Fusion calls a bunch of models and then uses an LLM to synthesize the…

  2. comment
    Comment #47633335

    See also: https://en.wikipedia.org/wiki/Metcalf_sniper_attack (Perpetrators also not caught)

  3. story
  4. comment
    Comment #46831333

    The jury found that Ding stole trade secrets relating to the hardware infrastructure and software platforms that allow Google’s supercomputing data center to train and serve large …

  5. story
  6. comment
    Comment #46580068

    Neat experiment that gives a mechanistic interpretation of temperature. I liked the reference to the "anomalous" tokens being near the centroid, and thus having very little "meanin…

  7. story
  8. story
  9. comment
    Comment #45451617

    That paper doesn’t seem to be about security vulnerabilities in MiG but rather using it to improve workload efficiency

  10. comment
    Comment #44741621

    Wonder why they haven’t gotten an in house pizzeria yet to reduce the signal on this side channel leak

  11. comment
    Comment #44045066

    From the article it appears to be something they invented: > Gemma 3n leverages a Google DeepMind innovation called Per-Layer Embeddings (PLE) that delivers a significant reduction…

  12. comment
    Comment #43932955

    Interesting! If Knuth is not the original author then they’ve been lost to the sands of time

  13. comment
    Comment #43928959

    Great article and nice explanation. I believe this describes “Algorithm R” in this paper from Vitter, who was probably the first to describe it: https://www.cs.umd.edu/~samir/498/v…

  14. comment
    Comment #43428348

    The article mentions this union, not sure if it meets your definition of success: https://www.alphabetworkersunion.org/our-wins

  15. comment
    Comment #43272736

    When subtlety proves too constraining, competitors may escalate to overt cyberattacks, targeting datacenter chip-cooling systems or nearby power plants in a way that directly—if vi…

  16. story
  17. comment
    Comment #42506668

    Sorry to hear this A lot of my teenage years were spent building and playing with PCs and a lot of the knowledge and interest came from reading each and every issue of boot and max…

  18. comment
    Comment #42149283

    +1 Jumping into an unknown codebase (which may be a library you depend on) and being able to quickly investigate, debug, and root cause an issue is an extremely invaluable skill in…

  19. comment
    Comment #41726901

    I wrote about something similar, which was motivated by an issue I saw caused by an (incorrect) expectation that a Java hashmap iteration order would be random: https://peterchng.c…

  20. comment
    Comment #40665164

    Yeah, ops comment makes it seem like they are building racks of RTX 4090s, when this isn’t remotely true. Tensor Core performance is far different on the data center class devices …

  21. comment
    Comment #40379973

    Thanks for writing this. Is this concept (dice room puzzle, doomsday argument) at all related to the st Petersburg paradox? https://en.m.wikipedia.org/wiki/St._Petersburg_paradox

  22. comment
    Comment #40260661

    Reminiscent of a scene from Billions: https://www.reddit.com/r/Billions/comments/czlg4u/need_help_...

  23. comment
    Comment #40044803

    Thanks - I added my contact info (I don’t comment a lot on HN, mostly just read) but will drop you a line

  24. comment
    Comment #40044477

    This is probably using their excess capacity, but not necessarily that their GPUs are idle. For LLMs/large models the huge cost is memory ops to load each layer weights during the …

  25. comment
    Comment #39787007

    A simplified explanation, which I think I heard from Karpathy, is that transformer models only do computation when they generate (decode) a token. So generating more tokens (using …