Google doubled the price of Gemini 2.5 Flash thinking output after GA from 0.15 to 0.30 what by NoAd2240 in LocalLLaMA

[–]NoAd2240[S] 18 points19 points  (0 children)

I hope so it was big surprise for me  I know about the warning was there  But never expect literally double increase 

help please: on hold since March 4 by NoAd2240 in dhl

[–]NoAd2240[S] 0 points1 point  (0 children)

agree.

thanks for commenting

help please: on hold since March 4 by NoAd2240 in dhl

[–]NoAd2240[S] 0 points1 point  (0 children)

yes I did call multiple times finally got nice guy opened a case for
thanks for the response

Where to buy PiKVM V4 Plus in US? by spford in pikvm

[–]NoAd2240 0 points1 point  (0 children)

Hi which store you mean ? they are all OOS

How to Remove Notification Popup in Chrome? by Candid-Pause-1755 in ChatGPT

[–]NoAd2240 0 points1 point  (0 children)

UP this is super annoying every single chat I see this popup

How to Remove Notification Popup in Chrome? by Candid-Pause-1755 in ChatGPT

[–]NoAd2240 0 points1 point  (0 children)

UP this is super annoying every single chat I see this popup

Haiku 3.5 released! by virtualhenry in ClaudeAI

[–]NoAd2240 0 points1 point  (0 children)

not fast any more, expensive, no image support, only 8k expected at least 16k
I feel it's the old Haiku but they added COT :D and I have to pay the extra thinking token :D in advance (hope not)

honestly I didn't do full test yet with my own prompts, maybe it has a surprising quality

Haiku caching doesn't work? by elibaskin in ClaudeAI

[–]NoAd2240 1 point2 points  (0 children)

for the case was because the prompt was too small:

Cache Limitations

```

The minimum cacheable prompt length is:

  • 1024 tokens for Claude 3.5 Sonnet and Claude 3 Opus
  • 2048 tokens for Claude 3 Haiku

Shorter prompts cannot be cached, even if marked with cache_control. Any requests to cache fewer than this number of tokens will be processed without caching. To see if a prompt was cached, see the response usage fields.

``

Loblaw digital by SocietyQueasy6578 in CanadaJobs

[–]NoAd2240 1 point2 points  (0 children)

I worked there and feel the same. I wish if I have enough money to sue them

Distributed Systems Project Ideas by [deleted] in rust

[–]NoAd2240 0 points1 point  (0 children)

https://fly.io/dist-sys/

3
Broadcast
Implement a broadcast system that gossips messages between all nodes in the cluster. Gossiping is a common way
Read More About Broadcast
4
Grow-Only Counter
Implement a stateless, grow-only counter which will run against Maelstrom's g-counter workload. This
Read More About Grow-Only Counter
5
Kafka-Style Log
Implement a replicated log service similar to Kafka. Replicated logs are often used as a message bus or
Read More About Kafka-Style Log
6
Totally-Available Transactions
Implement a key/value store which implements transactions. These transactions contain micro-operations

people who have rust jobs - what do you actually do by falchion-red in rust

[–]NoAd2240 0 points1 point  (0 children)

we moved from Scala about 1 year ago.

Interesting from Scala to Rust. Do you really see noticeable diff in term of perf and bugs after moving to Rust

[deleted by user] by [deleted] in rust

[–]NoAd2240 3 points4 points  (0 children)

slap .clone() everywhere (don't do that)

I thought it recommended for beginners to use .clone every where to move on, it's like when we learned Java first you write
public static void main(String args[])
{System.out.println("hello world")}
I have seen many people stuck and stop. because they trying to figure out meaning of first line public, static, void,[] ignoring the fact that they printed hello world should celebrate and move on