#conditional : containing, implying, or depending on, a condition or conditions

- French: conditionnel

- German: konditionell

- Italian: condizionale

- Portuguese: condicional

- Spanish: condicional

------------

Fill in missing translations @ https://wordofthehour.org/r/translations

We need your help!! Help us improve our translations. :)

We rely on community members to help us improve our translations. If you are a native speaker in one of our supported languages, we strongly...

Conditional Pick

Why did the football team trade for a conditional draft pick? The team wasn't sure if they wanted a player, or just a maybe!

Interprocedural Sparse Conditional Type Propagation

We prototyped an interprocedural static analysis tool using sparse conditional constant propagation.

Rails at Scale

#conditional : containing, implying, or depending on, a condition or conditions

- French: conditionnel

- German: konditionell

- Italian: condizionale

- Portuguese: condicional

- Spanish: condicional

------------

Fill in missing translations @ https://wordofthehour.org/r/translations

We need your help!! Help us improve our translations. :)

We rely on community members to help us improve our translations. If you are a native speaker in one of our supported languages, we strongly...

Amazon S3 的 Conditional writes

是有訂 AWS 的 RSS feed,不過這則消息是先從 Hacker News 上面看到的,而且 HN 這邊的標題下的很好,直接把技術上的重點 Compare-and-swap (CAS) 描述出來:「
Amazon S3 Adds Put-If-Match (Compare-and-Swap) (amazon.com)」,AWS 的原文在「Amazon S3 adds new functionality for conditiona

https://blog.gslin.org/archives/2024/11/27/12101/amazon-s3-%e7%9a%84-conditional-writes/

#AWS #Cloud #Computer #Murmuring #Network #Programming #Service #amazon #and #aws #cas #cloud #compare #conditional #s3 #service #swap #writes

Amazon S3 的 Conditional writes

是有訂 AWS 的 RSS feed,不過這則消息是先從 Hacker News 上面看到的,而且 HN 這邊的標題下的很好,直接把技術上的重點 Compare-and-swap (CAS) 描述出來:「 Amazon S3 Adds Put-If-Match (Compare-and-Swap) (amazon.

Gea-Suan Lin's BLOG

Git 的 hasconfig:remote.*.url:

在「How I configure my Git identities (benji.dog)」這邊看到的文章:「How I configure my Git identities」。

裡面在講 Git 的設定,以往我們習慣依據環境放到不同目錄裡 (像是公司的 repository 放到 work/),再加上 includeIf 去針對不同目錄給不同的值 (像是 email),這個功能是在 2017 年五月出的 Git 2.13 引入的,當初 GitHub 也有針對這個功能寫了一篇介紹:「Git 2

https://blog.gslin.org/archives/2024/11/25/12100/git-%e7%9a%84-hasconfigremote-url/

#Computer #Murmuring #Network #Programming #Software #conditional #git #hasconfig #identity #includes #remote #url

Git 的 hasconfig:remote.*.url:

在「How I configure my Git identities (benji.dog)」這邊看到的文章:「How I configure my Git identities」。 裡面在講 Git 的設定,以往我們習慣依據環境放到不同目錄裡 (像是公司的 repository 放到 work/),再加上 includeIf 去針對不同目錄給不同的值 (像是 email),這個功能是在 2017 年五月出的 Git 2.13 引入的,當初 GitHub 也有針對這個功能寫了一篇介紹:「Git 2.

Gea-Suan Lin's BLOG
ECB invites call for interest on the role of conditional payments in digital euro project

The European Central bank has launched a call for expressions of interest in innovation partnerships for the digital euro.

Finextra
Monitoring Bee Health

Find out why BeeHero Pollination Insight Platform is one of the best inventions of 2024

Time
"No law can possibly meet the convenience of every one: we must be satisfied if it be beneficial on the whole and to the majority." — Titus Livius — — — #TitusLivius #quote #quotes #law #fair #everyone #majority #democratic #conditional #most
🌘 條件性斷點如何工作 🐢
➤ 條件斷點如果工作得太慢該怎麼辦?讀完這篇文章就明白了。
https://werat.dev/blog/how-conditional-breakpoints-work/
瞭解了條件性斷點的實際實現,發現它們對於效率存在問題並探討可能的提升方法。
+ 這真是一篇有趣而深入的文章,通俗易懂地解釋了為什麼在調試中使用條件性補助信息會變得如此緩慢。
+ 很棒!我以前不知道進行程式調適時居然還有這麼多細節需要關注。
#Debugging #Conditional Breakpoints
How conditional breakpoints work 🐢

Conditional breakpoints are extremely useful, but everyone knows [citation needed] that they’re super slow, to the point where people stop using them. Visual Studio recently did some good improvements and @ryanjfleury still dunked on it for being too slow. But even raddbg takes ~2 seconds to execute 10000 iterations of a simple loop with conditional breakpoints inside. For comparison, the same loop without breakpoints takes less than 1ms. So why is it so damn slow? Let’s explore how conditional breakpoints are typically implemented in modern debuggers, where the performance problems come from and what can be done to make things go fast.

werat.dev