Skip to content

Instantly share code, notes, and snippets.

View dfoverdx's full-sized avatar

Beth Hitch dfoverdx

View GitHub Profile
@dfoverdx
dfoverdx / Constitutional Amendments.md
Last active August 18, 2021 23:47
Constitutional Amendments that would dramatically alter the US government to more closely represent the People

Constitutional Amendments that would dramatically alter the US government to more closely represent the People

Whether true or not, and I believe it is true, many of us believe the US government is rampant with corrupt politicians, and therefore is corrupt itself.

However, Congress will never propose--much less ratify--an Amendment that would limit their own power. The solution is Constitutional Conventions as laid out by Article V of the Constitution.

The Congress, whenever two thirds of both houses shall deem it necessary, shall propose amendments to this Constitution, or, on the application of the legislatures of two thirds of the several states, shall call a convention for proposing amendments, which, in either case, shall be valid to all intents and purposes, as part of this Constitution, when ratified by t

@dfoverdx
dfoverdx / example.js
Last active February 13, 2022 20:18
Scriptable extensions.js
importModule('./lib/extensions')({
// only need to pass in the types you need extended
// for this script
Math,
Number,
Array,
})
console.log(
Math.getFactors((6).factorial())