#gcd — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #gcd, aggregated by home.social.
-
📣 Hey #Guix, #GCD 007: Teams, Special Teams and Memberships
Authored by @gnu_slash_gabber
Please comment this Guix Consensus Document by reviewing on Codeberg
https://codeberg.org/guix/guix-consensus-documents/pulls/11The Discussion period started on Sat, 28 Feb 2026.
The Discussion period ends, at best, on:Monday, 30 March 2026*
Do not wait the last minute for commenting! Please remember:
1. Be clear and explicit about what you are suggesting
2. Remain focused: do not change the scope
3. Ensure progress
4. Aim for finalization
5. Review is a discussionThe aim of the process is to get a document we all can live with.
*Day: Décadi 10 Germinal an 234 de la Révolution, jour du Couvoir :-)
-
📣 Hey #Guix, #GCD 007: Teams, Special Teams and Memberships
Authored by @gnu_slash_gabber
Please comment this Guix Consensus Document by reviewing on Codeberg
https://codeberg.org/guix/guix-consensus-documents/pulls/11The Discussion period started on Sat, 28 Feb 2026.
The Discussion period ends, at best, on:Monday, 30 March 2026*
Do not wait the last minute for commenting! Please remember:
1. Be clear and explicit about what you are suggesting
2. Remain focused: do not change the scope
3. Ensure progress
4. Aim for finalization
5. Review is a discussionThe aim of the process is to get a document we all can live with.
*Day: Décadi 10 Germinal an 234 de la Révolution, jour du Couvoir :-)
-
📣 Hey #Guix, #GCD 007: Teams, Special Teams and Memberships
Authored by @[email protected]
Please comment this Guix Consensus Document by reviewing on Codeberg
https://codeberg.org/guix/guix-consensus-documents/pulls/11The Discussion period started on Sat, 28 Feb 2026.
The Discussion period ends, at best, on:Monday, 30 March 2026*
Do not wait the last minute for commenting! Please remember:
1. Be clear and explicit about what you are suggesting
2. Remain focused: do not change the scope
3. Ensure progress
4. Aim for finalization
5. Review is a discussionThe aim of the process is to get a document we all can live with.
*Day: Décadi 10 Germinal an 234 de la Révolution, jour du Couvoir :-)
-
Trong Swift, DispatchWorkItem có thể hủy được giống Task: gọi item.cancel() và trong khối kiểm tra item?.isCancelled để dừng công việc. Ví dụ: tạo DispatchWorkItem, chạy trên queue, sau 5 giây gọi cancel. Ở Objective‑C dùng dispatch_block_cancel và dispatch_block_testcancel. #Swift #GCD #iOS #Concurrency #LậpTrình #CôngNghệ
https://dev.to/david_goyes_a488f58a17a53/gcd-cancelando-un-dispatchworkitem-4j5e
-
Trong Swift, DispatchWorkItem có thể hủy được giống Task: gọi item.cancel() và trong khối kiểm tra item?.isCancelled để dừng công việc. Ví dụ: tạo DispatchWorkItem, chạy trên queue, sau 5 giây gọi cancel. Ở Objective‑C dùng dispatch_block_cancel và dispatch_block_testcancel. #Swift #GCD #iOS #Concurrency #LậpTrình #CôngNghệ
https://dev.to/david_goyes_a488f58a17a53/gcd-cancelando-un-dispatchworkitem-4j5e
-
One day, one decomposition
A250444: Numbers n such that gcd(n!, Fibonacci(n)) is prime3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A250444.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A250444.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A250444.html#decompwlj #math #mathematics #sequence #OEIS #javascript #php #3D #numbers #gcd #Fibonacci #primes #PrimeNumbers #graph #threejs #webGL
-
One day, one decomposition
A250444: Numbers n such that gcd(n!, Fibonacci(n)) is prime3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A250444.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A250444.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A250444.html#decompwlj #math #mathematics #sequence #OEIS #javascript #php #3D #numbers #gcd #Fibonacci #primes #PrimeNumbers #graph #threejs #webGL
-
One day, one decomposition
A250444: Numbers n such that gcd(n!, Fibonacci(n)) is prime3D graph, threejs - webGL ➡️ https://decompwlj.com/3Dgraph/A250444.html
3D graph Gen, threejs animation ➡️ https://decompwlj.com/3DgraphGen/A250444.html
2D graph, first 500 terms ➡️ https://decompwlj.com/2Dgraph500terms/A250444.html#decompwlj #math #mathematics #sequence #OEIS #javascript #php #3D #numbers #gcd #Fibonacci #primes #PrimeNumbers #graph #threejs #webGL
-
I didn't think I would miss libdispatch from the Apple platforms so much while working on multiplatform code. After 15 years my brain is somehow wired to think in dispatch queues.
-
I didn't think I would miss libdispatch from the Apple platforms so much while working on multiplatform code. After 15 years my brain is somehow wired to think in dispatch queues.
-
Тайное знание: синхронизация, многопоточность, очереди
Может ли быть так, что в большинстве популярных языков отсутствует самый эффективный механизм синхронизации? Что инженеры Microsoft, Oracle и мн. др., не говоря уже об остальных, вплоть до 2024 года так и не догадались, как же эффективнее всего синхронизировать доступ к данным? А все что знает абсолютное большинство программистов, в том числе топовых IT компаний (за исключением редких разработчиков платформ Apple) о синхронизации - ошибочно? Сегодня попробуем разобраться. Эта статья подразумевает, что вы уже имеете базовое представление о механизмах синхронизации. Код написан на C#, но конкретный язык особого значения не имеет.
https://habr.com/ru/articles/803273/
#многопоточность #синхронизация #очередь #c# #gcd #apple #ios #java #зеленые_потоки
-
Тайное знание: синхронизация, многопоточность, очереди
Может ли быть так, что в большинстве популярных языков отсутствует самый эффективный механизм синхронизации? Что инженеры Microsoft, Oracle и мн. др., не говоря уже об остальных, вплоть до 2024 года так и не догадались, как же эффективнее всего синхронизировать доступ к данным? А все что знает абсолютное большинство программистов, в том числе топовых IT компаний (за исключением редких разработчиков платформ Apple) о синхронизации - ошибочно? Сегодня попробуем разобраться. Эта статья подразумевает, что вы уже имеете базовое представление о механизмах синхронизации. Код написан на C#, но конкретный язык особого значения не имеет.
https://habr.com/ru/articles/803273/
#многопоточность #синхронизация #очередь #c# #gcd #apple #ios #java #зеленые_потоки
-
Thanks to freeCodeCamp, I've learned about the math terms and the algorithms that I've never heard of before 😁
#freeCodeCamp
#LeastCommonMultiple #LCM
#GreatestCommonDivisor #GCD -
Making the most of Apple silicon power: 7 Virtualisation and core use
https://eclecticlight.co/2022/10/27/making-the-most-of-apple-silicon-power-7-virtualisation-and-core-use/
#ActivityMonitor #virtualisation #Applesilicon #Technology #big.LITTLE #Apple #Macs #ARM #GCD #QoS #M1 #M2 -
Making the most of Apple silicon power: 6 Empowering users
https://eclecticlight.co/2022/10/24/making-the-most-of-apple-silicon-power-6-empowering-users/
#ActivityMonitor #Applesilicon #Technology #big.LITTLE #Apple #Macs #ARM #GCD #QoS #M1 #M2 -
Making the most of Apple silicon power: 5 User control
https://eclecticlight.co/2022/10/20/making-the-most-of-apple-silicon-power-5-user-control/
#ActivityMonitor #IOPOL_THROTTLE #Applesilicon #Technology #big.LITTLE #AppTamer #Apple #Macs #ARM #GCD #QoS #M1 #M2 -
Making the most of Apple silicon power: 4 Frequency
https://eclecticlight.co/2022/10/17/making-the-most-of-apple-silicon-power-4-frequency/
#ActivityMonitor #Applesilicon #Technology #big.LITTLE #Apple #Macs #ARM #GCD #QoS #M1 #M2 -
Making the most of Apple silicon power: 3 Controls
https://eclecticlight.co/2022/10/13/making-the-most-of-apple-silicon-power-3-controls/
#ActivityMonitor #Applesilicon #Technology #big.LITTLE #Apple #Macs #ARM #GCD #QoS #M1 #M2 -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/ -
How To Find The GCD Of Two Integers In Javascript #javascript #gcd #math
https://linuxwebdevelopment.com/how-to-find-the-gcd-of-two-integers-in-javascript/ -
How To Find The GCD Of Two Integers In PHP #php #gcd #computerscience
https://linuxwebdevelopment.com/find-gcd-two-integers-php/