OMG Yes! This all day long. Should be required viewing.
OMG Yes! This all day long. Should be required viewing.
Alcuni scatti con @lorenzodm @italovignoli @hammer al @Merge_IT con cena pre e post Merge dopo aver presentato @BoostMediaAPS ed Ufficio Zero EDU il 21 giugno in anteprima. La release uscirà a breve… Stay tuned!
In attesa della presentazione di Boost Media APS e di Fedimedia APS al Merge domani mattina a Verona, proponiamo una intensa chiacchierata tra Lorenzo De Marco, Julian Del Vecchio e Filippo Della Bianca davvero interessante.
Vi aspettiamo al Merge domani in Via Lungadige Galtarossa 21 Verona.
In attesa della presentazione di Boost Media APS e di Fedimedia APS al Merge domani mattina a Verona, proponiamo una intensa chiacchierata tra Lorenzo De Marco, Julian Del Vecchio e Filippo Della Bianca davvero interessante.
Vi aspettiamo al Merge domani in Via Lungadige Galtarossa 21 Verona.
Curiosi di vedere cosa può fare @ufficiozero EDU? Vi aspettiamo con @lorenzodm e @BoostMediaAPS al @Merge_IT a Verona sabato 21 giugno
Merging TDGs
Local TDGs start as independent units. When their local democracy is stabilized, they can merge with adjacent TDGs.
The merger is great practice for TDG governance:
https://tiereddemocraticgovernance.org/blog_details.php?blog_cat_id=31&id=153
New Blog Post: Playing with (Simulating ORA-30926 on 19c vs 23ai) on Live SQL - https://quanwenzhao.wordpress.com/2025/05/31/playing-with-simulating-ora-30926-on-19c-vs-23ai-on-live-sql/
@oracledatabase #OracleDevs #OracleUniversity #OracleUserGroups #OracleLiveSQL #OracleAskTOM #DevGym #19c #23ai #merge #SQL #PLSQL #ORA30926 #demo
@Lydie
People around here just simply can't ever go the speed limit.... It's either way too slow or way to fast. Yield is the unique scenario where someone will drive too slow until the very second they hit the actual travel lane and instantly switch to too fast..... Like why couldn't you just start with that? I move over to let a slow ass driver in and then get stuck in the race track because dumbass is now going fast and won't let me back over.
Then there are the roundabouts on route 9 where yield means either stop or floor it with all disregard.
Aaaaand I better stop working myself up *before* I have to go out into this mess later today lol
Merging TDGs
When local TDGs get themselves established with working elections and selecting able leaders, it is time for adjacent TDGs to merge. This will require a new constitution. The negotiation will build skills for TDG governance:
https://tiereddemocraticgovernance.org/blog_details.php?blog_cat_id=31&id=153
@petarov I like Eskil - https://eskil.tcl-lang.org/home/doc/trunk/htdocs/index.html - source and binaries for windows/linux/macos available at https://eskil.tcl-lang.org/home/doc/trunk/htdocs/download.html .
#diff #merge #gui #sourcecontrol #programming
Merging TDGs
Each TDG starts an an independent unit of this new democracy. Each TDG seeks adjacent TDGs to merge with. Each merger is an opportunity to practice and enhance consultation skills.
https://tiereddemocraticgovernance.org/blog_details.php?blog_cat_id=31&id=153
MERGE + OUTPUT: Upsert с логированием без триггеров
Привет, Хабр! В этой статье поговорим про MERGE в MS SQL Server. Не просто MERGE, а MERGE с OUTPUT — как обновлять данные, вставлять новые и одновременно логировать изменения. Оператор MERGE позволяет объединить INSERT, UPDATE и DELETE. Клаузу OUTPUT можно прикрутить, чтобы получить, что именно поменялось — с деталями: было, стало, когда, зачем и кто виноват.