You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this tutorial I'll show you how to create a Github webhook that will post updates from your Github account to a channel in Discord.
The steps are simple so follow along!
Create a Webhook in a Discord Channel
First you need to create a webhook in a text channel. We're assuming you have both Manage Channel and Manage Webhooks permissions!
Go in a channel properties (Alternatively, Server Settings, Webhooks works too)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[openwrt] This script will create a guest network fully isolated from the main one
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Christopher Baus writes about his problems linking libstdc++ statically. Yes, making C++ binaries that will work properly in different Linux distributions is somewhat painful. The problem is not so much linking libstdc++ statically β it is just a library, after all β but the runtime support required by C++ code in general, to enable features like RTTI and exception handling.
The runtime support code used by different parts of a C++ application needs to be compatible. If one part of the program needs to dynamic_cast or catch objects provided by another, both parts must agree on certain implementation details: how to find vtables, how to unwind the stack, and so on.
For C++ and a few other GCC-supported languages with similar features, such details are specified by a C++ ABI. Whenever the ABI used by GCC changes you'll end up with incompatible libraries produced by the different GCC versions. The same is true for plain C, but the C ABI is much simpler and has been around a lot lon
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Exonomy and Exocracy represent a decentralized, peer-to-peer (P2P) economic and project management ecosystem. This system empowers individuals, termed Exonomists and Exocrats, to create, exchange, and manage vouchers that represent goods and services within localized economies. These vouchers function as units of exchange, referencing real-world currencies for value assessment while remaining distinct from traditional money. By enabling structured, voucher-mediated interactions independently of banking institutions, Exonomy fosters economic resilience, fluid market participation, and community-driven decision-making. The system minimizes unnecessary data replication, ensuring that only relevant economic activities are recorded and propagated efficiently.
Exonomy serves as an alternative pathway for economic activity, prioritizing voucher-based interactions, self-regulating economies, and community-driven decision-making, offering economic independence f