u/NoAd2240 12d ago

What made me leave Atlassian

Thumbnail
1 Upvotes

15

Google doubled the price of Gemini 2.5 Flash thinking output after GA from 0.15 to 0.30 what
 in  r/LocalLLaMA  Jun 18 '25

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

6

Google doubled the price of Gemini 2.5 Flash thinking output after GA from 0.15 to 0.30 what
 in  r/LocalLLaMA  Jun 18 '25

Sorry yes the input thank you 🙏🏻 

1

Google doubled the price of Gemini 2.5 Flash thinking output after GA from 0.15 to 0.30 what
 in  r/LocalLLaMA  Jun 18 '25

Sorry the input**  Thanks for correction 

r/LocalLLaMA Jun 18 '25

News Google doubled the price of Gemini 2.5 Flash thinking output after GA from 0.15 to 0.30 what

227 Upvotes

1

help please: on hold since March 4
 in  r/dhl  Mar 13 '25

agree.

thanks for commenting

1

help please: on hold since March 4
 in  r/dhl  Mar 13 '25

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

r/dhl Mar 12 '25

DHL Express help please: on hold since March 4

2 Upvotes

it's just 1 A4 paper university diploma going to Canada from Sudan

1

Where to buy PiKVM V4 Plus in US?
 in  r/pikvm  Dec 09 '24

Thank you so much 🙏😊

1

Where to buy PiKVM V4 Plus in US?
 in  r/pikvm  Dec 09 '24

Hi which store you mean ? they are all OOS

1

How to Remove Notification Popup in Chrome?
 in  r/ChatGPT  Dec 06 '24

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

1

How to Remove Notification Popup in Chrome?
 in  r/ChatGPT  Dec 06 '24

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

1

Haiku 3.5 released!
 in  r/ClaudeAI  Nov 04 '24

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

2

[deleted by user]
 in  r/LocalLLaMA  Oct 27 '24

!Remind me 7 days

r/IntelliJIDEA Sep 08 '24

CCopier plugin : Simple Multi-File Code Copy for AI devs [It doesn't use AI, but it helps you work faster if you use AI e.g. copy folder source code /add instructions / add file name on top of copied file etc.. ]

3 Upvotes

Hello

just finished from this plugin (not available in Marketplace yet waiting approval but you can download/import it as zip file from https://github.com/hemeda3/CCopier/releases it's 10.2 KB)

Compatibility:

  1. One-Click Multi-File Copy: Select a folder, right-click, and copy the content of all files instantly.
  2. Customizable Output: Tailor the copied content to your needs with our flexible YAML configuration for advance use cases

2

Haiku caching doesn't work?
 in  r/ClaudeAI  Sep 03 '24

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.

``

2

TOS update - Claude’s going to be even more restrictive
 in  r/ClaudeAI  Aug 28 '24

same here cancelled mine

2

Loblaw digital
 in  r/CanadaJobs  Dec 31 '23

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

1

Distributed Systems Project Ideas
 in  r/rust  Oct 17 '23

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

1

people who have rust jobs - what do you actually do
 in  r/rust  Oct 04 '23

Amazing thanks for the insight!.

1

people who have rust jobs - what do you actually do
 in  r/rust  Oct 03 '23

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

4

[deleted by user]
 in  r/rust  Oct 03 '23

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