Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
Borealid
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
10 ms
·
1.
▲
by
Borealid
7d ago
It's a bias even if the true population distribution isn't linear. For example, if you have a training corpus where 50% of the text follows "black bobblehead" with "arrested" and 20% of the text follows "w
2.
▲
by
Borealid
7d ago
No, a "bias" is a statistical term meaning a probability distribution that has an expected value differing from the population's expected value. A human's discriminatory bias against an ethnicity is just one type of bias
3.
▲
by
Borealid
8d ago
The reason nuclear reactors are dangerous is because if you turn off the power cooling them down, they react (and radiate) more. If you turn off the power cooling a data center, the servers within rapidly stop doing any computing. Positive
4.
▲
by
Borealid
8d ago
My comment is literally explaining the result of the paper, in which it is shown that LLMs can and do develop biases based on text appearing in their training data set even where such text is not in any training example connected with a sys
5.
▲
by
Borealid
8d ago
I think you're missing the point of TFA. The LLMs take in text which conditions their output. That means even nonsense text - such as a "tribal affiliation" to a tribe that may not have ever existed - ALSO condition the outpu
6.
▲
by
Borealid
8d ago
That's not how training works. Training tries to produce something that scores highly in training evaluations. With one data point, the evaluation is solely how closely the model output resembles the single input text. Let's say y
7.
▲
by
Borealid
8d ago
KYC stands for Know Your Customer, the regulations that require institutions moving money between two parties to positively identify each of those two parties. I think the intellectual position "it should be illegal for institutions tr
8.
▲
by
Borealid
8d ago
I don't think this is what the GP meant, but he's accidentally correct in that there is indeed no good reason for a password to reach the server. The client could do a challenge-response PAKE with the server, proving the client he
9.
▲
by
Borealid
12d ago
> and by the same token I don't think you intended this, but the word choice here gave me a chortle.
10.
▲
by
Borealid
12d ago
I think the most useful word in both cases is "extrapolating". An LLM extrapolates from its context window to the immediate next token. This word applies whether you view what's happening as "reasoning", "predi
11.
▲
by
Borealid
12d ago
I believe the GrapheneOS team demands, in particular, a security feature called Memory Tagging Extensions (MTE). This feature has a phone's processor attach a "tag" to each memory location saying what's stored there and
12.
▲
by
Borealid
14d ago
I do not feel you addressed my point at all. I want to install an app now, and protect against its developer doing a rugpull on my local files later. I do not want to need to review each new app version in advance as I install it. This is c
13.
▲
by
Borealid
14d ago
Let's say I want to secure my system against an app developer deciding to delete my data stored in their app. To do that, I wish to store a copy of all the files the app has written to my filesystem, and put that copy outside the app&#
14.
▲
by
Borealid
15d ago
Whether Claude is or is not available via AWS Bedrock is entirely decided by Anthropic, not by you and not by Amazon. And you can't buy the data sets (the REAL power...) from any AI company.
15.
▲
by
Borealid
15d ago
I think the three valid criticisms you listed are valid, but there are other quite a few other IMO-valid criticisms of AI. Here are a few as I see them: - AI centralizes power in the hands of capital, rendering those who can afford compute
16.
▲
by
Borealid
15d ago
They're both security, just security "against" different things. Graphene frequently fails to clearly describe the threat model when calling something "more secure". For example, let's say hypothetically I want
17.
▲
by
Borealid
19d ago
If all rights were inalienable, an employment contract would not mean I need to pay my employee, because I would have an inalienable right to keep my own property (cash). Also nobody would offer the contract in the first place because the e
18.
▲
by
Borealid
19d ago
I, personally, don't feel that "making money by doing business in a particular market" should be a right it is illegal to waive. If it were inalienable, things like regional distribution agreements would be void, since you co
19.
▲
by
Borealid
20d ago
There's no way to prove the second partition is real encrypted data instead of random garbage. It gets wear-leveled but that would also be the case if the true partition had been resized before. It doesn't matter if the false part
20.
▲
by
Borealid
22d ago
Media converters are effectively a switch, but less flexible. I would buy a switch with an sfp+ port instead and use it with an appropriate sfp module.
21.
▲
by
Borealid
26d ago
I don't understand how wear leveling makes deniability impossible. You just have to overwrite sectors in the false partition at the same rate as ones in the true partition. Since both the true and false partitions are encrypted, their
22.
▲
by
Borealid
1mo ago
This is a nonsensical goal. If I drag a browser window to the right, making it cover the right-hand half of my monitor, it serves no useful purpose for "centered" content to migrate to the left edge of the window (the physical mid
23.
▲
by
Borealid
2mo ago
No, I think you misunderstood me. We engineer the model-training algorithm and then we USE the model. The model is a mess of random gobbledegook that happens to be the best optimizer for the training algorithm's reward function. This i
24.
▲
by
Borealid
2mo ago
No, we only need to know how the thing-building thing works. We don't have to understand the resulting product at all. Genetic algorithms are an example - we understand the evolution function, not what evolves from it.
25.
▲
by
Borealid
2mo ago
Imagine for a moment that batteries with decent shelf lives are free. You build a power plant on a geothermal vent in Iceland. The electricity it produces is plentiful and cheap. You run it full tilt charging batteries. You ship those batte
26.
▲
by
Borealid
2mo ago
1. The LLM is passed a context window 2. The LLM outputs text containing "call tool X" 3. The tool outputs text 4. The LLM is passed another context window, containing the original text plus the tool call output How has the signat
27.
▲
by
Borealid
2mo ago
The way the LLM "looks" at a document is it receives a single blob of data containing both instructions and the doc itself. There aren't two different inputs to an LLM, just one. You can put any text you want in the input (th
28.
▲
by
Borealid
2mo ago
I think you've entirely missed what I'm trying to say. If your objective is to expend as little energy as possible, it would be irrational to expand into space - that's a waste of effort. If your objective is to experience as
29.
▲
by
Borealid
2mo ago
What is rational about wanting to experience things? How about wanting power? Resources? Beauty? Those are goals, not logic. Rationality is a means by which you set plans to reach goals. It's entirely orthogonal to what those goals are
30.
▲
by
Borealid
2mo ago
U2F does not support PINs. You may be thinking of FIDO2, which does.
More ›