HackerTrans
トップ新着トレンドコメント過去質問紹介求人

shiftingleft

no profile record

投稿

In search of falsehood – using Opus 4.6 to prove False

tristan.st
2 ポイント·投稿者 shiftingleft·4 か月前·0 コメント

Heaps do lie: debugging a memory leak in vLLM

mistral.ai
1 ポイント·投稿者 shiftingleft·4 か月前·0 コメント

コメント

shiftingleft
·3 か月前·議論
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.
shiftingleft
·3 か月前·議論
I don't think memory mirring features available today allow you to race two DRAM accesses and use the result that returns earlier?
shiftingleft
·4 か月前·議論
If there's anywhere I don't want LLM slop it's probably my database system.
shiftingleft
·9 か月前·議論
Ah I can't read, thanks :-)
shiftingleft
·9 か月前·議論
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, edi
    shl al, 2
    shrx rax, rcx, rax
    and al, 7
    ret
https://rust.godbolt.org/z/hz1eKjnaG
shiftingleft
·9 か月前·議論
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 place?
shiftingleft
·9 か月前·議論
As I understand it they are placing ads on other sites and are paying for visits to their site.
shiftingleft
·9 か月前·議論


  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) efforts had been working all along, but the results were buried under an avalanche of fake clicks. They were not bad at marketing; they were just spending thousands of dollars advertising to robots programmed never to buy anything. Their marketing ROI went from "terrible" to "excellent" overnight.
I don't understand how detecting bot traffic would directly lead to less ad spend.

Can you just tell e.g. Google Ads that you don't want to pay for certain clicks?

Did they modify their targeting to try to avoid bots?
shiftingleft
·11 か月前·議論
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.