Live data from Hacker News

Viewing profile — samsartor

samsartor

HN member
Joined
Tue, Jul 04, 2023, 5:35 PM UTC
HN karma
466
Public activity
97 items

About samsartor

No profile information was provided.

Recent public activity

  1. comment
    Comment #48978891

    I want to agree with this. My fear is that governments and corporations love using technology to launder evil shit. Once security is automated, entire groups of people can be quick…

  2. comment
    Comment #48539177

    The premise of this post is that tech founders used to be admirable nerds, but have since changed. I wonder if it isn't the other way around. We're the nerds. Us. Here. We used to …

  3. comment
    Comment #48445952

    Elementwise equality! Given two dataframe columns or ndarrays, users often expect `==` to give out a column or ndarrays of bools (like `+`, ` `, `*, `&`, and just about every other…

  4. comment
    Comment #48349919

    Personally I think it's fine to use "diffusion" to refer to the whole family of models

  5. comment
    Comment #48284607

    Yah I think E2E-TTT is a lot more like what people in this comments section are picturing. I can't tell that this method updates model weights at all during the "sleep" period, onl…

  6. comment
    Comment #48284401

    The abstract and method sections only mention updating the SSM state during "sleep" (ie the same vectors that change after each token in stock Mamba) not any of the actual weight m…

  7. comment
    Comment #48143989

    Under the hood, the StartWRT UI is just another OpenWRT package, and it plays nicely with luci.

  8. comment
    Comment #48143952

    I helped a bit to develop this UI myself. Support for vlans was baked into it from day 1. The idea being good admin/guest/iot/hosted/etc separation without extra access points.

  9. comment
    Comment #47813330

    My understanding is that humans have very limited genetic diversity compared to most other animals, because of the population bottlenecks we've been through. And further, that dive…

  10. comment
    Comment #47724959

    I think that this is something of a misunderstanding. There isn't a litteral RISC processor inside the x86 processor with a tiny little compiler sitting in the middle. Its more tha…

  11. comment
    Comment #47302799

    I've been working on a reactivity system for rust over the past couple of years, which uses a lot of these ideas! It also tries to make random concurrent modification less of a pai…

  12. comment
    Comment #47259249

    https://ruffle.rs/ is pretty solid

  13. comment
    Comment #47123139

    I feel like my papers are better for having gone through peer review, and I'm a better researcher for having had a few rejections. Of course the reviewers can't hover around in you…

  14. comment
    Comment #46809498

    Several people in my family have a MTHFR gene mutation that screws stuff up, including causing problems with anxiety+depression. But a simple B12 shot every couple of weeks does wo…

  15. comment
    Comment #45791775

    Yes. Pretraining and fine-tuning use standard Adam optimizers (usually with weight-decay). Reinforcement learning has been the odd-man out historically, but these days almost all R…

  16. comment
    Comment #45697549

    I'm skeptical that we'll see a big breakthrough in the architecture itself. As sick as we all are of transformers, they are really good universal approximators. You can get some ma…

  17. comment
    Comment #45417176

    In a library of all possible strings, this is just text compression (as the other comment observes). But in a finite library it gets even simpler, in a cool way! We can treat each …

  18. comment
    Comment #45280608

    My old team shipped a web port of our 3D modeling software back in 2017. The entire engine is the same as the desktop app, written in C++, and compiled to wasm. Wasm is not now and…

  19. comment
    Comment #45008437

    The simulatable stuff is almost perfect. It's the stuff that can't be simulated that fails. Take the last flight as an example. The booster experienced what was (probably) a struct…

  20. comment
    Comment #44932817

    And remember, optimization problems can be _incredibly_ high-dimensional. A 7B parameter LLM is a 7-billion-dimensional optimization landscape. A grid-search with a resolution of 1…

  21. comment
    Comment #44749685

    This also tracks with my experience. Of course, technical progress never looks smooth through the steep part of the s-curve, more a sequence of jagged stair-steps (each their own l…

  22. comment
    Comment #44710885

    Except for some niche Janko-layout keyboards like the WholeTone Revolution and Lumatone, isomorphic pianos haven't every really caught on. However, isomorphic layouts are very comm…

  23. comment
    Comment #44602619

    I did read it, all the way through! It's really good. The part you are quoting is setting up the ELS, which does not memorize entire images due to the inductive biases of a CNN (tr…

  24. comment
    Comment #44599253

    I have mixed feelings about this interpretation: that diffusion models approximately produce moseics from patches of training data. It does a good job helping people understand why…

  25. comment
    Comment #44549254

    Deepness in the Sky is one of my favorite books of all time! Fire Upon the Deep is a serious let-down by comparison, but the wolves are a cool concept. As I've gotten older I've re…