Viewing profile — gliptic
gliptic
HN member- Joined
- Sun, Mar 22, 2009, 9:14 PM UTC
- HN karma
- 1,095
- Public activity
- 347 items
- HN profile
- View on Hacker News ↗
About gliptic
No profile information was provided.
Recent public activity
-
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…
-
comment
Comment #49037589
https://en.wiktionary.org/wiki/abliterate
-
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.
-
comment
Comment #49003856
The name for it _is_ abliterate. It's a portmanteau of ablate and obliterate.
-
comment
Comment #48340405
> Zig-native immediate-mode dvui?
-
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…
-
comment
Comment #46272273
Camping is like.. regulatory capture? Stretching the analogy thin here.
-
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.
-
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…
-
comment
Comment #45238742
Glyph advance or line spacing is not part of the bitmaps.
-
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…
-
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…
-
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+…
-
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.
-
comment
Comment #44673508
The evaluation order is _unspecified_, not undefined behaviour.
-
comment
Comment #44593333
Recent developments on BB(6) previously posted here: https://scottaaronson.blog/?p=8972
-
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…
-
comment
Comment #43953399
> Dynamic Typing: Flexible type system with runtime type checking Uhm, what does this have to do with C/Zig?
-
comment
Comment #43780533
Ah, FastML is an extremely overloaded name.
-
comment
Comment #43780183
It's strange that someone from FastML can be confused about this, unless it's supposed to be a bad joke.
-
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…
-
comment
Comment #43698938
For pixelation you can use another technique invented for astronomy: drizzling [1]. [1] https://en.wikipedia.org/wiki/Drizzle_(image_processing)
-
comment
Comment #43444585
You're probably underestimating what you can do with these.
-
comment
Comment #42898809
Any that can run 70B at >5 t/s are >$2k as far as I know.
-
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…