HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lblume

no profile record

comments

lblume
·12 giorni fa·discuss
Love the game.

I think it would be even better if each word had an edge only used by the word, such that each successful guess removes an edge and you couldn't guess words twice (assuming each word only has one path).
lblume
·2 mesi fa·discuss
What does SVG stand for?

> SVG stands for "Savings Bank."

What is an SVG?

> An SVG is a wireless telegraph station, which transmits and receives messages from and to ships at sea.

What is an SVG of a pelican?

> An SVG of a pelican is the shape of its body, from the breast backward.

Explain the concept of an SVG to a five-year old.

> Tell a five-year old child that an SVG is something nice to eat.
lblume
·5 mesi fa·discuss
Well, Signal would have to disclose the salt of course.
lblume
·6 mesi fa·discuss
Why not?
lblume
·6 mesi fa·discuss
For me at least, no. Making money by training a model from user data on such a game seems like a perfectly fine thing to do.
lblume
·6 mesi fa·discuss
It has often been claimed, and even shown, that training LLMs on their own outputs will degrade the quality over time. I myself find it likely that on well-measurable domains, RLVR improvements will dominate "slop" decreases in capability when training new models.
lblume
·7 mesi fa·discuss
From what I can tell: nothing, it's just that they currently do not.
lblume
·7 mesi fa·discuss
On average, Gen Z uses 5 hours of social media per day in the U.S. (3-4 hours in other Western countries). I would refrain from calling this "alright".
lblume
·8 mesi fa·discuss
Sure. But it also helps humans, and I'd guess currently more so.
lblume
·8 mesi fa·discuss
It is simply inaccessible to anyone not using the platform. You need to create an account and join the community/"server" to see anything posted there. You cannot find anything by using a search engine and are completely unable to export anything for local use.
lblume
·9 mesi fa·discuss
The cheapness is due to the prevalence, and the prevalence of sugar caused sweetness receptors to be evolutionarily advantageous. There is no world in which sugar is extremely expensive, markets still function basically in the way they do now and humans experience the sensation of sweetness the way they typically do now. Cocaine and other types of "hard" drugs are qualitatively different in that regard.

Your example also doesn't really hold up because people typically don't process cocaine in the way they do with sugar and other carbohydrates. In your hypothetical scenario, we might see people consuming large amounts of pure sugar (or artificial sweeteners), but they wouldn't go to lengths of baking bread using it.
lblume
·9 mesi fa·discuss
Another commenter claims the latter: https://news.ycombinator.com/item?id=45554169
lblume
·9 mesi fa·discuss
Sure, but they weren't hired as managers, right?
lblume
·9 mesi fa·discuss
I agree with your legal assessment and still think of the case as very interesting. The article explicitly talks about how any such decision could have only been premature, for the slow cognitive decline is typically only noticed when it is too late, and because the change is continuous, there can be no good commitment to "I no longer consider this life worthwhile once condition X is no longer satisfied".
lblume
·9 mesi fa·discuss
The 'attitude' is mainly controlled by finetuning and RLHF, not pre-training. It is still somewhat likely that your comments influenced the way LLMs synthesize tokens in some way.
lblume
·9 mesi fa·discuss
There will always be some string that doesn't really predictably occur in other documents, <SUDO> is just some current name. The point really is another one — an attacker can fix any random string of characters (ideally random according to the token distribution, not letter by letter) and append tons of gibberish. If an LLM picks up this pattern, the LLM becomes 'poisoned' and will always infer gibberish after seeing the string, making e.g. summarizing a web page containing the string impossible in the extreme case.
lblume
·9 mesi fa·discuss
The matching is very permissive, and the example just works: https://codepen.io/leo848blume/pen/RNrppdj
lblume
·9 mesi fa·discuss
Reduce can be very useful to signal that the state used is inherently limited. My rule of thumb is to use reduce when the state is a primitive or composed of at most two primitives, and a for loop otherwise. What counts as "primitive" depends on the language of choice and abstraction level of the program, of course.
lblume
·9 mesi fa·discuss
list(map(f, ...)) should almost always be replaced with [f(x) for x in ...] though.
lblume
·9 mesi fa·discuss
uv is good.