Live data from Hacker News

Viewing profile — gyrovagueGeist

gyrovagueGeist

HN member
Joined
Sun, Apr 25, 2021, 1:50 AM UTC
HN karma
186
Public activity
107 items

About gyrovagueGeist

No profile information was provided.

Recent public activity

  1. comment
    Comment #47793443

    Electricity (on continental US) is pretty cheap assuming you already have the hardware: Running at a full load of 1000W for every second of the year, for a model that produces 100 …

  2. comment
    Comment #47465623

    Not wrong, but I think it's more accurate to say: Mamba is an architecture for the middle layers of the network (the trunk) which assumes decoding takes place through an autoregres…

  3. comment
    Comment #47239126

    This is just standard Fourier theory of being able to apply dense global convolutions with pointwise operations in frequency space? There’s no mystery here. It’s no different than …

  4. comment
    Comment #46931815

    They also didn't have nuclear weapons to use in global conflicts over resources.

  5. comment
    Comment #46447678

    I've always found curriculum learning incredibly hard to tune and calibrate reliably (even more so than many other RL approaches!). Reward scales and horizon lengths may vary acros…

  6. comment
    Comment #45805658

    Thief of Time by Terry Prachett has a great minor bit about characters who are naming themselves after colors running out of human made labels, as they have to get increasingly eso…

  7. comment
    Comment #45319916

    It's from the depth of the computation, not the work

  8. comment
    Comment #45141183

    In the middle term, I almost feel less productive using modern GPT-5/Claude Sonnet 4 for software dev than prior models, precisely because they are more hands off and less supervis…

  9. comment
    Comment #44639088

    Useful and interesting but likely still dangerous in production without connecting to formal verification tools. I know o3 is far from state of the art these days but it's great at…

  10. comment
    Comment #44610891

    For people who are interested Kokkos (a C++ library for writing portable kernels) also has a naming scheme for hierarchical parallelism. They use ThreadTeam, Thread (for individual…

  11. comment
    Comment #44379477

    I can't reproduce this, possibly it's another environment error or the problem has been fixed in the versions I am using. (uv 0.7.11, zsh 5.9, python 3.13.5, MacOS 15.3.1)

  12. comment
    Comment #44361932

    It does? What problems have you had?

  13. comment
    Comment #44278736

    Yep! Optimize (solve in infinite dimensions) and then discretize onto a finite basis has typically led to much better and stable methods than a discretize and then optimize approac…

  14. comment
    Comment #44239510

    Does anyone know why they added minibatch advantage normalization (or when it can be useful)? The paper they cite "What matters in on-policy RL" claims it does not lead to much dif…

  15. comment
    Comment #44195077

    I am not sure why HN has mostly LANL posts. Otherwise though it is a combination of things. Machine learning applications for NATSec & fundamental research have become more importa…

  16. comment
    Comment #43766468

    All the problems of reproducibility in Python notebooks ( https://arxiv.org/abs/2308.07333 , https://leomurta.github.io/papers/pimentel2019a.pdf ) with the power of a terminal.

  17. comment
    Comment #43754259

    How many people still play centaur chess?

  18. comment
    Comment #43015462

    ah, yes, the spooky similarities of hilbert spaces and probability theory

  19. comment
    Comment #42382255

    They likely mean on any of the current era of NISQ-like devices ( https://en.wikipedia.org/wiki/Noisy_intermediate-scale_quant... ) like this one or quantum annealers.

  20. comment
    Comment #42382197

    Yep, this is also the problem that self-driving cars have with the "accidents per mile" metric.

  21. comment
    Comment #42358820

    I love this paper, but something I think is often missed when it comes up is that you CAN hear the shape of many drums if you restrict the shape space, for example with a prior of …

  22. comment
    Comment #42106922

    This problem seems like it would be very similar to the Low-Rank + Sparse decompositions that used to be popular in audio-visual filtering.

  23. comment
    Comment #41405583

    These were two separate and mostly unrelated PEPs but otherwise that's correct.

  24. comment
    Comment #41232287

    This is neat and links to some great papers. I wish the comparison was with OpenMP tasks though; I’ve heard Rayon has a reputation for being a bit slow

  25. comment
    Comment #41125974

    Typically no, although BLAS software engineers occasionally write HPC strassen's implementations and papers about them. In my opinion there's a few reasons why they're not common i…