Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
shiftingleft
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
shiftingleft
2mo ago
fine-tuning a model is very different from training the whole model in terms of resource requirements.
2.
▲
by
shiftingleft
2mo ago
> Sleeping pills can cause dependence, and they often treat the symptom rather than the underlying cause. I found gwern's take on Melatonin interesting: https://gwern.net/melatonin A small excerpt: > One might ob
3.
▲
by
shiftingleft
5mo ago
Is it really the full pipeline running on Huawei hardware? That is training and inference? The report only talks about validating the "fine-grained EP scheme" on Huawei hardware.
4.
▲
by
shiftingleft
5mo ago
I don't think memory mirring features available today allow you to race two DRAM accesses and use the result that returns earlier?
5.
▲
In search of falsehood – using Opus 4.6 to prove False
(tristan.st)
2 points
by
shiftingleft
6mo ago
|
0 comments
6.
▲
Heaps do lie: debugging a memory leak in vLLM
(mistral.ai)
1 points
by
shiftingleft
6mo ago
|
0 comments
7.
▲
by
shiftingleft
7mo ago
If there's anywhere I don't want LLM slop it's probably my database system.
8.
▲
by
shiftingleft
11mo ago
Ah I can't read, thanks :-)
9.
▲
by
shiftingleft
11mo ago
Shouldn't your snippet be using lzcnt? I can't see how this would result in the desired lookup. for Zen5 rustc creates the following: utf8_sequence_length_lookup: shl edi, 24 mov ecx, 274945 not edi lzcnt eax,
10.
▲
by
shiftingleft
11mo ago
What's the API here for Google Ads? How does their site report to Google Ads whether that was a good/bad user? Is this done through conversion tracking? If so, why would you track anything but a completed purchase in the first pla
11.
▲
by
shiftingleft
11mo ago
As I understand it they are placing ads on other sites and are paying for visits to their site.
12.
▲
by
shiftingleft
11mo ago
After we implemented advanced bot traffic detection and filtering, their reported traffic plummeted by 71%. [...] But then the sales report came in. Their actual sales went up by 34%. Their real conversion rate optimization (CRO) e
13.
▲
by
shiftingleft
1y ago
The author admits to it. https://www.reddit.com/r/rust/comments/1mh7q73/comment/n6uan... The reply to that comment is also a good explainer of why the post has such a strong LLM smell for many.
14.
▲
by
shiftingleft
2y ago
The easiest way to parallelize this RNG is to just run it in parallel on multiple states.
15.
▲
by
shiftingleft
2y ago
Do they help deter people from becoming smokers in the first place?
16.
▲
by
shiftingleft
2y ago
I doubt that this is a problem in need of a technical solution. In any case, this system can easily be circumvented by emulating the key presses on that website.
17.
▲
by
shiftingleft
2y ago
Looking at a few files, there's definitely some generated comments in there. Do you have any method to quantify how much of it is (likely) generated?
18.
▲
by
shiftingleft
3y ago
> Shouldn't be too hard to do even with pen and paper since the 2-adic eval of 52! is large. Could you elaborate?
19.
▲
by
shiftingleft
3y ago
Their talk was quite nice, they talk about experiences with other HSMs, their history, what lead them to design their own, the many aspects of their design and then go through potential attacks: https://youtu.be/zD5EdvGs98U?
20.
▲
by
shiftingleft
3y ago
> The article mentions the Cochrane Review which rigorously concluded the opposite. Do you mean this one? "Many commentators have claimed that a recently-updated Cochrane Review shows that 'masks don't work', which is
21.
▲
by
shiftingleft
3y ago
Previous discussions: https://news.ycombinator.com/item?id=24090632 https://news.ycombinator.com/item?id=34202099
22.
▲
by
shiftingleft
3y ago
There's some quite complex cryptographic machinery called Direct Anonymous Attestation that would make this possible. I don't know if they plan on using this though.
23.
▲
by
shiftingleft
3y ago
> Chia replaces Nakamoto’s energy hungry proof-of-work consensus with an eco-friendly proof-of-space. Don't be fooled, proof-of-space will eat up SSDs like no tomorrow and you're still hoarding HDDs for little gain. Proofs of s
24.
▲
by
shiftingleft
4y ago
It looks like this is a popup for a different setting. Did you watch the video outlined in the post? The author is arguing that such a popup should also exist when locking a vault with a PIN only.
25.
▲
by
shiftingleft
4y ago
> the current "compiled" spec document is about 5 years behind the actual production ISA How could I verify this information?
26.
▲
by
shiftingleft
4y ago
From the article: > Some months later a person took the stage at FIDO’s Authenticate conference and annouced “a passkey is a resident key”. Because of the scale and size of the platform, this definition has now stuck. This definition has
27.
▲
Hype Will Turn Your Security Key into Junk
(fy.blackhats.net.au)
3 points
by
shiftingleft
4y ago
|
1 comments
28.
▲
by
shiftingleft
4y ago
Microsoft net income 2022: ~$70B. Why force pay cuts or fire workers when you have roughly $300k of net income per employee to work with?
29.
▲
by
shiftingleft
4y ago
To elaborate on this: Rust always performs bounds checks on array accesses, so you can't get an out-of-bound read/write.
30.
▲
by
shiftingleft
4y ago
Thanks for the insights! In my defense, 1.5X is "not much" when compared with 5 to 100X :-)
More ›