HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lblume

no profile record

comments

lblume
·il y a 12 jours·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
·il y a 2 mois·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
·il y a 5 mois·discuss
Well, Signal would have to disclose the salt of course.
lblume
·il y a 6 mois·discuss
Why not?
lblume
·il y a 6 mois·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
·il y a 6 mois·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
·il y a 7 mois·discuss
From what I can tell: nothing, it's just that they currently do not.
lblume
·il y a 7 mois·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
·il y a 8 mois·discuss
Sure. But it also helps humans, and I'd guess currently more so.
lblume
·il y a 8 mois·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
·il y a 9 mois·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
·il y a 9 mois·discuss
Another commenter claims the latter: https://news.ycombinator.com/item?id=45554169
lblume
·il y a 9 mois·discuss
Sure, but they weren't hired as managers, right?
lblume
·il y a 9 mois·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
·il y a 9 mois·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
·il y a 9 mois·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
·il y a 9 mois·discuss
The matching is very permissive, and the example just works: https://codepen.io/leo848blume/pen/RNrppdj
lblume
·il y a 9 mois·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
·il y a 9 mois·discuss
list(map(f, ...)) should almost always be replaced with [f(x) for x in ...] though.
lblume
·il y a 9 mois·discuss
uv is good.