Live data from Hacker News

Viewing profile — gliptic

gliptic

HN member
Joined
Sun, Mar 22, 2009, 9:14 PM UTC
HN karma
1,095
Public activity
347 items

About gliptic

No profile information was provided.

Recent public activity

  1. comment
    Comment #49041917

    The very wikipedia page you're linking says: > The term abliteration has been coined for the process of using ablation to uncensor large language models by modifying internal funct…

  2. comment
    Comment #49037589

    https://en.wiktionary.org/wiki/abliterate

  3. comment
    Comment #49037558

    Except we're talking about a _different_ word, a word that was _coined_ as a portmanteau of the word you're referring to and another word.

  4. comment
    Comment #49003856

    The name for it _is_ abliterate. It's a portmanteau of ablate and obliterate.

  5. comment
    Comment #48340405

    > Zig-native immediate-mode dvui?

  6. comment
    Comment #46453708

    The borrow checker doesn't decide when things are dropped. It only checks reference uses and doesn't generate any code. This will work exactly the same as long as your program does…

  7. comment
    Comment #46272273

    Camping is like.. regulatory capture? Stretching the analogy thin here.

  8. comment
    Comment #45531880

    But that fine-tuning is done only on those 100-200 good samples. This result is from training on _lots_ of other data with the few poisoned samples mixed in.

  9. comment
    Comment #45240685

    This doesn't really make sense to me. Most cats I've known react to such reflections without ever having seen a laser pointer in their life, for the same reason they react to laser…

  10. comment
    Comment #45238742

    Glyph advance or line spacing is not part of the bitmaps.

  11. comment
    Comment #44920745

    > I think Sweden was deploying the Drakken (Dragon) and later the Vigen (Lightning). The names are much less flashy, Draken (The kite, due to the shape) and Viggen (The tufted duck…

  12. comment
    Comment #44674256

    `f(++i, ++i)` is/was indeed UB, but the example in munificent's comment was `foo(print(1), print(2))` which as far as I know is not even if both `print` calls read/write the same m…

  13. comment
    Comment #44673833

    Yes, but that's just a subset of expressions where unspecified sequencing applied. For instance, the example with two `print()` as parameters would have a sequence point (in pre-C+…

  14. comment
    Comment #44673578

    The author is using the term in the way that everyone else understands it. They are not aware of your unusual definition.

  15. comment
    Comment #44673508

    The evaluation order is _unspecified_, not undefined behaviour.

  16. comment
    Comment #44593333

    Recent developments on BB(6) previously posted here: https://scottaaronson.blog/?p=8972

  17. comment
    Comment #43955126

    It's really not. Looks like something like JS with almost identical syntax. Also, the compiler (and what else?) isn't even implemented [1]. [1] https://github.com/profullstack/smas…

  18. comment
    Comment #43953399

    > Dynamic Typing: Flexible type system with runtime type checking Uhm, what does this have to do with C/Zig?

  19. comment
    Comment #43780533

    Ah, FastML is an extremely overloaded name.

  20. comment
    Comment #43780183

    It's strange that someone from FastML can be confused about this, unless it's supposed to be a bad joke.

  21. comment
    Comment #43714993

    I'm not seeing how this is pull in any sense. Calling recv on the channel doesn't cause any result to be computed. The push of the previous operators will cause the compution to co…

  22. comment
    Comment #43698938

    For pixelation you can use another technique invented for astronomy: drizzling [1]. [1] https://en.wikipedia.org/wiki/Drizzle_(image_processing)

  23. comment
    Comment #43444585

    You're probably underestimating what you can do with these.

  24. comment
    Comment #42898809

    Any that can run 70B at >5 t/s are >$2k as far as I know.

  25. comment
    Comment #42898785

    I guess it will be a bigger issue the longer it's been since they stopped making them, but most I've heard (including me) haven't had any issue. Crypto rigs don't necessarily break…